
body {
   font-family		     : arial, helvetica, sans-serif;
   font-size		     : 10pt;
   background		     : #FAEBD7;
}

p.fuss {
   font-family		     : arial, helvetica, sans-serif;
   font-size		     : 8pt;
   text-align		     : center;
   margin-top		     : 1pt
}

p.unterschrift {
   font-family		     : arial, helvetica, sans-serif;
   font-size		     : 8pt;
   text-align		     : center;
   margin-top		     : 2pt
}

table, th, tr, td {
   font-family		     : arial, helvetica, sans-serif;
   font-size		     : 10pt;
}

td.kopf {
   background-color	     : #6699CC;
}

td.trennlinie {
   background-color	     : #990000;
}

td.linkleiste {
   font-family		     : arial, helvetica, sans-serif;
   font-size		     : 10pt;
}

h1 {
   font-size		     : 14pt;
}

h2 {
   font-size		     : 12pt;
}

h3 {
   font-size		     : 10pt;
}

dl {
   list-style-position	     : outside
}

a:link {
   text-decoration	     : none;
   color		     : #0000ff;
}

a:visited {
   text-decoration	     : none;
/*   color		       : #6699CC;*/
   color		     : #00ffff;
/*   color		       : #9090FF;*/
}

a:active {
   text-decoration	     : underline;
   color		     : #000ff;
}

a:hover {
   text-decoration	     : underline;
   color		     : #FF0000;
}



