/* Version 3 18.5.2009 */

body, html 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;    
	font-size: 11px;
}
  
 #Fenster {           
 	border-style: solid;
 	border-color: black;
 	border-width: 1px; 
 	width: 300px;   
 	background-color: rgb(240, 240, 240);
 }                   
 
 #Titel{ 
 	height: 24px;      
 	background-color: rgb(0, 0, 128);
 	width: 300px;
 	color: white;  
 	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;
 }  
 
 #LabelSet 
 {
 	width:150; 	
 	margin-bottom: 3px;
	margin-left: 5px;
 	height: 20px;    
 	padding-top: 5px;
 	display: inline-block;
 }
 
 #InputSet{ 
 	border: solid 1px gray;
 	width: 100px; 
 	margin-bottom: 3px;
 	height: 20px;   
 	text-align: right;   
 	font-size: 10px; 
 	padding: 2px 5px 2px 2px; 
 }
 
.CBoxSet {
 	 width:130px; 
	 border: solid 1px gray;
 	 margin-bottom: 3px;
 	 text-align: left;
 	 font-size: 10px; 
 	 padding: 2px 5px 2px 10px; 
 	 }
 
.RbSet {
 	 width:16px; 
 	 margin-bottom: 3px;
 }
 
 #LabelRbSet {
 	width: 30px; 	
 	margin-bottom: 3px;
 	display: inline-block;
 }
 
 #ButtonSet{
 	margin-right: 40px;
 	margin-top: 4px;
 	width: 100px;  
 	background-color: rgb(0, 0, 128);
 	color: white;    
 	font-weight:bold;     
 	font-size: 13px; 
 	float: right;
 }

 #ErrorSet{
 	border-style: none; /* funktioniert nicht, deswegen weiße Farbe */
 	color: red;
 	width: 150px;
 	border-color: white;
	font-size: xx-small;  
	background-color: rgb(240, 240, 240); 
	margin-left: 5px;
	margin-top: 6px;
 } 

 #EuroSet {
 	width: 20px; 	
 	margin-bottom: 3px;
 	height: 20px;    
 	padding-top: 5px;
 }              
     
 #ErgebnisRahmen { 
 	background-color: rgb(192, 192, 192);
 	height: 24px;      
 	width: 300px;       	 	
 	border-top-style: solid;
 	border-top-color: black;
 	border-top-width: 1px;  
 	margin-top: 12px; 
 }
 
 #LabelSetErgebnis {
 	width:150; 	
 	margin-top: 2px;
	margin-left: 5px;
 	height: 17px;    
 	padding-top: 0px;  
 	color: rgb(0, 0, 128);   	
 	font-weight:bold;
 	display: inline-block; 	
 }
 
 #ErgebnisSet{
 	border: solid 1px gray;
 	width: 100px;  	
 	margin-bottom: 3px;  
 	margin-top: 2px;
 	margin-left: 2px;
 	height: 20px;     
 	text-align: right;        
 	font-size: 10px; 
 	padding: 2px 5px 2px 2px; 
 	display: inline-block;
 }

#EuroSetErgebnis {
 	width: 20px; 	
 	margin-top: 4px;
 	height: 20px;    
 	padding-top: 2px; 
 	color: rgb(0, 0, 128);   	
 	font-weight:bold;
 	clear: right;
 }
            
 #link {
 	text-align: center;
 	height: 30px;    
 	padding-bottom: 10px;
 	width: 300px;    
 	padding-top: 5px;
 	color: rgb(54, 54, 54);
 	font-size: 9px;
 }
 
.tooltip { 
	color: #000000; 
	background-color: white; 
	display: none; 
	border: solid 1px gray; 
	position:absolute; 
	width: 210px; 
	z-index:10;
	padding: 5px
}

#Hilfe {
		color: blue;   
 }

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


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

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