@charset "UTF-8";

html, body {
  margin:0;
  padding:0; 
  background-color:#eceffa;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#535353;
  height:100%;
}

#center_outline {
  margin-left:auto;
	margin-right:auto;
	position:relative;
	width:940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(img/bg_shadow.png);
	background-repeat:repeat-y;
	background-position:center;
	padding:0 10px;
}
	
#head {
  position:relative;
  height:118px;
  width:100%;
  background-image:url(img/bg_nav.gif);
  background-repeat:repeat-x;
  background-position:bottom;
  background-color:#FFF;
}

#logo {
  float:left;
  position:relative;
  height:100px;
  width:250px;
}

#logo img {
  border:none;
}

#nav {
  position:relative;
  float:right;
  width:680px;
  height:20px;
}

ul.menu{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
		
}
.menuli 
{
	padding:0px;
	margin-top:0px;
	float:left;
}

.menuli a
{

	font-family: Arial, Helvetica, sans-serif;
	color:#879ac5;
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	display: block;
	padding-top:80px;
	padding-bottom:22px;
	padding-left:18px;
	padding-right:18px;
	float: left;
}

.menuli a:hover {
	color:#5173ac;
	}

	.trenner {
  background-image:url(img09/navtrenner.gif);
  background-position:right center;
  background-repeat:no-repeat;
  }
  /* einzelne menus */
	/* 1 */
	
	.p1 {
		border-left:1px dotted #000;
		}
		
	.p1:hover {
		border-left:1px dotted #000;
		}
	.p1_ac a {
		border-left:1px dotted #000;
		background-color:#8fa1c9;
		color:#fff !important;
		}
		
	/* 2 */
	
	.p2 {
		border-left:1px dotted #000;
		}
	.p2:hover {
		border-left:1px dotted #000;
		}
.p2_ac a {
		border-left:1px dotted #000;
		background-color:#8fa1c9;
		color:#fff !important;
		}
		
	/* 3 */
	
	.p3 {
		border-left:1px dotted #000;
		}
	.p3:hover {
		border-left:1px dotted #000;
		}
	.p3_ac a{
		border-left:1px dotted #000;
		background-color:#8fa1c9;
		color:#fff !important;
		}
	
	/* 4 */
	
	.p4 {

		border-left:1px dotted #000;
		}
	.p4:hover {
		border-left:1px dotted #000;
		}
	.p4_ac a {
		border-left:1px dotted #000;
		background-color:#8fa1c9;
		color:#fff !important;
		}
	/* 5 */
	
	.p5 {
		border-left:1px dotted #000;
		}
	.p5:hover {
		border-left:1px dotted #000;
		}
		
	.p5_ac a {
		border-left:1px dotted #000;
		background-color:#8fa1c9;
		color:#fff !important;
		}
		
			/* 6 */
	
	.p6 {
		width:172px;
		border-left:1px dotted #000;
		}
	.p6:hover {
	
		border-left:1px dotted #000;
		}
		
	.p6_ac a {
		width:141px;
		border-left:1px dotted #000;
		background-color:#8fa1c9;
		color:#fff !important;
		}
  
#bild {
  position:relative;
  width:940px;
  height:320px;
  overflow:hidden;
}

.cta-button-neu {
position:absolute;
	top:15px;
	right:20px;
	z-index:999;
	-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;
	min-width:100px;
	height:22px;
	padding:5px 5px;
	text-decoration:none;	
	font-size:14px;
	font-weight:bold;
	color:#535353;
	border:1px solid #ac9b00;
	background: #eed600; /* Old browsers */
	background: -moz-linear-gradient(top, #eed600 0%, #f8b200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eed600), color-stop(100%,#f8b200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eed600 0%,#f8b200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eed600 0%,#f8b200 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eed600 0%,#f8b200 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed600', endColorstr='#f8b200',GradientType=0 ); /* IE6-9 */  
	background: linear-gradient(top, #eed600 0%,#f8b200 100%); /* W3C */
}
.cta-button-neu:hover {
  color:#000;
	border:1px solid #000;

}
.cta-button-neu:active {
  color:#000;
	border:1px solid #000;
	background: #eed600; /* Old browsers */
	background: -moz-linear-gradient(top, #f8b200 0%, #eed600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8b200), color-stop(100%,#eed600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8b200 0%,#eed600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8b200 0%,#eed600 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f8b200 0%,#eed600 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed600', endColorstr='#f8b200',GradientType=0 ); /* IE6-9 */  
	background: linear-gradient(top, #f8b200 0%,#eed600 100%); /* W3C */

}
	
		
.welle {
	position:absolute;
	bottom:0px;
	left:0px;
	height:46px;
	width:940px;
	background-image:url(img/welle.png);
	background-repeat:no-repeat;
	background-position:right top;
}
	
#bild img {
  border:none;
}

.klein {
  font-size:11px;
  line-height:130%;
}

.content_out {
  position:relative;
  width:835px;
  padding:30px 0px;
  padding-left:75px;
  padding-right:20px;
  overflow:hidden;
}

.content_full {
  position:relative;
  width:835px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#535353;
  line-height:150%;
  clear:both;
}

.content_links {
  float:left;
  position:relative;
  width:500px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#535353;
  line-height:150%;
}

.content_rechts {
  position:relative;
  width:320px;
  float:right;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#535353;
  line-height:150%;
}

.content_rechts_klein {
  position:relative;
  width:200px;
  float:right;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#535353;
  line-height:150%;
}

.teaser_rechts {
  position:relative;
  width:300px;
  padding:10px;
  float:right;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#f3f3f3;
  font-size:12px;
  color:#535353;
  line-height:150%;
  margin-bottom:10px;
  -moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;
}

.teaser_arrangements {
  position:relative;
  min-height:200px;
  height:auto !important;
  height:200px;
  width:300px;
  padding:10px;
  padding-bottom:0px;
  float:right;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#f3f3f3;
  font-size:12px;
  color:#535353;
  line-height:150%;
  margin-bottom:10px;
  -moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;
}
.teaser_ausflugsziele {
  position:relative;
  min-height:410px;
  height:auto !important;
  height:410px;
  width:400px;
  padding:10px;
  padding-bottom:0px;
  float:right;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#f3f3f3;
  font-size:12px;
  color:#535353;
  line-height:150%;
  margin-bottom:10px;
  -moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;
}

.teaser_rechts ul  {
	margin:0;
	padding:0;
}
	
.teaser_rechts ul li {
  padding-left:25px;
  line-height:150%;
  list-style:none;
}
.stern {
		background-image:url(img/icons_auszeichnungen.png);
		background-position: 0px 0px;
		background-repeat:no-repeat;
		margin-bottom:10px;
		margin-top:10px;
		
		}
		
.kochloeffel {
		background-image:url(img/icons_auszeichnungen.png);
		background-position: 0px -62px;
		background-repeat:no-repeat;
		margin-bottom:10px;
		
		}
	
.diamant {
		background-image:url(img/icons_auszeichnungen.png);
		background-position: 0px -120px;
		background-repeat:no-repeat;
		margin-bottom:10px;
		}
		
.holidaycheck {
		background-image:url(img/icons_auszeichnungen.png);
		background-position: 0px -163px;
		background-repeat:no-repeat;
		margin-bottom:10px;
		}
	
.teaser_arrangements ul, .teaser-inklusive ul  {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}
	
.teaser_arrangements ul li, .teaser-inklusive ul li {
  list-style-image:url(img/arrangements-stern.png); 
  margin-left:20px;
  line-height:150%;
}
	
.teaser_arrangements a, .teaser_arrangements a:link, .teaser_arrangements a:visited {
  font-size:12px !important;
  color:#535353;
  text-decoration:underline;
}

.teaser_arrangements a:hover, .teaser_arrangements a:active {
  font-size:12px !important;
  color:#535353;
  text-decoration:underline;
}
	
.zimmer-name {
	position:relative;
	float:right;
	height:30px;
	width:320px;
	text-align:right;
}

.einzelzimmer-komfort-img {
	float:right;
	margin-top:10px;
	height:110px;
	width:150px;
	background-image:url(img/hotel-zimmertypen_illustration.gif);
	background-repeat:no-repeat;
	background-position:-210px -27px;
}

.einzelzimmer-superieur-img {
	float:right;
	margin-top:10px;
	height:120px;
	width:160px;
	background-image:url(img/hotel-zimmertypen_illustration.gif);
	background-repeat:no-repeat;
	background-position:0px -27px;
}

.doppelzimmer-komfort-img {
  float:right;
  margin-top:10px;
  height:120px;
	width:160px;
	background-image:url(img/hotel-zimmertypen_illustration.gif);
	background-repeat:no-repeat;
	background-position:0px -27px;
}

.doppelzimmer-superieur-img {
  float:right;
  margin-top:10px;
  height:162px;
	width:150px;
	background-image:url(img/hotel-zimmertypen_illustration.gif);
	background-repeat:no-repeat;
	background-position:-420px -27px;
}

.doppelzimmer-deluxe-img {
	float:right;
	margin-top:10px;
	height:162px;
	width:172px;
	background-image:url(img/hotel-zimmertypen_illustration.gif);
	background-repeat:no-repeat;
	background-position:-634px -27px;
}
	
.footer {
  position:relative;
  width:920px;
  height:60px;
  padding:5px 0;
  padding-bottom:10px;
  margin-left:10px;
  border-top:1px dotted #a5a5a5;
}

.footer_links {
  position:relative;
  float:left;
  width:855px;
  height:50px;
  color:#000;
  padding-left:65px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:150%;
}
.footer_links a, .footer_links a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000;
  text-decoration:underline;

}

.footer_rechts {
  position:relative;
  float:right;
  width:100px;
  height:30px;
  text-align:right;
}

.footer_rechts a, .footer_rechts a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000;
  text-decoration:none;
  padding:4px 0;
  padding-left:10px;
}

.content_full a, .content_full a:link, .content_full a:visited, .content_links a, .content_links a:link, .content_links a:visited, .content_rechts a, .content_rechts a:link, .content_rechts a:visited {
  font-size:14px;
  color:#535353;
  text-decoration:underline;
}

.content_full a:hover, .content_full a:active, .content_links a:hover, .content_links a:active, .content_rechts a:hover, .content_rechts a:active {
  font-size:14px;
  color:#535353;
  text-decoration:underline;
}

.clear {
  clear:both; 
  height:1px; 
  overflow:hidden; 
  margin-top:-1px;
}

.bold { 
  font-weight:bold;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:150%;
	font-weight:normal;
	color:#879ac5;
	margin:0;
	padding:0;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:bold;
	color:#535353;
	margin:0;
	padding:0;
}
.teaser_rechts h2, .teaser_rechts h3 {
  color:#535353;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
	font-weight:bold;
	color:#535353;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

h4,h5,h6 {
  font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
	font-weight:bold;
	color:#535353;
	margin:0;
	padding:0;
}

table.preise {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border-collapse: collapse;	
  width:100%;
  border:solid 1px #a5a5a5;
}

table.preise thead {
	font-size:11px;
	line-height:21px;
	font-weight:bold;
	color:#fff;
}

table.preise thead tr{
	
	background:#8fa1c9;
	border-bottom:solid 1px #a5a5a5;
}

table.preise thead tr td{
}
table.preise tr td{
	padding: 0.5em;
}

.tdright{
	text-align:right;
	vertical-align:top;
}


/* kontakt  */

.formzeile {
position:relative;
min-height:30px;
height:auto !important;
height:30px;
overflow:hidden;
width:100%;
}
	
	.formtext {
	position:relative;
	float:left;
	height:30px;
	width:120px;
}

.forminput {
	position:relative;
	float:left;
	min-height:30px;
  height:auto !important;
  height:30px;
	width:260px;
}

.border-top {
	border-top:1px dotted #a5a5a5;

	}
	
	.border-bottom {
	border-bottom:1px dotted #a5a5a5;

	}


  .require{
	  color:#900;
	  font-size:12px;
	  }
	  
input[type=text], input[type=tel],input[type=telefon], input[type=submit],input[type=email],textarea, select {
border:1px solid #CCC;
width:230px;
height:20px;
}
input[type=checkbox] {
border:1px solid #CCC;
width:15px;
height:15px;
background:#fff;
}
/* wird fur PLZ verwendet */
input[type=telefon] {
width:50px !important;
}
textarea {
	height:100px;
	}

input[type=submit] {
	background-image:url(img/bg_cta-button.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:0;
	padding-right:10px;
	font-size:15px;
	font-weight:bold;
	color:#535353;
	background-color:#fff;
	border:none;
	height:45px;
	width:200px;
}


.border-none {
	border:none;
}
.padding-top { padding-top: 10px;}
.padding-bottom { padding-bottom: 10px;}
