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

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #666A6A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #515151;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/schatten.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#kopf {
	height: 135px;
	width: 900px;
}
#inhalt, #inhalthell {
	width: 500px;
	padding-bottom: 4px;
	padding-top: 28px;
	padding-left: 40px;
	margin-left: 180px;
	background-color: #D4EAF5;
	min-height: 478px;
	height: auto !important;  /* für moderne Browser */
	height: 478px;  /*für den IE */
	background-image: url(../images/inhaltoben.gif);
	background-repeat: no-repeat;
}
#inhalt p, #inhalthell p {
	margin-bottom: 4px;
	width: 470px;
}
#inhalthell {
	background-color: #F5F5F5;
	background-image: url(../images/inhaltobenhell.gif);
}
#inhalthell a {
	text-decoration: none;
	color: #515151;
}
#fuss {
	height: 35px;
	width: 730px;
	padding-left: 190px;
	padding-top: 5px;
	margin-left: -10px;
	background-image: url(../images/schattenunten.gif);
	background-repeat: no-repeat;
	color: #979797;
	font-size: 11px;
}
#fuss a {
	text-decoration: none;
	color: #979797;
}
#navigation {
	position: absolute;
	height: 510px;
	width: 165px;
	top: 135px;
	padding-left: 15px;
}
#navigation img {
	margin-bottom: 2px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li a {
	height: 22px;
	display: block;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #515151;
	width: 150px;
	color: #333;
	text-decoration: none;
}
#navigation .unten, #navigation .untenaktiv {
	border-bottom: none;
}
#navigation .aktiv, #navigation .untenaktiv {
	color: #1573C3;
}
#buchen {
	position: absolute;
	height: 510px;
	width: 165px;
	margin-left: 720px;
	top: 135px;
	padding-left: 15px;
}
.blau, .blaufett {
	color: #1573C3;
}
.blaufett {
	font-weight: bold;
}
.rotfett {
	color: #C51718;
	font-weight: bold;
}
.fett {
	color: #818181;
	font-weight: bold;
}
.schwarz {
	color: #000;
}
.abstand {
	margin-bottom: 10px;
}
input, textarea {
	width: 250px;
}
.button {
	width: 110px;
}
/*.links, .links2 {
	float: left;
	margin-right: 20px;
}
.links2 {
	margin-right: 65px;
}
.clear {
	clear: both;
}*/