body {
	color: #463c32;
}

body.page {
	background: #3A769A;
}

div#page-header {
	background: url(../../images/blue/page_header_bg.png) 50% 0 repeat-x;
}

div#search {
	background: none;
}

div#page-headerbar {
	background: url(../../images/hintergrund.jpg) 50% 0 repeat-x;
}

div#page-headerbar div.headerbar-img {
	background: url(../../images/hintergrund_over.png) 0 0 no-repeat;
}

div#page-headerbar div#object1 {
	top: 40px;
	left: -250px;
	width: 927px;
	height: 165px;
	background: url(../../images/wolke1.png) 0 0 no-repeat;
}

div#page-headerbar div#object2 {
	top: 60px;
	left: 0px;
	width: 82px;
	height: 26px;
	background: url(../../images/wolke2.png) 0 0 no-repeat;
}


div#headerbar {
	color: #ffffff;
}

div#breadcrumbs {
	background: #F0F0E1;
}

div#breadcrumbs a {
	color: #323232;
}

body.headerbar div#breadcrumbs {
	background: url(../../images/blue/breadcrumbs_bg.png) 50% 0 repeat-x;
	color: #F0F0DC;
}

body.headerbar div#breadcrumbs a {
	color: #ffffff;
}

div#page-body {
	background: #F0F0E1;
}

div#page-footer {
	background: #3A769A;
	color: #F0F0DC;
}
div.article_separator {
	border-top: 1px dotted #266992;
}

.componentheading {
	text-align: center;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #266892;
	color: #fff;
	line-height: 100%;
	margin-bottom: 10px;
}

.contentheading {
	font-size: 18px;
	font-weight: normal;
	color: #266892;
	line-height: 100%;
	margin-bottom: 10px;
}