.body {
background-color: rgba(0,0,0,1) ;
color:rgba(255,255,255,1);
}
* {font-family:Arial, Helvetica, sans-serif;
font-size:1em; 
}

h1 {
	font-size:1.5em; 
}

a { text-decoration:none;
color:#FFFF00;
	}

table{
	width:100%;
	padding: 15px;
	background-color: rgba(255,255,255,1);
	position: relative;
	font-size:0.8em;
	color:#333333;
}
.td, .tr{
	
	border: 1px  #0066FF;
	width:10%;
}
th{
	background-color: rgba(153,153,153,0.5);
	font-size:1em;
	
	}

img {
border: 6px double #666;
padding: 6px;
float:right;

}

.untertext
{
width: 10%;
position: fixed;
right: 2%;
bottom: 2%;
padding: 10px;

	}
input, button
{
	padding: 4px;
	margin: 4px;
}
.navigation {
width: 70%;
position: absolute;
left: 15%;
right: 15%;
top: 18%;
}

.ueberschrift {

position: relative;
font-size:1.3em;
top: 15%;
padding: 15px;

}


.textfeld {

border: 3px   groove  white;
top:5px;
padding: 15px;
background-color: rgba(102,102,102,0.9)   ;
position:relative;


}
