body {
    background: #fff url(../pic/weyersbuehl_background.jpg) center center fixed no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover; 
    -khtml-background-size: cover;  
    background-size: cover;
   margin: 0px;
}

#content {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 300px; /* Breite des Elements */
   height: 200px; /* Höhe des Elements */
   margin-left: -100px; /* Breite des Elements geteilt durch zwei! */
   margin-top: -200px;
	font: 100%/130% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #f1f1f1;
	text-align: center;
}

#content a:link {
	color: #f1f1f1;
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #3f9;
}

#content a:visited {
	color: #f1f1f1;
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #3f9;
}

#content a:active {
	color: #f1f1f1;
	font-size: 90%;
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none
}

#content a:hover {
	color: lime;
	font-size: 90%;
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #3f9;
}

