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

body {
	background:#fff;
	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.gif);
	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: 140px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.branding h1{
	font-size: 1.2em;
	font-weight: bold;
	}
	
.branding{
	width: 246px;
	height: 133px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 640px;
	}
	
/* --------------- content ------------ */

#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	min-height: 675px;
	margin: 0px 0px 30px 0px;
	padding: 25px 25px 298px 223px;
	z-index:100;
	}	
	
#inhalt {
	color:#333333;
	line-height:24px;
	margin: -30px 0px 0px 0px;
	padding: 0px 80px 0px 20px;
	z-index:1010;
	}	
	
div#content p{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	color:#333333;
	font-style:normal;
	font-size:1.1em;
	}

div#inhalt img{
	border:0px solid #3A5C02;
	margin: 5px;
	padding: 2px;
	float:right;
	}
	
div#content a{
	color: #333333;
	font-weight:bold;
	text-decoration: underline;
	}

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

div#content h1 {
	font-size: 1.6em;
	line-height: 32px;
	font-weight: bold;
	font-style:normal;
	color: #D20101;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	}

div#content h2 {
	font-size: 1.2em;
	line-height: 22px;
	font-weight: bold;
	font-style:normal;
	color: #D20101;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div#content li{
	color:#A10000;
	font-style:italic;
	font-size:1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}	
	
.leftfloat{
	float:left !important;
	}
	
.rightfloat {
	float:right;
	}
	
.rightfloat-contact {
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 170px 0px 0px !important;
	}
	
.clear {
	clear:both;
	}

div#content .img-form {
	margin: 0px;
	padding: 0px;
	border:none;
	float:none;
	}
	
	
/* --------------- cms editmode ------------- */

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

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

#footer {
	background-image:url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	position:relative;
	margin: -298px auto;
	width:100%;
	height: 298px;
	z-index:3;
	}	
	
div#footer-content{
	background-image:url(../images/bg-footerContent.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	height: 298px;
	width:980px;
	z-index:40;
	}
	
div#footer img{
	margin: 0px 0px 0px 213px;
	padding: 0px 0px 0px 0px;
	}
	
.anschrift{
	position: absolute;
	top: 65px;
	left: 675px;
	width:230px;
	font-size:0.8em;
	line-height:22px;
	color: #fff;
	}
	
div#footer a {
	color: #fff	;
	text-decoration:underline;
	}
	
div#footer a:hover {
	color: #CC0000;
	text-decoration:none;
	}

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

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