html {
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-face-color:#ecdbbe;
scrollbar-highlight-color:#ecdbbe;
scrollbar-3dlight-color:#9d0d08;
scrollbar-darkshadow-color:#ecdbbe;
scrollbar-shadow-color:#9d0d08;
scrollbar-arrow-color:#9d0d08;
scrollbar-track-color:#ecdbbe;
	}
	
body {
	background-image: url(../images/bhg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	margin:0px;
	background-attachment: fixed;
	background-repeat: no-repeat;

}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #A62618;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	list-style-type: square;
	list-style-image: url(../images/ahn.gif);
	margin-bottom:5px;
	padding-bottom:2px;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #A62618;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
}
.floatright {
float:right;
margin:0px 0px 10px 20px;
clear:both;

}
.floatleft {
float:left;
margin:0px 20px 10px 0px;
clear:both;

}

#speisekarte {

	background-position:right top;
	margin-right:0px;
	margin-top:-20px;
	position:absolute;
	width:324px;
	height:304px;
	left: 277px;
	z-index:5;
}
*html #speisekarte {
	margin-top:0px;
}
#content {
	margin:20px;
	padding-right:20px;
	width:540px;
}
