html {
   height: 100%;
}

body {
   height: 100%;
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-color:#F0F0F0;
} 

div {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	outline: none;
}

#main_container {
	width:100%;
	text-align:center;
}

#centered_container {
	position: relative;
	width: 1000px;
	/*height: 675px;*/
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width:100%;
	height:120px;
	background-image:url(../images/verlauf_oben.jpg);
	background-repeat:repeat-x;
	background-color: white;
}

#sub_header {
	position: relative;
	width: 100%;
	height: 190px;
	background-color: white;
}

#content {
	position: relative;
	width:100%;
	height:380px;
	background-color: white;
}

#content_inner {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	color: #B3B3B3;
	font-size: 12px;
}

#footer {
	position: relative;
	width:100%;
	height:60px;
	background-image:url(../images/verlauf_unten.jpg);
	background-repeat:repeat-x;
}



/*----- Stylese für das Menü -----*/ 
#menue {
	position: relative;
	top: 50px;
	width: 100%;
	height: 25px;
}

#menue img {
	position: absolute;
}

#button_home {
	left: 62px;
}

#button_anfahrt {
	left: 235px;
}

#button_reservierung {
	left: 421px;
}

#button_menue {
	left: 702px;
}

#button_galerie {
	left: 878px;
}






/*----- Stylese für den Sub-Header -----*/ 
#sub_header img {
	display: block;
	margin: 0px auto;
}


#seperator_mask {
	
	position: absolute;
	top: -2px;
	left: 410px;
	/*
	height: 2px;
	width: 180px;
	margin: 0px auto;
	background-color: white;
	*/
}

#sub_header_logo {
	/*position: relative;
	padding: 0;
	margin: 0px auto;
	border: 1px solid black;*/
	position: absolute;
	top: -30px;
	left: 423px;
}

#sub_header_headline {
	position: absolute;
	bottom: 0px;
	left: 340px;
}




/*----- Stylese für die Content-Seiten -----*/ 

#form_container_step_one {
	width: 100%; 
	text-align: center; 
	position: relative; 
	top: 60px;
}

#form_container_step_one input {
	width: 150px;
	border: 1px solid #666666;
	margin-top: 5px;
}

#content_form_step_two input.standard {
	border: 1px solid #666666;
	margin-bottom: 5px;
	width: 550px;
}

#content_form_step_two select {
	background-color: white; 
	border: 1px solid #666666; 
	color: black; 
	font-size: 11px;
}

input.submit_button {
	color: #666666; 
	font-weight: bold; 
	cursor: pointer;
	border: 1px solid #666666;
}

#form_container_step_three {
	text-align: center;
	padding-top: 80px;
	font-weight: bold;
}

#home_content {
	padding-top: 100px;
	text-align: center;
}

#anfahrt_content {
	padding-top: 20px;
	text-align: center;
}

#content_galerie {
	text-align: center;
	padding-top: 30px;
	font-weight: bold;	
}

#content_menue {
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	line-height: 110%;
}

h1.menue_category{
	font-size: 11px;
	line-height: 100%;
	margin: 15px 0 4px 0;
}

.bold{
	font-weight: normal;	
}

div.menue_seperator {
	position: relative; 
	top: 2px;
	margin: 0;
	padding: 0;
	line-height: 80%;
}

.sublink {
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: none;
}