/*
  Taxifarbe : hell elfenbein RAL 1015 -> #FCFCDC  oder #FFFFCC
*/

body {
  font-family : VERDANA,ARIAL,HELVETICA,sans-serif;
  font-size   : 8pt;
  border : 0px;
  margin  : 0px;
  padding : 5px;
}

h1 {
  font-size: 12pt;
  font-weight: bold;
  text-align: center
}

table {
  border-collapse: collapse;
  text-align : left;
  border : 0px;
}

td {
  font-family : VERDANA,ARIAL,HELVETICA,sans-serif;
  font-size   : 8pt;
  margin  : 5px;
  padding : 4px;
}

td.tdc1 {
  background-color : #EEEEEE; 
  color:black;
  border-bottom : 1px dashed #CCCCCC;
}

td.tdc2 {
  background-color : #FFFFFF;
  color:black;
  border-bottom : 1px dashed #CCCCCC;
}

hr {
  border-top : 1px dashed #CCCCCC;
  border-left : none;
  border-bottom : none;
  border-right : none;
  height: 0px;
  padding : 0px;
}

.notprintable {
  display: none;
}

