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

body{
		margin-bottom:0px;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		background-color:#052e6c;
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #999;
}

.impressum
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

#imagediv
{
		height:670px;
		width:900px;
		margin-top:0px;
		margin-left:-450px;
		left:50%;
		position:absolute;
}

#impressumdiv
	{
	height:40px;
	width:900px;
	margin-top:670px;
	margin-left:-450px;
	left:50%;
	position:absolute;
	text-align: right;
	text-decoration: none;
	padding-top:10px;
	}
	
#impressum_content
	{
		width:275px;
		background-color: #ffffff;
		padding: 50px;
		margin-top:0px;
		margin-left:0px;
		left:0px;
		top:0px;
		position:absolute;
		
		font: 12px/1.8em Arial, Helvetica, sans-serif;
	}
#impressum_content .headline
	{
		font-size: 21px;
		font-weight: bold;
		color: #012E55;
	}



