#navigation
{
	margin-left: 0px;
	width: 184px;
	float: left;
	/* IE < 5 */
	width: 185px;
    voice-family: "\"}\"";
    voice-family:inherit;
	/* IE > 5 */
    width: 184px;
}

body>#navigation
{
	width: 184px;
}

#navigation ul
{
	list-style-type: none;	
	margin-left: 0px;
	padding: 0px;	
	display: block;		
}
#navigation ul li
{
	list-style-type: none;	
	display: block;	
	padding: 4px;
	margin-bottom: 1px;	
	}
/* Hauptpunkte */
#navigation ul li a
{	
	display: block;	
	color: #034A80;
	border-bottom: 1px solid #7BAED7;
	font-weight: bold;
	text-decoration: none;	
	/* IE < 5 */
	width: 180px;
    voice-family: "\"}\"";
    voice-family:inherit;
	/* IE > 5 */
    width: 180px;
}
/* Opera & Co */
html>body #navigation ul li a 
{
   width: 180px;
} 

#navigation ul li a:visited
{	
	display: block;	
	color: #095D9E;
	border-bottom: 1px solid #7BAED7;
	font-weight: bold;
	text-decoration: none;	
	/* IE < 5 */
	width: 180px;
    voice-family: "\"}\"";
    voice-family:inherit;
	/* IE > 5 */
    width: 180px;
}
/* Opera & Co */
html>body #navigation ul li a:visited
{
   width: 180px;
} 

#navigation ul li a:hover
{
	display: block;
	color: #034A80;
	border-bottom: 1px dotted #7BAED7;
	background-color: white;
	font-weight: bold;
	text-decoration: none;
	/* IE < 5 */
	width: 180px;
    voice-family: "\"}\"";
    voice-family:inherit;
	/* IE > 5 */
    width: 180px;
}
/* Opera & Co */
html>body #navigation ul li a:hover
{
   width: 180px;
} 
/* -------------------------------- Unterpunkte */
#navigation ul li a.sub
{	
	display: block;	
	color: #034A80;
	font-size: 11px;
	border-bottom: 1px dashed #F4F9FF;
	font-weight: normal;
	text-decoration: none;	
	/* IE < 5 */
	width: 180px;
    voice-family: "\"}\"";
    voice-family:inherit;
	/* IE > 5 */
    width: 180px;
}
/* Opera & Co */
html>body #navigation ul li a.sub 
{
   width: 180px;
} 

#navigation ul li a.sub:visited
{	
	display: block;	
	color: #002B4C;
	font-size: 11px;
	border-bottom: 1px dashed #F4F9FF;
	font-weight: normal;
	text-decoration: none;	
	/* IE < 5 */
	width: 180px;
    voice-family: "\"}\"";
    voice-family:inherit;
	/* IE > 5 */
    width: 180px;
}
/* Opera & Co */
html>body #navigation ul li a.sub:visited
{
   width: 180px;
} 

#navigation ul li a.sub:hover
{
	display: block;
	color: #034A80;
	font-size: 11px;
	border-bottom: 1px solid #F4F9FF;
	background-color: white;
	font-weight: bold;
	font-weight: normal;
	/* IE < 5 */
	width: 180px;
    voice-family: "\"}\"";
    voice-family:inherit;
	/* IE > 5 */
    width: 180px;
}
/* Opera & Co */
html>body #navigation ul li a.sub:hover
{
   width: 180px;
}
