body {
	margin:0px;
	background-color:#CCCCCC;
	background-image:url(/fileadmin/templates/images/background_horizontal.jpg);
	background-repeat:repeat-x;
}
html,body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.main_container {
	position: absolute;
	width:760px;
	min-height:100%;
	margin:0px;
	margin-left:100px;
	background-image:url(/fileadmin/templates/images/background_vertical_content.jpg);
	background-repeat:repeat-y;
}
.logo {
	width:200px;
	height:55px;
	margin-left:11px;
	/*background-image:url(/fileadmin/templates/images/logo.jpg);*/
}
.navigation {
	width:748px;
	height:25px;
	margin-left:1px;
	margin-top:11px;
}
.header {
	width:760px;
	height:140px;
	margin-top:5px;
	background-image:url(/fileadmin/templates/images/background_header.jpg);
	background-repeat:repeat-y;
}
.header_left {
	width:568px;
	height:140px;
	margin-left:1px;
	float:left;
}
.header_right {
	width:180px;
	height:140px;
	float:left;
	background-image:url(/fileadmin/templates/images/header_right.jpg);
	background-repeat:no-repeat;
}
.content_container {
	width:748px;
        min-height:350px;
	margin-left:1px;
	background-image:url(/fileadmin/templates/images/content_background.jpg);
	background-repeat:no-repeat;
}
.content {
	width:450px;
	margin-left:90px;
	padding:10px;
	padding-top:25px;
}
.content_right {
	width:152px;
	margin:0 15px;
	padding:1px;
	padding-top:25px;
	float:right;
}
.content_right p { margin-bottom:20px; }
.headline1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	font-weight:bold;
}
.headline2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}
.clear {
        clear:both;
}

fieldset{ border:0; }
.csc-mailform-field { clear:both; }
.csc-mailform-field label { display:block; float:left; width:100px; text-align:right; margin-right:10px; font-weight:bold; }
.csc-mailform-field input, .csc-mailform-field textarea { display:block; float:left; width:300px; margin-bottom:10px; }
.csc-mailform-field input.csc-mailform-submit { margin-left:105px; width:auto; }
