html, body { 
	margin: 0px;
	padding: 0px;
	height: 100%;

	scrollbar-3dlight-color: #D9B878;
	scrollbar-base-color: #31527B;
	scrollbar-darkshadow-color: #EFF2F7;
	scrollbar-face-color: #F9F4EA;
	scrollbar-hight-color:#D9B878;
	scrollbar-shadow-color: #D9B878;
	scrollbar-track-color: #EDDEC0;
	scrollbar-arrow-color: #792819;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	background-color: #F7F0E6;
	/*background-image:url(../images/bg_image.jpg);
	background-repeat:no-repeat;
	background-position: center center;*/

}
a:focus{
    outline:none;
}

/* -- SITE-Styling -------------------------------------------*/
div.site_container{	
	position: absolute;
	width:	988px;
	height:	585px;	
	/* -- dynamic-*/
	/*left:	50%;
	/*margin-left: -494px; /* negative Hälfte von width: 988px */
	/*top:	50%;
	/*margin-top:	-293px; /* negative Hälfte von height:585px */

}

div.logo{
	position: absolute;
	top: 26px;
	left: 63px;
	z-index: 100;
}
div.navi{
	position: absolute;
	width:	181px;	/*  186px ohne padding */
	height:	324px;	/*  354px ohne padding */
	top: 180px;
	left: 76px;
	
	padding-left: 5px;
	padding-top: 40px;
	
	background-image:url(../images/bg_navi.png);
	background-position: 0px 4px;
	background-repeat:no-repeat;
}

div.content {
	position:absolute;
	width: 458px; 	/*  488px ohne padding */
	height: 295px; 	/*  325px ohne padding */
	
	left: 309px;
	top: 194px;	
	padding: 15px;	

	font-size: 11px;
	color: #F2D3A9;
	line-height: 18px;
	
	background-image:url(../images/bg_content.jpg);	
	overflow:auto;
}

div.right{
	position: absolute;
	width:	173px;
	height:	325px;
	top: 188px;
	left: 802px;
}
div.header{
	position: absolute;
	width:	665px;
	height:	174px;
	top: 6px;
	left: 308px;
}


div.home{
	position: absolute;
	width:	892px;
	height:	513px;
	top: 6px;
	left: 76px;

}

/* -- NAVI-------------------------------------------*/
.mainnavi {
	width: 160px;
	height: 21px;
	margin-bottom: 4px;

}
a.mainnavi:link, a.mainnavi:visited {
	position:absolute;
	font-size: 11px;
	color: #FCF7E3;
	font-weight: normal;
	text-decoration: none;
	line-height: 21px;
	text-indent: 12px;	

	background-image:url(../images/navi/main1.png);
	background-repeat: no-repeat;
}

a.mainnavi:hover {
	background-image:url(../images/navi/main2.png);
	background-repeat: no-repeat;
}
a.mainnavi_active:link, a.mainnavi_active:hover, a.mainnavi_active:visited {
	position:absolute;
	font-size: 11px;
	color: #FCF7E3;
	font-weight: bold;
	text-decoration: none;
	line-height: 21px;
	text-indent: 12px;	

	background-image:url(../images/navi/main3.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 21px;

}


.subnavi {
	width: 160px;
	height: 17px;
	margin-bottom: 1px;
}

a.subnavi:link, a.subnavi:visited {
	position:absolute;
	font-size: 10px;
	color: #FCF7E3;
	font-weight: normal;
	text-decoration: none;
	line-height: 17px;
	text-indent: 35px;	
	background-image:url(../images/navi/sub1.png);
	background-repeat: no-repeat;
}
a.subnavi:hover {
	background-image:url(../images/navi/sub2.png);
	background-repeat: no-repeat;
}
a.subnavi_active:link, a.subnavi_active:hover, a.subnavi_active:visited   {
	position:absolute;
	font-size: 10px;
	color: #FCF7E3;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	text-indent: 35px;	
	background-image:url(../images/navi/sub3.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 17px;
}
.impressum {
	width: 160px;
	height: 21px;
	margin-bottom: 0px;

}
a.impressum:link, a.impressum:visited {
	position:absolute;
	font-size: 9px;
	color: #FCF7E3;
	font-weight: normal;
	text-decoration: none;
	line-height: 21px;
	text-indent: 12px;	

}
a.impressum:hover {
	text-decoration: underline;


}


.txt, h1, h2 {
font-size: 13px;
}
/* 
p, P  {
    margin-top: .3em;
    margin-bottom: .3em;

}*/

a {
color: #F5C53F;
}

.bilder-links {
float: left;
padding-right: 10px;
padding-top: 5px;
}
.bilder-rechts {
float: right;
padding-left: 10px;
padding-top: 5px;
}


.bilder-galerie {
margin-bottom: 17px;
}

.newsletter_container {
	width: 176px;
	height: 156px;
	float: left;
	margin-right: 10px;
}
.newsletter_content{
	position: absolute;
	width: 136px;
	margin-left: 18px;
	margin-top: 100px;
	text-align:right;
}
.newsletter_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #92591F;
	border: 1px inset #722013;
	background-color: #F5E6CF;
}
