﻿body {
	margin: 0px auto;
	text-align: center;
	background-image: url('images/gasthof-lamm.gif');
	min-width: 41em
}
div#Seite {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background-color: #FFDC94
}
div#titel {
	height: 61px;
	background-color: #FCC960;
	background-image: url('images/titel.gif');
	background-repeat: no-repeat;
}
div#titeltext {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: italic;
	color: #E2D5C5;
	text-align: right;
	margin-right: 20px;
}
div#titelbild {
	height: 222px;
}
div#trenner {
	background-color: #4C2212;
	padding: 4px;
	border: 0px;
	height: 20px;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
}
ul#Navigation {
	margin: 0px;
	padding: 8px;
	text-align: center;
	background-color: #772D21;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #E2D5C5;
}
ul#Navigation li {
	list-style: none;
	display: inline;
}
ul#Navigation a, ul#Navigation span {
	padding: 8px;
	text-decoration: none;
	color: #E2D5C5;
}
* html ul#Navigation a, * html ul#Navigation span {
	width: 1em;
/* nur fuer IE 5.0x erforderlich */
	w/idth: auto;
/* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#Navigation a:hover, ul#Navigation span {
	color: #FFB79C;
}
div#inhalt {
	text-align: left;
	background-color: #f9eac4;
	background-repeat: no-repeat;
	background-position: 558px 0px;
}
div#haupttext {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #303030;
}

div#text {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: Arial;
	font-size: 15px;
	color: #4c2212;
}

#haupttext a:link, #detail-navi a:visited {
	color: #7c2d22;
	text-decoration: none;
}
#haupttext a:hover{
	color: #930535;
