body {
	color: #777;
	background: url(../../layout/background.jpg) repeat-x #e7e7e7;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container {
	margin: 0 auto;
	background: #fff;
	text-align: justify;
	width: 1040px; 
	position: relative;
}

#logo {
	float: left;
	width: 340px;
	height: 153px;
	overflow: hidden;
}

#navi_main {
	float: left;
	text-align: right;
	width: 700px;
	height: 153px;
}
#navi_main #navi_main_span {
	margin-top: 115px;
}

#navi_main a {
	color: #000;
	text-decoration: none;
}
#navi_main a:hover, #navi_main a.navi_main_act {
	color: #000;
	text-decoration: underline;
}



#header_left {
	float: left;
	width: 260px !important; 
	width: 340px;
	height: 150px !important;
	height: 230px;
	background: url(../../layout/verlauf_header.jpg) repeat-x #330000;
	color: #fff;
	overflow: hidden;
	padding: 40px;
}

#header_left h1, #header_left h2, #header_left h3, #header_left h4, #header_left h5, #header_left h6 {
	color: #fff;	
}

#header_right {
	float: left;
	width: 700px;
	height: 230px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#content_box1{
	float: left;
	width: 320px;
	margin-right: 20px;
}

#content_box1 ul, #content_box1 li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content_box1 li {
	padding-top: 20px;
	background: url(../../layout/pfeil_grau.jpg) no-repeat -2px 24px;
	padding-left: 15px;
}

#content_box1 a {
	color: #777;
	text-decoration: none;
}

#content_box1 a:hover, a.left_navi_act {
	font-weight: bold;
}

#content_box1 a {
	color: #dbc34a;
}

#content_box2{
	float: left;
	width: 660px;
	margin-left: 20px;
	margin-right: 20px;

}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #000;
}

table {
	font-size: 12px;
	color: #444;
	text-align: justify;
}

.csc-mailform-field label {
	width: 100px;
	display: block;
	float: left;
}




