.body {
background-color: rgba(0,0,0,1) ;
color:rgba(255,255,255,1);
background-image: url(bilder/module/hintergrund.jpg);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
* {font-family:Arial, Helvetica, sans-serif;
font-size:14px ;
}

a { text-decoration:none;
color:#FFFF00;
	}

.untertext
{
width: 30%;
position: absolute;
right: 5%;
bottom: 10%;
padding: 15px;
	}

.navigation {
	width: 55%;
	position: absolute;
	left: 5%;
	right: 40%;
	top: 10%;
}

.ueberschrift {
	position: relative;
	font-size: 24px;
	top: 30%;
	padding: 15px;
	text-align: center;

}


.textfeld {

border: 3px   groove  white;
top:5px;
padding: 15px;
background-color: #666666   ;
opacity: .8;
position:relative;


}
