/*Hauptnavigation*/


#hauptnavi ul {
	padding: 0;
	margin: 8px 0;
}

#hauptnavi ul li {
	list-style: none;
    display: inline;
	margin: 0; 
	padding: 0;
}

#hauptnavi ul a{
	padding: 9px 10px;
    text-decoration: none; 
    color: white;
	font-weight: bold;
	height: 25px;
}

#hauptnavi ul li:first-child a{
	padding-left: 9px;
}
  
#hauptnavi ul a:hover{
    text-decoration: none; 
    color: maroon;
	padding:8px 9px;
	background-color: #C5C5C5;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid #C5C5C5;
}

#hauptnavi ul li:first-child a:hover{
	border-left: 0;
}

/*Zusatznavi*/

.unternavi ul {
	margin-top: 20px;
	
}

.unternavi ul ul{
	margin-top: 0;
}

.unternavi ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.unternavi ul li a {
	color:#000;
	display: block;
	font-size: 8pt;
	/*height: 1.5em;*/
	padding: 4px 20px;
	padding-right:5px;
}

.unternavi ul li a:hover {
	background-image: url(../icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.unternavi ul ul li a {
	background-color: #DDD;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom: 0;
}

.unternavi ul ul li a:hover {

}

.unternavi ul ul ul li a {
	background-color: #EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 3px 19px;
}


.unternavi ul ul ul li a:hover {
	background-image: url(../icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


.unternavi_act1 {
	background-image: url(../icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.unternavi_act2 {
	background-image: url(../icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.unternavi_act3 {
	background-image: url(../icons/arrow_grau.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


/*Kopfnavigation*/

#kopf_navi {
	text-align: right;
	padding-right: 10px;
}

#kopf_navi ul {
    margin: 0;
	padding-top:2px;
}
 
#kopf_navi ul li {
	list-style: none;
    display: inline;
	margin: 0; 
	padding: 0;
	border-left: 1px solid #CCCCCC;
}

#kopf_navi ul li:first-child {
	border-left: 0;
}

#kopf_navi ul a{
	padding: 8px 9px;
	text-decoration: none; 
}
  
#kopf_navi ul a:hover{
    text-decoration: none; 
    color: maroon; 
}

/*Produktnavigator*/

#produktnavigator, #wahl_p, #produkte, #produkte ul li, #produkte ul, #produkte ul li a, #wahl_p a {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#produkte ul li a, #produkte ul li a:hover, #wahl_p a, #wahl_p a:hover {
	text-decoration:none;
}


#produktnavigator {
	width: 180px; 
	background-color:#EEE;
	border: 0px #DDD solid;	
}

#wahl_p {
	padding: 3px 5px;
	font-size: 8pt;
	background:url(../grafiken/back/dropdown_back.gif) no-repeat #EEE;
	background-position: 67px 0px;
}

#produkte {
	display: block;
	position: absolute;
	left: 0px;
	background-color: #EEE;
	border-bottom: 50px solid white;
}
#produkte ul li {
	display: block;
	border-top: 1px solid white;
}

#produkte ul li a {
	display: block;
	padding: 3px 5px;
	font-size: 8pt;
	width: 170px;
	list-style: none;
}
#produkte ul li a:hover {
	background-color:#D2D0D1;
}

/*Dropdown neu*/

.dropdown {
	width: 180px; 
	background-color:#EEE;
}

.dropdown_head {
	padding: 3px 5px;
	font-size: 8pt;
	background:url(../grafiken/back/dropdown_back.gif) no-repeat #EEE;
	background-position: 67px 0px;
}

#inhalt .dropdown_content {
	display: block;
	position: absolute;
	background-color: #EEE;
	border-bottom: 50px solid white;
	padding: 0;
	margin: 0;	
}

#inhalt .dropdown_content ul li  {
	border-top: 1px solid white;
	list-style: none;
	padding: 0;
	margin: 0;	
}

#inhalt .dropdown_content ul  {
	padding: 0;
	margin: 0;		
}

#inhalt .dropdown_content ul li a {
	display: block;
	padding: 3px 5px;
	font-size: 8pt;
	width: 170px;
	list-style: none;
	text-decoration: none;
}
#inhalt .dropdown_content ul li a:hover {
	background-color:#D2D0D1;
	text-decoration: none;
}
