
#contentnav {
  background-color: white;  /* Farbe hellgrün*/
  } 
  
#contentnavigation{
text-align:left;
}
  
/*Navigation in Header*/
 TD#contentnav {
    background-color: white;   /*HG hellgrün*/
}


#nav{
    width:100%;

}
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	/*background: white;*/ /*Hintergrund Main*/ 
   	font: 13px Arial, Geneva, Verdana, Helvetica,sans-serif;
	font-weight: bold;
	padding: 0 ;
	
}

#nav{
margin-top:5px;
#margin-top:1px;

}
#nav ul{
margin: 0.0em 0em 0.0em 0;
}
 
#nav a {
margin-top:0px;
	display: block;
	/*width: 10em;*/
	color: #000000; /*TextFarbe Main*/
	text-decoration: none;
	
/*	padding: 0.3em 0 0.5em 0em;*/
	
	align:left;
	border-bottom: 0px solid #7E7D7E;
	background-image: url('../image/bg_nav.jpg');
	background-repeat:no-repeat;
	height:32px;
	padding-left:23px;
	padding-top:5px;

}
#nav a:hover {
	background-image: url('../image/bg_nav_roll.jpg');
	color: #007CC2;
}


#nav li ul a{

width: 18em;
	padding: 0.25em 0em 0.0em 1em;
	text-decoration: none;
font: 13px Verdana, Geneva, Arial, Helvetica,sans-serif;
color: #000000; /*TextFarbe Subs*/
background-image:none;
height:auto;
}

#nav li ul a:hover{

color: #007CC2; /*TextFarbe Subs hover*/
background-image:none;
}
 
 
#nav li {
	margin:0px;
	/*padding: 0 0 0 1em;*/ /*Einrückung aller Menues*/
	/*width: 11.35em;*/ /*Feste Breite Main*/
	text-align:left;
		/*overflow-y:hidden;*/
		
}

*html #nav li.mainmenuparent{
height:20px;
}
 
#nav li ul {
	position: absolute;
	display:inline;
	left: -999em;
	height: auto;
	width: 22em;
	font-weight: normal;
	border: solid #7E7D7E; /*Ramenfarbe Subs*/
	border-width: 1px;
	margin: -30px 0px 0px 220px;
	z-index:900;
background: white; /*Hintergrund Subs*/

}
 
#nav li li {
	width: 22em;
}
 
#nav li ul a {
                /*background: url(../image/bullet.jpg) no-repeat 2px 5px;*/
	width: 22em;
	padding-left: 1em;
}
 
#nav li ul ul {
	margin: -1.75em 0 0 12em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	color: white;
}


#nav li.mainmenuparent {
#margin-top:3px;
}
#nav li.mainmenu {
#margin-top:3px;
}




.testsub{
border-bottom:1px solid red;
white-space: nowrap;
}
