
 /* Überschreibt basis.css */ 
 
 #Titel{ 
 	height: 38px;      
 	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: 12px;
 	margin-top: 4px;
 	width: 110px;   	
 	background-color: rgb(187, 206, 253); 	
 	color: black;
 	font-weight:bold;     
 	font-size: 13px; 
 	float: right;
 }

 #LabelSetErgebnis {
 	width:170; 	
 	margin-bottom: 2px;
	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;	
}

a:visited#bezeichner_link2 
{
  color: black; 	
  font-weight:bold;   
  text-decoration: none;
  	
}

a:link#bezeichner_link2 
{  
  color: black;
  font-weight:bold;  
  text-decoration: none;
}