body{
	/*background: #E2EEFE;*/
}

html, body, #content {
	width:100%;
	height:100%;
}

html, body{
	overflow:hidden;
}

a:link,
a:active,
a:visited{
	color: #333;
}

#bg {
	position:absolute;
	width:100%;
	height:100%;
}
#bg img {
	min-height:100%;
  	height:auto !important;
  	height:100%;
	min-width:100%;
  	width:auto !important;
  	width:100%;
	margin:0 auto;
	display:block;
}

#kwick-container{
  position:absolute;
  height:550px; 
  width:660px;
  margin:-225px 0px 0px -330px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  overflow: hidden;
  z-index:70;
}

/*** Kwicks ***/
#teaser {
	position: relative;
	padding: 0;
	margin: 0;
}
 
#teaser .kwick {
	float: left;
	display: block;
	width: 200px;
	height: 300px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

#teaser .kwick a span {
	display: none;
}
 
a.kwick1 {display: block;height: 300px; width: 340px; background: transparent url(../files/bilder/start/ostsee.jpg) 0% 0% no-repeat;}
a.kwick2 {display: block;height: 300px; width: 340px; background: transparent url(../files/bilder/start/harz.jpg) 0% 0% no-repeat;}
a.kwick3 {display: block;height: 300px; width: 340px; background: transparent url(../files/bilder/start/sueden.jpg) 0% 0% no-repeat;}

#slogan{
	height: 75px;
	background: transparent url(../images/slogan-1.png) 100% 50% no-repeat;
}

#zitat{
	height: 150px;
	width: 100%;
	overflow: hidden;
	text-align:center;
	clear: both;
	background: url(../images/fasten_zitat.gif) 100% 50% no-repeat;
}
	
#ostsee{
	width: 32%;
	overflow: hidden;
	text-align:center;
	float:left;
	margin-top: 10px;
	margin-left: 4%;
	color: #22588f;
}

#harz{
	width: 32%;
	overflow: hidden;
	text-align:center;
	margin-top: 10px;
	float:left;
}

#sueden{
	width: 32%;
	overflow: hidden;
	text-align:center;
	margin-top: 10px;
	float:right;
}
