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

 #LabelSetErgebnis {
 	width:270; 	
 	margin-top: 2px;
	margin-left: 5px;
 	height: 17px;    
 	padding-top: 0px;  
 	color: black;   	
 }
 
#letztezeile
 {
  background-color: rgb(187, 206, 253); 	
 	width: 400px;       	 	
 	border-top-style: solid;
 	border-top-color: black;
 	border-top-width: 1px;   	
 }

#Hilfe {
	color: blue; 
 }  

#Hilfe2 {
		color: blue;   
		font-weight: normal;	  
 }

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

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

#Titel a
{
	color: black;  
	text-decoration: none;
}
