
table.rechner td{padding:2px;}

/* spezielle Zellen */
.zergebnis, .ergebnis, #restanspruch{color:navy;text-align:right;}
.c {text-align:center;}
#restanspruch{border:none;background:transparent;width:100%; font-weight:bold}

/* Eingabefelder */
table.rechner input{width:200px;margin:0 10px;text-align:right;}
table.rechner input.button{width:208px;margin:0 20px;text-align:center;float:right;}  
table.rechner input.inputbox{width:40px; margin:0 .2em 0 .5em;}
 

/*Formatierung des Beitrages*/
div.box{border:1px solid black; width:300px; font-size:10px; padding:2px 4px 4px; margin:4px 0 8px;}
table.list td{padding:4px}
td.nowrap{white-space:nowrap}

div.example {border:1px dotted silver;margin-top:4px; padding:2px 4px;background:#f0f0f0}
div.example p{font-style:italic; margin:4px 0}


/*Rechner mit fieldsets*/
.rechner fieldset{margin:0 0 2em; padding:.5em;}
.rechner legend{font-weight:bold;}
.rechner p {margin:1em 0;}
.rechner .result{border:2px solid green;}
.rechner a {margin-left:20px;font-weight:normal; text-decoration:underline}
.rechner #warning img{height:16px; width:16px; margin:0 .1em 0 2em;position:relative; top:2px;}
