
a
{
    color: #FF0000;
    text-decoration: none;
}
a:active
{
    color: #FF6600;
    text-decoration: none;
}
a:visited
{
    color: #FF0000;
    text-decoration: none;
}

a:hover
{
    color: #FF6600;
}
body
{ 
      background-color:black; /* Hintergrundfarbe der obersten Ebene*/
      color: white; /* Schriftfarbe auf der obersten Ebene*/
       font-family:Helvetica,Arial,sans-serif;
} 

table
{
	border-collapse:collapse
	border: 0px solid red;
}

#menu { 
    height: 40px; 
    margin-top:1px; 
    margin-bottom:3px; 
    text-align:center; 
    color:white;  
    font-size:14px; 
} 
#mitte {     
    padding-left:10%; 
    padding-right:10%;
} 
 

#kleinerText {
	margin-top:1px; 
	margin-bottom:1px;
	color:white;  
	font-size:10px;
}


#normalText { 
	margin-top:1px; 
	margin-bottom:1px;
	color:white;  
	font-size:16px; 
} 
#normalTextEinschub { 
	margin-top:1px; 
	margin-bottom:1px; 
	color:white;  
	font-size:16px; 
	margin-left:10px; 
} 
#schriftzug { 
	margin-top:1px; 
	margin-bottom:1px; 
	color:black; 
	text-align:center; 
	 font-family:Helvetica,Arial,sans-serif;
	font-size:54px; 
} 
#fussText { 
	margin-top:5%; 
	text-align:center; 
	color:white;  
	font-size:12px; 
}
