@import url("layout.css");
html {
height: 100%;
} 
body {
	height: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color:#732020;
}

#nav_oben {
	width: 900px;
	background-color: #f0a07f;
	text-align:center;
    border-bottom: 3px solid #222222;
    padding: 3px 0px 3px 0px;
}

#nav_oben a{
	text-decoration:none;
	color: #000;
}
#nav_oben a:hover{
	text-decoration:none;
	background-color: #FFFFCC;
}


#container {	
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	border-right: 5px solid #eb6a28;
	/*border-bottom: 3px solid #c1adad;*/
	border-left: 5px solid #eb6a28;
	background-color: #bad485;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	overflow:auto;
}

#masthead {
	text-align: center;
	width: 900px;
	padding: 0px;
	border-bottom: 3px solid #222222;
	margin:0px 0px 0px;
	background-color: #ffffff;
}

#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-left: 0px;
	margin-top: 80px;
	margin-bottom: 10px;
	border-right: 1px solid #d66143;
}
#content {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	/*border: 1px dotted #d8bfd8;*/
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}


/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #000;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#navigation {
	width: 180px;
}
/* Navigationsspeisekart*/
#navigationspk ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
#navigationspk li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dfb8df;
}
#navigationspk a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigationspk a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}

.tabelleUnterlinie {
	text-align: center;
	 border-bottom:1px #868686 solid
}

#hinten{
	position:fixed;
	z-index:-1;
	top: 140px;
	left: 50px;
	right:50px;
	background-color:#a12a24;
	height:450px;
}


