@charset "UTF-8";

* { margin:0; padding:0; }

html { background:#f9f1e6; height:100%; }

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	height:100%;
}

a { color:#d1411f; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }

a img { border:none; }

p { margin:0 0 16px 0; line-height:150%; }

h1 { font-size:13px; font-weight:bold; margin:0 0 20px 0; }

h2 { font-size:12px; font-weight:bold; color:#D24220; margin:0 0 5px 0; }

h3 { font-size:11px; color:#D24220; margin:0 0 20px 0; }

h4 { font-size:12px; font-weight:bold; margin:0 0 20px 0; }










#site {
	width:1280px;
	margin:0 auto;
	background:url(../images/bg_body.png) top center no-repeat;
	min-height:800px;
	position:relative;
}
	#content {
	padding:0 50px 50px 50px;
	width:567px;
	background:#cdbca8;
	position:absolute;
	top:220px;
	left:180px;
	z-index:6;
	}
		#content ul { list-style-image:url(../images/icon_list.png); margin:0 0 20px 25px; }		
		#content ol { margin:0 0 20px 30px; }
		#content ul li,
		#content ol li { margin-bottom:3px; }
		
		#content ul#galerie { list-style:none; }
		#content ul#galerie li { display:block; float:left; width:50%; text-align:center; margin-bottom:20px; }
	
	#kontakt {
		position:absolute;
		top:470px;
		right:20px;
		width:355px;
		height:173px;
		background:url(../images/bg_kontakt.png) top center no-repeat; 
		padding:101px 0 0 7px;
	}
		#kontakt p { width:155px; font-size:12px; }









ul#main { 
	list-style:none;
	padding:70px 0 0 15px;
	width:150px; 
	height:275px; 
	background:url(../images/bg_menu.png) top center no-repeat;
	position:absolute;
	top:160px;
	left:37px;
	z-index:11;
}
ul#main li { margin-bottom:10px; }
ul#main li:last-child,
ul#main li#impressum { padding-top:15px; }
ul#main li a { font-size:14px; color:#000; text-decoration:none; padding-left:15px; } 
ul#main li a:hover { color:#d1411f; }
ul#main li.active a { font-weight:bold; background:url(../images/icon_list.png) left center no-repeat; }
