/*Navigation oben*/

#navigation {
width:950px;
height:30px;
	margin-top:0px;
	border: 1px solid #c6e7c6;

	background-image:url(images/hg_top.jpg);
background-position: 0 0;
background-repeat:x-repeat;	
}
	
#navigation ul{

list-style-type: none;

}

#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left:5px;
}

#navigation li {

float:left;
height:30px;
margin-bottom:0px;
text-align:center;

background-image:url(images/nav_hg.jpg);
background-position: 0 0;
background-repeat:no-repeat;
filter:alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80;


}

#navigation a {

	display: block;
	color: #333333;
		font-weight:bold;
	text-decoration: none;

	padding:7px 10px 0px 10px;
	font-size:13px;
	
	

}


#navigation a:hover {
	background: #009000;
	height:23px;
	color:#ffffff;
	padding-top:7px;
		background-image:url(images/navi_pfeil.png);
background-position: center top;
background-repeat:no-repeat;
	font-weight:bold;
	filter:alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60;

}

#navigation a:active {
}



.active li a
{color:#ffffff;}

.active li a:hover
{color:#ffffff;}

.active a:visited
{color:#ffffff;}

.navigation_active a{
	background: #009000;
	height:23px;
	color:#ffffff;
	font-weight:bold;
		padding-top:7px;
	
}

*html #navigation a:hover {

		background-image:url(images/navi_pfeil_ei.png);
background-position: center top;
background-repeat:no-repeat;


}


*html .navigation_active a{
		background-image:url(images/navi_pfeil_ei.png);
background-position: center top;
background-repeat:no-repeat;
	
}

*html #navigation li  {width:105px;
background-color:#e7f3ef; 
}
*html #navigation a  {
height:23px;

}

*html #navigation a:active  {
height:23px;
background-color:#105D42;
}






/*Navigation links - Hauptnavigation */


.hauptnav {
	width: 200px;
	display: block;
	margin-bottom:0px;
	background-color:#ffffff;

	}
	
.hauptnav ul{

list-style-type: none;

}

.hauptnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.hauptnav li {
	width:200px;
padding:2px 0px 2px 0px;
margin-bottom:0px;
border-bottom: 1px solid #dddddd;
	background-image:url(images/navi_kaestchen.png);
background-position: left top;
background-repeat:no-repeat;


}

.hauptnav a {

	display: block;
	color: #666666;
		font-weight:bold;
	text-decoration: none;
	padding:2px 0px 2px 15px;
	font-size:12px;
	
	

}


.hauptnav a:hover {
	
	padding:2px 0px 2px 15px;
	color:#ffb231;
	font-weight:bold;
		background-image:url(images/navi_kaestchen_over.png);
background-position: left top;
background-repeat:no-repeat;
	font-weight:bold;

}

.hauptnav a:active {color:#009000;
}



.hauptnav_active a{
	color:#333333;
	font-weight:bold;
padding:2px 0px 2px 15px;
		background-image:url(images/navi_kaestchen_over.png);
background-position: left top;
background-repeat:no-repeat;

}

/*Überschrift Navigation */

.nav_ueber {
		background-image:url(images/hg_hauptnav.jpg);
background-position: left top;
background-repeat:repeat-x;
background-color:#FFDF7B;
height:15px;
font-weight:bold;
font-size:13px;
width:200px;
padding:5px 0px 5px 5px;
color:#333333;

}


