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

body {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	overflow-y: scroll;
}

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

#header {
	width: 1000px;
	height: 230px;
	background: transparent url(img/header.jpg) no-repeat center center;
}

#navi {
	width: 920px;
	height: 30px;
	margin: 0px auto 25px;
	background: transparent url(img/navi.png) no-repeat center center;
}

#navi li {
	height: 30px;
	float: left;
	list-style-type: none;
	padding: 0px 15px;
	line-height: 30px;
	text-align: center;
}

#navi li a {
	color: #ffffff;
	text-decoration: none;
}

#navi li a:hover {
	color: #ffff00;
}

#navi li#home {
	width: 50px;
	padding: 0px 5px 0px 0px;
}

#navi li#home a {
	color: #074e82;
}

#navi li#home a:hover {
	color: #000000;
}

#content {
	width: 840px;
	margin: 0px auto;
}

#text {
	width: 575px;
	float: left;
}

#text h1 {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0px 0px 20px 0px;
	color: #074e82;
	border-bottom: 1px #074e82 solid;
}

#text h2 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	color: #074e82;
}

#text h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	color: #074e82;
	/* text-decoration: underline;
	cursor: pointer; */
}

#text h4 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	color: #074e82;
}

#text span.highlight,
#text p.highlight {
	color: #074e82;
	font-weight: bold;
}

#text p {
	margin: 0px 0px 10px 0px;
}

#text p a {
	color: #074e82;
}

#text p a:hover {
	color: #000000;
}

#text address {
	margin: 0px 0px 10px 0px;
}

#text ul {
	margin: 0px 0px 10px 15px;
}

#text ul.circle li {
	list-style-type: circle;
	margin: 0px 0px 5px 15px;
}

#text ul.num li {
	list-style-type: decimal;
	margin: 0px 0px 5px 20px;
}

#text .pic,
#text .right_pic {
	float: right;
	padding: 4px;
	border: 1px #074e82 solid;
	border-radius:      	5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	margin: 5px 0px 10px 5px;
}

#text .left_pic {
	float: left;
	padding: 4px;
	border: 1px #074e82 solid;
	border-radius:      	5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	margin: 5px 5px 10px 0px;
}

#text hr {
	margin: 4px 0px 5px 0px;
	border-top: 1px #074e82 dotted;
}

table.tparty {
	width: 525px;
	margin: 0px 0px 10px 0px;
}

table.tparty td {
	padding: 2px;
}

table.tpreise {
	width: 250px;
	margin: 0px 0px 10px 0px;
	border-left: 1px #074e82 solid;
	border-top: 1px #074e82 solid;
}

table.tpreise td {
	padding: 2px;
	border-right: 1px #074e82 solid;
	border-bottom: 1px #074e82 solid;
}

.button {
	padding: 5px 10px;
	border: 1px #06436f solid;
	border-top: 1px #053b62 solid;
	border-bottom: 1px #074a7b solid;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
    margin: 0px 10px 0px 0px;
	display: inline-block;
	background: #07497a; /* Old browsers */
	background: -moz-linear-gradient(top, #07497a 0%, #053b62 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07497a), color-stop(100%,#053b62)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #07497a 0%,#053b62 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #07497a 0%,#053b62 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #07497a 0%,#053b62 100%); /* IE10+ */
	background: linear-gradient(to bottom, #07497a 0%,#053b62 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07497a', endColorstr='#053b62',GradientType=0 ); /* IE6-9 */
	color: #ffffff !important;
	font-weight: normal !important;
	text-decoration: none;
	cursor: pointer;
}

.button:hover {
	border-top: 1px #074a7b solid;
	border-bottom: 1px #053b62 solid;
	background: #053b62; /* Old browsers */
	background: -moz-linear-gradient(top, #053b62 0%, #07497a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#053b62), color-stop(100%,#07497a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #053b62 0%,#07497a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #053b62 0%,#07497a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #053b62 0%,#07497a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #053b62 0%,#07497a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053b62', endColorstr='#07497a',GradientType=0 ); /* IE6-9 */
}

.button a {
	line-height: 29px;
	color: #ffffff !important;
	text-decoration: none;
}

.facts {
	width: 500px;
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 25px 0px;
	background: #ffffff no-repeat left top;
}

.facts p {
	margin: 0px 0px 5px 0px !important;
}

.formbox {
	width: 530px;
	padding: 9px 9px 9px 9px;
	border: 1px #074e82 solid;
	border-radius:      	5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	margin: 0px 0px 10px 0px;
	position: relative;
}

.formbox #oder2015 {
	position: absolute;
	top: -15px;
	right: -25px;
}

.formbox input[type=text] {
	width: 190px;
	padding: 4px 4px 4px 4px;
	border: 1px #074e82 solid;
	border-radius:      	5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	margin: 0px 0px 5px 0px;
}

.formbox tr.error {
	color: #c72528;
	font-weight: bold;
}

.formbox tr.error input {
	border: 1px #c72528 solid !important;
	background: #ffe5e6;
}

#sidebar {
	width: 250px;
	float: right;
}

#sidebar p {
	margin: 0px 0px 10px 0px;
}

#wetter_out {
	width: 250px;
	overflow: hidden;
}

#wetter_in {
	width: 250px;
	border-radius:      	5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	margin: 0px 0px -75px 0px;
	background: #074e82;
	text-align: center;
}

#wetter_in a {
	font-size: 14px;
	color: #ffff00;
	text-decoration: none;
}

.left {
	width: 250px;
	float: left;
}

.right {
	width: 250px;
	float: right;
}

.clr {
	clear: both;
}

#footer {
	width: 840px;
	height: 15px;
	margin: 0px auto;
	padding: 10px 0px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	border-top: 1px #074e82 dotted;
}

#footer a {
	text-decoration: none;
	color: #074e82;
	margin: 0px 25px;
}

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

.name_feld,
.mail_feld,
.tel_feld {
	width: 240px;
	height: 15px;
	padding: 4px;
	border: 1px #074e82 solid;
	margin-bottom: 10px;
	color: #074e82;
	font-size: 14px;
	line-height: 15px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
}

.nachricht_feld {
	width: 240px;
	height: 90px;
	padding: 4px 4px 4px 4px;
	background: #ffffff url(../img/nachricht.png) top left no-repeat;
	border: 1px #074e82 solid;
	margin-bottom: 10px;
	color: #074e82;
	font-size: 14px;
	line-height: 15px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.senden_button {
	width: 100px;
	border: 1px solid #074e82;
	padding: 4px;
	background: #ffffff;
	line-height: 14px;
	font-size: 12px;
	color: #074e82;
	margin: 0px 0px 0px 150px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* --- Spring-Break Partypackage --- */

#partypackage {
	width: 575px;
	border: 1px #074e82 solid;
	border-radius:      	5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	margin: 0px auto 10px auto;
}

#partypackage .verlauf {
	width: 110px;
	float: left;
	text-align: right;
}

#partypackage .location {
	width: 179px;
	border-left: 1px #074e82 solid;
	float: left;
	text-align: right;
}

#partypackage .package {
	width: 94px;
	border-left: 1px #074e82 solid;
	float: left;
	text-align: center;
}

#partypackage div p {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	line-height: 18px;
}

#partypackage p.headline {
	border-bottom: 1px #074e82 solid;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#partypackage p.service {
	padding: 5px 370px 5px 10px;
	border-top: 1px #074e82 solid;
	border-bottom: 1px #074e82 solid;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
}

#partypackage p.headline .vip_basic {
	color: #064d80;
}

#partypackage p.headline .vip_premium {
	color: #096cb3;
}

#partypackage p.headline .vip_deluxe {
	color: #0b8be5;
}

#partypackage p.odd {
	background: #dae1e5;
}

#partypackage p img {
	vertical-align: middle;
}

/* --- Spring-Break Hotels --- */

#sb-hotels {
	display: none;
	width: 575px;
	border: 1px #074e82 solid;
	border-radius:      	5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	margin: 40px 0px 10px 0px;
	text-align: center;
	position: relative;
}

#sb-hotels .hotels {
	width: 115px;
	float: left;
}

#sb-hotels .zimmer {
	width: 114px;
	border-left: 1px #074e82 solid;
	float: left;
}

#sb-hotels .termine {
	width: 114px;
	border-left: 1px #074e82 solid;
	float: left;
}

#sb-hotels div p {
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
}

#sb-hotels p.hotel {
	padding: 30px 10px 30px 10px;
}

#sb-hotels p.ausgebucht {
	background-color: #ffe9e5;
}

#sb-hotels p.full {
	padding: 50px 10px 50px 10px;
}

#sb-hotels p.border-bottom {
	border-bottom: 1px #074e82 solid;
}

#sb-hotels p.headline {
	border-bottom: 1px #074e82 solid;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#sb-hotels p.headline .sieben {
	color: #064d80;
}

#sb-hotels p.headline .vierzehn {
	color: #0b8be5;
}

#sb-hotels p.headline .date {
	font-size: 9px;
}

#sb-hotels .zweiwochen {
	position: absolute;
	top: -80px;
	right: 10px;
	z-index: 9999;
}

.styled_table {
	width: 100%;
	border: 1px #074e82 solid;
	border-radius:      	5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	margin: 40px 0px 10px 0px;
}

.styled_table tr {
	vertical-align: top;
}

.styled_table tr:last-child td {
	border-bottom: none;
}

.styled_table tr:nth-of-type(2n) td {
	background-color: #f7fcff;
}

.styled_table td {
	padding: 5px;
	border-right: 1px #074e82 solid;
	border-bottom: 1px #074e82 solid;
}

.styled_table.align_center td {
	text-align: center;
}

.styled_table.align_right td {
	text-align: right;
}

.styled_table td:first-child {
	text-align: left;
}

.styled_table td:last-child {
	border-right: none;
}

/* FAQ */

.quest {
    margin: 0 0 10px;
	border-bottom: 1px dotted #525252;
}

.frage {
	color: #000000;
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	line-height: 12px;
	font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.frage:hover {
	cursor: pointer;
	color: #262626;
}

.antwort {
	color: #525252;
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
    margin: 0px 0px 5px 5px !important;
}

.toggled {
	height: 20px;
	overflow: hidden;
}

.hidden {
	display: none;
}