@charset "iso-8859-1";
body  {
    	font: 0.8em Arial, sans-serif;
    	background: #f1f5fe;
    	margin: 0 0 0 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #666666;
    }
    .thrColFixHdr #container { 
    	width: 891px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background:url(../hintergrund/alles.jpg) left top repeat-y;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
    } 
    .thrColFixHdr #header {
		background:url(../hintergrund/top.jpg) left top no-repeat;
       	padding: 0;
		height:237px;
 } 
    .thrColFixHdr #sidebar1 {
		background:url(../hintergrund/navi_alles.jpg) left top repeat-y;
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 219px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	padding: 0 0 0 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
		min-height:602px;
    }
    .thrColFixHdr #sidebar2oben {
 background:url(../hintergrund/rechts_oben.jpg) left top no-repeat;
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 165px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	padding: 200px 0 0 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
    .thrColFixHdr #sidebar2 {
 background:url(../hintergrund/rechts_alles.jpg) left top repeat-y;
    	/*float: right; Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 165px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	padding: 15px 30px 15px 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
		font-size:12px;
    }
    .thrColFixHdr #mainContent1 { 
    	margin: 0 165px 0 0; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div die Randleistenbereiche füllen soll, wenn der Inhalt in den Randleisten endet. */
    	padding: 0 0 0 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    } 
     .thrColFixHdr #mainContent { 
    	margin: 0 0 0 219px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div die Randleistenbereiche füllen soll, wenn der Inhalt in den Randleisten endet. */
    	padding: 0 0 0 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    } 
   .thrColFixHdr #footer { 
    	padding: 0 0 0 350px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    } 
    .thrColFixHdr #footer p {
    	margin: 15px 0 0 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0 0 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
		background:#ffffff;
		text-align:center;
		border-top:1px solid #666666;
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
		margin:0 0 0 5px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
		margin:0 5px 0 0;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
    }
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++Menü+++++++++++++++++++++++++++++++++++++++++++++*/
 .thrColFixHdr #nav {
		position:relative;
		margin:0 0 0 0;
		padding: 0 0 0 0;
		font-family:Arial, sans-serif;
    	width: auto; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet 	Explorer außer der Breite auch die Auffüllung und den Rahmen. */
		font-weight:bold;
		font-size:13px;
    }
 .thrColFixHdr #nav dt#nav_inactive a:link, #nav dt#nav_inactive a:visited, #nav dt#nav_inactive a:active, #nav dt#nav_inactive a:hover, #nav dt#nav_inactive span{
	position:relative;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #585b5f;
		font-weight:bold;
	}
    .thrColFixHdr #nav dt{
	margin: 0px 0px 0px 0;
	padding: 0 0 5px 40px;
	text-decoration:none;
	cursor:pointer;
	list-style-type:none;
		font-weight:bold;
}
    .thrColFixHdr #nav dt#nav_inactive a:hover, #nav dt#nav_inactive a:active {
	color: #044266;
	font-weight:bold;
	text-decoration: none;
}
    .thrColFixHdr #nav dt#nav_active a{
	color: #044266;
	text-decoration: none;
		font-weight:bold;
}
   .thrColFixHdr #nav dd{
	margin: 0;
    padding: 0 0 15px 50px;
	list-style-type:none;
	font-size:13px;
	text-decoration:none;
}
    .thrColFixHdr #nav ul{
    margin: 0;
	padding: 0 0 0 0;
	list-style-type:none;
}
    .thrColFixHdr #nav li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	list-style-type:none;
}
    .thrColFixHdr #nav li#subnav_inactive a:link, #nav li#subnav_inactive a:visited, #nav li#subnav_inactive a:active, #nav li#subnav_inactive a:hover {
	color: #585b5f;
		font-weight:bold;
	}
    .thrColFixHdr #nav li#subnav_inactive a:hover, #nav li#subnav_inactive a:active, #nav li#subnav_inactive a {
	color: #044266;
	text-decoration:none;
		font-weight:bold;
}
.thrColFixHdr #subnav_active a{
	color: #044266;
	text-decoration:none;
		font-weight:bold;
}
 .thrColFixHdr #kurzinfos {
	position:relative;
	margin:0 0 0 0;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #666666;
}
	#kurzinfos h1{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	font-size:0.8em;
	font-weight:bold;
	text-align: left;
	color: #666666;
}
	#kurzinfos p{
	margin:0 0 3px 0;
	padding:0 0 0 0;
	font-size:0.7em;
	text-align: justify;
	color: #666666;
}
 .statistik{
	position:relative;
	padding: 10px 0 0 40px;;
	text-decoration: none;
	color: #585b5f;
	font-weight:bold;
	font-size:13px;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++Inhalte++++++++++++++++++++++++++++++++++++++++*/
	#mainContent h2{
	margin:0 5px 5px 0;
	padding:5px 5px 5px 5px;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	text-align: center;
	color:#024886;}
#mainContent h1{ 
	margin:0 5px 15px 0;
	padding:5px 5px 5px 5px;
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
}
#mainContent h4{ 
	margin:0 5px 15px 0;
	padding:5px 5px 5px 5px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#mainContent br{ 
line-height:10px;
height:10px;
}
	.bildbox{
	margin:0 0 0 0;
	padding:5px 5px 5px 5px;
	text-align:center;
}
.content_div{
	margin:0 0 0 0;
	padding:5px 5px 5px 5px;
	font-size:1.0em;
	font-weight:normal;
	text-align:justify;
}
.content_box{
	margin:0 5px 15px 0;
	padding:5px 5px 5px 5px;
	font-size:1.0em;
	font-weight:normal;
	text-align:justify;
}
 .content_links{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	vertical-align:middle;
	overflow:auto;
	text-decoration:none;
	display:block;
	height:auto;
}
 .content_links a, a:active, a:hover, a:link{
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
}
 .content_links2{
	margin:0px 0 0px 0;
	padding:2px 0 2px 0;
	text-align:left;
	vertical-align:bottom;
	overflow:auto;
	text-decoration:none;
	border-bottom:10px solid #e6cebb;
	display:block;
	height:auto;
}
.side_titel{
margin:0 0 0 0;
padding:2px 0 2px 5px;
background:#6f7466;
color:#ffffff;
font-weight:bold;
}
.bildnav{
margin:0 0 10px 0;
padding:0 0 0 0;
}
.bildnav_links{
margin:0 0 0 0;
padding:0 5px 0 0;
}

#titel_history{
margin:0 0 0 0;
padding:5px 5px 5px 5px;
font-weight:bold;
font-size:13px;
vertical-align:top;
}
#titel_history img{
margin:0 0 0 0;
padding:0 0 0 0;
}
/*----------------------------------News-----------------------------------------------------------*/
#mainContent h3{ 
	margin:0px 5px 0px 5px;
	padding:5px 5px 0px 5px;
	font-size:0.9em;
	font-weight:bold;
	font-style:normal;
	text-align:left;
}
.box{
	margin:0 5px 0 5px;
	padding:0 5px 5px 5px;
	display:block;
	height:auto;
	border-bottom:1px solid #666666;
	overflow:auto;
	font-size:0.9em;
}
.weiter-a{
	font-weight: bold;
	font-size:12px;
	font-style:italic;
	text-decoration:none;
	color:#666666;
}
/*++++++++++++++++++++++++++++++++ Formularformat +++++++++++++++++++++++++++++++++++*/
   fieldset {
   position:relative;
   width: 40em;
			 margin: 1.5em auto 1.5em auto;
			 display: block;
			 font-size: 0.90em;
			 font-weight:normal; 
			 border: 1px solid #666666;
			 color: #666666;
			}
			
	* html fieldset {padding: 5px;}
			
   .kontaktdaten legend {background: #e1e9f4;
		   padding: 4px;
		   border: 1px solid #666666;
		   border-right-width: 1px;
		   border-bottom-width: 1px;
		   margin-bottom: 4px;
		color: #666666;
		font-weight:normal;
		   }

   label {margin: 5px 0;} 

   .kontaktdaten label {display: block;
						width: 13em;
						float: left;
						margin-left:30px;
					   }
	.anfrage label {display: block;
				    width: 10em;
				    float: left;
				   }
					   
   input,textarea {margin: 3px 0;
						background: #ffffff;
						padding: 3px 3px;
			 border: 1px solid #666666;
				  }  
   input:active, input:focus, input:hover { background: #ffffff;}
   textarea:active, textarea:focus, textarea:hover { background: #ffffff;}

.buttons {text-align: center;
color:#666666;}
#senden{
 background:#e1e9f4;
 }
#eintragen{
 background:#e1e9f4;
 }
 /*+++++++++++++++++++++++++++++++++++++++++zentrierte Box (Galerie)++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#centerbox{ 
			width: 100%;
			 margin: 1.5em auto 1.5em auto;
			 text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
#centerbox table{ 
			width: 600px;
			 margin: 0 auto 0 auto;
			 text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
#centerbox td{ 
			width: 100%;
			 margin: 0;
			 padding: 5px;
			 text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
#weiter_navig{ 
			width: 100%;
			 margin: 1.5em auto 1.5em auto;
			 text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
			 }
#weiter_navi{ 
			width: 100%;
			 margin: 1.5em auto 1.5em auto;
			 text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
			 }
#weiter_navi ul{
list-style-type:none;
}
#weiter_navi li {
width: 45%;
list-style-type:none;
float:left;
height:27px;
display:block;
}
#weiter_navi a{
	font-weight: bold;
	color: #666666;
	font-size:12px;
	font-style:italic;
	text-decoration:none;
	padding-bottom:5px;
}
/*+++++++++++++++++++++++++++++++++++++Gästebuch++++++++++++++++++++++++++++++++++++*/
.gaestebuch{
	margin:0 5px 5px 0;
	padding:5px 5px 5px 5px;
}
.eintrag{
background:#e1e9f4;
margin:2px 0 0 0;
padding:5px 2px 5px 2px;
}
.gaestebuch ul{
margin:0;
padding:0;
list-style-type:none;
border-bottom:1px none #666666;
height:27px;
overflow:hidden;
display:block;
}
.gaestebuch li{
position:relative;
margin:0;
padding:0;
}
.bildnav form{
text-align:center;
}
.sform {	display: block;
						width: 10em;
						margin-right:5px;
						background:#ffffff;
 }
.sbutton { 
font-size: 0.6em;
width: 3.8em;
font-weight: bold;
background-color: #e1e9f4;
border:1px solid #666666;
}
 /*+++++++++++++++++++++++++++++++++++++++++zentrierte Media Box (Galerie)++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mediabox{ 
			width: 100%;
			 margin: 1.5em auto 1.5em auto;
			 text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
#mediabox table{ 
			width: 780px;
			 margin: 0 auto 0 auto;
			 text-align: center; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	border-bottom:10px solid #e6cebb;
	    } 
#mediabox td{ 
			 margin: 0;
			 padding: 5px;
			 text-align:left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
.gasti{
width:550px; text-align:left;
}
