/* Alle Stile der Seitenstruktur */
html, body {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background-color: #FFFFFF;
}
#webwerkstatt {
	position:absolute;
	width:0px;
	left:0px;
	overflow:hidden;
}
#fullpage {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	padding-bottom:5px;
	padding-bottom: 15px;
	text-align:left;
}
#toprow {
	width:1000px;
	height:70px;
	position:relative;
}
#toprow #logo {
	position:absolute;
	left:0px;
	bottom:15px;
	width:130px;
	background-color:#FFFFFF;
	z-index:400;
}
#toprow #slogan {
	position:absolute;
	right:0px;
	bottom:10px;
	background-color:#FFFFFF;
	z-index:400;
}
#header {
	width:1000px;
	height:205px;
	background-color: #EAEFF5;
	background-image: url(../images/css/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header #headerleft {
	width:720px;
	height:205px;
	float:left;
}
#header #headerright {
	width:280px;
	height:205px;
	float:right;
	background-image: url(../images/css/header-news.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#headerright #newsbox {
	width:225px;
	height:175px;
	padding:15px;
	background-image: url(../images/css/ente.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#contents {
	padding-top:40px;
	width:1000px;
	text-align:left;
}
#left {
	width:215px;
	float:left;
	position:relative;
	padding-bottom:30px;
}
#left #certificazioni {
	width:215px;
	margin-top:20px;
	position:relative;
	height:145px;
}
#certificazioni img#fsc {
	position:absolute;
	left:15px;
	top:60px;
}
#certificazioni img#pefc {
	position:absolute;
	left:148px;
	top:60px;
}
#certificazioni img#klima {
	position:absolute;
	left:15px;
	top:0px;
}

#center {
	float: right;
	position: relative;
	width: 715px;
	padding-bottom:20px;
}
#center #breadcrumbs {
	font-size:80%;
	width: 645px;
	padding-bottom:20px;
}
#footer {
	width:1000px;
	height:27px;
	background-image: url(../images/css/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer #fleft {
	width:750px;
	float:left;
	line-height:25px;
	padding-left:5px;
}
#footer #fright {
	width:195px;
	padding-right:5px;
	float:right;
	text-align:right;
}
#adresse {
	width:1000px;
	padding-top:10px;
}
#banner {
	width:1000px;
	padding-top:30px;
	text-align:center;
}

/* *** 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 */