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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	background-color: #5e86bc;
	background-image: url(/img/background.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 50px;
}
.impressum {
	font-size: 8pt;
	border-bottom: 1px #7d9dc7 solid;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 40pt;
	color: #44628b;
	margin: 0px;
}
.subheadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	margin: 0px;
}
.content {
	overflow: auto;
	width: 600px;
	height: 400px;
	padding-right: 20px;
}
.content a:link, .content_alink, .content a:active, .content_aactive, .content a:visited, .content_avisited {
	color: #4f71a1;
	text-decoration: none;
}
.content a:hover, .content_ahover {
	color: #4f71a1;
	text-decoration: underline;
}
.rechts {
	width: 100%;
	margin-left: 50px;
	padding-left: 10px;
	border-left: 1px #CCCCCC solid;
}
#whitebox {
	color: #000000;
	background-color: #fbfbfb;
	minimum-height: 300px;
	width: 1000px;
	padding: 30px;
}
.mainborder {
    filter:alpha(opacity=25);
    -moz-opacity:0.25;
    opacity: 0.25;
	background-color: #fbfbfb;
}
.bottomborder {
	background-color: #4a6993;
}
.topmainborder {
	color: #ffffff;
	height: 73px;
	padding-left: 10px;
	font-size: 10pt;
	background-image: url(../img/top_long.png);
	vertical-align: bottom;
	background-repeat: repeat-x;
	background-position: bottom;
}
.topborder {
	background-color: #364e6f;
}
