html {
   font-size:12px;
   letter-spacing:1px;
   line-height:17px;
   background:#FFFFEE;
   width:600px;
   margin:auto;
}

body {
   padding:10px;
   width:600px;
   margin:auto;
   margin-top:25px;
   min-height:100%;
   background:#FFFFFF;
   border:1px black solid;
}

h1 {
   width:100%;
   border-bottom:1px #000000 solid;
   font-size:16px;
   white-space: nowrap;
}   

/* -----------tabelle--------------------------- */
#tabelle table {
   width:100%;
   text-align:center;
}

#tabelle td {
   border-bottom:1px black dotted;
   border-right:1px black dotted;
}