body
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#000000;  
	} 

td
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#000000;  
	} 

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

#nav a {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #0E2D91;
	padding: 0.2em 10px;
}

li {
	float: left;
	position: relative;
	width: 160px;
	text-align: center;
	cursor: default;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0%;

	font-weight: normal;
	background-color: #000000;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #CDCDCD;
	border: 1px none;
}

li:hover ul, li.over ul {
	display: block;
}

.ueberschrift
	{
	font-family: Verdana, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background-color: #667679;
	}

.ueberschriftunten
	{
	font-family: Verdana, sans-serif;
	font-size:13px;
	color:#0E2D91;
	background-color: #FFFF00;
	}

.tabelledunkelgruen
	{
	background-color: #fb830f;
	}

.tabellegruen
	{
	background-color: #fb830f;
	}

.tabellehellgruen
	{
	background-color: #CDCDCD;
	}
 
input, select, textarea
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#000000;  
	} 

a
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#000000;  
	text-decoration: none;
	}   

a:hover
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#000000;  
	text-decoration: underline;
	}  
 
.schwarz
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#000000;  
	}   

a.schwarz
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#000000;  
	text-decoration: none;
	}   

a.schwarz:hover
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#fb830f;  
	text-decoration: underline;
	}    
   
.gruen
	{
	font-family: Verdana, sans-serif;
	font-size:11px;
	color: #744A00;
	}

a.gruen
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#0E2D91;  
	text-decoration: none;
	}   

a.gruen:hover
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#0E2D91;  
	text-decoration: underline;
	}   

.rot
	{
	font-family: Verdana, sans-serif;
	font-size:11px;
	color: #333333;
	}

a.rot
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#333333;  
	text-decoration: none;
	}   

a.rot:hover
	{ 
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#333333;  
	text-decoration: underline;
	}

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 325px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #0E2D91;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}