body  {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
	background: #fffa9c;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	
	}
	a {
	color: #6b4535;
	text-decoration:none;
	}
	#header { 
	background: #f8c301;
	top:0px; left:0px; 
	height:120px;
	width:800px;
	background-image:url(../images/header.jpg); 
    } 
	#breadcrumb { 
	background: #6b4535;
	position:absolute;
	left:0px; 
	top:120px;
	height:20px;
	padding-top:5px;
	padding-left:226px;
	text-align:left;
	width:574px;
	color: #fce384;
	font-size:11px;
	} 
	#breadcrumb a:hover{ 
	color:#f8c301;
	} 
	#breadcrumb a{ 
	color:#fce384;
	} 
	#menue { 
	background: #6b4535;
	position:absolute;
	top:145px;
	left:0px;
	height:510px;
	width:247px;
	padding-right:0px; padding-top:0px; 
	background-image:url(../images/bg_menue.jpg);
	background-repeat:no-repeat; 
	font-size:11px;
    } 
	ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 130px;
	}
	ul a {
	display: block;
	cursor: pointer;
	background-color: #6b4535;
	color: #fce384;
	padding:5px;
	text-decoration: none;
	text-align:left;
}
	ul a:hover {
	display: block;
	cursor: pointer;
	background-color: #fce384;
	color: #6b4535;
	padding:5px;
	text-decoration: none;
	text-align:left;
}
	li {
	border: 1px solid #000000;
	margin-bottom:7px;

}

	#black_line { 
	background: #000000;
	position:absolute;
	left:247px; 
	top:145px;
	height:4px;
	width:553px;
	}
	#main { 
	position:absolute;
	left:247px;
	top:155px;
	width:553px;
	padding-left:5px; padding-top:5px;
	    } 
	h1 {
	font-size: 18px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#cookie-info {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background: #6b4535; 
	color:#fce384;
	padding: 15px; 
	font-size: 12px; 
	font-family: verdana;
	}

#cookie-info a.button {
	cursor: pointer; 
	background: #1f1612; 
	padding: 5px 5px; 
	margin-left: 10px;
	margin-top:0px;
	border-radius: 2px; 
	font-weight: bold; 
	float: right;
	}
#cookie-info a {
	color:#ffffff;
	}

#cookie-info a.button:hover {
	background-color: #51392f;
	}

#cookie-info p.cookiemessage {
	display: block; 
	padding: 0; 
	margin: 0;
	}