@charset "ISO-8859-1";
/* CSS Document */

/* globale Definitionen */
* {
	margin:0px;
	padding:0px;/* 	border:0px; ohne diese eingabe funktioniert das buchungsformular*/
	}
img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}
img.content-img-right {
	float: right;
	border: 2px solid #ccc;
	margin: 0 0 10px 10px;
}
html, body {
	font-size:12px;
	color:#000;
	margin:0px;
	padding:0px;
	width:100%;
	font-family:arial, verdana, sans-serif;
	height:100%;
	padding-bottom:15px;
}
body {
	background-image:url(images.jpg);
	background-repeat:repeat;
}
h1 {
	font-size:14px;
	color:rgb(139,125,98);
	margin-bottom:1em;
}
h2 {
	font-size:12px;
	color:#a11b1b;
	letter-spacing:0.3em;
	margin-top:2em;
	margin-bottom:1em;
}
h3 {
	font-size:12px;
	letter-spacing:0.2em;
}
p {
	color:#333;
	line-height:12pt;
	margin-bottom:1em;
	text-align: justify;
}
a{
	color:#000;
		text-decoration:none;
		font-weight:bold;
}

.TextSchwarz {
	color: #000;
}
/* Layout ul{list-style:none;}*/
ul {
	list-style:none;
}
/* Layout */


#wrap {
	margin:15px auto;
	width:770px;
}
#main {
	background-color:#fff;
	height:auto;
	width:870px;
	float:left;
	margin-bottom:15px;
}
#header {
	margin:15px auto 0px 15px;
	height:181px;
	width: 840px;
	background-image:url(img/header.jpg);
	overflow:hidden;
}
#menue_bg {
	margin:0px 15px 0px 15px;
	height:23px;
	width: 840px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#menue_lang {
	height:23px;
	width: 160px;
	background-repeat:no-repeat;
	overflow:hidden;
	float: right;
	list-style:none;
	margin-right: 0px;
}
#tabelle_bg {
	background-color:#EEEEEE);
	background-repeat:repeat;
	overflow:hidden;
}
#tabelle {
width="100%";
 border="0";
}
.row {
	background-color: #EFEFEF;
}
#content {
	margin:40px 15px 0px 15px;
	width:840px;
}
#content_left, #content_left_ie {
	width:609px;
	min-height:200px !important;
	margin:0px 0px 0px 0px;
	padding:0px 15px 15px 0px;
	border-right:2px dotted rgb(199,185,158);
	float:left;
}
#content_right {
	width:200px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 15px 0px;
	float:right;
	color:#8b8c8a;
}
#menue_bottom {
	margin:0px 15px 0px 15px;
	height:46px;
	width: 840px;
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}
#bilder {
	width:509px;
	height:304px;
	background-color:#e8e2d9;
	overflow:hidden;
}
/* MENUE ******************/ 
			
/* ul#list_rightlast li a kontrolliert die liste des menus rechts******************/ 
			
	ul#list_rightlast {
	padding:6px 6px 4px 4px;
	font-weight:bold;
	color:#000;
}
ul#list_rightlast li a {
	padding:0px 0px 0px 0px;
	color:#63553a;
	font-weight:normal;
	text-decoration:none;
}
ul#list_rightlast li a:hover {
	padding:0px 0px 0px 0px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
ul#menue {
	padding-top:6px;
}
ul#menue li {
	float:left;
}
ul#menue li a {
	padding:6px 6px 4px 4px;
	color:#63553a;
	text-decoration:none;
}
ul#menue li a:hover {
	position:relative;
	padding:6px 6px 4px 4px;
	color:#45371c;
	background-color:#fff;
}
.active {
	background-color:#e8e2d9;
	color:#a11b1b;
	padding: 6px 6px 4px 4px;
	overflow:hidden;
}
.richlabelname {
	background-color:#e8e2d9;
	color:#a11b1b;
	padding: 6px 6px 4px 4px;
	overflow:hidden;
}

/* UNTERMENUE */

.anreise {
	background-image:url(img/Anreise.jpg);
	background-position:center;
}
.abreise {
	background-image:url(img/Abreise.jpg);
	background-position:center;
}
.anabreise {
	background-image:url(img/AbAnreise.jpg);
	background-position:center;
}
#unternavi {
width:509px;
 height:22px;
 background-color:#e8e2d9;
 margin:0px auto 0px auto;
}
ul#untermenue li {
	float:left;
	padding-right:3px;
	margin-top:4px;
}
ul#untermenue li a, ul#untermenue li a:hover {
	border:1px solid #BBBBBB;
	text-decoration:none;
}
ul#untermenue li a {
	position:relative;
	padding:3px;
	color:#77694e;
	background-color:#e8e2d9;
	margin:0px;
}
ul#untermenue li a:hover {
	position:relative;
	padding:3px;
	color:#45371c;
	background-color:#fff;
	margin:0px;
}
/* CONTENT AUSNAHMEN */

#map {
	border-top:1px solid #fff;
	width: 509px;
	height: 315px;
	margin-bottom:15px;
}
#content_left_ie {
	height:300px;
}
#list_right {
	margin-bottom: 25px;
}
#list_rightlast {
	margin-bottom: 10px;
}
li a {
	color:#8b8c8a;
	text-decoration:bold;
	margin:auto auto auto auto;
	list-style-type:circle;
}
li a:hover {
	color:#343434;
}
li.gap {
	margin-top:10px;
	text-decoration:none;
}
li.gap2 {
	margin:auto auto auto 15px;
	list-style-type:circle;
}
ul#preisliste {
	margin-left:10px;
}
li.preisefirst {
	margin:10px auto auto 15px;
	list-style-type:circle;
}
li.preise {
	margin:0px auto auto 15px;
	list-style-type:circle;
}

