@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
body {
	text-align: left;
}
.headerArea {
	clear: both;
	height: 189px;
	width: 921px;
	background-color: #f3f1eb;
	background-image: url(content/header_logo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.contentArea {
	clear: both;
	height: 600px;
	width: 921px;
	background-color: #f3f1eb;
}
.sidebarArea {
	background-color: #f3f1eb;
	float: left;
	height: 580px;
	width: 285px;
}
.sidebar_left {
	background-color: #f3f1eb;
	float: left;
	height: 124px;
	width: 144px;
	margin-top: 38px;
	background-image: url(content/sidebar_left.gif);
	background-repeat: no-repeat;
}
.sidebar_picture {
	background-color: #f3f1eb;
	float: right;
	height: 124px;
	width: 141px;
	margin-top: 38px;
}
.sidebar_text {
	background-color: #f7f6f3;
	float: right;
	height: 350px;
	width: 232px;
	margin-left: 53px;
	text-align: right;
	font-size: 0.9em;
}
.content_head {
	float: left;
	height: 38px;
	width: 636px;
	background-image: url(content/content_schnipsel.gif);
	background-repeat: no-repeat;
}
.content_text {
	height: 480px;
	width: 520px;
	float: right;
	text-align: left;
	padding-right: 86px;
}
p {
	color: #444;
	line-height: 1.4em;
	font-size: 1.3em;
}
h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: #076b8f;
	text-align: left;
	line-height: 1.4em;
}
h2 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
}
