html {
	min-height: 100.1%;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	background: #FED;
	padding-top: 20px;
}
#root {
	margin: 0px auto;
	background: url(../_images/back/back_root.gif) repeat-y center top;	
	padding: 0px;
	width: 930px;
}
#page {
	background: url(../_images/back/back_page.gif) repeat-y left top;
}
#head {
	text-align: center;
	background: url(../_images/back/back_head.gif) no-repeat left top;
	padding-top: 80px;
	padding-left: 15px;
}
#head a {
	display: block;
}
#head img {
	padding: 0px;
	margin: 0px auto;
	display: block;
}

/* Hauptnavigation */

#navi {
	float: left;
	width: 465px;
	min-height: 600px;
	height:auto !important;
	height:600px;
	padding: 0px 0px 30px 0px;
}
#navi ul {
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#navi li {
	margin: 0px;
	padding: 0px;
}
#navi li.first {
}
#navi li.last {
}
#navi a {
	font-size: 14px;
	text-decoration: none;
	color: #B71;
	line-height: 30px;
}
#navi a:hover {
	color: #FED;
}
#navi a.current {
	color: #FFF;
}

/* News Teaser Startseite */

#news {
	background: url(../_images/back/back_news-body.gif) center bottom repeat-y;
	width: 360px;
	padding: 0px 20px 0px;
	margin: 50px 0px 0px 40px;
}

#news h3 {
	height: 57px;
	background: url(../_images/back/back_news-head.gif) center top no-repeat;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 0px;
	padding: 20px 60px 0px;
}

#news h4 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 0px;
	padding: 0px 60px 10px;
}
#news p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 10px;
	padding: 0px 60px;
}
#news a {
	font-size: 12px;
	color: #B71;
	text-decoration: none;
}
#news a:hover {
	color: #722;
}
#slash {
	clear: both;
	background:url(../_images/back/back_news-foot.gif) center no-repeat;
	height: 10px;
	width: 360px;
	padding: 0px;
	margin: 0px;
}
*html #slash {
	margin-bottom: -2px;
}


/* Hauptbereich */

#main {
	width: 465px;
	background-image: url(../_images/back/back_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	float: left;
}

/* Menü */

#menu {
	margin: 0px;
	padding: 40px 45px 0px 30px;
}
#menu ul {
	text-align: center;
	list-style-type: none;
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #722;
}
#menu li {
	list-style: none;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	line-height: 20px;
	margin: 0px 10px;
}
#menu li.first {
	margin-left: 0px;
}
#menu li.last {
	margin-right: 0px;
}
#menu li a {
	text-decoration: none;
	color: #B71;
}
#menu li a:hover {
	color: #722;
}
#menu li a.current {
	color: #722;
}
#menu li a.current:hover {
	color: #722;
}
#menu img {
	display: block;
	margin: 0px 0px 20px;
}



/* Inhalte */

#content {
	margin: 0px;
	padding: 0px 45px 10px 30px;
}
#content h1 {
	font-size: 20px;
	color: #722;
	line-height: 25px;
	margin: 0px 0px 20px;
	font-weight: normal;
}
#content h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0px;
}
#content h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0px;
}
#content h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
#content h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 10px;
}
#content p.right {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
}
#content p.partner {
	line-height: 40px;
	clear: left;
	margin-bottom: 10px;
}
#content p.partner img {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
#content p.date {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0px 0px 15px;
}
#content ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#content li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 18px;
}
#content hr {
	height: 1px;
	border-top: 1px solid #722;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 20px 0px;
	padding: 0px;
	display: block;
	clear: left;
}
#content img {
	display: block;
	margin-bottom: 10px;
}
#content img.stopper {
	float: right;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}
#content img.left {
	float: left;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#content img.right {
	float: right;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content a {
	color: #B71;
	text-decoration: none;
}
#content a:hover {
	color: #722;
}


/* Reservierungsformular */
#content form {
	margin: 0px;
	padding: 10px 0px;
}
#content form acronym {
	color: #D00;
	border-style: none;
}
#content form br {
	clear: left;
}
#content fieldset {
	margin: 0px;
	padding: 10px 0px;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content fieldset.button {
	padding-left: 130px;
}
#content legend {
	font-size: 14px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #555;
	line-height: 20px;
	font-weight: bold;
}
#content label {
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	padding-right: 10px;
}
#content label.left {
	float: left;
	width: 120px;
}
#content label.data {
	line-height:30px;
}
#content label.right {
	display: block;
	line-height: 20px;
	float: left;
	vertical-align: top;
	padding: 3px 0px 2px;
	width: 250px;
}
#content label.none {
	float: left;
	white-space: nowrap;
	width: 0px;
	padding: 0px;
	margin-right: -150px;
}
#content label.check {
	float: left;
	line-height: 20px;
	padding: 3px 0px 2px;
	width: 330px;
}
#content input.text {
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
}
#content input.text:focus {
	border: 1px solid #B71;
}
#content input.horizontal {
	margin: 1px 3px 0px 0px;
	padding: 0px;
	border-style: none;
	height: 19px;
	width: 19px;
	vertical-align: middle;
}
#content input.vertical {
	padding: 0px;
	border-style: none;
	float: left;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 130px;
}
#content input.check {
	float: left;
	padding: 0px;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 0px;
}
#content input.button {
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	border-style: none;
	background: #722;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;	
}
#content input.file {
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
}
#content textarea {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
	font: 12px/20px "Trebuchet MS", Verdana, Arial, sans-serif;
}
#content textarea:focus {
	border: 1px solid #B71;
}
#reservation select {
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	border: 1px solid #CCC;
	padding: 1px 2px;
}
#content select:focus {
	border: 1px solid #384;
}
#content optgroup {
	font-style: normal;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content option {
}

/* Tabelle Speisekarten */

#content table {
	table-layout:fixed;
	border-collapse:collapse;
	border-style: none;
	margin: 0px 0px 20px;
	padding: 0px;
}
#content th {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
#content td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 2px;
}
#content td em {
	font-size: 11px;
	font-style: italic;
	color: #666;
}

#content td.price {
	text-align: right;
	vertical-align: bottom;
}
#content td.amount {
	color: #999;
	vertical-align: bottom;
	text-align: right;
	padding-right: 10px;
}
#content tr.new td {
	padding-top: 5px;
}


/* Galerie */
/* Thumbnails */

#thumbs {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#thumbs ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#thumbs li {
	background: url(../_images/back/back_thumbs.gif) no-repeat center top;
	width: 180px;
	padding: 0px;
	list-style: url(../../_styles/none) none;
	float: left;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px 10px 15px 0px;
}

#thumbs a {
	text-decoration: none;
	display: block;
}
#thumbs a:hover {
	text-decoration: none;
}
#thumbs img {
	display: block;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#thumbs img.landscape {
	margin: 0;
	padding: 37px 20px 38px;
}
#thumbs img.portrait {
	margin: 0;
	padding: 20px 37px 20px 38px;
}
#thumbs span {
	display: block;
	white-space: nowrap;
	padding: 5px 0px;
}



/* Fußbereich */

#foot {
	clear: left;
	margin: 0px;
	width: 915px;
	background: #FED url(../_images/back/back_foot.gif) no-repeat left top;
	padding: 30px 15px 20px 0px;
}
#foot ul {
	padding: 0px;
	text-align: right;
	margin: 0px;
	list-style: none;
}
#foot li {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #AAA;
	display: inline;
	font-size: 10px;
	line-height: 20px;
}
#foot li.first {
}
#foot li.last {
	border-right-style: none;
}
#foot a {
	text-decoration: none;
	color: #999;
}
#foot a:hover {
	text-decoration: underline;
}
