/*/////////////////////////// MODUELAUSRICHTUNG ///////////////////////////*/
/*--------------------------------- hintergrund ---------------------------------------------*/
div#container {
	float: left;
	width: 100%;
}
div#container_page {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -480px;
	width: 960px;
	text-align: left;
	padding: 0px;
}

* html #page { height: 100.1%; }
/*--------------------------------- navitop  ---------------------------------------------*/
div#navitop {
	float: left;
	width: 940px;
	height: 52px;
	padding-left: 20px;
    background-image: url(../Bilder/navitop_back.png);
}
div#navitop_spacer {
	float: left;
	width: 2px;
	height: 51px;
	background-image: url(../Bilder/navitop_spacer.png);
}
/*--------------------------------- breadcrumb ---------------------------------------------*/
div#breadcrumb {
    float: left;
    width: 960px;
    height: 27px;
	line-height: 27px;
	text-indent: 35px;
    background-image: url(../Bilder/breadcrumb_back.png);
}
/*--------------------------------- mainframe ---------------------------------------------*/
div#mainframe {
	float: left;
	width: 960px;
    background-image: url(../Bilder/mainframe_back.png);
}
div#mainframe_head {
    float: left;
	width: 960px;
	height: 21px;
	background-image: url(../Bilder/mainframe_head.png);
}
div#mainframe_bottom {
    float: left;
	width: 960px;
	height: 29px;
	background-image: url(../Bilder/mainframe_bottom.png);
}
/* navileft */
div#navileft {
    float: left;
    width: 222px;
    margin-left: 19px;
	background-image: url(../Bilder/navileft_back.png);
}
div#head_navileft {
	float: left;
	width: 220px;
	height: 20px;
	line-height: 20px;
	text-indent: 3px;
	color: #ff6600;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}
div#navileft_desc {
    float: left;
    width: 218px;
	margin-left: 2px;
}
div#navileft_bottom {
    float: left;
    width: 222px;
    height: 15px;
    background-image: url(../Bilder/navileft_bottom.png);    
}
/* content */
div#content {
	float: left;
    width: 691px;
    margin-left: 9px;
    background-image: url(../Bilder/content_back.png);
}
div#content_desc {
    float: left;
    width: 681px;
    margin-left: 5px;
	text-align: justify;
    font-family: Verdana;
    font-size: 12px;
}
div#content_desc_small {
    float: left;
    width: 500px;
    margin-left: 5px;
    text-align: justify;
    font-family: Verdana;
    font-size: 12px;
}
div#content_desc_right {
    float: left;
    width: 176px;
    margin-left: 5px;
    text-align: justify;
    font-family: Verdana;
    font-size: 12px;
}
div#content_bottom {
    float: left;
    width: 691px;
    height: 15px;
    background-image: url(../Bilder/content_bottom.png);
}
/* kontaktformular */
div.csc-mailform-field {
	float: left;
	text-align: left;
}
/*--------------------------------- footer  ---------------------------------------------*/
div#footer {
	float: left;
	width: 960px;
	height: 82px;
	background-image: url(../Bilder/footer_back.png);
}
div#footer_copyright {
	float: left;
	width: 400px;
	height: 30px;
	margin-top: 15px;
	margin-left: 20px;
	line-height: 30px;
}
div#footer_imprint {
	float: left;
	width: 530px;
	height: 30px;
	margin-top: 15px;
	padding-right: 10px;
}
div#footer_produced {
	float: left;
	width: 900px;
	height: 20px;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
