 <!--
    /* body */
	
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: #FFFFFF;
		padding: 0;
		margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
		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: #444444;
		font-size: 11px;
		line-height: 17px
    }
    body table,tr,td{
		font-size: 10px;
	}
	
	body .pre{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #444444;
		font-size: 11px;
		line-height: 9px
	}
	
	body .head{
		font-size: 22px;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
	}
	
	body .subhead{
		font-size: 16px;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
	}
	
	body .headSmall{
		font-size: 14px;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
	}
	
	body .headSmallGreen{
		color: #98d55d;
		font-size: 14px;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
	}
	
	body .stdBigGreen{
		color: #98d55d;
		font-size: 14px;
		font-weight: bold;
	}
	
	body .stdGreen{
		color: #98d55d;
		font-size: 11px;
	}
	
	body .formDesc{
		line-height: 14px
	}
	
	body .active{ 
		color: #444444;
		font-weight: normal;
	}
	body .inactive{ 
		color: #FFFFFF;
		font-weight: normal;
	}
	body .hint{ 
		color: #999999;
		font-size: 10px;
	}
	body .small{ 
		font-size: 9px;
		line-height: 12px
	}
	body .error{ 
		color: red;
		font-weight: bold;
		font-size: 11px;
	}
	body a:link { 
		color: #666666; 
		font-style: normal; 
		text-decoration: none
	}
	body a:vlink { 
		color: #666666; 
		font-style: normal; 
		text-decoration: none 
	}
	body a:visited { 
		color: #666666; 
		font-style: normal; 
		text-decoration: none 
	}
	body a:active { 
		color: #666666; 
		font-style: normal; 
		text-decoration: none 
	}
	body a:hover { 
		color: #123d2e; 
		font-style: normal; 
		text-decoration: none 
	}
	
	body form, button {
		border:0;
		margin:0; 
		padding:0;
	}

	body .spacer { 
		clear:both; 
		height:1px;
	}
	
	
	/* oneColFixed */
	
    .oneColFixed #container {
    	width: 815px; 
    	background: #dff0ce;
    	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 überschrieben. */
    }
    .oneColFixed #header {
		background: #98d55d;
		text-align: right;
		height: 85px;
    }
    .oneColFixed #headpic {
		background: #98d55d;
		padding: 00px 00px 00px 15px;
		height: 115px;
    }
	
	.oneColFixed #naviMain {
	background: #98d55d;
	text-align: left;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
    }
	
	.oneColFixed #naviMain ul {
	/* border-left:  1px solid #000000; */
		/* border-right: 1px solid #000000; */
		line-height: 25px;
		margin: 0;
		padding: 0;
	}
	.oneColFixed #naviMain li {
		display: inline;
		margin: 0px 5px ;
		padding: 0px;	
		list-style-type:none;
	}
	
	
	.oneColFixed #naviSub {
	background: #b9de95;
	text-align: left;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
    }
	
	.oneColFixed #naviSub ul {
	/* border-left:  1px solid #000000; */
		/* border-right: 1px solid #000000; */
		line-height: 25px;
		margin: 0;
		padding: 0;
	}
	.oneColFixed #naviSub li {
		display: inline;
		margin: 0px 5px ;
		padding: 0px;	
		list-style-type:none;
	}
	
	
	
	
	.oneColFixed #trenner {
		background: #dff0ce;
		height: 1px;
    }
	
	/* main contents */
	
	.oneColFixed #mainContent {
		background: #FFFFFF;
		background-image: url(../images/gradient_bg_watermarked.gif);
		padding: 10px 20px 20px 20px; /* top right bottom left*/
		margin: 0;
		min-height: 300px;
    }
	
	.oneColFixed #mainContentTextOnly {
		background: #FFFFFF;
		background-image: url(../images/gradient_bg_watermarked.gif);
		padding: 10px 20px 20px 295px; /* top right bottom left*/
		margin: 0;
		min-height: 300px;
    }
	
	.oneColFixed #mainContentOneCol {
		width: 795px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
		margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
		padding: 20px 00px 20px 15px;
		min-height: 600px;	
		height: 600px;	
	 }
	 
	 .oneColFixed #mainContentTwoCols {
		width: 795px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
		margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
		background-image: url(../images/gradient_bg_watermarked.gif);
		padding: 20px 00px 20px 20px;
		min-height: 300px;	
	 }
		.oneColFixed #TwoColsLeft {
			float: left;
			width: 170px;
			min-width: 170px;
			text-align:left;
		}
		
		.oneColFixed #TwoColsSpacer {
			float: left;
			width: 25px;
			min-width: 25px;
			text-align:left;
		}
		
		.oneColFixed #TwoColsRight {
			float: left;
			width: 560px;
			min-width: 560px;
			text-align:left;
		}
		
		.oneColFixed #NewsImg {
			float: left;
			width: 250px;
			min-width: 250px;
			text-align:left;
			vertical-align:top;
		}
		
		.oneColFixed #NewsText {
			background:white;
			padding: 10px 10px 10px 10px; /* top right bottom left*/
			float: left;
			width: 290px;		/* 400 */
			min-width: 290px;	/* 400 */
			text-align:left;
		}
		
		.oneColFixed #GuestbookText {
			background:white;
			padding: 10px 10px 10px 10px; /* top right bottom left*/
			float: left;
			width: 490px;		/* 400 */
			min-width: 490px;	/* 400 */
			text-align:left;
		}
		
		.oneColFixed #GalerieImg {
			float: left;
			width: 350px;
			min-width: 350px;
			text-align:left;
			vertical-align:top;
		}
		
		.oneColFixed #GalerieText {
			background:white;
			padding: 10px 10px 10px 10px; /* top right bottom left*/
			float: left;
			width: 190px;		/* 400 */
			min-width: 190px;	/* 400 */
			text-align:left;
		}
		
		.oneColFixed #EventsImg {
			float: left;
			width: 150px;
			min-width: 150px;
			text-align:left;
			vertical-align:top;
		}
		
		.oneColFixed #EventsText {
			background:white;
			padding: 10px 10px 10px 10px; /* top right bottom left*/
			float: left;
			width: 390px;		/* 400 */
			min-width: 390px;	/* 400 */
			text-align:left;
		}
		
		.oneColFixed #EventsTrenner {
			float: left;
			width: 560px;
			min-width: 560px;
			min-height: 20px;
			text-align:left;
		}
	
	.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 alle seine untergeordneten Floats enthalten sollte. */
      clear: both;
      height: 0;
      font-size: 1px;
      line-height: 0px;
    }
	
	.oneColFixed #mainContentAutos {
		background: #FFFFFF;
		background-image: url(../images/gradient_bg_watermarked.gif);
		padding: 0px 0px 20px 190px; /* top right bottom left*/
		margin: 0;
		min-height: 300px;
    }
		.oneColFixed #autoListItem {
			width: 560;
			height: 60;
			margin: 0px;
			vertical-align: bottom;
			padding-bottom: 0px;
			padding: 0px;
		}
		
	
	
	/* footer */
	
    .oneColFixed #footer {
    	padding: 0 20px; 
    	background:#DDDDDD;
    }
    .oneColFixed #footer p {
    	margin: 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: 20px 0px; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
		font-size: 9px;
		color: #999999;
    }
	
	
	/* ----------- formStyle ----------- */

#formStyle{
	line-height:25px;
	margin:0 auto;
	width:560px; 
	padding:0px;
}


#formStyle label{
	display:block;
	text-align:right;
	width:100px;
	float:left;
}

#formStyle dummy{
	float:left;
	padding:2px 2px;
	border:none;
	width:300px;
	height: 20px;
	margin:0px 0 2px 10px;
}

#formStyle input[type="text"]{
	float:left;
	font-size:10px;
	padding:2px 2px;
	border:none;
	width:300px;
	height: 20px;
	margin:0px 0 2px 2px;
}

#formStyle textarea{
	float:left;
	font-size:11px;
	padding:2px 2px;
	border:none;
	width:300px;
	height: 80px;
	margin:0px 0 2px 2px;
	overflow:auto;
}




#formStyle input[type="radio"]{
	font-size:10px;
	height: 20px;
	vertical-align:middle;
}

/*
#formStyle button{
	clear:both;
	margin-left:110px;
	width:125px;
	height:21px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:left;
	line-height:21px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:0px 10px;
}
*/

#formStyle button{
	clear:both;
	margin-left: 0px;
	width:125px;
	height:21px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:left;
	line-height:21px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:0px 10px;
}

-->1