@CHARSET "UTF-8";

body, html {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Arial;
	background-image: url("../gfx/seiten_hintergrund.jpg");
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

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

a:hover {
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

#hauptblock {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../gfx/hintergrund.jpg");
}

#hintergrund_wechsler {
	background-repeat: no-repeat;
	background-image: url("../gfx/hintergrund_seite_1.jpg");
}

#abstand_oben {
	height: 40px;
	/*background-image: url("../gfx/abstand_oben.jpg");*/
}

#kopf {
	height: 150px;
	background-image: url("../gfx/kopf.png");
}

#wrapper_mitte {
	overflow: hidden;
}

#links {
	float: left;
	width: 200px;
}
#navigation ul li{
	width: 200px;
	height:40px;
}

#navigation {
	width: 190px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url("../gfx/menu_hintergrund.png");
	z-index: 1000;
	
}
#navigation a {
	font-family: Arial;
	font-size: 16px;
	display: block;
	background-image: url("../gfx/menu_inaktiv.png");
	text-decoration: none;
	color: #000;
	line-height: 40px;
	text-align: center;
	font-weight: normal;	  
}
	/* Zweite und dritte Menüebene ausblenden */
#navigation ul, #navigation li:hover li ul, #navigation li.sfhover li ul {
      position: absolute;
      left:-9999px;
      width:10em;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	list-style-type: none;
	left: 165px;
	/*border: 1px solid #C6977;*/
	top: .1em;
}
    /* Dritte Menüebene einblenden */
    #navigation li li:hover ul,
    #navigation li li.sfhover ul {
      left: 8em;
	  	margin-left: 25px ;
	padding: 1px;
	background-color:#e6a772;
	width: 200px;

    }
    /* Containing Block für absolute Positionierung -- erst bei Hover! */
    #navigation li:hover,
    #navigation li.sfhover {
      position: relative;

    }
	
	/* Hovereffekt in der ersten Listenebene; bleibt erhalten, wenn die zweite gehovert wird */
#navigation li:hover a, #navigation li.sfhover a {
 	color: #333;
	background-image: url("../gfx/menu_0inaktiv.png");
}
	
    /* Einfärbung der zweiten Menüebene */
#navigation li:hover li a, #navigation li.sfhover li a {
 	color: #333;
	background-image: url("../gfx/untermenu_inaktiv.png");
	     
    }

    /* Hovereffekt in der zweiten Menüebene; bleibt erhalten wenn die dritte gehovert wird */
#navigation li li:hover a, #navigation li li.sfhover a {
      color: #6679ae;
	  /*background: #f9f0cf;*/
}
    /* Einfärbung der dritten Menüebene */
#navigation li li:hover li a, #navigation li li.sfhover li a {
      color: #000;
	  /*background: #f9f0cf;*/    
}
    /* Hovereffekt der dritten Menüebene */
#navigation li li li a:hover {
   
      color: #6679ae;
    }
#navigation li ul{
	margin-left: 25px ;
	padding: 1px;
	background-color:#e6a772;
	width: 200px;
}









































#mitte {
	float: left;
	width: 750px;
}

#inhalt {
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 22px;
	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 h4 {
	border-bottom: solid; 
	text-align: center; 
	font-size: 15px;
    margin: 4px 20px -12px 4px;
	color: #FF9933;
}
#inhalt p {
	margin: 0;
	display: block;
	margin-bottom: 20px;
	text-align: justify;
}

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

#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;
	/*width: 90px;*/
}
#inhalt .bild_ausz {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px; 
	margin-top: 5px;
	width: 90px;
}
#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 {
	float: left;
	width: 10px;
	height: 410px;
	/*background-image: url("../gfx/rechts.jpg");*/
}

#fuss {
	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 th {
	padding: 5px;
}

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

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

.preistabelle .untertabelle td {
	vertical-align: top;
}
.preistabelle_gruen {
	font-size: 12px;
	border: 0;
	vertical-align: middle;
	border-collapse: collapse;
	border: thin solid #42b700;
	background: #FFEADF;
}
.preistabelle_gruen td h3 {
	font-weight: bold;
	text-align: center; 
	font-size: 14px;
    margin: -3px 20px;
	color: #ffeadf;
}
.preistabelle_gruen td {
	padding-left: 10px;
}
.preistabelle_gruen .background_highlight {
	background-color: #ff9933;
	color: #FFEADF;
}
.preistabelle_blau {
	font-size: 12px;
	border: 0;
	vertical-align: middle;
	border-collapse: collapse;
	border: thin solid #004a9b;
	background: #FFEADF;
	text-align: center;  
}
.preistabelle_blau .td h3 {
	font-weight: bold;
	text-align: center; 
	font-size: 14px;
    margin: -3px 20px;
	color: #ffeadf;
}
.preistabelle_blau .background_highlight {
	background-color: #ff9933;
	color: #FFEADF;
}
.thermeplus {
	color: #42B700;
	font-weight: bold;
}

.button_unten {
	display: block;
	margin-top: 10px;
	float: right;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #ffe9de; 
}

.button_unten:hover {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background-color: #fff3ed; 
}

/* On mouse over box */

.infoText {
	background-color: #fdeadc;
	border: 5px solid #C69779;
	font-size: 12px;
	color: #4d1f09;
	padding: 10px;
}
.angebot_rahmen {
	border: thin solid #004a9b;
	width: 50%;
}
.angebot_rahmen_schnupp {
	border: thin solid #42b700;
	width: 50%;
}
#left {
	text-align: left;
	padding-left: 10px;
	font-size: 14px;
}
.zentral{
	text-align: center;
}
.zentralfett {
	font-weight: bold;
	text-align: center;
}
.kneipp {
	color: #004a9b;
}
.unterstrichen{
	text-decoration: underline;
}
.trenner{
	border-bottom: medium solid #ff9933;
}
.auszeichnung {
	width: 500px;
	display: block;
}


