body {
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height: 100%;
	background-image:url(img/bg-2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	text-align:center;

}
html{
	height: 100%;
	overflow-x:hidden;
}

#page {
	margin:0 auto;
	text-align:left;
	width:966px;

}
img {
	border:0;
}
a {
	color:#999999;
}
a:hover {
	color:#000000;
}
h1 {
	font-size:38px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	/*color:#483c39;*/
	color:#55240D;
	margin: 20px 0 10px 10px;
	padding: 0 0 0 0;
}
h2 {
	font-size:14px;
	font-weight: bold;
	color:#FFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.subline {
	font-size:14px;
	font-weight:bold;
	padding:3px 0 3px 0;
}
.price {
	font-size:14px;
	font-weight:bold;
}


.header {
	background-image:url(img/gradl-amrum.png);
	background-repeat:no-repeat;
	width:966px;
	height:190px;

}
.container {
	background-image:url(img/box-mid.png);
	background-repeat: repeat-y;
	width:964px;
}
.col-left {
	position:relative;
	left:25px;
	top:-12px;
	float: left;
	width:432px;
}
.col-right {
	position: relative;
	float:right;
	top:-12px;
	margin-right:25px;
	/*left:500px;*/
	width:432px;
}
.bg-top{
	background-image:url(img/box-top.png);
	width:964px;
	height:34px;
	background-repeat:no-repeat;
}
.bg-bottom{
	background-image:url(img/box-bottom.png);
	width:964px;
	height:34px;
	background-repeat:no-repeat;
}

#box1{
	height:372px;
}
#box2{
	height:230px;
}
#box3{
	height:160px;
}
#box4{
	height:306px;
}


left.span {
vertical-align:bottom;

}

.form {
	border: 1px solid #CCCCCC;
	width: 260px;
	vertical-align: bottom;
	/*height: 16px;*/
	padding:1px 0 0 2px;
	margin:0 0 4px 0;
}

.formtext {
	margin:0 0 12px 0;
}
.radiobutton {
	position:relative;
	bottom:3px;
}





/* --------------------------------  BEGINN SLIDER --------------------------------   */
#slider{
	position:relative;
	left: 110px;
	top: -14px;
}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:744px;
	height:390px;
	overflow:hidden;
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:49px;
	height:70px;
	position:absolute;
	left:30px;
	top:-245px;
	}	
#nextBtn, #nextBtn2{ 
	left:885px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:49px;
	height:70px;
	background:url(img/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(img/btn_next.png) no-repeat 0 0;	
	}
/* --------------------------------  END SLIDER --------------------------------   */
