@charset "utf-8";
/* CSS Document */
html, body{
	height: 100%;
	background-color: #dff1f4;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

* html{
	height: 100%;
}

#container{
	min-height: 100%;
	width: 848px;
	background-color: #ffffff;
	margin: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

* html #container{
	height: 100%;
}

#flashheader{
	width: 840px;
	margin: auto;
	background-color: #999999;
	height: 313px;
}

#navigation{
	width: 840px;
	margin: 0px 0px 0px -420px;
	padding: 0px;
	height: 70px;
	position: absolute;
	z-index: 30;
	left: 50%;
}

#content{
	width: 840px;
	min-height: 100%;
	margin: auto;
	background-color: #81cdd9;
	padding-top: 35px;
}

#content{
	height: 100%;
}

#maincontent{
	width: 600px;
	min-height: 670px;
	float: left;
	background-color: #ffffff;
}

* html #maincontent{
	/*height: 400px;*/
	height: 100%;
}

#rightbox{
	width: 240px;
	min-height: 600px;
	float: right;
	background-color: #81cdd9;
}

* html #rightbox{
	/*height: 600px;*/
	height: 100%;
}

#newsletterform{
	width: 200px;
	min-height: 180px;
	background-color: #dff1f5;
	margin: 0px 0px 0px 20px;
	padding-bottom: 0px;
}

* html #newsletterform{
	height: 180px;
}

a.rundgang{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	width: 215px;
	height: 25px;
	display: block;
	background-color: #9ad7e1;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	padding: 5px 25px 0px 0px;
	margin: 0px;
}

a.rundgang:hover{
	background-color: #ffffff;
	color: #000000;
}

input, select{
	font-size: 10px;
	border: 1px solid #999999;
}

h3{
	font-size: 14px;
	margin: 8px 0px 5px 0px;
	padding: 0px;
}

h1{
	font-size: 16px;
	margin: 20px 0px 0px 25px;
	padding: 0px;
	color: #99cccc;
}

.saison_header{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #99cccc;
}

.suchen{
	width: 70px;
	height: 20px;
	background-image: url(../images/btn_suchen.gif);
	display: block;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

.btn_anfragen{
	width: 90px;
	height: 20px;
	background-image: url(../images/btn_anfragen.gif);
	display: block;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

#suchform{
	width: 200px;
	min-height: 200px;
	background-color: #dff1f5;
	margin: 0px 0px 10px 20px;
	padding-bottom: 10px;
}

* html #suchform{
	height: 200px;
}

a.infos{
	width: 70px;
	height: 20px;
	background-image: url(../images/btn_infos.gif);
	display: block;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

a.anfrage{
	width: 70px;
	height: 20px;
	background-image: url(../images/btn_anfrage.gif);
	display: block;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

a.mehr{
	width: 70px;
	height: 20px;
	background-image: url(../images/btn_mehr.gif);
	display: block;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

.inputown{
	font-size: 10px;
	border: 1px solid #999999;
	width: 250px;
}

.selectown{
	font-size: 10px;
	border: 1px solid #999999;
	width: 255px;
}

.textareaown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
	width: 250px;
	overflow: auto;
}

.btn_senden{
	width: 70px;
	height: 20px;
	background-image: url(../images/btn_senden.gif);
	display: block;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

.btn_berechnen{
	width: 90px;
	height: 20px;
	background-image: url(../images/btn_berechnen.gif);
	display: block;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

.btn_eintragen{
	width: 90px;
	height: 20px;
	background-image: url(../images/btn_eintragen.gif);
	display: block;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

.content_txt{
	width: 550px;
	text-align: justify;
	margin: 20px 0px 10px 25px;
	line-height: 16px;
}

.content_txt_so{
	width: 550px;
	min-height: 160px;
	text-align: justify;
	margin: 20px 0px 10px 25px;
	line-height: 16px;
}

* html .content_txt_so{
	height: 160px;
}

.content_tbl{
	width: 555px;
	margin-top: 25px;
}

.content_tbl tr{
	height: 35px;
}

.content_tbl td{
	border-bottom: 1px solid #99eaf6;
}

* html .content_tbl img{
	behavior: url(png/iepngfix.htc);
}

a.textlink{
	color: #999999;
}

a.textlink:hover{
	text-decoration: none;
}

.sitemap{
	list-style-type: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

.sitemap a{
	font-size: 14px;
	font-weight: bold;
	color: #99cccc;
	text-decoration: none;
}

.sitemap li{
	padding: 5px 0px 0px 0px;
}

.sitemap ul{
	list-style-type: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.sitemap ul li{
	padding: 5px 0px 0px 0px;
}

.sitemap ul li a{
	font-size: 12px;
	color: #999999;
}

.sitemap ul li ul{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.sitemap ul li ul li a{
	font-size: 11px;
	color: #999999;
}

img{
	border: 0px;
}