/* Version Pendlerpauschalrechner für Export*/

body, html 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;    
	font-size: 11px;
}
  
 #Fenster {           
 	width: 300px;   
 }                   
 
 #LabelSet 
 {
 	width: 200px; 	
 	margin-bottom: 3px;
	margin-left: 5px;
 	height: 20px;    
 	padding-top: 5px;
 	display: inline-block;
 	/* border: solid 1px red;*/ 
 }
 
#LabelSetFett
 {
 	width: 200px; 	
 	margin-bottom: 3px;
	margin-left: 5px;
 	height: 20px;    
 	padding-top: 5px;
 	display: inline-block;
 	font-weight:bold;
 /*	border: solid 1px red;*/ 
 }
 
 #InputSet{ 
 	border: solid 1px gray;
 	width: 55px; 
 	margin-bottom: 3px;
 	height: 20px;   
 	text-align: right;   
 	font-size: 10px; 
 	padding: 2px 5px 2px 2px; 
 }
 
 #ButtonSet{
 	margin-right: 36px;
 	margin-top: 4px;
 	width: 85px;  
 	background-color: rgb(187, 206, 253); /* Verka */
 	color: black;    /* Verka */
 	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: white; 
	margin-left: 5px;
	margin-top: 6px;
	/* border: solid 1px red;*/
 } 

 #EuroSet {
 	width: 20px; 	
 	margin-bottom: 3px;
 	height: 20px;    
 	padding-top: 5px;
 }              
     
 #ErgebnisRahmen 
 { 
   clear: right; 
 }
 
 #LabelSetErgebnis {
 	width: 170px; 	
 	margin-top: 2px;
	margin-left: 5px;
 	height: 17px;    
 	padding-top: 0px;  
 	color: black;  /* Verka */   	
 	font-weight:bold;
 	display: inline-block; 	
 	/* border: solid 1px red;*/
 }
 
 #ErgebnisSet{
 	/* border: solid 1px gray;*/ /* Feld wird vertieft dargestellt*/
 	width: 85px;  	
 	margin-bottom: 3px;  
 	margin-top: 8px;
 	margin-left: 4px;
 	height: 20px;     
 	text-align: right;        
 	font-size: 10px; 
 	padding: 2px 5px 2px 2px; 
 	display: inline-block;
 	/* background-color: rgb(187, 206, 253);*/ /* Verka */
 }

#EuroSetErgebnis {
 	width: 20px; 	
 	margin-top: 4px;
 	height: 20px;    
 	padding-top: 2px; 
 	color: black;  /* Verka */   	
 	font-weight:bold;
 	clear: right;
 }
            
 #link {
 	text-align: center;
 	height: 30px;    
 	padding-bottom: 10px;
 	width: 390px;    
 	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: 300px; /* 210*/
	z-index:10;
	padding: 5px
}

#Hilfe {
		color: blue;   /* Verka */
    font-weight:normal;  
 }

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;	
}