/* navigations style sheet 01 blau */


#nav ul{
list-style: none;
}
#content li {
	padding-bottom: 2em;
}
#nav a:link, #nav a:visited{
	color: #333333;
	font-weight: normal;
	text-decoration:none;
}
#nav a:hover, #nav a:active{
	text-decoration:none;
	color: #0A75B6;
	font-weight: normal;
	cursor: pointer;
}
#nav01 a:link, #nav01 a:visited{
	text-decoration:none;
	color: #666666;
	font-weight: normal;
}
#nav01 a:hover, #nav01 a:active{
	text-decoration:none;
	color: #669900;
	font-weight: normal;
	cursor: pointer;
}
#muster {
	position: absolute;
	left: 10em;
	top: -12em;



}
.aktiv {
	color: #669900;
	font-weight: bold;

}
