/* CSS Document */

#einzelcontainer_header {
	background-image:url(header_klein.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:30px;
}
.container_headline {
	color: #FFFFFF;
	font-weight: bold;
}
#container_content {
	float:left;
	width:100%;
	height:100%;
	background-color: #7EBAD7;
}

