/* CSS Document */

html {
	width:100%;
}

body {
	width:100%!important;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2E4183;
	
	border:none!important;
}

#mainWrapper {
	width:700px;
	margin:0 auto;
}

/* *************************************  Content   ********************************************** */

div#contentContainer {
	width:700px;
	padding:0;
	
}

div#content {
	width:490px;	
	float:left;
	margin-left:10px;
	margin-top:30px;
}

div.contentBreit {
	width:680px!important;
}

div#pfeilUnten {
	float:left;
	width:500px;
	height:200px;
	background:url(../img/layout/mainbg.jpg) bottom left no-repeat;
	margin-bottom:10px;
}



/* *************************************  Heads   ********************************************** */

div#pageHeader {
	width:700px;
	height:235px;
	margin-top:10px;
}

div.headerNews {
	background:url(../img/layout/head_home.jpg) top left no-repeat;
}

div.headerDienstleistungen {
	background:url(../img/layout/head_dienstleistungen.jpg) top left no-repeat;
}

div.headerUeberuns {
	background:url(../img/layout/head_ueberuns.jpg) top left no-repeat;
}

div.headerShop {
	background:url(../img/layout/head_ueberuns.jpg) top left no-repeat;
}

div.headerDownloads {
	background:url(../img/layout/head_downloads.jpg) top left no-repeat;
}

div.headerStandorte {
	background:url(../img/layout/head_kontakt.jpg) top left no-repeat;
}

/* *************************************  headerDeckflaechen   ********************************************** */

div.headerFlaecheText {
	position:absolute;
	margin:5px;
	color:#fff;
	bottom:0;
	font-weight:bold;
}
	
div#headerFlaecheNews {
	position:absolute;
	height:235px;
	width:114px;
	margin-left:17px;
	float:left;
	
}

div#headerFlaecheDienstleistungen {
	position:absolute;
	height:235px;
	width:114px;
	margin-left:136px;
	float:left;
	
}

div#headerFlaecheUeberuns {
	position:absolute;
	height:235px;
	width:114px;
	margin-left:255px;
	float:left;
	
}

div#headerFlaecheShop {
	position:absolute;
	height:235px;
	width:99px;
	margin-left:374px;
	float:left;
}

div#headerFlaecheDownloads {
	position:absolute;
	height:235px;
	width:98px;
	margin-left:478px;	
	float:left;
}

div#headerFlaecheStandorte {
	position:absolute;
	height:235px;
	width:98px;
	margin-left:582px;
	float:left;
}

.clear {clear:both;}

