.Hade {
	background-image: url(images/Hader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mitte {
	background-image: url(images/mitte.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.schrift_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
.schrift_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.schrift_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.schrift_4 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



.unten {
	background-image: url(images/unten_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*links..........................................................*/
a:link {
           color : #827739;
           font-family : Verdana, Helvetica, Arial;
           font-size : 11px;
           text-decoration : none;
}
a:hover {
           color : #FF6600;
	   font-family : Verdana, Helvetica, Arial;
           font-size : 11px;
           text-decoration : none;
}
a:visited {
           color : #827739;
           font-family : Verdana, Helvetica, Arial;
           font-size : 11px;
           text-decoration : none;
      }
a:active {
           color : #827739;
           font-family : Verdana, Helvetica, Arial;
           font-size : 11px;
           text-decoration : underline overline;
      }
/*nav.............................................................*/
#navcontainer { /* none needed */ }

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;

}

ul#navlist li
{
/*float: left;*/
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 2px 0px 2px 0;
border-top: 0px solid #e0ede9;
border-bottom: 0px solid #e0ede9;

}

#navlist a, #navlist a:link
{
margin: 0;
padding: 0px 0px 0px 9px;
color: #000000;
border-right: 0px dashed #d1e3db;
text-decoration: none;
}

ul#navlist li#active
{
color: #FFE67D;
font-weight: bold;
}

#navlist a:hover
{
color: #FFE67D;
font-weight: bold;
}
/*nav ende.......................................................*/
.auto {
	background-image: url(images/hinter_auto.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Überschrift1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #A28D3E;
}
