@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #01468B;
	width: 940px;
	margin: 25px auto 5px;
	background-color: #01468B;
	background-image: url(../gfx/bgr.png);
	background-repeat: repeat-x;
}

a {
	color: #176bbf;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

#container {
	border: 1px solid #000;
	background: #FFF;
}

#header {
	background: url(../gfx/banner.png) no-repeat top center;
	height: 100px;
}

#menubar {
	background: url(../gfx/menubar.png) no-repeat top center;
	height: 45px;
}

#menubar .spacer {
	float: left;
	width: 80px;
}

#menubar a {
	display: block;
	float: left;
	width: 75px;
	height: 20px;
	margin-top: 5px;
	color: #01468B;
}

#main {
	background: url(../gfx/eyecatcher_newspaper.png) no-repeat bottom right;
}

#main .header_welcome {
	float: right;
	background: url(../gfx/header_welcome.png) no-repeat top right;
	width: 350px;
	height: 75px;
}

#main .header_imprint {
	background: url(../gfx/header_imprint.png) no-repeat top right;
	width: 350px;
	height: 75px;
	float: right;
}

#content {
}

#content #body {
	margin: 0 305px 0 40px;
	padding-bottom: 15px;
	text-align: justify;
}

#content #body h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content #body h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 35px;
}

#content #body h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}

#content p {
	line-height: 1.4em;
	margin-bottom: 13px;
}

#content #body ul {
	padding-left: 35px;
	list-style-type: square;
	margin-bottom: 1.8em;
}

#content #body li {
	margin-bottom: 0.5em;
}

#content #sidepanel {
	width: 280px;
	float: right;
}

#content #sidepanel .infobox {
	margin: 2px 25px 25px auto;
	border: 1px solid #9298c1;
	background: #ECEDED;
	font-size: 12px;
	padding: 10px 15px 0;
	text-align: justify;
}

#content #sidepanel .spacer {
	margin-bottom: 200px;
}

#footer {
	padding-top: 1px;
	background: url(../gfx/footer.png) no-repeat top center;
	height: 19px;
}

#footer a {
	display: block;
	width: 170px;
	height: 16px;
	margin-left: 695px;
	color: #ECEDED;
}

#copyright {
	width: 937px;
	font-size: 10px;
	text-align: right;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 3px 25px 0;
}

#copyright a {
	color: #999999;
	text-decoration: none;
	font-style: normal;
}

#copyright a:hover {
	color: #abadc2
}

.clearfix {
	clear: both;
}