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


body{
background-color:#003366;
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
overflow-x:hidden;
height: 100%;
width: 100%;
}

img{
border:none;
}


#content{
position:relative;
background-color:#FFFFFF;
width:560px;
height:auto;
min-height:400px;
top:190px;
left:50%;
margin-left:-280px;
z-index:1;
}

#header{
position:absolute;
background-image:url(images_start/header.jpg);
background-repeat:no-repeat;
background-position:left top;
width:1014px;
height:190px;
top:0px;
left:50%;
margin-left:-517px;
z-index:2;
}

#headline{
	position:absolute;
	width:225px;
	height:30px;
	top:82px;
	left:573px;
	z-index:3;
}


#seite{
	position:absolute;
	background-image:url(images_start/seite.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:188px;
	height:100px;
	top:189px;
	left:714px;
	z-index:3;
}

td, table h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#8a0000;
}

td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

#backlink{
	position:absolute;
	width:150px;
	height:20px;
	left: 0px;
	bottom: -30px;
}

#backlink a, a:visited {
	font-weight:bold;
	color: #ffffff;
	text-decoration:underline;
	
}

#backlink a:hover {
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}

a:link, a:visited {
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
	
}
a:hover {
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

td, table a:link, a:visited {
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
	
}
td, table a:hover {
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

