html {
	height: 100%;
	}

body {
	background: url('../img/body_background.gif') repeat-x top fixed #081935;
	height: 100%;
	margin: 0px; 
	text-align: center; 
	}

div, p, table, h1, h2, h3, ul, ol {
	margin: 0px;
	padding: 0px;
	}
	
#wrapper {
	background: #FFF9C4;
	min-height: 100%;
	margin: 0px auto;
	text-align: left;
	width: 880px;
	}
	
#head {
	height: 179px;
	width: 880px;
	}
	
#head img {
	vertical-align: top;
	}
	
#menu {
	background: url('../img/menu_background.jpg') no-repeat right center #ffffff;
	border-top: 1px solid #1749CC;
	border-bottom: 1px solid #143FAD;
	float: left;
	height:132px;
	width: 368px;
	}

#menu div#menuLeft {
	float:left;
	width: 130px;
	overflow: hidden;	
	padding-left: 100px;
	}

#menu div#menuRight {
	float:left;
	width: 100px;
	overflow: hidden;
	padding-left: 10px;
	}

#menu ul {
	color: #081935;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	margin: 16px 0px 0px 0px;
	}
	
#menu li {
	background: url('../img/menu_background.gif') no-repeat center left;
	line-height: 25px;
	padding-left: 18px;
	}

#menu a{
	color: #081935;
	text-decoration: none;
	}
	
#menu li.selected {
	background: url('../img/menu_background_selected.gif') no-repeat center left;
	}
	
#menu li.selected a {
	color: #FF6C00;
	}	
	
#pictures {
	background: #ffffff;
	border-top: 1px solid #1749CC;
	border-bottom: 1px solid #143FAD;
	float: left;
	height:132px;
	text-align: right;
	width: 439px;
	padding-right: 73px;
	}
	
#pictures img {
	margin-top: 12px;
	margin-left: 12px;
	}
	
#contentLeft {
	background: url('../img/background_content_left.jpg') no-repeat right top;
	border-top: 1px solid #FFF9C4;
	float: left;
	height:250px;
	width: 368px;
	}
	
#contentRight {
	border-top: 1px solid #FFF9C4;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 30px 0px 30px 30px;
	padding: 0px 0px 0px 0px;
	width: 438px;
	}
	
#contentRight p, #contentRight h1, #contentRight h2 {
	margin-bottom: 15px;
	line-height: 17px;
	}
	
#contentRight  h1, #contentRight  h2 {
	font-size: 12px;
	font-weight: bold;
	}
	
#contentRight table.price td {
	font-size: 12px;
	padding: 1px 15px 1px 0px;
	}
	
#contentRight table.contactform td {
	font-size: 12px;
	padding: 1px 15px 1px 0px;
	}
	
#contentRight table.contactform select {
	width: 100%;	
}

#contentRight table.contactform input.text {
	width: 250px;	
}

#contentRight table.contactform textarea {
	width: 250px;	
	height: 150px;
}

#contentRight table.bookform td {
	font-size: 12px;
	padding: 1px 15px 1px 0px;
	}
	
#contentRight table.bookform select {
	width: 100%;	
}

#contentRight table.bookform input.text {
	width: 250px;	
}

#contentRight table.bookform textarea {
	width: 250px;	
	height: 150px;
}

#contentRight table.bookform td.ergebnis {
	font-size: 12px;
	padding: 1px 0px 1px 0px;
	}
	
#contentRight table.bookform td.ergebnis input {
	border: 0px;
	font-size: 12px;
	background: #FFF9C4;
	text-align: right;
	width: 100%;
	}

#foot {
	clear: both;
	height: 5px;
	overflow: hidden;
	}
