* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #fff;
    background-image: url(img/hint2.jpg);
	background-repeat: repeat-x;
	background-position: top;

	text-align: center;

	font-family: Arial;
	font-size: 12px;
}


a {
	color: #160a3e;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: Comic Sans MS;
	text-align: center;
	color: #160a3e;

	margin-top: 15px;
	margin-bottom: 10px;
}



#container {
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;

	padding-left: 50px;
	padding-right: 50px;

	background-image: url(img/schatten2.png);
	background-repeat: repeat-y;

	text-align: left;

	position: relative;
}

#deko {
	width: 70px;
	height: 100%;

	/*background-color: #ff6600;*/
	background-color: #ed0606;

	position: absolute;
	top: 0px;
	left: 70px;
}

#top_navigation {
	list-style-type: none;
	text-align: left;

	padding-left: 100px;
	height: 80px;
}

#top_navigation li {
	display: inline;
}

#top_navigation li a {
	font-size: 11px;
}

#banner {
	width: 1000px;
	height: 200px;

	margin-bottom: 20px;

	position: relative;

	/*border-top: 3px solid #ff6600;
	border-bottom: 3px solid #ff6600;*/
	border-top: 3px solid #ed0606;
	border-bottom: solid 3px #ed0606;
}

#banner_carousel ul {
	display: block !important;
	visibility: visible;
}

#various {
	position: absolute;
	right: 10px;
	top: -70px;
	z-index: 999;
}

#inhalt {
	width: 680px;
	float: left;

	padding-left: 110px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#navigation {
	width: 150px;
	float: left;

	padding-top: 50px;
	padding-left: 50px;
	padding-bottom: 20px;

	list-style-type: none;
	text-align: left;
}

#navigation li {
	padding-left: 20px;
	margin-bottom: 5px;

	background-image: url(img/cube2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#navigation li a {
	text-transform: uppercase;
	font-size: 12px;
}

#clear {
	clear: both;
}

#footer {
	background-color: #7377d8;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}





#big_image {
	height: 250px;

	text-align: center;
}

#big_image img {
	max-width: 300px;
	max-height: 200px;
}

#outer_carousel {
	height: 100px;

	padding: 4px;
	border: solid 1px #180b3d;
	background-color: #afa9e5;

	text-align: center;
}

div.carousel ul li {
	margin-left: 5px;
	margin-right: 5px;
	width: 125px !important;
	height: 77px !important;
}

div.carousel ul li img {
	width: 150px;
	height: 77px;
	border: solid 1px #180b3d;
	cursor: pointer;
}

#pfeile {
	text-align: center;
	margin-bottom: 20px;
}

input.back {
	width: 200px;
	height: 50px;
	background: none;
	border: none;
	background-image: url(img/pfeil_links.png);
	background-repeat: no-repeat;

	cursor: pointer;
}

input.forward {
	width: 200px;
	height: 50px;
	background: none;
	border: none;
	background-image: url(img/pfeil_rechts.png);
	background-repeat: no-repeat;

	cursor: pointer;
}


table {
	width: 100%;
}

table td, table th {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
	border-bottom: dotted 1px #180b3d;
}

table td.nummer {
	vertical-align: top;
}

table td.preis, table th.preis {
	text-align: right;
}

h1.speisekarte {
	margin-top: 30px;
	margin-bottom: 5px;
}

ul.speisekarte {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul.speisekarte li {
	list-style-type: none;
	margin-bottom: 5px;
}


table.angebote {
	width: 100%;
}

table.angebote th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;

	border-bottom: dotted 1px #180b3d;
}

table.angebote td {
	width: 100px;
	text-align: right;
	vertical-align: bottom;

	padding-bottom: 5px;

	border-bottom: dotted 1px #180b3d;
}

table.oeffnungszeiten {
	width: 100%;
}

table.oeffnungszeiten td {
	padding-top: 10px;
}

