/* CSS Document */
<style type="text/css">
<!--
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}

#hintergrund {
	background-image:url(../img/intro_bg.jpg);
	background-repeat:no-repeat;
   	width: 700px;
   	margin-left: -350px; /* halbe weite */
	height: 350px;
  	margin-top: -175px; /* halbe höhe */
	position: absolute;
   	top: 50%;
   	left: 50%;
}

#navigation {
	width: 700px;
   	margin-left: -350px; /* halbe weite */
	height: 20px;
  	margin-top: 127px; /* halbe höhe */
	position: absolute;
   	top: 50%;
   	left: 50%;
	text-align:center;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link { text-decoration:none; color:#999999; }
a:visited { text-decoration:none;  color:#999999; }
a:hover { text-decoration:none; color:#ffffff; }
a:active { text-decoration:none;  }
a:focus { text-decoration:none;   }

-->
</style>


