@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535a5f;
}

a {
	color: #487bbc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#outer {
	width: 955px;
	position: relative;
	margin: auto;
}
#nav {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 100px 7px 0px;
	list-style: none;
}
#nav li {
	float: left;
	padding-left: 30px;
	position: relative;
}
#nav li a {
	font-size: 16px;
	font-weight: bold;
}
#nav .block {
	height: 10px;
	width: 10px;
	background-color: #febb0c;
	position: absolute;
	left: 10px;
	top: 6px;
}
#left {
	float: left;
	width: 330px;
}
#left .logos {
	margin-top: 10px;
	text-align: center;
	padding-left: 50px;
}
#left .logos img {
	margin: 10px;
}
#right {
	float: left;
	width: 625px;
}
#foot {
	list-style: none;
	margin-bottom: 50px;
}
#foot li {
	padding-right: 20px;
	float: right;
}
#content {
	margin-top: 20px;
	margin-left: 0;
	padding: 10px 20px 20px 20px;
	min-height: 250px;
	background: #fff;

}
#content.text {
	padding: 10px 120px 20px 70px;
}
#content.reservierung {
	margin-left: -230px;

}
h2 {
	font-size: 14px;
	margin-bottom: 1em;
	text-transform: uppercase;
}
#content p, #content ul {
	line-height: 150%;
	margin-bottom: 1em;
}
#content a {
	font-weight: bold;
}
.clear {
	clear: both;
}
.small {
	font-size: 11px;
	font-weight: normal;
}
.blue {
	color: #487bbc;
}
.big {
	font-size: 16px;
	font-weight: bold;
}
.border {
	border: 1px solid #487bbc;
}
.bold {
	font-weight: bold;
}
.textcenter {
	text-align: center;
}
.printonly {
	display: none;
}
.col {
	float: left;
	width: 275px;
	margin-right: 15px;
}

#content ul {
	margin-left: 20px;
}
#content ul li {
	margin-bottom: 5px;
}

/*** DL List ***/
dl {
	margin: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #487bbc;
	width: 525px;
}
dt, dd {
	float: left;
	border-top: 1px solid #487bbc;
	padding: 5px 0;
	line-height: 150%;
}
dt {
	width: 125px;
	font-weight: bold;
}
dd {
	width: 400px;
}
td {
	padding-right: 20px;
}

.resInfo {
	width: 525px;
	padding-top: 10px;
}

/* PREISE */
#preise td, #preise th {
	padding: 3px 12px;
	text-align: center;
}

a.buttonlink {
	float: right;
	background: #fff;
	border: 1px solid #487bbc;
	color: #487bbc;
	padding: 3px 7px;
}
a.buttonlink:hover {
	color: #487bbc;
	background: #e2efff;
	text-decoration: none;
}
a.printlink {
	background: #febb0c;
	border: 1px solid #487bbc;
	color: #487bbc;
	padding: 5px 12px;
	display: block;
	margin: 10px auto;
	width: 200px;
	font-size: 16px;
}
a.printlink:hover {
	background: #e2efff;
	text-decoration: none;
}
#vergleich {
	padding: 20px 0;
}
#vergleich table {
	margin: 5px 0;
}
#vergleich td, #vergleich th {
	padding: 2px 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

/*** FORMS ***/

form .left, form .right {
	float: left;
}
form .left {
	width: 125px;
	margin-right: 5px;
	font-weight: bold;
	padding-top: 2px;
}
form .right {
	width: 675px;
}
#kontakt .right {
	width: 445px;
}
form .light, form .dark {
	padding: 3px;
	margin-bottom: 2px;
}
.light {
	background: #e2efff;
}
.dark {
	background: #c9e1ff;
}
form .left.abflug, form .left.ankunft {
	height: 32px;
	background-repeat: no-repeat;
	padding-left: 40px;
	width: 85px;
}
form .left.abflug {
	background-image: url("../images/icon_abflug.gif");
}
form .left.ankunft {
	background-image: url("../images/icon_ankunft.gif");
}
input, textarea, select {
	border: 1px solid #febb0c;
	padding: 2px;
	margin-right: 5px;
}
textarea {
	height: 50px;
	width: 311px;
}
#kontakt textarea {
	height: 100px;
}
.captcha img {
	border: 1px solid #febb0c;
}
input {
	height: 15px;
	width: 150px;
}
#kontakt input {
	width: 311px;
}
#kontakt input.button {
	width: auto;
}
input.button {
	background: #ffffff;
	border: 1px solid #487bbc;
	color: #487bbc;
	font-weight: bold;
	height: 23px;
	padding: 0px 5px;
	width: auto;
}
input.button:hover {
	background-color: #febb0c;
}
select {
	padding: 1px 2px;
	height: 21px;
}
form .marginB {
	margin-bottom: 5px;
}
form .error {
	background-color: #ffe6ce;
}
form .errormsg {
	color: #e00;
	font-size: 11px;
	margin-top: 5px;
}
form .captcha {
	clear: both;
	padding: 0px 0px 5px 130px;
}