/*-------------------------------------------------------------*/
/*-- Web Publisher: Alexandra Rattay --------------------------*/
/*-- Languages: CSS -------------------------------------------*/
/*-- Oktober 2007 ---------------------------------------------*/
/*-- www.weblandschaften.de -----------------------------------*/
/*-------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 0;
	padding: 0;
  	width: 100%;
  	height: 100%;
  	text-align: center;
}
#Layout {
	width: 810px;
	height: 670px;
	margin:0 auto;
	text-align:left;
	/*position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -410px;
	margin-top: -315px;*/
}
a, a:visited {
	color: #FFF;
	text-decoration: none;
}
body#Startseite {
	background-color: #8e7b36;
}
body#Besondere {
	background-color: #aa2b25;
}
body#Aktuelles {
	background-color: #ccc4b7;
}
body#Lage {
	background-color: #8f492a;
}
body#Kueche {
	background-color: #1c1b1b;
}
body#Reservieren {
	background-color: #41291d/*8fa286*/;
}
body#Bar {
	background-color: #575656;
}
#Navigation {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 11.5px;
}
#Besondere a:hover {
	color: #000;
}
#Startseite a:hover {
	color: #393126;
}
#Aktuelles a:hover {
	color: #70736a;
}
#Lage a:hover {
	color: #ccdca8;
}
#Kueche a:hover {
	color: #b70804;
}
#Reservieren a:hover {
	color: #ccb24e;
}
#Bar a:hover {
	color: #3b2623;
}
p {
	margin: 0;
	padding: 0;
}
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}
#Content {
	text-align: left;
	width: 800px;
	height: 600px;
	z-index:2;
}
#Startseite #Content {
	background-color: #6e5839;
}
#Lage #Content {
	background-color: #787F69;
}
#Reservieren #Content {
	background-color: #996711;
}
#Aktuelles #Content {
	background-color: #70736A;
}
#Kueche #Content {
	background-color: #651614;
}
#Besondere #Content {
	background-color: #4C403A;
}
#Bar #Content {
	background-color: #3B2623;
}
#Text {
	position: absolute;
	z-index:1;
	font-size: 12px;
	width: 800px;
}
#Flash {
	position: absolute;
	z-index:2;
	background: none;
}
#Content p, #Content h1, #Content h2, #Content h3 {
	margin-left: 30px;
	margin-right: 30px;
}
#Content a {
	text-decoration: underline;
}
#Content h1 {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 0;
	padding: 0;
}
#Content h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0;
	padding: 0;
}
#Content h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	padding: 0;
}
#Footer {
	width: 800px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}
#OT_searchWrapperAll {
	color: #000;
	font-family: Arial, Helvetica, Sans-serif;	
}
.feedFormField {
	font-family: Arial, Helvetica, Sans-serif;
}
