/* CSS Document */
/*###### CSS f?r die Navigation ######*/
<!--
body {
	background-image: url(../bilder/navi.jpg);
	background-repeat: repeat-y;
	margin-left: 15px;
	margin-top: 15px;
}
.menue {
		 /*position:75px;*/
		 left:75px;
		 margin-top: 2px;
		 margin-left: 12px;
		 width: 150px;
		 border:1px;
		 padding:2px;
		 }
.menuepunkte {
		 width: 130px;
		 font-size: 10px; 
		 color: #EDAB10;
		 line-height: 15px;
}
a {
	font-size: 12px;
	color: #EDAB10;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #EDAB10;
}
a:visited {
	text-decoration: none;
	color: #EDAB10;
}
a:hover {
	text-decoration: none;
	font-style:oblique;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #EDAB10;
	font-style:oblique;
}
.Stil5 {
	font-size: 12px;
	color: #EDAB10; 
	}
-->