﻿.header {
	height: 160px;
	background-image: url('/images/schatten.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#navigation {
	height: 30px;
	background-image: url('/images/bg_header.png');
	padding: 1.5em 0;
}

#bottom-navigation {
	background-image: url('/images/schatten_down.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 15px;
}

body, html {
	height: 100%;
	background-color: #ECE9DD;
}

.content-body {
	min-height: 100%;
	line-height: 25px;
	font-family: Arial, Helvetica, Sans-Serif;
	position: relative;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

.head-container img{
	float: left;
}

ul.flag-container {
	margin-top: 10px;
	float: right;
	color: #FFFFCC;
	list-style: none;
	text-decoration: none;
	z-index: 999999;
	top: 5px;
}

li.flag-element {
	margin-right: 7px;
	float: left;
	display: inline;
}

.licht {
	position: relative;
	z-index: 3;
}
.navi-bar {
	height: 30px;
}

ul.list-container {
	margin: 0px;
	float: right;
	color: #FFFFCC;
	list-style: none;
	font-size: 20px;
	text-decoration: none;
}

ul.list-container a:link,
ul.list-container a:visited {
	margin: 0px;
	color: #FFFFCC;
	list-style: none;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 0 -1px 1px black;
}

ul.list-container a:hover {
	margin: 0px;
	color: #FFFFCC;
	list-style: none;
	font-size: 16px;
	border-bottom: 1px solid;
	text-decoration: none;
}

li.list-element {
	font-family: Arial, Helvetica, Sans-Serif;
	float: left;
	margin-right: 20px;
}

.title-content {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-weight: 700;
	color: #6a3500; 
	border-bottom: 2px solid #aa5500;
	padding-bottom: 8px;
	text-shadow: 0 -1px 1px #FEFFEF;
}

.main-content {

}

.text-content {
	width: 650px;
	margin-top: 30px;
}

.image-content {
	width: 650px;
	margin-top: 30px;
}

.image-content img {
	float: left;
	padding-right: 22px;
}

.menu-content {
	width: 650px;
	margin-top: 80px;
}

.menu-list-title {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #8a4500;
	margin-bottom: 30px;
	border-bottom: 1px solid #804000;
}

.menu-content ul {
	list-style: none;
	padding: 0;
}

.menu-content li {
	line-height: 20px;
	margin-bottom: 20px;
}

.main-content li .price {
	float: right;
	color: #6a3500;
}

.main-content li .main-menu {
	float: left;
	color: #6a3500;
	font-weight: 600;
}

.main-content li .ingredients {
	clear: both;
	font-size: 14px;
	color: #ab5b03;
	font-style: italic;
}

#footer {
	margin-top: 80px;
	background-image: url('/images/bg_header.png');
	padding: 1.5em 0;
	position: absolute;
	width: 100%;
	clear: both;
	bottom: -178px;
}

#footer .center {
	text-align: center;
	font-size: 12px;
	color: #FFFFCC;
	text-shadow: 0 -1px 1px black;
}

.maps {
	width: 600px;
	height: 400px;
	margin-top: 30px;
}

#content {
	clear:both;
	overflow: auto;	
}
