* {
	padding:0;
	margin:0;
}

body {
	font-family:Trebuchet MS,Arial,Helvetica,Verdana,Times;
	font-size:14px;
	line-height:20px;
	color:#002469;
	width:100%;
	height:100%;
}

#header {
	height:138px;
	width:100%;
	min-width:1000px;
	text-align:center;
	background:url(../images/headerkachel.gif) repeat-x;
	text-align:center;
	position:relative;
	z-index:10;
}

#cheader {
	position:relative;
	width:480px;
	height:138px;
	margin:0 auto;
	text-align:center;
}

#sylter-ferien {
	 position:absolute;
	 top:100px;
	 left:48px;
}

#sylter-immobilien {
	position:absolute;
	top:100px;
	right:10px;
}

#introbilder {
	width:100%;
	height:100%;
	min-width:1000px;
	min-height:550px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	overflow:hidden;
	background:#ffffff;
}

#introbilderpool {
	top:143px;
	/*top:80px;*/
	height:100%;
}

#introbilder img {
	position:absolute;
	width:100%;
	top: 0px;
}

#introtext {
	position:absolute;
	bottom:0;
	width:100%;
	height:200px;
	background:#BABEC2;
	z-index:100;
}

#introtext h2 {
	position:absolute;
	width:900px;
	height:30px;
	top:0;
	left:0;
	z-index:40;
}

#introtext h2 span {
	display:none;
}

#introtext p {
	width:580px;
	padding:50px 0 0 200px;
}

#introtext p.h2lined {
	padding-top:75px;
}

#innercontent {
	width:800px;
	position:relative;
	top:20px;
	left:20px;
	margin:0 auto;
}

#opacity-icon {
	position:absolute;
	bottom:30px;
	right:30px;
	width:28px;
	height:28px;
	background:url(../images/icon-opacity.gif) no-repeat top left;
	z-index:5;
}

