/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
body {
	width:100%;
	background-color:#FFFFFF;
	margin:0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#startbild {
position:absolute;
top:50px;
left:0px;
width:100%;
height:700px;
background-image:url(background_sommer.jpg);
background-position:top center;
background-repeat:no-repeat;
}

#startlinks {
position:absolute;
top:70px;
left:50%;
width:480px;
height:20px;
text-align:right;
}
#startlinks a {
margin-left:20px;
}



