/* Version Pendlerpauschalrechner für Export*/

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: 390px;   
 	background-color: rgb(240, 240, 240);
 }                   
 
 #Titel{ 
 	height: 24px;      
 	background-color: rgb(0, 0, 128);
 	width: 390px;
 	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: 240px; 	
 	margin-bottom: 3px;
	margin-left: 5px;
 	height: 20px;    
 	padding-top: 5px;
 	display: inline-block;
 	/* border: solid 1px red;*/ 
 }
 
#LabelSetFett
 {
 	width: 240px; 	
 	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: 100px; 
 	margin-bottom: 3px;
 	height: 20px;   
 	text-align: right;   
 	font-size: 10px; 
 	padding: 2px 5px 2px 2px; 
 }
 
 #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: 240px;
 	border-color: white;
	font-size: xx-small;  
	background-color: rgb(240, 240, 240); 
	margin-left: 5px;
	margin-top: 6px;
	/* border: solid 1px red;*/
 } 

 #EuroSet {
 	width: 20px; 	
 	margin-bottom: 3px;
 	height: 20px;    
 	padding-top: 5px;
 }              
     
 #ErgebnisRahmen { 
 	background-color: rgb(192, 192, 192);
 	height: 24px;      
 	width: 390px;       	 	
 	border-top-style: solid;
 	border-top-color: black;
 	border-top-width: 1px;  
 	margin-top: 12px; 
 }
 
 #LabelSetErgebnis {
 	width: 240px; 	
 	margin-top: 2px;
	margin-left: 5px;
 	height: 17px;    
 	padding-top: 0px;  
 	color: rgb(0, 0, 128);   	
 	font-weight:bold;
 	display: inline-block; 	
 	/* border: solid 1px red;*/
 }
 
 #ErgebnisSet{
 	/* border: solid 1px gray;*/ /* Feld wird vertieft dargestellt*/
 	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;
 	background-color: rgb(192, 192, 192); 
 }

#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: 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: 210px; 
	z-index:10;
	padding: 5px
}

#Hilfe {
		color: rgb(0, 0, 128); 
    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;	
}

a:visited#bezeichner_link 
{
  color: rgb(0, 0, 128);
  text-decoration: none;
}

a:link#bezeichner_link 
{
  color: rgb(0, 0, 128);
  text-decoration: none;
}