
 /* Überschreibt basis.css */ 
 
 #Titel{ 
 	height: 24px;      
 	background-color: rgb(187, 206, 253);
 	width: 300px;
 	color: black;
 	text-align: center;
 	font-size: 12px; 
 	padding-top: 4px;
 	font-weight:bold;
	border-bottom-style: solid;
 	border-bottom-color: black;
 	border-bottom-width: 1px;  
 	margin-bottom: 5px;	
 }  
 
 #ButtonSet{
 	margin-right: 40px;
 	margin-top: 4px;
 	width: 100px;   	
 	background-color: rgb(187, 206, 253); 	
 	color: black;
 	font-weight:bold;     
 	font-size: 13px; 
 	float: right;
 }

 #LabelSetErgebnis {
 	width:150; 	
 	margin-bottom: 1px;
	margin-left: 5px;
 	height: 17px;    
 	padding-top: 0px;  
 	color: black;   	
 	font-weight:bold;
 }
 
#EuroSetErgebnis {
 	width: 20px; 	
 	margin-top: 4px;
 	height: 20px;    
 	padding-top: 1px; 
 	color: black;   	
 	font-weight:bold;
 	clear: right;
 }

#Hilfe {
	color: blue; 
 }  
 
 /* Link im Titel */
#Titel a
{
	/* color: rgb(54, 54, 54);*/
	color: black;  
	text-decoration: none;
}

a:visited {
	color: rgb(54, 54, 54);
	text-decoration: none;	
}