@charset "utf-8";
@import url(styles.css);

body {
	 background: url(../images/bg_body_startseite.jpg) top center no-repeat;
}
#header {
	height: 317px;
	}
	#headimage {
		height: 246px;
		}

#col_left {
	display: none;
	}
#content {
	margin-left: 0;
	}
#content h1 {
	background-position: left bottom;
	}
#content h1 img {
	margin-left: 269px;

	}
.content_zweispaltig {
	width: 741px;
	}
.content_left {
	float: left;
	display: inline;
	width: 255px;
	overflow: hidden;
}
.content_right {
	float: right;
	display: inline;
	width: 474px;
}
#content .csc-subheader {
	margin-top: -39px;
	color: #004d61;
	font-size: 1.2em;
	font-weight: bold;
	}