@charset "iso-8859-1";
body  {
    	font: 0.9em Arial, Helvetica, sans-serif;
    	background: #ffffff;
    	margin: 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: #333333;
    }
    .thrColFixHdr #container { 
    	width: 950px;  /* 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: #FFFFFF 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:#ffffff;
       	padding: 0;
 } 
    .thrColFixHdr #sidebar1 {
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 190px; /* 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: 5px 5px 5px 5px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
    .thrColFixHdr #sidebar2 {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 160px; /* 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: 5px 5px 5px 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
    .thrColFixHdr #mainContent { 
    	margin: 0 170px 0 200px; /* 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 0; /* 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-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .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;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++Menü+++++++++++++++++++++++++++++++++++++++++++++*/
    .thrColFixHdr #nav {
		position:relative;
		margin:0 0 0 0;
	padding: 5px 0px 5px 0px;
		font-family:Arial, Helvetica, 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:normal;
    }
    .thrColFixHdr #nav a:link, #nav a:visited, #nav a:active, #nav a:hover, #nav dt span{
	position:relative;
	padding: 0 0 0 5px;
	text-decoration: none;
	color: #333333;
	height:auto;
	width:auto;
	display:block;
}
    .thrColFixHdr #nav dt {
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	font-size:0.8em;
	cursor:pointer;
	list-style-type:none;
	background:url(../hintergrund/nav.jpg) left center no-repeat;
}
    .thrColFixHdr #nav dt:hover, #nav dt:active {
	color:#3399FF;
}
    .thrColFixHdr #nav dt#nav_active{
	color:#3399FF;
}
    .thrColFixHdr #nav dt a:hover, #nav dt a:active {
	color:#3399FF;
}
    .thrColFixHdr #nav dt#nav_active a{
	color:#3399FF;
}
    .thrColFixHdr #nav dd{
	margin: 0;
    padding: 0 0 10px 15px;
	list-style-type:none;
}
    .thrColFixHdr #nav ul{
    margin: 0;
	padding: 0 0 0 0;
	list-style-type:none;
}
    .thrColFixHdr #nav li {
    margin: 0px 30px 0px 0px;
    padding: 2px 0px 2px 10px;
	list-style-type:none;
	background:url(../hintergrund/nav.jpg) left center no-repeat;
	font-size:0.8em;
}
    .thrColFixHdr #nav li a:link, #nav li a:visited, #nav li a:active, #nav li a:hover {
	color: #333333;
	}
    .thrColFixHdr #nav li a:hover, #nav li a:active, #nav li#subnav_active a {
	color:#3399FF;
}
/*    .thrColFixHdr #subnav_active{
	color: #FF6600;
	width:auto;
	height:21px;
	display:block;
}*/
    .thrColFixHdr #kurzinfos {
	position:relative;
	margin:0 0 0 0;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #333333;
}
	#kurzinfos h1{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	font-size:0.8em;
	font-weight:bold;
	text-align: left;
	color: #333333;
}
	#kurzinfos p{
	margin:0 0 3px 0;
	padding:0 0 0 0;
	font-size:0.7em;
	text-align: justify;
	color: #333333;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++Inhalte++++++++++++++++++++++++++++++++++++++++*/
	#mainContent h2{
	margin:0 5px 5px 0;
	padding:5px 5px 5px 5px;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	text-align: center;
}
#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: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#suche a:link {
	color: #333333;
	text-decoration: none;
}
#suche a:visited {
	text-decoration: none;
	color: #333333;
}
#suche a:hover {
	text-decoration: none;
	color: #333333;
}
#suche a:active {
	text-decoration: none;
	color: #333333;
}
#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 5px 15px 0;
	padding:5px 5px 5px 5px;
	font-size:0.9em;
	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:0 10px 15px 10px;
	padding:5px 0 5px 0;
	text-align:left;
	vertical-align:middle;
	border-bottom:#666666 1px solid; 
}
 .content_links_a:link{
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
}
.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:0.8em;
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:0.9em;
	font-style:italic;
	text-decoration:none;
}
/*++++++++++++++++++++++++++++++++ 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: #333333;
			}
			
	* html fieldset {padding: 5px;}
			
   .kontaktdaten legend {background: #dcebc4;
		   padding: 4px;
		   border: 1px solid #666666;
		   border-right-width: 1px;
		   border-bottom-width: 1px;
		   margin-bottom: 4px;
		color: #333333;
		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:#333333;}
#senden{
 background:#dcebc4;
 }
#eintragen{
 background:#dcebc4;
 }
 /*+++++++++++++++++++++++++++++++++++++++++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: #333333;
	font-size:15px;
	font-style:italic;
	text-decoration:none;
	padding-bottom:5px;
}
/*+++++++++++++++++++++++++++++++++++++Gästebuch++++++++++++++++++++++++++++++++++++*/
.gaestebuch{
	margin:0 5px 5px 0;
	padding:5px 5px 5px 5px;
}
.eintrag{
background:#dcebc4;
margin:2px 0 0 0;
padding:5px 2px 5px 2px;
}
.gaestebuch ul{
margin:0;
padding:0;
list-style-type:none;
border-bottom:1px solid #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: 5.0em;
font-weight: bold;
background-color: #E8E8E8;
border:1px solid #666666;
}
