* { 
margin : 0;
padding : 0;
} 
body { 
background-color : #FFFFFF;
font-family : Verdana, Tahoma, Geneva, Arial, sans-serif;
font-size : 9pt;
} 
#eingabe ,
#ausgabe { 
/*background-color: #FFFFFF;*/

padding : 0px 10px 0 20px;
margin-left:5px;
text-align : left;
float:left;
height:400px;
} 
#eingabe a:active, a:link, a:visited { 
color : #5050bd;
} 
#eingabe a { 
color : #5050bd;
text-decoration : none;
} 
#eingabe a:hover { 
font-weight : bold;
} 
#eingabe .row ,
#ausgabe .rowright { 
height: 30px;
}
#headline { 
padding: 10px 10px 5px 10px;;
}
h1{
font-size: 18px;
line-height:18px;
padding: 0px 0px 15px 0px;
} 
.rowright 
{
width:300px;
}

label { 
float:left;
width:160px;
line-height:20px;
} 
input {

}
#ausgabe a:active, a:link, a:visited { 
color : #5050bd;
} 
#ausgabe a { 
color : #5050bd;
text-decoration : none;
} 
#ausgabe a:hover { 
font-weight : bold;
} 

#ausgabeEinkommenOutput,
#ausgabeLohnsteuer,
#ausgabeKirchensteuer,
#ausgabeSoli,
#ausgabeRV,
#ausgabeAV,
#ausgabeKV,
#ausgabePV,
#ausgabeNetto 
{ 
text-align:right;
}
.ausgabe
{
text-align:right;
padding: 0px 10px 0px 0px;
}
.ausgaberight
{
width:120px;
text-align:right;
padding: 0px 10px 0px 0px;
}

#ausgabeNetto{
font-size:16px;
color:#CC0000;
}

