html{height:100%}
body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #EFB38C;
}

/*############################ DIV ##########################*/

#container{
	top: 0px;
	width:900px;
	margin:0px auto;
	height: 100%;
	text-align:left;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	width: 900px;
	height: 210px;
	background-image:  url(../bilder/headerRestaurant.jpg);
	background-repeat: no-repeat;
}

#menueHeader {
	position: relative;
  	height: 22px;
	width: 550px;
	margin-left: 350px;
	top: 28px;
	text-align: right;
}

#menueHeader a:link, #menueHeader a:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menueHeader a:hover {
	color: #C02001;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menueRestaurant {
	/*position: absolute;*/
  	height: 50px;
	width: 900px;
	background-image:  url(../bilder/bgMenueRestaurant.jpg);
	background-repeat: no-repeat;
}

#menueRestaurantInhalt {
	position: relative;
  	height: 30px;
	width: 600px;
	top: 8px;
	left: 300px;
}

.menuePunkte {
	float: right;
}

#mainContent {
	/*position: absolute;*/
	width: 900px;
	background-image:  url(../bilder/bgMain.gif);
	background-repeat: repeat-y;
}

#menueMainContent {
	position: relative;
	width: 880px;
	left: 10px;
	background-color: #EFD4C2;
	border-bottom:1px solid #C02001;
}

#menueMainContent a:link, #menueMainContent a:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

#menueMainContent a:hover {
	color: #C02001;
	text-decoration: none;
}

#inhalt {
	/*position: relative;*/
	margin-left: 10px;
	width: 880px;
}

#inhaltLinks {
	width: 340px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

#inhaltRechts {
	float: right;
	width: 500px;
	height: 420px;
	/*margin-right: 10px;*/
	/*padding-top: 10px;*/
	padding-bottom: 10px;
	padding-left: 20px;
}

#kontaktLinks {
	width: 410px;
	border-right:1px solid #CA4314;
}

#kontaktRechts {
	width: 410px;
	float: right;
	margin-left: 30px;
}

#kontaktRechts a:link, #kontaktRechts a:visited {
	color: #333333; 
}

#kontaktRechts a:hover {
	color: #000000; 
}

#footer {
	clear: both;
	width: 900px;
	height: 11px;
	/*background-image:  url(../bilder/footer.gif);
	background-repeat: no-repeat;*/
}

#footerInhalt a:link, #footerInhalt a:visited {
	color: #333333;
	text-decoration: none;
}

#footerInhalt a:hover {
	color: #C02001;
	text-decoration: none;
}


/*####################### TAGS ###########################*/

h1 {
	color: #CA4314;
	font-size: 1.3em;
}

h2 {
	color: #000000;
	font-size: 12px;
}

a:link, a:visited {
	color: #C02001;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

li
	{
	list-style-image:  url(../bilder/listensymbol.gif);
}

/*####################### FORMULAR #######################*/

.formularfeld
	{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	background-color:#FFFFFF;
	border-color: CA4314;
	border-style: solid;
	border-width: 1px;
	scrollbar-base-color:#FEF3DF;
  	scrollbar-arrow-color:CA4314;
  	scrollbar-darkshadow-color:#666666;
 	scrollbar-face-color:#FEF3DF;
  	scrollbar-highlight-color:#B2B2B2;
  	scrollbar-track-color:#FEF3DF;
	}
	
.textFormular {
	color: #CA4314;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}

.textFormularHeadline {
	color: #333333;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

/*####################### TEXT ###########################*/

.textFliessKlein {
	color: #333333;
	font-size: 9px;
}

.textFliessFett {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.textFliess {
	color: #333333;
	font-size: 12px;
}

.textFliessFettRot {
	color: #CA4314;
	font-size: 12px;
	font-weight: bold;
}

.textAktuelleSeite {
	color: #CA4314;
	font-size: 14px;
	font-weight: bold;
}
