/* css-class fuer die boxen  */
body {
	margin: 0; 
	padding: 0;
	background: #fff;
	text-align: center;
}
.clear {
	clear: both;
}
#container {
	width: 755px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #dddddd;
}
/* printseite     ################*/
#container-print {
	width: 642px;
	height: auto;
	text-align: left;
	margin: 0 auto;
}
#headerimage-print {
	width: 642px;
	height: 128px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content-container-print {
	margin: 20px 30px 20px 25px;
}
/* printseite  - ende  ###########*/
#header {
	width: 755px;
	height: 112px;
	margin: 0px 0px 0px 0px;
}
#headerimage {
	width: 642px;
	height: 112px;
	margin: 0px 0px 0px 0px;
	padding: 0;
/* alt - grau 
border-right: 1px #e8e8e8 solid;
*/
/*dural - blau*/
	border: 0;
	border-right: 1px #005bac solid;
	float: left;
/*	background: url(/fileadmin/template/img/kopf-hintergrund.jpg) no-repeat 0px 0px;*/
}
#headerimage a {
	display: none;
}
#headerimage img {
	border: 0;
	paddng: 0;
	margin: 0;
	display:block;
}
#logo {
	width: 112px;
	height: 112px;
	float: left;
}
#logo img {
	border: 0;
	padding: 0;
	margin: 0;
	display:block;
}
#navigation {
	width: 755px;
	height: auto;
	border-top: 1px #e8e8e8 solid;
}
.content-container {
	width: 755px;
	height: auto;
	margin: 0px 0px 0px 0px;
}
.image-1 {
	background: #fff;
}
.image-2 {
	background: url(/fileadmin/user_upload/images/Webseite-Hintergrund/webseite-hintergrund-1.jpg) no-repeat 0px 0px;
}
.image-3 {
	background: #ccc;
}
.image-4 {
	background: url(/fileadmin/user_upload/images/home/home_content_fliese.jpg) no-repeat 0px 0px;
}
.image-5 {
	background: url(/fileadmin/user_upload/images/home/home_content_PAR_Raeucher_Tosc_st_L.jpg) no-repeat 0px 0px;
}
#spalte-links {
	width: 642px;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: left;
	border-right: 1px #dddddd solid;
}	
#spalte-rechts {
	width: 99px;
	height: 320px;
	padding: 20px 6px 0px 6px;
	float: left;
}
#spalte-rechts[id] {
	height: auto;
	min-height: 320px;
}
#content {
	margin: 10px 30px 10px 25px;
	height: 380px;
}
#content[id] {
	height: auto;
	min-height: 380px;
}
#footer {
	width: 587px;
	height: 25px;
	margin: 0px 30px 0px 25px;
}

