@charset "UTF-8";
/* CSS Document */

body {background-color: #ED7700;}

a {color: #ED7700;}

h1 {color: #ED7700;}

h2 {color: #ED7700;}

ul#Navigation li a:hover {color: #ED7700;}

ul#Navigation li a.current  {
	color: #FFFFFF;
	background-color: #ED7700;
	background-image: url(../images/layout/button-or.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

 ul#Subnavigation a:hover{color: #ED7700; }
 
 ul#Subnavigation a.aktiv {
	color: #ED7700;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-bottom: 8px;
	padding-right: 2px;
	padding-left: 2px;
}
ul.tabs    a.pfeil {color: #ED7700;}

.news a:hover {color: #ED7700;}

#footer {
	background-image: url(../images/layout/fusszeile-orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

.bunt {
	color: #ED7700;
}
.datum {background-color: #ED7700;}
