@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
}

html, body {
	height:100%;
	padding-bottom:1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size:14px; 
	line-height:22px;
	color:#666564;
}


body {
	background:url(/img/body_bg_muster.jpg) left top repeat transparent;
}

a {
	color:#0098ca;
	text-decoration:none;
}

a:hover {
	color:#00c0ff;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight:normal;
	color:#4d4b4b;
}

h1 {
	font-size:24px;
	line-height:24px;
	margin:0 0 20px 0;
}

h2 {
	font-size:20px;
	line-height: 24px;
	margin:40px 0 20px 0;
	padding-bottom:5px;
	border-bottom:1px solid #dfdfdf;
}

p {
	margin:0 0 10px 0;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}


/* ******** ******** NAVIGATION ******** ******** */

#nav-container {
	height:50px;
	padding:120px 0 0 168px;
	background:url(/img/head_logo.gif) left top repeat transparent;
	font-family:georgia,serif;
}

#home-link { display:block; width:140px; height:130px; position:absolute; top:20px; left:20px; }

ul#main-nav {
}

ul#main-nav li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 4px;
}

ul#main-nav li a {
	color:#5e5958;
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	padding:2px 8px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	border:1px solid transparent;
	border-radius:2px;
	transition:all 0.15s ease;
}

ul#main-nav li a:hover,
ul#main-nav li.activeitem a {
	background-color:#1fb0ee;
	border-color:#1099d4;
	color:#fff;
	text-shadow:1px 1px 0 #1099d4;
}

.subnav-fixed {
	position: fixed;
	z-index: 1020;
	top:0;
}

ul#sub-nav {
	padding:0;
	margin-bottom:20px;
}

ul#sub-nav li {	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 4px;
}

.buchen.btn {
    position: absolute;
    right: 40px;
    top: 30px;
	font-size: 14px;
    padding: 5px 16px 4px;
}

#titlepic-container {
	margin:0 40px 0 40px;
	position:relative;
}

#index #titlepic-container { 
	widht:820px;
	height:330px;
}

#titlepic-container a.gallery-link,
#titlepic-container .nivo-directionNav a {
	display:block;
	position:absolute;
	right:10px;
	bottom:10px;
	padding:5px 10px;
	background-color:#fff;
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#6c625c;
	text-transform:uppercase;
	font-weight:bold;
	opacity:0.8;
	letter-spacing:0.6px;
	transition:opacity 0.2s ease;
	border-radius:3px;
}

#titlepic-container a.gallery-link:hover,
#titlepic-container .nivo-directionNav a:hover {
	text-decoration:none;
	opacity:1;
}

#titlepic-container .nivo-directionNav a.nivo-prevNav{
    position: absolute;
    top: 270px;
    left: 710px;
    height: 40px;
    width: 40px;
    padding:0;
    margin:0;
    font-family: arial,helvetica,sans-serif;
    font-size: 36px;
    line-height:34px;
    text-align:center;
}
#titlepic-container .nivo-directionNav a.nivo-nextNav{
    position: absolute;
    top: 270px;
    left: 760px;
    height: 40px;
    width: 40px;
    padding:0;
    margin:0;
    font-family: arial,helvetica,sans-serif;
    font-size: 36px;
    line-height:34px;
    text-align:center;
}

#titlepic-container .nivo-caption {
	position:absolute;
	left:0;
	top:20px;
	background-color:#fff;
	color:#231b16;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:12px;
	padding:14px 20px 17px 0;
	opacity:1;
	text-transform:uppercase;
}

#titlepic-container .nivo-caption span {
	font-size:22px;
	font-weight:bold;
}



/* ******** ******** CONTENT ******** ******** */

#bg { padding-top:41px; background:url(/img/strand_bg.jpg) center top no-repeat; }

#content_wrapper {
	width:900px;
	background-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	margin:0 auto 0 auto;
	position:relative;
}

#content-container {
	margin:10px 40px 0 40px;
	padding:25px 0 25px 0;
}

#main-content {
	float:left;
	width:600px;
	margin-right:40px;
}

#main-content .two-cols-1 {
	width:280px;
	float:left;
	margin-right:40px;
}

#main-content .two-cols-2 {
	width:280px;
	float:left;
}

#main-content ul { padding-left: 15px; }
#main-content ul li { margin-bottom: 8px; }

.box {
	background-color:#faf6f2;
	border:1px solid #ddd8d3;
	padding:20px;
	margin:20px 0;
}
.box h2:first-child { margin: 5px 0 20px; }

.center { text-align:center; margin:50px 0 20px 0; }

table {  }
table tr {  }
table th, table td { text-align:left; padding:8px 0 8px 15px; line-height:18px; vertical-align:top; }
table th:first-child, table td:first-child { padding-left:0; }
table tr.hl td { font-weight:bold; }
 
.btn { 
	background-color:#1fb0ee;
	border:1px solid #1099d4;
	border-radius:3px;
	padding:8px 10px 7px 10px;
	color:#fff;
	text-shadow:1px 1px 0 #1099d4;
	text-transform:uppercase;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:13px;
	letter-spacing:0.6px;
	transition:background-color 0.2s ease;
}

.btn:hover { 
	text-decoration:none;
	background-color:#00c0ff;
	color:#fff;
	cursor:pointer;
}

.btn.big { 
	font-size:16px;
	padding:10px 25px 8px 25px;
}

#marginal {
	float:left;
	width:180px;
}

#marginal h2 { margin:0 0 10px 0; }

#marginal .wetter-widget { margin-top:30px; }

/* ******** ******** FOOTER ******** ******** */

#footer-container {
	margin:10px 40px 0 40px;
	padding:25px 0 25px 0;
	border-top:4px solid #f0f0f0;
	font-size:12px; 
	line-height:18px;
}

#footer-container #copy {
	width:50%; float:left;
}

#footer-container #meta {
	width:50%; float:left; text-align:right;
}

/* ******** ******** FORMULAR ******** ******** */

input { padding:5px 5px; border:1px solid #ddd8d3; width:350px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color:#333; font-size:12px; }
textarea { padding:5px 5px; border:1px solid #ddd8d3; width:350px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color:#333; font-size:12px; }
select { padding:5px 5px; border:1px solid #ddd8d3; width:362px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color:#333; font-size:12px; }

.absenden.btn { width:200px; font-size:14px; }
