

body {
	background-color:			#86C22A;
	height:								100%;

	background-image:		url('../bilder/body.bg.gif');
	background-repeat:		repeat-x;
}

*, all {
	margin:							0;
	padding:							0;

	font-family:						verdana, arial, sans-serif;
	font-size:						11px;

	color:								#662F00;
}



#overall {
	position:							absolute;

	left:									50%;
	top:									0;

	margin-left:						-477px;
	width:								955px;
	height:								100%;

	background-image:		url('../bilder/bg.overall.jpg');
	background-repeat:		no-repeat;

	background-color:			#FBFAF5;
}


#naviHome {
	position:							absolute;
	left:									64px;
	top:									120px;
}

#naviInfos {
	position:							absolute;
	left:									282px;
	top:									120px;
}

#naviGalerie {
	position:							absolute;
	left:									501px;
	top:									120px;
}

#naviKontakt {
	position:							absolute;
	left:									719px;
	top:									120px;
}



#divPagecontent {

	position:							absolute;
	left:									57px;
	top:									170px;

	height:								398px;
	width:								841px;

	background-image:			url('../bilder/pagecontent.bg.png');
	background-repeat:			repeat-y;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../bilder/pagecontent.bg.png', sizingMethod='scale');
	_background-image:			url('../bilder/blind.gif');
}

#impressum {
	position:							absolute;
	left:									769px;
	top:									564px;
}



strong.heller {
	color:				#95571A;
}



.cRot {
	color:				#CC0000;
}




hr {
		margin:0;
		text-align:left;
}


div.hrLine {
		background-color:									#9B4600;
		width:									260px;
		display:								block;
		height:									1px;

		margin-top:							15px;
		margin-bottom:					15px;

