/*HauptCSS*/
/*ZweiFenster im mittig gesetzten Block*/
body
{
	padding: 0;
	margin: 0;
	background: #023F7D;
	color: #FFF;
	font-family: Arial;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	text-decoration: none;
	color: #FF0000;
}

#mittelblock
{
	position: absolute;
	top: 55%;
	left: 0px;
	width: 100%;
}

#inhalt
{
	margin-left: -450px;
	position: absolute;
	top: -280px;
	left: 50%;
}

#header
{
	width: 880px;
	height: 31px;
	letter-spacing: 1px;
}

#hauptfenster    
{
	border: 20px solid #FFF;
	width: 840px;
	height: 380px;
}

#fenster_links
{
	float: left;
	width: 360px;
	height: 360px;
	background-image:url('images/wir.jpg');
	border-right: 20px solid #FFF;
	padding: 10px;
}

#fenster_links a
{
	text-decoration: none;
	color: #FFFFFF;
}

#fenster_links a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

#fenster_links h2
{
	margin-top: 350px;
	padding: 2px;
	font-family: Arial;
	font-size:25px;
	letter-spacing:-1px;
	font-weight:bold;
	font-style: none;
	text-decoration: none;
	text-align: left;
	color: #023F7D;
}

#fenster_rechts
{
	float: left;
	width: 420px;
	height: 360px;
	background: #02305E;
	overflow: auto;
	padding: 10px;
}

#fenster_rechts h2
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
	font-style: none;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 95%;
}

#copyright
{
	width: 880px;
	text-align: right;
	padding: 3px 0px 0px 0px;
	color: #FFFFFF;
}

#copyright a
{
	text-decoration: none;
	color: #FFFFFF;
}

#copyright a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}