* {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Helvetica, Arial;
  font-family: 'Cantarell', arial, serif;
  font-size: 10pt;
  color: black;  
}

  	/*
		color list 
  	FFCC66	BFA369	A67A21	FFD98C	FFE3AB
  	*/
  	
		html, body {
			height:100%;
			background-image: url(../images/background.jpg);
			background-repeat: repeat-x;
			background-color: #FF9833;
		}

		h1, h2, h3, p, ul, table {
			margin-bottom: 1em;
		}

		h1 {
		  font-size: 16pt;
			color: #000000;
			border-bottom: 1px solid #cccccc;
			margin-bottom: 0.5em;
      margin-top: 0.5em;  
		}

		h2 {
		  font-size: 14pt;
			/*color: #FB7820;*/
			color: #333333;
			/*border-bottom: 1px solid #FFCC66;*/
			margin-bottom: 0.5em;
      margin-top: 1em; 
		}
    				
		#wrapper {
			background-image: url(../images/content.jpg);
			background-repeat: repeat-y;
			background-position: top;
			position: absolute;
  		width: 999px;
			left: 50%;
			top: 52px;
			margin-left: -499px; /* 1/2 width */
			min-height: 100%;
		}

    *html body div#wrapper {
			height:100%;
		}
		
		#header {
			background-image: url(../images/header.jpg);
			background-repeat: no-repeat;
			background-position: top;
			width: 100%;
			height: 314px;
		}

		#menu1 {
			margin-left: 30px;
			margin-top: 39px;
			width: 190;
			height: 100%;
			font-size: 12pt;
			float: left;
			text-align: right;
			/*background-color: #cccccc;
			border: 1px solid #aaaaaa;*/
		}
				
		#menu1 ul, #menu1 ul ul {
			margin: 3px;
			list-style: none;
		}
		
		/* nav level 1 */
		#menu1 ul li {
		  text-align: left;
			margin-right: 10px;
			margin-bottom: 0.5em;
		}		
		#menu1 ul li a {
			color: #333333;
			text-decoration: none;
			display: block;
			width: 210px;
			/*border-bottom: 1px dotted #999999;*/
			padding: 5px;
			padding-top: 0px;
			margin-top: 20px;
			font-weight: bold;
			margin-bottom: 10px;
			background-image: url(../images/nav1_bck.jpg);
			background-repeat: no-repeat;
			padding-left: 13px;
			padding-top: 18px;
			font-size: 18pt;
			font-family: old english text mt;
		}		
		#menu1 ul li a:Hover {
			color: #333333;
		}
    		
		/* nav level 2 */
		#menu1 ul li ul li {
		  text-align: right;
			margin-right: 10px;
			margin-bottom: 0.5em;
		}
		#menu1 ul li ul li a {
		  background: none;
			color: #444444;
			text-decoration: none;
			display: block;
			width: 210px;
			border-bottom: 1px dotted #cccccc;
			padding: 5px;
			padding-top: 0px;
			margin-top: 3px;
			font-weight: normal;
			font-size: 10pt;
			font-family: Arial;		
    }
		#menu1 ul li ul li a:Hover {
			color: #FF9833;
			border-bottom: 1px solid #FF9833;
			/*text-shadow: #ffffff 2px 2px 2px;*/
			/*background-color: #dddddd;*/
		}
		
		#menu2 {
			clear: both;
			width: 200px;
			height: 100%;
		}

		#menu2 ul {
			margin: 3px;
			list-style: none;
		}
		
		#menu2 li a {
			color: #444444;
			text-decoration: none;
		}

		#menu2 li a:Hover {
			color: #ff0000;
		}

    #recommendations {
      position: absolute;
      top: 255px;
      left: 652px;
      width: 400px;
    }
    #recommendations img {
      margin-left: 8px;
    }
    		
    #content {
			margin-left: 310px;
			width: 655px;
			margin-bottom: 4em;	
      margin-top: 30px;
			overflow: hidden;		
		}
		#content img {
		  /*margin-left: 10px;
		  margin-right: 10px;*/
		}
		
		#footer {
			width: 100%;
			height: 50px;
      background-image: url(../images/footer.jpg);
      text-align: right;
    }
    #footer div {
      margin: 20px;
      padding-top: 28px;
      margin-bottom: 0px;
    }
    #footer div, #footer a {
      font-size: 10pt;
      color: #333333;
      text-decoration: none;
    }

    #footer2 {
			margin-left: 350px;
			padding-top: 10px;
			border-top: 1px dotted #666666;
			width: 675px;
			height: 20px;
			font-size: 10pt;			
			text-align: center;
			position: absolute;
			bottom: 0px;
			margin-bottom: 1em;		
		}

		#logo {
			width: 100px;
			height: 95px;
			position: absolute;
			top: 40px;
			left: 50%;
			margin: 0px;
			margin-left: -500px; /* 1/2 width */
			z-index: 100;			
		}
		
		#logo h1 {
			margin: 0px;
			display: none;
		}

		#language_selection {
			position: absolute;
  		width: 100px;
  		top: -40px;
			left: 50%;
			margin-left: 405px; /* 1/2 width */
		}
    
    #teaser_1 {
      position: absolute;
      top: 83px;
      left: 265px;
    }
    #teaser_3 {
      position: absolute;
      top: 83px;
      left: 515px;
    }
    #teaser_2 {
      position: absolute;
      top: 83px;
      left: 745px;
    }
    #btn_lang_english {
      filter:alpha(opacity=65); -moz-opacity: 0.65; opacity: 0.65;
    }
    #btn_lang_deutsch {
      filter:alpha(opacity=65); -moz-opacity: 0.65; opacity: 0.65;
    }
    #btn_lang_english:Hover {
      filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;
    }
    #btn_lang_deutsch:Hover {
      filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;
    }
                     
    #booking_form {
      margin-top: -112px;
      margin-left: 100px;
    }
    #booking_form input {
      width: 55px;
      height: 20px;
      margin: 2px;
    }

  #breadcrumb {
    margin-top: -20px;
  }        			
  #breadcrumb ul {
    list-style: none;
  }
  #breadcrumb li {
    float: left;
    margin-right: 20px;
  }
  #breadcrumb li, #breadcrumb a {
    font-size: 8pt;
    text-decoration: none;
    color: #000000;
  }
 


.rex-current {
  font-weight: bold;
}          			

.rex-normal {
  font-weight: normal;
}   

.column_left {
  width: 50%;
  float: left;
  margin-right: 20px;
}


.formgen .fieldset {
  border: none;
  border-bottom: 1px dotted #cccccc;
}

.formgen .fieldset legend {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}                      

.formgen br {
  clear:both;
	margin-bottom: 10px;
}
.formgen input, .formgen textarea, .formgen select {
	width:auto;
	border:1px solid #cccccc;
	background:#eeeeee;
	float:left;
	display:block;
	margin-right:10px;
	margin-top:-3px !important;
	margin-top:-3px; /*to fix ie6 position*/
}
.formgen input:Focus, #doform79 textarea:Focus, .formgen select:Focus {
	border:1px solid #333333;
}
.formgen label {
	width:250px;
	float:left;
	display:block;
	text-align: right;
	padding-right:20px;
	white-space:nowrap; /*to fix ie6 wrapping*/
}
.formhinweis {
	color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}

.formgen .formreq {
	color: #FF9833;
	position: absolute;
	margin-left: 5px;
}

.formsubmit {
	clear: both;
	padding:5px;
	border: 1px solid #333333;
	background-color: #FF9833;
	color:#000000;
	margin-left: 120px;
	margin-top: 70px;	
}

.formsubmit:Hover {
	background-color: #FF9833;
}

.galerie .li {

}

.galerie .image {
	float: left;
	margin-right: 10px;
}
.clearer {
	clear: both;
}

.galery {
	list-style: none url();
}

.galery li {
	float: left;
	width: 154px;
	height: 154px;
	margin-right: 4px;
	margin-bottom: 6px;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 1px;
}
.galery li:Hover {
	border: 1px solid #333333;
}

.galery li p {
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

#contact_headline {
  position: absolute;
  text-align: right;
  top: 40px;
  left: 365px;
}

.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.floatRight img {
	border: 1px solid #999999;
}


#content p {
	/*text-align: justify;*/
}

.speisekarteneintrag {
  float: none;
  margin-bottom: 65px;
}

.speisekarteneintrag img {
  margin-right: 20px;
}

.datepicker input {
	width: 80px;
}