/* Farbe des Lacon-C RGB: 0/122/75
					 HEX: #007A4B */
body{ background-color: #FFFFDB; font-family: Verdana; }
td{ font-weight: normal; font-size: 12px; font-family: Verdana; }
td#nav { padding-left:12px;}
div#scroll { height: 100%; width: 100%; overflow: auto; }

/* ------------------------ VERTIKALE NAVIGATIONSLEISTE --------------------------------------------- */

/* Hauptpunkte */
.suckerdiv ul{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	width: 180px;
	background-color: #00804F; 
	font-weight: 600;
	color: #FFFFFF;
}
	
.suckerdiv ul li{ position: relative; }
	
/* Unterpunkte */
.suckerdiv ul li ul{
	position: absolute;
	font-size: 13px;
	width:180px;
	top: 0;
	visibility: hidden;
	background-color: #00804F; 
	font-weight: 600;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: none;
	border-width: 0px;
}

/* Unterpunkt - Style */
.suckerdiv ul li a{
	font-size: 13px;
	display: block;
	width: 169px;
	overflow: auto; /* IE7 - Hack: Layout */
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00804F;
	border-top-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF; 
	border-bottom-color: #FFFFFF; 
	border-left-color: #FFFFFF; 
	padding: 3px 5px;
	margin: 0px;
	border-right: none;
	border-right-width: 0px; 
}

.suckerdiv ul li a:visited{ color: #FFFFFF; } 

.suckerdiv ul li a:hover{
	background-color: #FFFFFF; 
	border-bottom-width: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid; 
	border-left-color: #00804F;
	border-top-color: #00804F;
	border-right-color: #00804F;
	border-bottom-color: #00804F;
	font-weight: bold;
	color: #00804F; 
}
/* Hintergrundimage für Haupt- und Unterpunkte */
.suckerdiv .subfolderstyle{ background: url(images/cat_arrow_right.png) no-repeat 164px; }

/* CSS-Hacks für IE 7 und darunter */
* html span#text {  width: 100%; height:100%; overflow: auto; }
* html td#nav { padding-left:8px; }
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; width: 180;}

/*html:first-child .suckertreemenu ul li a { height: 1%; width:100px; } Für opera*/

/* Ende der CSS-Hacks */

/* ------------------------ HORIZONTALE NAVIGATIONSLEISTE --------------------------------------------- */

/* Hauptpunkte */

.suckertreemenu ul{
	margin: 0px;
	padding: 0px 0px;
	list-style-type: none;
}

.suckertreemenu ul li{
	position: relative;
	float: left;
	background-color: #CACACA;	
}

/* Hauptpunkte - Style */ 
.suckertreemenu ul li a{
	display: block;
	width: 101.5px;
	font-size: 11px;
	font-family: Verdana;
	padding: 2px 0px;
	border-width: 0px;
	border: none;
	margin:0px;
	text-decoration: none;
	color: #000000;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: thin;
	border-right-color: #FFFFFF; 
	background-color: #E8E8E8;
}
	
/* Erstes Unterpunkt-Level */
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; 
display: block;
visibility: hidden;
}

/* Unterpunkte */
.suckertreemenu ul li ul li{
float: none;
}

/* Zweites Unterpunkt-Level */
.suckertreemenu ul li ul li ul{ 
left: 159px;
top: 0;
}

/* Unterpunkt - Style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 120px; 
	color: #000000; 
	text-decoration: none;
	background: #E8E8E8; 
	padding: 2px 0px;
	margin: 0px;
	border-width: 0px;
	border: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-top-color: #FFFFFF; 
	border-right-color: #FFFFFF; 
}
.suckertreemenu ul li a:hover{
	background-color: #00804F; 
}

/* Hintergrundimage für Hauptpunkte mit Unterpunkten */
.suckertreemenu .mainfoldericon{ background: #E8E8E8 url(images/cat_arrow_down.png) no-repeat center right; } 

/* Hintergrundimage für Unterpunkte mit Unterpunkten */
.suckertreemenu .subfoldericon{ background: #E8E8E8 url(images/cat_arrow_right.png) no-repeat center right; }

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* CSS-Hacks für IE 7 und darunter */
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; width:103; }
* html .suckertreemenu ul { float: left;}
* html .suckertreemenu ul li ul li { float: left;}

/* Ende der CSS-HAcks */

