html,body {
	margin: 0;
	padding: 0
}
body {
	font-family: arial,verdana, sans-serif;
	font-size: 13px;
	color: #000;
	background-image:url(../pics/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

div#header {
	height: 400px;
	background-image:url(../pics/bild_startseite.jpg);
	margin: 0;
	padding: 0;
	position: relative;
	z-index:1;
}

div#header #overlay{
	margin-left: 520px;
	height: 400px;
	width: 200px;
	background-color: #ffffff;
	text-align: center;
	filter:alpha(opacity=75); /* IE */
	-moz-opacity:0.75; /* Firefox */
	opacity:0.75; /* Opera */

}
div#header img.logo {
	padding-top:40px;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1; /* Firefox */
	opacity:1; /* Opera */
	position: absolute;
	z-index:3;
	margin-left: 535px;
}
div#header a.logo {
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-top:15px;
	width: 178px;

	}

div#container {
	text-align: left;
	background-color:#fff;
}

div#content {
	padding:0;
	padding-top:10px;
	margin: 15px;
	position: relative;
}


div#content h1{
	color: #0063A6;
	font-family: Verdana, arial, sans-serif;
	font-size: 18px;
	margin: 0;
}

div#navigation {
	width: 766px;
	padding-top:1px;
	/*background-image: url("../pics/navi_bg.gif");
	background-position: bottom;
	background-repeat: no-repeat;*/
	background-color: #ffffff;

}
div#container {
	width: 766px;
	margin: 0 auto;
	position:relative;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	z-index: 1;
}

div#wrapper {
	float: left;
	width: 100%;
	background-image: url("../pics/bg_foot.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 150px;
	height : auto !important;
	/* für moderne Browser */
	height: 150px; /*für den IE */
}


div#footer {
	clear: both;
	height:25px;
	position: relative;
	background-color:#cccccc;
	 color:#668066;
	 padding-left:20px
}

div#footer a{
	line-height: 25px;
	vertical-align: center;
	font-size:11px;
	text-decoration: none;
    color:#668066;
}

/* Kontaktformular */

/* AGB / Impressum im Footer anzeigen */
#footer_impressum {
	background-color:#5C6272;
	text-align: right;
	padding-right:0px;
	color: #fff;
	padding-bottom: 10px;
	}
#footer_impressum a{
	color: #fff;
	font-size:11px;
	display: inline;
	text-decoration: underline;
}

/* AGB / Impressum im Footer anzeigen */
