body {
   scrollbar-3dlight-color:#A58454;
   scrollbar-arrow-color:#DFD486;
   scrollbar-base-color:#A58454;
   scrollbar-darkshadow-color:#A58454;
   scrollbar-face-color:#A58454;
   scrollbar-highlight-color:#DFD486;
   scrollbar-shadow-color:#A58454;
   scrollbar-track-color:#AD8E5B;
	background: #6F8E47 url(img/background.jpg);
	margin:0px;
	padding:0px;
	text-align:center; 	
	font-family:Verdana, sans-serif;
	font-size:12px;
}

#boxCenter{
	margin:25px auto 0px auto;
	width:780px;	
	text-align:left;
}

/* Top */
#boxTop{
	float: left;
	width:740px; /*780 - 40 = 740*/
	height:115px; /*134 - 19 = 115*/
	padding:19px 0px 0px 40px;
	background: url(img/bg_top.gif) no-repeat;
}
#boxMiddel{
	float: left;
	width:780px;
	/*height:273px;*/
	height:393px;/*273px+120*/
	background:url(img/bg_content.gif) no-repeat;
}

/* Navication*/
#navi{
	float: left;
	width:210px;
}
#navi a{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	height:20px;
	display: block;
	padding-left:10px;
	background:url(img/btn_punkt.gif) no-repeat;
}
#navi a:hover{
	background:url(img/btn_pfeil.gif) no-repeat;
	padding-left:10px;
}
#navi ul, #navi li{
	margin:0px;
	padding:0px;
	list-style-type:none;	
}
#navi ul{
	margin:20px 0px 0px 45px
}
#navi li{
	background: url(img/btn_bg.gif) no-repeat;
	padding:3px 0px 0px 10px;
}
#navi li.mark a{
	background: url(img/btn_pfeil_weiss.gif) no-repeat;
}
#navi li.mark a:hover{
	background: url(img/btn_pfeil_weiss.gif) no-repeat;
}

#navi li.subnavi a{
	font-weight: normal;
	padding-left:20px;
	background:url(img/btn_punkt_sub.gif) no-repeat;
}
#navi li.subnavi a:hover{
	background: url(img/btn_pfeil_sub.gif) no-repeat;
	padding-left:20px;
}

#navi li.subnavimark a{
	font-weight: normal;
	padding-left:20px;
	background: url(img/btn_punkt_sub2.gif) no-repeat;
}
#navi li.subnavimark a:hover{
	padding-left:20px;
	background: url(img/btn_punkt_sub2.gif) no-repeat;
}

/* Inhalt */
#titel{
	float:left;
	width:496px;/*504-8=496*/
	height:32px;/*32-10 = 22*/
	margin:10px 0px 0px 8px;
	display:inline;
}
#boxcontent{
	float:left;
	width:497px;/*504 -7= 497 */
	height:351px;/*(273 -10)-32)= 231 +120=351px*/
	overflow:auto;
	margin:0px 0px 0px 7px;
	display:inline;
}
#content{
	/*float:left;*/
	padding:0px 5px 0px 10px;
	line-height: 145%;
}
#content a{
	color:#000;
	text-decoration:underline;
}
#content a:hover{
	color:#336633;
}

/* Footer */
#boxBottom{
	float:left;
	width:300px; /*780-150=630*/
	height:125px;/*125-48=77*/
	background:url(img/bg_bottom.gif) no-repeat;
	font-size:10px;
	padding:48px 0px 0px 480px;
}
#boxBottom a{
	color: Black;
	text-decoration:none;
}
#boxBottom a:hover{
	text-decoration:underline;
}



#content .lastsite{
	float:left;
	background:#A58454 url(img/pfeil_nachlinks.gif) no-repeat;
}
#content .lastsite a{
	padding-left:25px;
	color:#EAE38F;
	text-decoration:none;
}
#content .lastsite a:hover{
	color:#EAE38F;
	text-decoration:underline;
}



#content .nextsite{
	float:right;
	background:#A58454 url(img/pfeil.gif) no-repeat;
	padding-left:25px;
	color:#EAE38F;
}
#content .nextsite a{	
	color:#EAE38F;
	text-decoration:none;
}
#content .nextsite a:hover{
	color:#EAE38F;
	text-decoration:underline;
}
/* Veranstaltungen */
.veranstboxcont{
	border: 1px solid #EAE38F; 
	padding:5px;
}

/* Kontakt */
form#kontaktform{
	margin:0px;
	padding:0px;
}
#kontaktform .left{
	float:left;
	width:80px;
}
#kontaktform input, #kontaktform textarea{
	float:left;
	width:250px;
	border: 1px solid #EAE38F;
	background: #A58454;
	padding: 1px;
	margin:0px 0px 5px 0px;
}
#kontaktform textarea{
	height: 75px;
}
#kontaktform .spezial {
	width:80px;
}
#kontaktform .sendbtn{
	width:124px;
	border: 1px solid #EAE38F;
	height:20px;
}

@media print{ 
#boxTop{display:none;} 
#navi{display:none;} 
#boxBottom{display:none;} 
#boxcontent{width:500px; height:auto; overflow:none;}
}

