        html, body {
            font:12px  Helvetica, Arial, Verdana, sans-serif;
            background-color:#9c9e9f;
            line-height:130%;
            height:100%;
            padding:0px;
            margin:0px;
        }

        h1,h2,h3 {
            font-weight:normal;
            color:#0081c1;
        }
        
        h1 {
            font-size:150%;
        }
        
        h2 {
            font-size:12px; 
            padding-bottom:5px; 
            margin-bottom:0px; 
			font-weight:bold;

        }
        
        h3 {
            font-size:12px;
            font-weight:bold;
        }
        ul {
            margin-top:0px;
            margin-bottom:0px;
        }
		#containerrahmen {
			position: relative;
			width: 985px;
			margin: 0 auto 0 auto;
			text-align: left;
			background:url(/__daten__/images/background.gif) repeat-y; 
		}
		#container {
			text-align: left;
			width: 965px;
			padding:10px;
			left:0px;
			top:0px; /*background-color:yellow*/
		}
/* ######### Linke-Spalte von oben nach unten ######## */

		#leftcolumn {
			color: #333;
			width: 380px;
			float: left; 
			position: relative; /*background-color:red*/
		}
		#logobox {
			border-left: 10px solid #d9dadb;
			width:380px;
			}
		#imagebox {
			border-left: 10px solid #0081c1;
			text-align:right;
			width:380px;
			margin:0px;
			padding:0px;
			background-color:#d9dadb;
			}
		#infobox {
			width: 320px;
			margin: 15px;
			margin-left:25px;
			}

/* ######### Haupt-Spalte von oben nach unten ######## */

		#main {
			width:565px;
			margin:0px;
			margin-left:390px;
			min-height: 100%;
			height:auto !important; /* moderne Browser */
		}
		*html #main {
			margin-left:387px;
		}
		* html div#main {height: 1em}
		#menuebox {
			position:relative; 
			width: 100%;
			margin-top:51px;
			height: 39px;
		}
		#menuebox li {
			list-style-type: none;
			display: block;
			text-decoration:none; 
			float:left;
			text-align: left;
			padding: 0px;
			margin: 0px;
			}
		#submenue { 
			width: 535px;
			background-color:#d1e4f3;
			padding:15px;
			line-height:150%;
        }
		#submenue li {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			}
		#submenue a{
			text-decoration:none;
			color:#0081c1;
			}
		#submenue a:hover{
			text-decoration:none;
			color:black;
			}
		#content { 
			padding:15px;
        }
		#contentimage { 
			width: 150px;
			padding: 0px 10px 20px 10px;
			float: right;
			font-size:80%;
			color:#0081c1;
        }
		#contentimage img {
		border: solid 3px #ffffff;
		}
/* ######### Ganz unten der Abschluss ######## */
		#footer {
			clear:both;
			width:100%;
			height:15px;
			margin:0px;
			background:url(/__daten__/images/background.gif) bottom left repeat-y;
		}

/* ---------------------------------*/
/* BILDERGGALERIE */
/* ---------------------------------*/

#galerie li {
	width: 145px;
	heightXXXX: 250px;
	margin: 5px;
	display: block;
	float: left;
	background-color: #ffffff;
	border:0px solid #e0eee6;
	text-align: center;
	padding :0px;
	list-style: none
}

#galerie .preview {
	width: 145px;
	margin-bottom: 5px;

}
#galerie .preview img {
	text-align: center;
	padding: 5px;
}
#galerie .preview a:hover img {
	border-color: #000000;
}
#galerie ul {
	padding: 0;list-style: none;
}
#galerie li a:link, #galerie li a:visited {
	text-decoration: none;
}
#galerie li a:hover {
	text-decoration: none;
	background-color: #f0f0f0:
}
#galerie li p {
	text-align: left;
	padding: 5px;
	font-size:10px;
	line-height: 12px; height:70px; background-color:#ffffff; display:block
}

/* clearfix 
------------------------------*/
.clearfix:after {
	content: "."; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #floatbox {
margin-right: 10px;
}
* html p {
height: 1%;
margin-left: 0;
}
/* End hide from IE5/mac */
* html {
margin: -3px;
}
* html img{
margin-bottom: -3px;
}

/* ------KONTAKT -----
------------------------------*/

#contact-area {
	width: 400px;
	color: 5f5f5f; 
	font-size: 11px; 
	font-weight: normal; 
	line-height: 14px;
	border: 0px;
padding-left: 4%;float:left;

}

.panel {
	clear: both;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}

input {
	width: 60%; 
	border: 1px solid #999999;
	float: left;
}
label {
	font-weight: normal;
	width: 100px;
	display: block; 
	text-align: right;
	margin-right: 15px;
	float: left;
}


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	background-color: #B9CBE1;
	border: 1px solid #00A8E6;
	color : #FFF;
	font-weight: bold;
	margin-left:115px;
	margin-top:20px;
	padding-top:5px;
	padding-bottom:5px;
	width: 60%; 
	text-align: center;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	margin-left:80px;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
}

.field-widget {

}
#contact-area a { color:#467EB0; 
            padding-left: 10px;
            background:url(/__daten__/images/pfeil-klein.gif) left no-repeat; 
            background-position:3px 0px}