/* CSS Document */

/* 

Farbcode:
Mainbox - hg: #bdbebe 
Subbox - hg: #C2C9D0
Textbereich aktiv - hg: #2D7376
Schrift: #ffffff
*/



/* the styling */
#nav {
	width:685px; height:28px; background:#bdbebe; position:relative;
	opacity:1.0; z-index:300;	
}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto;}

#nav .select a,
#nav .current a {display:block; height:28px; float:left; background:#bdbebe; padding:0px 10px 0px 10px; text-decoration:none; font-size:12px; line-height:28px; white-space:nowrap; border-right:1px solid #fff; color:#fff;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}


#nav .select a:hover, 
#nav .select li:hover a {background:#888; cursor:pointer; color:#ffffff;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {background:#2D7376; color:#fff; font-size:10px; font-weight:bold;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#ACACAC; color:#fff;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#ACACAC; color:#fff;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:685px; top:28px; left:0; background:#C2C9D0; margin-top:0; padding:0; z-index:100; color:#fff; font-size:11px; line-height:20px;}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {display:block; position:absolute; width:685px; top:28px; left:0; background:#C2C9D0; margin-top:0; padding:0; z-index:10;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {height:21px; text-decoration:none; white-space:nowrap; display:block; float:left; background:#C2C9D0; padding:3px 5px; margin:0; font-size:11px; border:0; color:#fff; margin:3px 0 4px 0; height:16px; line-height:16px;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#C2C9D0; padding:3px 5px; margin:0; white-space:nowrap; border:0; color:#fff; font-size:11px; margin:3px 0 4px 0; height:16px; line-height:16px;}


#nav .subaktiv a, #nav .subaktiv a:hover {background:#3A9498; color:#fff; font-size:10px; font-weight:bold; margin-top:3px; height:16px; line-height:16px;}


/* Infobox, wenn laden nicht möglich */
#navI {width:665px; height:30px; background:#CCCCCC; color:#990000; position:relative; margin:10px;}
#navI p {
	line-height:30px; text-align:center;
}

