/*------------------------------------------------------------

Print-CSS  

Version: 1.0
Autoren: Alexander Schlegel (Nezzgo)

-------------------------------------------------------------*/

/* ------------------------------------------------------------
Wichtige Elemente, die zur Browserkompabilität benötigt werden.
-------------------------------------------------------------*/

/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das       
   Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. */
	
* { margin:0; padding:0; } 
	
/*
Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett	
*/
	
html { height: 100% } 
	
body { 
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
   um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
	min-height: 101%;	
/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
	font-size: 100.01%; 
/* Verhindert, dass positionierte Elemente nicht verschoben werden, wenn die Größe des Browser 
   Fensters geändert wird. */
	position: relative; 
	
/* Vorgabe der Standardfarben und Textausrichtung*/  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;	 
	color: #000;        
	background: #fff;
	text-align: left; 
	} 
	
/* Standardrahmen zurücksetzen */
fieldset, img { border:0; }
	
/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */ 
select, input, textarea { font-size: 99% }




#druck-footer {
	font-size: 9pt;
	color:#828282;
	}

#header {
	height: 100px;	
	margin: 10px;
	}

#header h1 {	
	padding-top: 0;
	font-size: 16pt;
	color: #A80019 !important;	
	}

#header h2 {
	font-size: 10pt;
	color: #666 !important;
	margin: 10px;
	text-transform: uppercase;
	}
#header p {
	margin: 10px;
	}

/* ----------------------
   Basics 
------------------------*/

/* Schriftgrößen
Ausgehend vom Basis-Wert von 100%; Schriften sind damit auch im IE skalierbar.
*/
p {	font-size: 80%;	}
h1 { font-size: 90%; }
#mitte h1 { font-size:90% } /* Anweisung, damit Opera auch mitspielt */
h2 { font-size: 90%; }
h3 { font-size: 80%; }
h4 { font-size: 80%; }
h5 { font-size: 80%; }
h6 { font-size: 80%; }
#sidebar { font-size: 70%; }
#breadcrumb { font-size: 70%; }
.csc-textpic-caption { font-size: 70%; }


a { color: #000; }
a:visited { text-decoration : none; color: #000; }
a:link { text-decoration : none; color: #000; }
a:hover { text-decoration : none; color: #000; }
a:active { text-decoration : none; color: #000; }

ul, ol { font-size: 80%; margin: 0px 0px 0px 20px; padding: 0px 0px 0px 0px; }
ul { list-style-type: square; list-style-image: url(../templates/zmm_screen_FILES/Clong_eckig.gif); }
li { vertical-align:top; margin: 0px 0px 5px 0px; }

p { 
	margin: 0 0 10px 0; 
	}
	
h1 { margin: 20px 0; }
h2, #rechts h2, h3, #rechts h3 {	
	margin: 10px 0; 
	padding: 0; 
	}

h2, #rechts h2 {
	color : #A80019;
	 
	}

img { padding: 5px 0 0 0; }

.csc-textpic-caption {line-height: 1.0em; padding: 2px 0;}


/***********************************/
/* Menü der verschiedenen Sitemaps */
/***********************************/
DIV.csc-menu { font-size: 90%; margin-left: 10px; }
DIV.csc-menu P { font-size: 90%; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; background-color: #EDEBF1; }
DIV.csc-menu P A { color: #000000; text-decoration: none; }
DIV.csc-menu P A:hover { color: #660000; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #186900; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
.csc-menu-4 { margin: 0; padding: 0; }
dl.csc-menu-4 a { font-weight: bold; margin: 0; }
dl.csc-menu-4 dd { margin: 3px 0; }


/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #186900; }


/* Formularformatierung */
textarea, select { color: #000000; font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
border: 1px solid #A80019; }
input, .check { 
	font-size: 90%; 
	border: 1px solid #A80019; 
	}

/* Formulare in 4.0 */
.csc-mailform {	font-size: 90%; border: 1px solid #FFFFFF; }
.csc-mailform-field { padding: 5px 0; }
.csc-mailform-submit {}
fieldset.csc-mailform label {float:left; width:120px;}


/**********************************************/
/* Nach-Oben-Formatierung, Rahmenformatierung */
/**********************************************/

P.csc-linkToTop { text-align: right; margin-bottom: 10px; }
P.csc-linkToTop A { font-size: 90%; }

DIV.csc-frame { }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid black; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #A80019; margin: 5px 0 10px 0; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #FFF; padding: 5px 5px 0 5px; border: 1px solid #A80019; margin-bottom: 5px; }
DIV.csc-frame-frame2 { background-color: #FFFFCC; padding: 5px 5px 0 5px; border: 1px solid #A80019; margin-bottom: 5px; }

/*************************/
/* Download-Formatierung */
/*************************/
TABLE.csc-uploads { font-size: 90%; border: 1px solid #666; width: 100%; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 90%; padding: 0; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #F4F4F4; }
TABLE.csc-uploads TR.tr-odd { background-color: #EAEAEA; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-size: 90%; font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #A80019; }

TABLE.csc-uploads-2 { border-color: #A80019; }

TABLE.csc-uploads-3 { border-color: blue; }
TABLE.csc-uploads-3 TR.tr-even { background-color: #F4F4F4; }
TABLE.csc-uploads-3 TR.tr-odd { background-color: #EAEAEA; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 1px solid #666; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid #A80019; }

/* Formatierung für Sondertabellen */
.small { font-size:90%; font-family: Arial, Helvetica, sans-serif; padding: 3px; font-weight: bold; color: #000000; }
.smallnobold { font-size:90%; font-family: Arial, Helvetica, sans-serif;  padding: 3px; font-weight: normal; color: #000000; }
.small1 { font-size:90%; font-family: Arial, Helvetica, sans-serif;  padding: 3px; font-weight: bold; color: #000000; }
.smallnobold1 {	font-size:90%; font-family: Arial, Helvetica, sans-serif;  padding: 3px; font-weight: normal; color: #000000; }

.spalte { width:50%; vertical-align:top; }
.tabletop { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: bold; color: #E7E7E7; }

#topclub td, #topclub th { padding: 2px 4px; }

.contenttable td {	
	font-size: 80%;   
	border: 1px solid #ccc;
	padding: 3px;
	}


.fliesstext {
	font-size: 80%;
	}
.fliesstext1 {
	font-size: 80%;
	}
.fliesstext ul {
	font-size: 100%;
	}

.fliesstext td {	
	padding: 3px;
	}

/*********EXTENSIONS*******/

/* Pageteaser (jp_teaser) */

.contentFrameTeaser {			
	margin:5px 0;	
	padding: 5px;	
	background-color: #f4f4f4; 
	border: 1px solid #666;		
	}

.contentFrameTeaser img {		
	float: right;	
	margin: 0 0 0 3px;
	}

.contentFrameTeaser p {
	padding: 0;
	line-height: 1.3em;	
    }

div.floatcleaner {	
    clear: both;
	}

.contentFrameTeaser UL {	
	}

.contentFrameTeaser LI {	 	
	font-size: 100%;		
	}

.contentFrameTeaser h3 {	 	
	margin-bottom: 5px;		
	}

.linkItem {
	font-size: 70%;
	float:left;
    margin-top: 1px;
	}	

.tx-jppageteaser-pi1 {
	margin: 0;
	padding: 0;
	}	
	
.tx-jppageteaser-pi1-browsebox {
    margin-top: 10px;
    padding-top: 3px;
    border-top: 1px solid #ccc;
	}		
		
/* List View */
.tx-jppageteaser-pi1-list {
	margin-bottom: 15px;
	}
		
.tx-jppageteaser-pi1-list-entry {
	clear: both;
	}
		
.tx-jppageteaser-pi1-list-entry-description {
	margin-top: 10px;
	}
		
.tx-jppageteaser-pi1-list-entry-image IMG {
	float: left; 
    margin: 10px 20px 10px 0px;		    
    }
		
.tx-jppageteaser-pi1-list-entry-link-item {
	font-size: 90%;
	margin-top: 25px;
	margin-bottom: 10px;
	}		
		
.tx-jppageteaser-pi1-browsebox {
	text-align: center;
	}
.tx-jppageteaser-pi1-browsebox-show-results {}
.tx-jppageteaser-pi1-browsebox-browse-links {}
.tx-jppageteaser-pi1-browsebox-show-results-number {}
.tx-jppageteaser-pi1-browsebox-disabled-link {}
.tx-jppageteaser-pi1-browsebox-inactive-link {}
.tx-jppageteaser-pi1-browsebox-active-link {}
		

/******************/
/* Indexed Search */
/******************/

.tx-indexedsearch { font-size: 100% !important; }
.tx-indexedsearch p { font-size: 80% !important; }
.tx-indexedsearch .tx-indexedsearch-browsebox UL { margin: 10px 0; }
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin: 0 10px 10px 0; }
.tx-indexedsearch .tx-indexedsearch-searchbox { font-size: 100%; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { font-size: 90%; margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-size:100%;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#A80019; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {font-size: 80%; background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:100%; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

/* Google-Maps */
.tx_lumogooglemaps_pi1_infobox p {
	margin: 0;
	padding:0;
	}

/* Seo-Sitemap */
ul.list deep0 {
	font-size: 100% !important;
	}
ul.list deep1 {
	font-size: 90% !important;
	}
ul.list deep2 {
	font-size: 90% !important;
	}
	
/* Modern FAQ */	
.tx-irfaq-pi1 ul.tx-irfaq-questions-list { margin-bottom: 30px; }
.tx-irfaq-pi1 ul li a p.bodytext { margin: 0px; display: inline; }
.tx-irfaq-pi1 ul li a { color: #A80019; text-decoration: none; }
.tx-irfaq-pi1 ul li a:hover { color: #000; text-decoration: underline; }
.tx-irfaq-pi1 .tx-irfaq-answer { margin-bottom: 5px; }
.tx-irfaq-pi1 .tx-irfaq-answer h4 p.bodytext { margin: 0px; display: inline; }
.tx-irfaq-pi1 dt p { margin: 0px; display: inline; }
.tx-irfaq-pi1 dd {  margin-left: 0px; }
.tx-irfaq-pi1 dt { line-height: 1.5em; color: #A80019; font-size: 90%; }
.tx-irfaq-pi1 dd p { margin: 5px 0 0 15px;}
.tx-irfaq-pi1 .additional-info { margin-bottom: 10px; }

/* Page Navigation */
.tx-gsipagenav-pi1 {
	float: left;
	margin: 0;
	padding: 0;	
	}
	

/*************/
/* 2 Columns */
/*************/

/*
	Stile für die tabellenlose Ausgabe
*/
div.tx-fdfx2cols-pi1{
    margin: 5px 0;
	font-size: 90%;
}

div.tx-fdfx2cols-pi1 ul{    
	font-size: 90%;
}

/* Layout 1 */
div.layout1left {
   float: left;
   padding: 0px;
   width:49%;   
   }
div.layout1right {
	float: right;
    padding: 0px;
    margin-left: 10px;
    width:49%;     
    }
/* Layout 2 */
div.c2l2d-left{
   position:absolute;
   left:0px;   
   padding: 0px;
   border:1px solid #FFF;
   width:49%;   
   white-space:normal;
}
div.c2l2d-middle{
   position:absolute;
   left:360px;
   padding: 0px;
   width:49%;
   white-space:normal;
   border: 1px solid #A80019;
   background-color:#FFFFCC;
}
/* 
	Layout für Chronik-Seite 	

*/

div.layout3left{
   float: left;
   padding: 0px;
   width:20%;
   white-space:normal;   
}
div.layout3right {
   float: right;
   padding: 0px;
   width: 80%;   
}

div.layout3left p {
   font-size: 90%;
   font-weight: bold;
   color: #A80019;
}
div.layoutClearerChronik {
	clear: both;
	height: 1px;
	border-top: 1px solid #A80019;
	}


div.layoutClearer {
	clear: both;
	height: 1px;
	}

/* Mini Job Offers */

.joboffers {
	font-size: 100%;
	}
.joboffers p, .joboffers ul, .joboffers h3, .joboffers h2 {
	font-size: 100%;
	}
.joboffers h3 {
	margin: 0;
	}
	
/*----------------  NEWS  ---------------------*/
/*----------------  clearer  ---------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	margin: 8px 0;
	border: 1px solid #fff;
}

.news-latest-container HR.clearer {
	clear:left;
}

/* Allgemeine Parameter */

.textBildcontainer {
		
}

.textBildcontainer p {
	float: left;
	font-size: 80%;	
	padding:0 5px;
}

.textBildcontainer img {		
	float:right;
	padding: 3px;
	margin-left: 5px !important;
}

.textBildcontainer hr {
	clear:both;	
	border: 1px solid #FFFFCC;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

#latest-news-container {
	width: 100%;
	background-color:#FFFFCC;
	border: 1px solid #A80019;
	}


#latest-news-container H3 {
	font-size: 80%;	
	padding:0 5px;
	margin: 0;		
}

.news-latest-date,.news-latest-morelink,.news-latest-category {	
	padding:0 5px;
	font-size: 70%;	
}

.news-latest-date a {
	text-decoration: none;
	}


.news-latest-morelink {
	margin: 0 0 15px 0;	
}

.news-latest-morelink A {
	float:right;
	text-decoration: none;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:0;
	margin:0;	

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;	

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 0;
	
}
.news-list-container H3 A:LINK, .news-list-container H3 A:HOVER {
	text-decoation: underline;
}
.news-list-container H3 A {
	font-size: 100%;	
	text-decoration: none;
}
.news-list-container P {
	padding-left:0;
}
.news-list-date {
	float: right;
	color: #333;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: 0;
	font-size: 70%;
	font-weight: normal;
	
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
	float: right;	
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:70%;	
} 

.news-list-morelink  {
	margin:10px 0;
}
.news-list-browse {
	text-align: center;
}


	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #A80019;
	padding:3px;	
}

.tx-ttnews-browsebox TD {
	font-size: 90%;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:3px;
}

.tx-ttnews-browsebox-SCell {	
	padding: 3px;
}
.news-search-emptyMsg {
	font-size: 90%;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px 0;
	margin-bottom:5px;	
}
.news-single-item H2 {
	margin-bottom: 10px;	
}
.news-single-item H3 {
	
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {	
/*	clear: both;*/
	margin-top: 15px;	
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin: 0 0 20px 0;
}

.news-amenu-container  li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

.news-amenu-container UL {
 	margin: 0;
	padding: 0;
}
.news-amenu-container H2 {
	
	
}
.news-amenu-item-year {
	font-weight: bold;	
	background-color:#F1F1F1;
	padding: 2px;	
}

.news-amenu-item-year ul {
	list-style: none;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}
