@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	width: 100%;
}
#header_container_1 {
	width: 50%;
	text-align: left;
	float: left;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#header_container_1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 100%;
}
#header_container_2 {
	width: 50%;
	text-align: right;
	margin: auto;
	float: left;
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#header_container_2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 100%;
}
#toplogo {
	background-image:  url(../images/top.jpg);
	width: 80%;
	height: 180px;
	float: left;
	background-repeat: no-repeat;
	background-position: 40px;
	background-color: #FFFFDB;
}
#qb_box {
	float: left;
	background-color: #FFFFDB;
	width: 20%;
	height: 180px;
}
#qb_boxa {
	width: 90%;
	margin: 5%;
}
#qb_header {
	font-size: 120%;
	width: 100%;
	font-weight: bold;
	text-align: center;

}
#qb_title {
	font-size: 120%;
	width: 40%;
	text-align: center;
	margin-top: 4%;
	float: left;
	clear: left;
}
#qb_input {
	font-size: 120%;
	width: 60%;
	text-align: left;
	margin-top: 4%;
	float: left;
}



.quickbooker_anreise {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 70%;
	height: 33%;
	border: thin solid #999;
	text-align: center;
	vertical-align: middle;
}
.quickbooker_felder {
	color: #000;
	width: 20%;
	height: 33%;
	border: thin solid #999;
	vertical-align: middle;
	text-align: center;
}

.quickbooker_senden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	width: 120px;
	height: 22px;
	border: thin solid #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#dropdown {
	width: 100%;
	background-color: #FFFFDB;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	clear: left;
	float: left;
}

#content {
	width: 73%;
	text-align: left;
	padding-left: 4%;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 2%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#menuright {
	width: 19%;
	float: left;
	padding-left: 1%;
}
#footer {
	width: 79%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #58595A;
	font-size: 90%;
	float: left;
}

