body {
  background: url('images/main_bg.jpeg');
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:Arial, sans-serif;
  }
/*
  grau:
    PANTONE 442 C
    rgb(179,188,192)

  weinrot:
    PANTONE 484 C
    rgb(159,45,32)

  dunkelrot:
    PANTONE 1815 C
    rgb(124,29,32)
*/

a:link {
  text-decoration:none;
  color: rgb(159,45,32);
  }
a:active {
  text-decoration:none;
  color: rgb(159,45,32);
  }
a:hover {
  text-decoration:underline;
  color: rgb(159,45,32);
  }
a: visited {
  text-decoration:none;
  color: rgb(124,29,32);
  }

#t1 {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  text-align: justify;
  letter-spacing:0pt;
  font-style:none;
  color: rgb(0,0,0);
  }
#t2 {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  text-align: justify;
  letter-spacing:0pt;
  font-style:none;
  color: rgb(179,188,192);
  }

#t2b {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  text-align: justify;
  letter-spacing:0pt;
  font-style:none;
  color: rgb(0,0,0);
  }

#h1 {
  font-family: Arial, sans-serif;
  font-size: 16pt;
  font-weight:800;
  font-style: italic;
  letter-spacing:0.5pt;
  color: rgb(124,29,32);
  }
#h2 {
  font-family: Arial, sans-serif;
  font-size: 13pt;
  font-weight:500;
  font-style: none;
  letter-spacing:.5pt;
  color: rgb(159,45,32);
  }
#news {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  text-align:left;
  border: solid 1px rgb(159,45,32);
  letter-spacing:0.1pt;
  color: rgb(50,50,50);
  }  

td.menu {
  background: url("images/menu_bg.jpeg");
  }

table.main {
  border: none;
  /*border-top: solid 1px rgb(179,188,192);
  border-left: solid 0px rgb(124,29,32);
  border-right: solid 1px rgb(179,188,192);*/
  }
