@charset "iso-8859-1";
/* CSS Document */

body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0;
}

/* grundaufbau (Farbspezifische (Saison) Definitionen zu diesen Containern sind im winter.css bzw sommer.css */
#mainBorder {
	width:894px;
	margin:7px auto 7px auto;
}


#mainWrapper {
	width:894px;
	margin:0 auto;
}

#headerDE {
	width:inherit;
	height:123px;
}
#headerEN {
	width:inherit;
	height:123px;
}

#sprWahl {
	float:right;
	margin:5px 5px 0 0;
	color:#ffd600;
}

#sprWahl a {
	color:#ffd600;
	text-decoration:none;
	font-weight:bold;
}
#sprWahl a:hover {text-decoration:underline;}

#sprWahl a.active { color:#fff;}

#navigationWrapper {
	width:inherit;
	height:29px;
	font-size:14px;
}

#contentHeader {
	width:inherit;
	height:211px;
}

#contentHeaderImage {
	position:absolute;
	width:894px;
	height:211px;
	z-index:2;
}

#banner-preload {
	position:absolute;
	width:894px;
	height:211px;
	z-index:1;
}

#contentHeader a.left {
	display:block;
	position:absolute;
	margin:85px 0 0 38px;
	width:24px;
	height:33px;
	z-index:3;
}

#contentHeader a.right {
	display:block;
	position:absolute;
	margin:85px 0 0 831px;
	width:24px;
	height:33px;
	z-index:3;
}

#contentHeaderInfo {
	position:absolute;
	margin:175px 0 0 50px;
	z-index:30;

}

#contentWrapper {
	width:801px;
	margin:0 0 0 45px;
	min-height:475px;
	background-color:#000;
}

#contentLeft {
	width:251px;
	float:left;
}

#specialOfferWrapper {
	width:251px;
}

.specialOffer {
	width:220px;
	color:#da9620;
	font-size:25px;
	padding:5px 15px;
	font-weight:bold;
	min-height:100px;
	margin-bottom:2px;
}

.specialOffer .readMore {
	display:block;
	font-size:12px;
	font-weight:normal;
	float:right;
}

.specialOffer .readMore a {
	color:inherit;
	text-decoration:none;
}
.specialOffer .readMore a:hover {text-decoration:underline;color:#fff;}

#addNewsletter {
	width:221px;
	height:135px;
	padding:10px 15px;
}

form#addNewsletterForm input {
	border:none;
	margin:0 0 5px 0;
	width:211px;
	height:18px;
	color:#fff;
	padding:5px 0 0 4px;
	font-size:12px;
}

form#addNewsletterForm input.submit {
	border:none;
	margin:0 0 0 0;
	width:80px;
	height:20px;
	color:#fff;
	padding:0;
	font-size:12px;
}

#content {
	margin-left:3px;
	width:511px;
	min-height:465px;
	padding:16px 20px 10px 14px;
	float:left;
}

#footer {
	width:894px;
	height:19px;
	margin:0 auto;
	padding-top:75px;
}

#footer #adresse {
	width:625px;
	margin:0 auto;
}

#footer #adresse a {
	color:#fff;
	text-decoration:none;
}

#footer #adresse a:hover {
	text-decoration:underline;
}


.saisonLable {
	width:138px;
	height:76px;
	float:left;
	margin: 5px 15px 0 0;
	padding:5px 5px 5px 10px;
}
.saisonLableAktive {
	width:138px;
	height:76px;
	float:left;
	margin: 5px 15px 0 0;
	padding:5px 5px 5px 10px;
}

.saisonLableAktive a {
	color:#fff;
}


/* misc */
.trennlinie {
	width:100%;
	height:1px;
	margin:10px 0 20px 0;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
	
}

.floatRight {
	float:right;
}


.hidden {
	display:none;
}
