/* CSS Document */
*  {
    padding: 0;
	margin: 0;
	}

body{
	background-color:#fbdfbd;
	}


#unterseiten{
	background-color:#f6b869;
	height:300px;
	width:1000px;
}
#alles{
    position:relative;
	width:1024px;
	height:600px;
	background-color:#f6b869;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
}
#oben{
	width:1024px;
	height:163px;
	background-image:url(images/oben.png);
	background-color:#f6b869;
}
#aktive{
width:140px;
height:70px;
margin-left:70px;
margin-top:35px;
}
.aktive{
width:140px;
height:70px;
margin:0px;
}
#mitte{
	width:1024px;
	height:350px;
	background-color:#f6b869;
}
#inhalt{
	width:1024px;
	height:350px;
}
#navi{
	width:1024px;
	height:91px;
	background-image:url(images/navi.png);
	background-color:#f6b869;
}
.text{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
}
.text1{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
}

a.menu1:link, a.menu1:visited {
	display:block;
	background-image:url(images/buttons/homen.gif);
	width:100px;
	height:30px;
	color: #000000;
	background-color:#f6b869;
	
}
a.menu1:active, a.menu1:hover  {
    background-image:url(images/buttons/homeh.gif);
	color:#ffffff;
	background-color:#f6b869;
}
a.menu2:link, a.menu2:visited {
	display:block;
	background-image:url(images/buttons/alteBn.gif);
	width:100px;
	height:30px;
	color: #000000;
	background-color:#f6b869;
	
}
a.menu2:active, a.menu2:hover  {
    background-image:url(images/buttons/alteBh.gif);
	color:#ffffff;
	background-color:#f6b869;
}
a.menu3:link, a.menu3:visited {
	display:block;
	background-image:url(images/buttons/bauernmn.gif);
	width:100px;
	height:30px;
	color: #000000;
	background-color:#f6b869;
	
}
a.menu3:active, a.menu3:hover  {
    background-image:url(images/buttons/bauernmh.gif);
	color:#ffffff;
	background-color:#f6b869;
}
a.menu4:link, a.menu4:visited {
	display:block;
	background-image:url(images/buttons/gasthofn.gif);
	width:100px;
	height:30px;
	color: #000000;
	background-color:#f6b869;
	
}
a.menu4:active, a.menu4:hover  {
    background-image:url(images/buttons/gasthofh.gif);
	color:#ffffff;
	background-color:#f6b869;
}
a.menu5:link, a.menu5:visited {
	display:block;
	background-image:url(images/buttons/gruppenn.gif);
	width:100px;
	height:30px;
	color: #000000;
	background-color:#f6b869;
	
}
a.menu5:active, a.menu5:hover  {
    background-image:url(images/buttons/gruppenh.gif);
	color:#ffffff;
	background-color:#f6b869;
}
a.menu6:link, a.menu6:visited {
	display:block;
	background-image:url(images/buttons/terminn.gif);
	width:100px;
	height:30px;
	color: #000000;
	background-color:#f6b869;
	
}
a.menu6:active, a.menu6:hover  {
    background-image:url(images/buttons/terminh.gif);
	color:#ffffff;
	background-color:#f6b869;
}
a.menu7:link, a.menu7:visited {
	display:block;
	background-image:url(images/buttons/kontaktn.gif);
	width:100px;
	height:30px;
	color: #000000;
	background-color:#f6b869;
	
}
a.menu7:active, a.menu7:hover  {
    background-image:url(images/buttons/kontakth.gif);
	color:#ffffff;
	background-color:#f6b869;
}
a.menu8:link, a.menu8:visited {
	display:block;
	background-image:url(images/buttons/impressumn.gif);
	width:100px;
	height:30px;
	color: #000000;
	background-color:#f6b869;
	
}
a.menu8:active, a.menu8:hover  {
    background-image:url(images/buttons/impressumh.gif);
	color:#ffffff;
	background-color:#f6b869;
}
a.menu9:link, a.menu9:visited {
	display:block;
	background-image:url(images/buttons/anfahrtn.gif);
	width:100px;
	height:30px;
	color: #000000;
	background-color:#f6b869;
	
}
a.menu9:active, a.menu9:hover  {
    background-image:url(images/buttons/anfahrth.gif);
	color:#ffffff;
	background-color:#f6b869;
}
a.pfeilr:link, a.pfeilr:visited {
	display:block;
	background-image:url(images/buttons/rechtsn.gif);
	background-repeat:no-repeat;
	width:27px;
	height:33px;
	color: #000000;
	background-color:#f6b869;
	
}
a.pfeilr:active, a.pfeilr:hover  {
    background-image:url(images/buttons/rechtsh.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	background-color:#f6b869;
}
a.pfeill:link, a.pfeill:visited {
	display:block;
	background-image:url(images/buttons/linksn.gif);
	background-repeat:no-repeat;
	width:27px;
	height:33px;
	color: #000000;
	background-color:#f6b869;
	
}
a.pfeill:active, a.pfeill:hover  {
    background-image:url(images/buttons/linksh.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	background-color:#f6b869;
}