/* CSS Document */
html {
	height: 100%;
}
body {
	background-color: #5C96C2;
	margin:0%;
	padding:0%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 100%
}
/*	LINK-Formatierung	*/
a:link, a:visited, a:active {
	text-decoration:none;
	color: #0D5690;
	border-bottom: 1px dotted #0D5690;
}
a:hover {
	text-decoration:none;
	color: #c00;
	border-bottom: 1px dotted #c00;
}
#main {
	width:970px;
	height:100%;
	margin:auto;
	padding:0px;
	background-image:url(images/content_bg.gif);
}
#header {
	width: 100%;
	height:123px;
	margin:auto;
	background-color:#FFFFFF;
	background-image: url(images/header_background.gif);
	float:none;
}

#header_print {
	display:none;
}

div#logo {
	width: 342px;
	height: 123px;
	float:left;
}
div#logo a:link, a:visited, a:hover, a:active {
	border:0px;
	text-decoration:none;
}
#imprint {

/* 	width: 578px; */

	text-align:right;

/* padding: 100px 50px 0px 0px; */

	float:right;

}
/*	IMPRESSUM-Link	*/
#imprint a.impressum:link, a.impressum:visited, a.impressum:hover, a.impressum:active {
	font-size: 11px;
	color:#000;
	text-decoration:none;
	border:0px;
}

img.logo {
	border:0px;
}
#navigation {

	width:100%;

	height: 22px;

	background-color:#cc0000;

	text-align:center;

	font-size:11px;

	padding: 11px 0px 0px 0px;

	color: #fff;

	float:none;

}
/*	NAVIGATIONS-Links	*/
a.navi:link, a.navi:visited, a.navi:active {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	border:0px;
}
a.navi:hover {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	border:0px;
}

#bildbereich_oben {

	width:100%;

	height: 198px;

	float:none;

}

#content_parent {
	width:100%;
	background-image:url(images/content_bg.gif);
	clear:both;
}

#content_left {

	width: 629px;

	padding:25px 40px 20px 40px;

	float:left;

	font-size:10px;

	line-height:14px;

}

#content_right {

	width:220px;

	padding:25px 20px 20px 20px;

	float:right;

	font-size:10px;

/* 	text-align:justify; */

	line-height:14px;

}

#content_left h3 {

	font-size:14px;

	color: #0D5690;

}
#content_right h3 {

	font-size:12px;

	color: #0D5690;

}


