/* CSS Document */
/*###### CSS f?r den Kopf ######*/
<!--
body {
	background-image: url(../bilder/head.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.Stil1 {
	color: #edab10;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EDAB10;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EDAB10;
}
a:hover {
	text-decoration: none;
	color: #F09100;
	font-style:oblique;
}
a:active {
	text-decoration: none;
	color: #EDAB10;
}
-->