/* Alle Stile der Seitenstruktur */
html, body {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0 0 30px;
	background-color:#2E272E;
}
#fullpage {
	width:970px;
	margin: 0px auto;
	padding: 0px;
}
#header {
	width:970px;
	height:286px;
	position:relative;
	background-color:#FFF;
	padding:135px 0px 63px;
	background-image: url(../images/css/topBG.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left top;
}
#headerImage {
	width:720px;
	height:286px;
	padding: 0px 0px 0px 250px;
	overflow:hidden;
}
#rolle {
	width:329px;
	height:332px;
	position:absolute;
	left:0px;
	bottom:63px;
	background-image: url(../images/css/rolle.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#mainNavi {
	width:970px;
	height:30px;
	padding:14px 0px 18px;
	background-color:#2E272E;
	border-top:1px solid #221D22;
	background-image: url(../images/css/hLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#page {
	width:970px;
	position:relative;
	padding: 20px 0px 0px;
	background-repeat: repeat-y;
	background-position: left top;
}
.pW {
	background-color:#FFF;
	background-image: url(../images/css/bgW.jpg);
}
.pGHome {
	background-color:#2E272E;
	background-image: url(../images/css/bgG.gif);	
}
.pG {
	background-color:#2E272E;
}
.pGr {
	background-color:#2D8F2E;
	background-image: url(../images/css/bgGr.gif);
}

#left {
	width:306px;
	float:left;
	padding: 0px 0px 40px;
	margin: 0px;
}
#content {
	width:638px;
	float:right;
	padding: 10px 0px 20px;
}
#logo {
	position:absolute;
	width:288px;
	height:78px;
	right:30px;
	top:25px;
	z-index:400;
}
#sprachwahl {
	position:absolute;
	z-index:300;
	left:30px;
	top:5px;
	width:186px;
	height:20px;
}
#breadcrumbs {
	position:absolute;
	bottom:10px;
	left:-15392em;
	font-size:80%;
	line-height:12px;
	color:#CCC;
	z-index:100;
}
#footer {
	margin: 0px auto;
	padding: 23px 0px 20px;
	width: 970px;
	position:relative;
	color:#FFF;
	background-image: url(../images/css/fLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size:120%;
}
#fBoxen {
	width:970px;
	position:relative;
}
#footerNavi {
	position:absolute;
	right:0px;
	top:0px;
	width:450px;
	color:#3E3E3E;
	font-size:90%;
	text-align:right;
}
#webwerkstatt {
	position:absolute;
	left:-236px;
	top:-865px;
}

/* Cookies */
#cookiesWrapper {
	width: 100%;
	position:fixed;
	left:0;
	bottom:0;
	background-image: url(../images/css/transparent_b70.png);
	border-top:2px solid #FFF;
	padding:5px 0px;
	z-index:9999;
}
#cookies {
	width: 98%;
	margin:0px auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
#cookiesText {
	width: 80%;
	float:left;
	color:#FFF;
	line-height:20px;
}
#cookiesText a {
	color:#FFF;
}
a#cookiesButton {
	width: 40px;
	height:30px;
	line-height:30px;
	font-size: 14px;
	background-color:#FFF;
	color:#000;
	text-decoration:none;
	text-align:center;
	display:block;
	float:right;
}
@media only screen and (min-width: 960px) {
	#cookies {
		width: 960px;
	}
}


/* *** Float containers fix:*/ 
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clear{display: inline-table;}

/* Hides from IE-mac \*/
* html .clear{height: 1%;}
.clear{display: block;}
/* End hide from IE-mac */