@CHARSET "UTF-8";

body, html {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Arial;
}

img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
}

.fett {
	font-weight: bold;
}

#hauptblock {
	width: 100%
	margin-left: auto;
	margin-right: auto;
}

#abstand_oben {
	visibility: hidden;
	height: 0px;
}

#kopf {
	height: 0px;
	visibility: hidden;
}

#wrapper_mitte {
	overflow: hidden;
}

#links {
	visibility: hidden;
	float: left;
	width: 200px;
	height: 0px;
	overflow: hidden;
}

#nav {
	visibility: hidden;
}

#mitte {
	float: left;
	width: 100%;
}

#inhalt {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 24px;
	color: #5b2612;
}

#inhalt a {
	font-weight: bold;
}

#inhalt h1 {
	font-family: Arial;
	color: #4d1f09;
	font-weight: normal;
	margin: 0;
	font-style: italic;
	margin-bottom: 20px;
	font-size: 25px;
}

#inhalt h2 {
	font-family: Arial;
	color: #777;
	margin: 0;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 12px;
}

#inhalt p {
	margin: 0;
	display: block;
	margin-bottom: 20px;
	text-align: justify;
}

#inhalt ul {
	list-style-image: url("../gfx/aufzaehlungszeichen_sonne.png");
}

#inhalt .bilderleiste { 
	display: block; 
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-top: 5px;
}

#inhalt .bilderleiste img {
	width: 226px;
	display: block;
}

#inhalt .bild_links {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-top: 5px;
}

#inhalt .bild_links img {
	width: 200px;
	display: block;
}

#inhalt .bild_rechts {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px; 
	margin-top: 5px;
}

#inhalt .bild_rechts img {
	width: 200px;
	display: block;
}

#inhalt .bildergalerie {
	float: left;
	background-color: #ffe9de;
	width: 160px;
	height: 110px;
	margin: 3px;
}

#inhalt .bildergalerie a {
	display: block;
}

#inhalt .bildergalerie img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
}

#rechts {
	visibility: hidden;
	float: left;
	width: 10px;
	/*background-image: url("../gfx/rechts.jpg");*/
}

#fuss {
	visibility: hidden;
	position: relative;
	height: 40px;
	background-image: url("../gfx/fuss.jpg");
}

#fuss p {
	position: absolute;
	bottom: 0px;
	right: 10px;
	display: block;
	text-align: right;
	font-size: 10px;
	color: #333;
}

.preistabelle {
	font-size: 12px;
	border: 0;
	vertical-align: middle;
	border-collapse: collapse;
	
}

.preistabelle td {
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

.preistabelle .background_highlight {
	background-color: #ffff77;
}

.preistabelle .untertabelle {
	font-size: 12px;
	line-height: 20px;
	border-collapse: collapse;
}

.preistabelle .untertabelle td {
	vertical-align: top;
}

.thermeplus {
	color: #42B700;
	font-weight: bold;
}

.button_unten {
	visibility: hidden;
}
