@charset "utf-8";
/* CSS Document */


html, body {
	height:100%;
}

* {
	margin:0;
	padding:0;
	line-height: 1.7;
}

h1 {
	color:#b83430;
}

#keywords {
	visibility:hidden;
}


#footer {
	text-align:center;
	padding-top:14px;
	color:#fff;
	position:fixed;
	width:100%;
	height:35px;
	bottom:0;
	background-color:#383d69;
}
	

body {
	
	background-image:url(../links/background.jpg);
	background-size:cover;
	background-attachment:fixed;  
	background-repeat:no-repeat;
  	font-size: 0.8em;
  	font-family:Arial, sans-serif;  
}

div#wrapper {
	
	height:120%;
	width:980px;
	
	margin-left:auto;
	margin-right:auto;
	
	}
	
div#content {
	
	height:100%;
	width:890px;
	background-color:#EEE;
	
	margin-left:auto;
	margin-right:auto;	
	
	-moz-box-shadow: 0x 0px 30px #444;
    -webkit-box-shadow: 0px 0px 30px #444;
    box-shadow: 0px 0px 30px #444;
	
	}
	
	
	
	
	div#content_home {
	
	height:auto;
	width:890px;
	background-color:#EEE;
	
	margin-left:auto;
	margin-right:auto;	
	
	-moz-box-shadow: 0x 0px 30px #444;
    -webkit-box-shadow: 0px 0px 30px #444;
    box-shadow: 0px 0px 30px #444;
	
	}
	
	
	
	
div#navi_left{
	
	position:absolute;
	width:300px;
	height:300px;
	
	margin-top:130px;
		
	background-color:#FFF;
	
	-moz-box-shadow: -10x 10px 15px #666;
    -webkit-box-shadow: -10px 10px 15px #666;
    box-shadow: -10px 10px 15px #666;
	
	}
	
div#navi_left_content{
	
	position:absolute;
	width:300px;
	height:300px;
	
	margin-top:50px;
	margin-left:65px;
	
	}	
	
div#navi_right{
	
	position:absolute;
	width:670px;
	height:300px;
	
	margin-left:310px;
	margin-top:130px;
	
	background-color:#FFF;

	-moz-box-shadow: 10x 10px 15px #666;
    -webkit-box-shadow: 10px 10px 15px #666;
    box-shadow: 10px 10px 15px #666;
	
	}
	
div#überschrift {
	
	position:absolute;
	margin-left:320px;
	margin-top:75px;	
	
	}
	
div#text1 {
	
	margin-left:270px;
	margin-right:30px;
	
	}
	
div#text2 {
	
	margin-left:410px;
	margin-right:30px;
	
	}
	
div#text3 {
	
	margin-left:270px;
	margin-right:30px;
	
	}
	
	
	
div#img_service {
	
	margin-left:0px;
	margin-top:580px;
	position:absolute;	
	
	}
	
div#img_wwe {
	
	margin-left:620px;
	margin-top:500px;
	position:absolute;	
	
	}
	
div#img_lieferprogramm {
	
	margin-left:580px;
	margin-top:650px;
	position:absolute;	
	
	}
	
div#img_kontakt {
	
	margin-left:620px;
	margin-top:850px;
	position:absolute;	
	
	}
	
.active {

	color:#b83430;
	text-decoration:none;	
	
	}
	
div#kontaktformular {
	
	margin-left:270px;	
	
	
	}