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

#LabelSetErgebnis {
 	width:163; 	
 	margin-bottom: 1px;
	margin-left: 5px;
 	height: 17px;    
 	padding-top: 0px;  
 	color: rgb(153, 0, 0);
 	font-weight:bold;
 }
 
 #EuroSetErgebnis {
 	width: 12px; 	
 	margin-top: 4px;
 	height: 20px;    
 	padding-top: 1px; 
 	color: rgb(153, 0, 0);
 	font-weight:bold;
 	clear: right;
 }
 
 #Hilfe {
	color: rgb(153, 0, 0);
 }
 
a:visited#bezeichner_link2 
{
  color: rgb(153, 0, 0); 	
  font-weight:bold;   
  text-decoration: none;
}

a:link#bezeichner_link2 
{  
  color:rgb(153, 0, 0);
  font-weight:bold;  
  text-decoration: none;
}