body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9d877a;
	background:url(../gfx/bg.png);
}

a img {
	text-decoration:none;
	border:none;
}


h1 {
	margin:0;
	padding:0;
}

h3 {
	font-size:14px;
	margin:10px 0 0 0;
	color:#685244;
	font-style:italic;
	font-weight:normal;
}

.border {
	border-top:1px solid #685244;
	width:585px;
	margin:10px 0;
	clear:both;
	display:block;
}

h4 {
	font-size:13px;
	margin:0;
	padding:15px 15px 0 10px;
	color:#8c0303;
	font-style:italic;
}

h5 {
	font-size:14px;
	margin:10px 0 0 0;
	color:#8c0303;
	font-style:italic;
	font-weight:normal;
}

h1 a {
	display:block;
	width:276px;
	height:70px;
	background:url(../gfx/logo.png);
	margin:auto;
}

.none{
	display:none;
}


#main {
	width:980px;
}

#content_left {
	float:left;
	width:739px;
}

#header {
	height:75px;
	padding-top:8px;
}

#content_right {
	float:left;
	width:241px;
	background:url(../gfx/right_top.png) no-repeat;
}

p.neuigkeiten {
	padding:0 15px 0 10px;
	font-style:italic;
	background:url(../gfx/neuigkeiten_bg.png) repeat-y;
	line-height:22px;
	margin-left:2px;
	margin-bottom: 0;
}

#nlform {
	margin-left:10px;
	margin-top:5px;
}

p.video {
	padding:0 15px 0 10px;
	line-height:23px;
}

#right_center {
	background-image:url(../gfx/right_bg.png);
	background-position:left 164px;
	background-repeat:no-repeat;
	padding-top:20px;
}

#right_footer {
	background:url(../gfx/right_bottom.png) no-repeat;
	width:241px;
	height:27px;
}


.cleaner {
	clear:both;
	margin:0;
	padding:0;
}

#bild_top {
	margin-left:28px;
}

#inhalt {
	width:585px;
	padding:27px 55px 20px 99px;
}

.text_inhalt {
	line-height:22px;
	background:url(../gfx/text_bg.png) repeat-y;
}

.text_inhalt2 {
	line-height:22px;
	background:url(../gfx/text_bg.png) repeat-y;
	width:415px;
	float:left;
	margin-right:20px;
}

.bild_inhalt {
	float:left;
	width:150px;
}

.bild_inhalt img {
	border:1px solid #9d877a;
	margin-bottom:20px;
}

#footer {
	height:53px;
	background:url(../gfx/footer.png) repeat-x;
	padding:30px 0 0 200px;
}

a:link, a:active, a:visited {
	color:#8c0303;
	text-decoration:none;
	font-style:italic;
}

a:hover, a:focus, a.select {
	font-style:normal;
	text-decoration:underline;
}

ul#sprachen {
	margin:0 0 0 10px;
	padding:0;
}

ul#sprachen li {
	list-style:none;
	float:left;
	margin-right:10px;
}

ul#sprachen li.deutsch a:link, ul#sprachen li.deutsch a:active, ul#sprachen li.deutsch a:visited {
	background:url(../gfx/de.png);
	display:block;
	width:17px;
	height:11px;
}

ul#sprachen li.englisch a:link, ul#sprachen li.englisch a:active, ul#sprachen li.englisch a:visited {
	background:url(../gfx/en.png);
	display:block;
	width:17px;
	height:11px;
}

.ueberschrift {
	margin-top:20px;
}

#rahmen {
	padding:0 15px 0 10px;
	line-height:23px;
	margin-top:20px;
}

input#nl_email {
	color:#f3edc5;
	font-size:12px;
	background:#a89587;
	border:1px solid #fff;
	float:left;
	padding:2px;
}

input#nl_senden {
	float:left;
}

.bild {
	border:1px solid #9d877a;
	margin-left:15px;
}

a:link.button, a:active.button, a:visited.button {
	display:block;
	padding:4px;
	color:#fff;
	width:140px;
	background:#8c0303;
	margin-bottom:10px;
}

a:hover.button, a:focus.button, a.select.button {
	background:#9d877a;
	font-style:normal;
	text-decoration:none;
}

.small {
	font-size:11px;
}

.preise {
	font-size:14px;
	font-weight:bold;
}

ul#attraktionen {
	margin:10px 0;
	padding:0;
}

ul#attraktionen li {
	float:left;
	list-style:none;
	
}

ul#attraktionen li a:link, ul#attraktionen li a:active, ul#attraktionen li a:visited {
	display:block;
	width:175px;
	height:14px;
	color:#9d877a;
	margin:0 5px 5px 0;
	padding:3px;
}

ul#attraktionen li a:hover, ul#attraktionen li a:focus, ul#attraktionen li a.select {
	background:#8c0303;
	font-style:normal;
	text-decoration:none;
	color:#fff;
}

/*Kontaktformular*/
#kontaktform {
	display: block;
	width: 373px;
}
#kontaktform label {
	width:115px;
	display:block;
	float:left;
	margin: 4px 0 10px;
}
#kontaktform input {
	display: block;
	width: 250px;
	float: left;
}
#kontaktform textarea {
	display: block;
	width: 254px;
	height: 150px;
	float: left;
	margin-bottom: 6px;
}
#kontaktform br { clear: left; }
#kontaktform #submit {
	width: auto;
	float: right;
	background:#8c0303;
	padding:3px;
	color:#fff;
	border:none;
	margin-right: 2px;
}
#kontaktform #plz { width: 50px; }
#kontaktform #ort {
	width: 184px;
	margin-left: 10px;
}
#kontaktform .error {
	background-color: #7a0725;
	color: #fff;
}
.red { color:#8c0303; }
/*Ende*/

/*Reservierung*/
#buchungform {
	display: block;
	width: 330px;
}
#buchungform label {
	display: block;
	width: 70px;
	float: left;
	margin: 4px 0 10px;
}
#buchungform input {
	display: block;
	width: 250px;
	float: left;
}
#buchungform select {
	float: left;
	margin-right: 10px;
}
#buchungform textarea {
	display: block;
	width: 254px;
	height: 150px;
	float: left;
	margin-bottom: 6px;
}
#buchungform br { clear: left; }
#buchungform #submit {
	width: auto;
	float: right;
	background:#8c0303;
	padding:3px;
	color:#fff;
	border:none;
	margin-right: 2px;
}
#buchungform .border { width: 326px; }
#buchungform #plz { width: 50px; }
#buchungform #ort {
	width: 184px;
	margin-left: 10px;
}
#buchungform input.error, #buchungform select.error {
	background-color: #7a0725;
	color: #fff;
}
p.error, p.ok {
	background-color: #585858;
	padding: 4px 6px 3px;
}
/*Ende*/

/*Impressum*/
.hit {
	font-size:12px;
	display:block;
	padding-top:5px;
	
}

h5.ueber_hit {
	margin:0 0 15px 0;
	color:#e8e7e7;
	font-size:10px;
	font-weight:normal;
}

p.hit_form {
	margin-top:0px;
	font-size: 11px;
	background:url(../gfx/hit_logo.gif)  no-repeat left center;
	padding-left: 45px
}
/*Ende*/

