
body, html {
	background-image: url(bilder/common/back_right.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position:center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	height: 100%;
	margin: 0;	
	padding: 0;
}
input {
	border: 1px solid grey;
	color: #636363;
	width: 300px;
}
textarea {
	border: 1px solid grey;
	color: #636363;
	width: 300px;
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -326px;
	float: left;
}
#restaurant_logo {
	position: absolute;
	top: -60px;
	left: 60px;
}
#ke_logo {
	position: absolute;
	right: 70px;
	bottom: -26px;
	z-index: 4;
}
#ahr_logo {
	position: absolute;
	right: 790px;
	bottom: -33px;
	z-index: 4;
}
#maincontent {
	position: relative;
	clear: both;
	top: 0px;
	/*top: 50%;
	margin-top: -326px;*/
	width: 900px;
	height: 652px;
	background-image: url(bilder/common/back_left.gif);
	background-repeat: repeat-x;
}
#rotatingimage {
	position: relative;
	top: 19px;
	left: 600px;
	height: 612px;
	width: 415px;
	float: left;
}
#tisch {
	position: absolute;
	background-image: url(bilder/common/tisch.png);
	top: 0px;
	left: 30px;
	width: 686px;
	height: 687px;
	z-index: 2;
}
#tisch a:link {
	color: #8A212B;
	text-decoration: underline;
}
#tisch a:visited {
	color: #6F1B1B;
	text-decoration: underline;
}
#mainnav {
	position: absolute;
	color: White;
	right:-100px;
	top: 1px;
	z-index: 3;
}
#adresse {
	position: absolute;
	bottom: 55px;
	width: 352px;
	height: 114px;
	left: 700px;
	font-size: 12px;
	z-index: 3;
}
#adresse a:link {
	color: #8A212B;
	text-decoration: none;
}
#adresse a:visited {
	color: #6F1B1B;
	text-decoration: none;
}
#subnav
{
    position: absolute;
    color: White;
    left: 106px;
    bottom: 4px;
    z-index: 3;
    font-size: 11px;
    
}
#subnav a:link, #subnav a:visited {
	color: White;
	text-decoration: none;
	font-size: 11px;
}

#subnav a:hover {
	text-decoration: underline;
	color: #E3E3E3;
}
#mainnav a:link, #mainnav a:visited {
	color: White;
	text-decoration: none;
	font-size: 14px;
}

#mainnav a:hover{
	text-decoration: underline;
	color: #E3E3E3;
}
.tip {
	font-weight: bold;
	font-style: italic;
}
#content {
	position: absolute;
	top: 80px;
	left: 75px;
	width: 555px;
	height: 500px;
	overflow: auto;
}
#content h1 {
	font-size: 14px;
}
