@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	margin: 5px;
}
p {
	color:#000000;
	font: normal 16px "Times New Roman", serif;  
	text-align: left;
	margin: 5px 5px 0px 5px;
}
p.preis {
	color:#000000;
	font: normal 16px "Times New Roman", serif;  
	text-align: right;
	width: 70px;
	margin: 6px 5px 6px 5px;
	float: right;
}
p.small {
	color:#000000;
	font: normal 14px "Times New Roman", serif;  
	text-align: left;
	width: 450px;
	margin: 0px 5px 12px 5px;
	position: relative;
	left: 200px;
}
h1 {
	color:#000000;
	font: bold 20px "Times New Roman", serif; 
	text-decoration: none; 
	text-align: left;
	margin: 20px 5px 12px 5px;
}
h2 {
	color:#000000;
	font: normal 16px "Times New Roman", serif;
	text-transform: uppercase;
	text-align: left;
	width: 350px;
	margin: 6px 5px 0px 5px;
	float: left;
}
h3 {
	color: #000000;
	font: normal 14px "Times New Roman", serif;
	font-style: italic;
	text-align: left;
	width: 350px;
	margin: 0px 5px 6px 5px;
	float: left;
}
body {
	background-color: #e8e1c4;
	text-align: center;
	color: #fefce3;
	padding: 0px;
	margin: 0px auto;
}
#background {
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	position: relative;
}
#site {
	background-color: #fefce3;
	top: 30px;
	width: 1000px;
	height: 560px;
	margin: 0px auto;
	position: relative;
}
#logo {
	top: 0px; 
	left: 0px; 
	height: 137px; 
	width: 1000px;
	position: absolute;  
	overflow:hidden;
}
#hm {
	text-align: left;
	top: 496px;
	left: 0px;
	width: 270px;
	position: absolute;
	overflow: hidden;
}
.hmlink {
	color: #000000;
	font: normal 20px "Times New Roman", serif;
	text-align: left;
	text-indent: 10px;
	margin-left: 25px;
	margin-right: 20px;
	display: block;
	float: left;
	text-decoration: none;
}
a.hmlink:link, a.hmlink:visited {
	color: #000000;
}
a.hmlink:hover {
	color: #aa392b;
}
.hm_breaker {
	background-color: #000000;
	width: 1px;
	height: 20px;
	margin: 1px 3px;
	float: left;
}
#m {
	top: 137px;
	left: 0px;
	width: 270px;
	height: 398px;
	position: absolute;
}
.mlink {
	color: #000000; 
	font: normal 20px "Times New Roman", serif;
	text-align: left; 
	text-indent: 10px;
	text-decoration: none; 
	margin: 18px 25px 0px 25px; 
	display: block; 
}
a.mlink:link, a.mlink:visited {
	color: #000000;
}
a.mlink:hover {
	color: #aa392b;
}
.sublink {
	color: #000000; 
	font: normal 16px "Times New Roman", serif;
	text-align: left; 
	text-indent: 25px;
	text-decoration: none; 
	margin: 0px 25px; 
	display: block;
}
a.sublink:link, a.sublink:visited {
	color: #000000;
}
a.sublink:hover {
	color: #aa392b;
}
#breaker {
	background-color:#aa392b;
	top: 153px;
	left: 270px;
	height: 368px;
	width: 2px;
	position: absolute;
}
#content {
	top: 137px;
	left: 302px;
	height: 395px;
	width: 698px;
	position: absolute;
	overflow: hidden;
}
#content_haus {
	top: 0px;
	left: 0px;
	height: 395px;
	width: 668px;
	padding-right: 30px;
	position: absolute;
	overflow: auto;
}
#content_mk {
	background-image: url(../images/menukarte_02.jpg);
	background-position: left;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	height: 395px;
	width: 698px;
	position: absolute;
	overflow: auto;
}
#content_mk h1{
	left: 200px;
	width: 460px;
	position: relative;
}
.essen1 {
	background-color: #e8e1c4;
	left: 200px;
	width: 460px;
	margin-bottom: 6px;
	position: relative;
}
.essen2 {
	background-color: #fefce3;
	left: 200px;
	width: 460px;
	margin-bottom: 6px;
	position: relative;
}
.breaker {
	height: 1px;
	width: 460px;
	overflow: hidden;
	margin: 0px;
	clear: both;
}
#footer {
	background-color:#aa392b;
	top: 535px; 
	left: 0px; 
	height: 25px; 
	width: 1000px;
	position: absolute;
}
#footer p.left{
	color: #ffffff;
	font: normal 14px "Times New Roman", serif; 
	text-align: center;
	width: 270px;
	margin: 5px auto;
	float: left;
}
#footer p.right{
	color: #ffffff;
	font: normal 14px "Times New Roman", serif; 
	text-align: center;
	width: 730px;
	margin: 5px auto;
	float: right;
}