

body{
	margin: 0;
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	background-image: url(img/wood-bg.png);
	}
	

	
#top-wrapper{
	height: 362px;
	width: 100%;
	background-image: url(img/bg.png);
	}
	
#logo{
	height: 102px;
	width: 928px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #5b270e;
	margin: 0px auto 0px auto;
	}
	
#menu{
	height: 40px;
	width: 928px;
	margin: 0px auto 0px auto;
	}
	
	
#pmenu, #pmenu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
	}

#pmenu {}

#pmenu li {
	float:left;
	position:relative;
	}

#pmenu a, #pmenu a:visited {
	display:block;
	width:112px;
	font-size:11px;
	color: #ffffff; 
	height:22px; 
	text-decoration:none; 
	background-image: url(img/button.png); 
	margin-right: 4px;
	padding: 8px 0px 5px 0px;
	text-align: center;
	}
	 
#pmenu a:hover{
	background-image: url(img/button-hover.png);
	}
		
#header{
	height: 222px;
	width: 928px;
	background-image: url(img/header1.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px auto 0px auto;
	}
	
#sub-menu{
	height: auto;
	width: 207px;
	float: right;
	}
	
#sub-menu-heading{
	height: 36px;
	width: 207px;
	background-image: url(img/sub-menu-heading.png);
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#sub-menu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
	}


#sub-menu li {
	float:left;
	position:relative;
	}

#sub-menu a, #sub-menu a:visited {
	display:block;
	width:205px;
	color: #ffffff; 
	height:33px; 
	text-decoration:none; 
	background-image: url(img/sub-menu-button.gif); 
	text-align: center;
	margin-top: 10px;
	}

	
#container{
	width: 100%;
	height: auto;
	overflow: hidden;
	}
	
#content{
	height: auto;
	width:  928px;
	overflow: hidden;
	margin: 10px auto 0px auto;
	background-image: url(img/content-repeat.png);
	background-repeat: repeat-y;
	}
	
#content-footer{
	height: 8px;
	width: 928px;
	background-image: url(img/content-footer.png);
	margin: 0px auto 0px auto;
	}
	
#left{
	height: auto;
	width: 248px;
	float: left;
	
	}
	
#left-header{
	height: 11px;
	width: 228px;
	background-image: url(img/left-header.png);
	background-repeat: no-repeat;
	padding: 13px 0px 12px 20px;
	font-weight: bold;
	}
	
#vak1{
	height: auto;
	width: 228px;
	background-color: #673e2a;
	padding: 10px;
	}
	
#contact-header{
	height: 11px;
	width: 228px;
	background-image: url(img/contact-header.png);
	background-repeat: no-repeat;
	padding: 7px 0px 13px 20px;
	font-weight: bold;
	}
	
#vak2{
	height: auto;
	width: 228px;
	background-color: #673e2a;
	padding: 10px;
	}
	
		
#center{
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 450px;
	float: left;
	border-top: 5px #673e2a solid;
	background-color: #442719;
	padding: 10px;
	}
	
#center a{
	color: #d9531e;
	text-decoration: none;
	}
	
#center a:hover{
	text-decoration: underline;
	}
	
#right{
	height: 500px;
	width: 200px;
	float: left;
	}
	
#right-header{
	width: 200px;
	height: 11px;
	background-image: url(img/rechts-header.png);
	background-color: #d9531e;
	background-repeat: no-repeat;
	padding: 13px 0px 12px 10px;
	font-weight: bold;
	}
	
#vak3{
	height: auto;
	width: 185px;
	border-right: 5px #673e2a solid;
	background-color: #d9531e;
	padding: 10px;
	}
	
#right-header1{
	height: 11px;
	width: 195px;
	border-right: 5px #673e2a solid;
	background-color: #e4a702;
	padding: 13px 0px 12px 10px;
	font-weight: bold;
	}
	
#vak4{
	height: auto;
	width: 185px;
	border-right: 5px #673e2a solid;
	background-color: #ffc423;
	padding: 10px;
	}
	
	
#footer{
	height: 15px;
	width: 920px;
	overflow: hidden;
	background-image: url(img/footer.png);
	background-repeat: repeat-x;
	font-size: 10px;
	padding: 10px 0px 15px 10px;
	margin: 10px auto 0px auto;
	}
	
#footer a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover{
	text-decoration: underline;
	}




h3{
	font-size: 18px;
	color: #ffc423;
	border-bottom: 1px #ffc423 dotted;
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0;
	}
	
p{
	margin: 0;
	padding: 0;
	}

