.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: 10%;
position: absolute;
right: 5%;
bottom: 10%;
padding: 15px;

	}

.navigation {
width: 60%;
position: absolute;
left: 20%;
right: 20%;
top: 10%;
}

.ueberschrift {

position: relative;
font-size: 24px;
top: 10%;
padding: 15px;

}


.textfeld {

border: 3px   groove  white;
top:5px;
padding: 15px;
background-color:#666666 ;
position:relative;


}
