body {
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	color: #000000;
	background: url(../img/back.png) repeat-x #ffffff;
	text-align: center;
	margin: 0px;
}
.Rahmen{
	border: 7px solid #ffbc00;
}
.RahmenRechts{
	float: right;
	margin: 13px 0px 10px 30px;
	border: 7px solid #ffbc00;
}
.scroll{
	height: 500px;
	overflow: auto;
	line-height: 13px;
	margin-bottom: 20px;
}
#Menu{
	position: absolute;
	top: 97px;
	left: 420px;
}
#Menu a{
	color: #e60003;
	text-decoration: none;
	padding: 9px 10px 10px 10px;
}
#Menu a:hover{
	background-color: #ffffff;
}
#Entwurf{
	width: 869px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 120px;
	left: 0px;
}
.info{
	position: absolute;
	left: 49px;
	top: 458px;
	width: 140px;
	height: 274px;
	background: url(../img/home/info_back.png) -140px 0px #ffffff no-repeat;
	z-index: 3;
	cursor: pointer;
}
.info:hover{
	background-position: 0px 0px;
}
.info p{
	margin: 12px 10px;
	text-align: center;
}
.info p.head{
	font-weight: bold;
	color: #e60003;
	text-transform: uppercase;
	line-height: 11px;
	margin-top: 16px;
}
#DinnerLink{
	position: absolute;
	top: 300px;
	left: 24px;
	z-index: 11;
}
#BuchenLink{
	position: absolute;
	top: 346px;
	left: 0px;
	width: 450px;
	height: 72px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	z-index: 11;
}
#Inhalt{
	position: absolute;
	top: 150px;
	left: 49px;
	vertical-align: top;
	text-align: left;
	width: 771px;
	line-height: 18px;
	padding: 0;
	border: 0;
}
#Inhalt h1{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e60003;
	letter-spacing: 1px;
	padding: 12px 0 15px 15px;
	background: url(../img/inhalt/h1.png) #ffffff;
}
#Inhalt h2{
	color: #e60003;
	font-weight: bold;
	font-size: 12px;
	padding-left: 15px;
}
#Inhalt p{
	padding: 0px 15px;
	margin: 15px 0 15px 0;
}
#Inhalt p.gallery{
	padding: 0px;
	margin: 5px 0;
}
#Inhalt p.gallery img{
	margin: 0px 15px;
	border: 5px solid #ffbc00;
}
#Inhalt table{
	border-collapse: collapse;
	font-family: Tahoma, Helvetica;
	font-size: 11px;
}
#Inhalt td{
	padding: 3px 0px 3px 15px;
	vertical-align: top;
	text-align: left;
}
#Inhalt a{
	color: #ff9300;
}
#Inhalt a:hover{
	color: #e60003;
}
#Inhalt #SpalteA{
	position: absolute;
	top: 100px;
	left: 15px;
	width: 350px;
	line-height: 12px;
	text-align: justify;
}
#Inhalt #SpalteB{
	position: absolute;
	top: 100px;
	left: 400px;
	width: 350px;
	line-height: 12px;
	text-align: justify;
}
fieldset{
	border-color: #ffe18d;
	padding: 10px;
}
p.formular{
	line-height: 20px;
}
input, textarea, select{
	border: 2px solid #ffbc00;
	background: #ffe18d;
	font-size: 11px;
}
input.ohne{
	border: none;
	background: none;
}
input.c1{
	font-weight: bold;
	color: #999999;
}