/* */
body, td{
margin:0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

a:link{
text-decoration:none;
color:#fff;
}

a:active{
text-decoration:none;
color:#fff;
}

a:visited{
text-decoration:none;
color:#fff;
}

a:hover{
text-decoration:underline;
color:#FFFFFF;
}

a.main:link{
text-decoration:none;
color:#fff;
}

a.main:active{
text-decoration:none;
color:#fff;
}

a.main:visited{
text-decoration:none;
color:#fff}

a.main:hover{
text-decoration:none;
color:#ccc;
}

a.powered { text-decoration: none; color: #ADADAC; font-size:11px; }
a.powered:hover { text-decoration: underline; }

table#container{
position:absolute;
left:50%;
margin-left:-275px;
width:550px;
padding:10px;
}

td.heading_grey{
width:450px;
}

td.heading_white{
width:450px;
background-color:#FFFFFF;
}

td.input_grey{
width:100px;
}

td.input_grey input{
}

td.input_white{
width:100px;
}

legend{
font-style:italic;
font-size:12px;
font-weight:bold;
}

div#container{
width:880px;
position:absolute;
left:50%;
margin-left:-440px;
}

tr.menu{
background-color:#000;
color:#FFFFFF;
}

table#resultpage{
margin-top:5%;
}

table#resultpage td{
padding-left:5px;
}

td.description{
width:50%;
padding-left:5px;
}

td.description_black{
width:50%;
background-color:#000000;
color:#FFFFFF;
padding-left:5px;
}

td.menu{
background-color:#000000;
color:#FFFFFF;
margin-top:0;
margin-bottom:0;
}

td.value{
text-align:right;
padding-right:7px;
}

td.valuehk{
text-align:right;
padding-right:13px;
}

td.valuenegative{
text-align:right;
}

td.value_black{
background-color:#000000;
margin:0px;
color:#FFFFFF;
text-align:right;
}

td.value_black_positive{
background-color:#000000;
margin:0px;
color:#FFFFFF;
text-align:right;
padding-right:7px;
}

td.netto{
background-color:#666666;
color:#FFFFFF;
}

td.netto_value{
background-color:#666666;
color:#FFFFFF;
text-align:right;
padding-right:7px;
}


/*admin*/
/*zaftrek.php container */
table#zaftrek_container{
position:relative;
top:20px;
}

/*De tabel van jaar 1 zelfstandigenaftrek*/
table#zaftrek{
border:1px solid #000;
}

/*De tabel van jaar 2 zelfstandigenaftrek*/
table#zaftrek2{
border:1px solid #000;
}

/*De tabel om nieuwe ondergrens toe te voegen */
table#zaftrek_nieuw{
border:1px solid #000;
}

/* Tabelkop */
td.heading{
background-color:#000000;
color:#FFFFFF;
}

/*waarden.php container */
table#waarden_container{
position:relative;
top:20px;
}

/*De tabel waarden jaar 1 */
table#waarden{
border:1px solid #000;
}

/*tabel voor toevoegen van nieuwe waarde*/
table#waarde_nieuw{
border:1px solid #000;
visibility:hidden;
display:none;
}

