* { padding: 0px; margin: 0px; }
img, img a { border: none; }

h1.top
{
	position: absolute;
	top: -3000px;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#bild 
{
	width: 100%;
	height: 100%;
	float: left;
	
	background-color: #e0e9f0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-position: center top;
	
}

#wrapper
{
	width: 980px;
	margin: 0 auto;
}

#white_border
{
	width: 950px;
	padding: 15px;
	padding-top: 5px;
	background-color: #fff;
	float: left;
}


#top_buttons
{
	width: 500px;
	float: left;
	color: #a4bdd3;
	padding-bottom: 15px;
	background-image: url(images/klapotez.png);
	background-repeat: no-repeat;
	background-position: -100px top;	
	padding-top: 25px;
	padding-bottom: 30px;
}

#search
{
	width: 190px;
	float: right;
	padding-top: 25px;
}

#search form
{
	float: right;	
}

input.search_input
{
	border: 1px solid #dbd6d2;	
	font-size: 11px;
	width: 150px;
	padding: 2px;
	float: left;
	margin-right: 5px;
}

input.los
{
	background-color: #FFF;
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: center center;	
	font-size: 1px;
	color: #fff;
	height: 25px;
	width: 25px;
	border:none;
	float: right;
}

#top_buttons a
{
	color: #a4bdd3;
	text-decoration: none;
}

#top_buttons a:hover
{
	text-decoration: underline;	
}

#mainnav 
{
	width: 950px;
	float: left;
}

#mainnav li 
{
	list-style-type: none;
	display: block;
	float: left;
	background-image: url(images/top_button_left.png);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-left: 11px;
	margin-right: 1px;
}


#mainnav li a
{
	display: block;
	float: left;
	background-image: url(images/top_button_right.png);
	background-repeat: no-repeat;
	background-color: #a4bdd3;
	background-position: right top;	
	padding-right: 11px;
	padding-top: 5px;
	text-decoration: none;
	color: #fff;
	padding-bottom: 5px;
}

#mainnav li a:hover
{
	text-decoration: underline;	
}

#mainnav li.curr 
{
	background-image: url(images/top_button_left_curr.png);		
}

#mainnav li.curr a
{
	background-color: #6aa1d2;
	background-image: url(images/top_buttons_right_curr.png);	
}

#teaser
{
	width: 950px;
	float: left;
	background-image: url(images/titel_bild.png);
	background-repeat: no-repeat;
}

#header_overlay
{
	width: 700px;
	float: left;

}



#comming_soon
{
	width: 238px;
	float: right;
	background-color: #ffb84d;
	border-left: 1px solid #fff;
	display: inline;
	height: 111px;
	background-image: url(images/back_comming.png);
	background-repeat: no-repeat;	
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	
	padding-top: 140px;

}

#comming_soon p
{
	padding: 0px;
}

#comming_soon a
{
	color: #fff;
	display: block;
	text-align: right;
	text-decoration: underline;
	background-image: url(images/pfeil_info.png);
	background-repeat: no-repeat;
	background-position: right center;	
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 7px;
}

#comming_soon h1
{
	color: #b30810;	
	font-size: 16px;
	padding-bottom: 9px;
}

#maincontent
{
	width: 950px;
	float: left;
}

#subnav
{
	width: 210px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#subnav li
{	
	list-style-type: none;
}

#subnav li a
{
	display: block;
	color: #000;
	text-decoration: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	
}

#subnav ul.sub li a
{
	background-image: none;	
	padding-top: 0px;
	padding-bottom: 3px;
	font-weight: normal;
}

#subnav li a:hover
{
	text-decoration: underline;	
}

#subnav li.curr a, #subnav ul.sub li.curr a
{
	font-weight: bold;	
}

#subnav ul
{
	padding-bottom: 10px;	
}
#left
{
	width: 210px;
	float: left; 
}

#content
{
	width: 700px;
	float: right;
	padding-top: 20px;
	background-color: #f5f8f9;
	padding-left: 10px;
	padding-right: 10px;
}

#booking
{
	width: 210px;
	float: left;
}
#googleadd
{
	width: 210px;
	float: left;
		text-align: center;

}



#booking input
{
	width: 150px;
	border: 1px solid #dbd6d2;
	background-color: #fff;
	color: #5783a7;
	font-weight: bold;
	margin-top: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#booking h2
{
	color: #000;
	font-size: 1em;
	font-weight: normal;
}

#footer
{
	width: 950px;
	float: left;
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
}


#footer a
{
	color: #000;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;	
}

/* für den Content */
#content { line-height: 1.5em; }

#content li { list-style-position: inside; }
#content li li { padding-left: 20px; }
#content ul { padding-bottom: 10px; }

a { color: #a4bdd3; text-decoration: underline; }

p { padding-bottom: 10px; padding-top: 5px; }
hr { height: 9px; border: none; border-top: 1px solid #000; margin-top: 10px; margin-bottom: 10px; color: #f5f8f9;}

h1 { font-size: 1.5em; color: #5783a7; padding-bottom: 7px;  }
h2 { font-size: 1.3em; color: #5783a7; padding-bottom: 5px;  }
h3 { font-size: 1em; color: #5783a7; padding-bottom: 3px; }


/*--------------------------------------------csc-mailform------------------*/

.csc-mailform {
	width: 500px;
	border: 0px none;
	font-size: 13px;
}

.csc-mailform-field {
	margin-bottom: 6px;
	line-height: 18px;
}


.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:130px;
padding-left:5px;
margin-bottom:10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 135px;
/* Float wieder abschalten */
clear: both;
}

#content input, #content textarea, #content select
{
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
}

#content textarea
{
	height: 200px;	
	border: 1px solid #333;
	background:#FFF;
	padding:1px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;

}

/*03.2011 DK*/

.news-single-additional-info {
    background: none;
    border: none;
    margin-top: 5px;
    padding: 3px 3px 0;
}

#social {
    margin-top: 15px;
    float: left;
}
