html {
	height: 100.3%;
}

body {
	height: 100.3%;
	margin-left: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	background-image: url(../images/background.jpg);
}

#mainFrame {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: auto;
	background-image: url(../images/background_content.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}

#anfrageFrame {
	position: absolute;
	width: 276px;
	height: 253px;
	background-image: url(../images/background_anfragebox.jpg);
	background-repeat: no-repeat;
	margin-top: 440px;
	margin-left: 694px;
	z-index: 999;
	background-color: #FFFFFF;
}

#anfrageBox {
	position: absolute;
	width: 276px;
	height: 100px;
	background-color: #cdcab9;
}

#newsletterBox {
	position: absolute;
	width: 276px;
	height: 100px;
	background-color: #dfded5;
}

hr {
	color:#F6C779;
	height:0px;
	border:0;
	border-top:1px solid #F6C779;
}
#folder_wetterBox {
	width: 276px;
	height: 153px;
}

#contentBox {
	width: 669px;
	height: auto;
	margin-top: 20px;
	margin-left: 10px;
}

#pauschalenBox {
	width: 276px;
	height: auto;
	margin-top: 153px;
}

#menueBox {
	width: 779px;
	height: 60px;
	margin-top: 0px;
	margin-left: 20px;
}

.footer {
	height: 50px;
	text-align: center;
	background-image: url(../images/background_footer.jpg);
	background-repeat: no-repeat;
}

/* float-restore --- stellt den normalen Element-Fluss wieder her */
.float-restore {
	margin: 0 !important;
	padding: 0 !important;
	clear: both !important;
	width: 0px !important;
	height: 0px !important;
	line-height: 0px !important;
	font-size: 0px !important;
}


.preisliste_header {
	background-color:#F5AD5D;
	color:#FFFFFF;
}
.preisliste {
	border:solid 1px #F5AD5D;
}
#sprachen {
	text-align:right;
	margin-right:45px;
	margin-top:14px;
	position:relative;
}