/* ------------------ body / html -------------- */
body, html {
	border: 0px;
	margin:0;
	padding:0;
	height:100%;
}

body {
	background:#D4D4D5;
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:1.4em;
}
		
/* --------------- wrapper ------------- */

div#wrapper {
	background-image:url(../images/bg-wrapper.jpg);
	background-repeat:repeat-y;
	position: relative;
	width:980px;
	min-height:100%;
	margin: 0 auto;
	z-index:1;
}

* html #wrapper {height:100%;}	

	
/* --------------- header ------------- */

div#header{
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	width: 980px;
	height: 240px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div#header h1{
	font-size: 1.2em;
	font-style:normal;
	font-weight:normal;
	position: absolute;
	top: 7px;
	left: 485px;
	}
	
.branding{
	width: 963px;
	height: 164px;
	margin: 0px 0px 0px 0px;
	padding: 43px 0px 0px 8px;
	}
	
.branding h1{
    text-indent: -5000px;
	}


	
/* --------------- content ------------ */

div#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
	margin: 0px 0px 20px 0px;
	padding: 40px 0px 148px 30px;
	z-index:100;
	}	
	
div#inhalt {
	width: 600px;
	color:#7E3900;
	}	
	
div#content p{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	color:#000;
	font-style:normal;
	line-height:24px;
	font-size:1.1em;
	}
	
.trenner{
	height:250px;
	}

div#content a{
	color: #0F6DC4;
	font-weight:bold;
	text-decoration: underline;
	}

div#content a:hover{
	color: #0F6DC4;
	text-decoration: none;
	}
	
div#content .note{
	font-size: 0.9em;
	color: #000;
	}

div#content h1 {
	font-size: 1.2em;
	line-height: 30px;
	height: 25px;
	font-weight: bold;
	color: #fff;
	background-color:#0F6DC4;
	margin: 4px 15px 0px -24px;
	padding: 0px 0px 4px 26px;
	}

div#content h2 {
	font-size: 1.2em;
	line-height: 22px;
	font-weight: bold;
	color: #0F6DC4;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div#content h3 {
	font-size: 1.0em;
	line-height: 22px;
	font-weight: bold;
	font-style:normal;
	color: #7E3900;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div#content li{
	color:#000;
	font-style:normal;
	line-height:20px;
	font-size:1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	}	
	
div#bilder{
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;
	}
	
.rightfloat {
	float:right!important;
	}
	
.clear {
	clear:both;
	}

.img-form {
	margin: 0px;
	padding: 0px;
	border:none;
	float:none!important;
	}
	
	
/* --------------- cms editmode ------------- */

#ewcms_edit_controller {
	position: absolute;
	top:30px;
	left: 20px;
	color:#FFFFFF;
	z-index:100;
}

	
/* --------------- footer ------------- */

#footer {
	background-image:url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin: -148px auto;
	width:100%;
	height:148px;
	z-index:3;
	}	
	
div#footer-content{
	background-image:url(../images/bg-footerContent.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	height: 148px;
	width:980px;
	z-index:40;
	}
	
.bzskFooter {
	font-size:0.9em;
	color: #006EB9;
	position: absolute;
	top: 50px;
	left: 50px;
	}

.anschrift{
	font-size:1.0em;
	line-height:24px;
	color: #fff;
	position: absolute;
	top: 42px;
	left: 290px;
	}
	
.kontaktdaten{
	font-size:1.0em;
	line-height:24px;
	color: #fff;
	position: absolute;
	top: 42px;
	left: 475px;
	}
	
.menueFooter{
	font-size:1.0em;
	line-height:24px;
	color: #fff;
	position: absolute;
	top: 42px;
	left: 700px;
	}
	
.menueFooter a{
	width:150px;
	height: 25px;
	display:block;
	padding: 0px 0px 0px 5px;
	margin: 1px;
	background-color:#3F8AD0;
	}
	
.menueFooter a:hover{
	color:#FFD200!important;
	}

div#footer a {
	color: #fff;
	text-decoration:none;
	}
	
div#footer a:hover {
	color: #fff;
	text-decoration:none;
	}

/* --------------- euroweb imprint ------------- */

div#euroweb {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
div#euroweb img{
	margin: 0px;
	padding: 0px;
	}

