/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a {
  color: #036F00;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #036F00;
  font-weight: bold;
  text-decoration: underline;
}

body {
  color: #7a7a7a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
 }

blockquote {
  font-style: italic;
}

h2 {
  font-size: 14pt;
  color: #000077;
}

h1 {
  font-size: 16pt;
  color: #000077;
  font-weight: bold;
}


/**** h5 fuer texteinleitungen und h6 fuer bildunterschriften ***/


h5 {
 font-weight: bold;
}

h6 {
 font-weight: bold;
 font-size: 8pt;
}

td, th {
  font-size: 10pt; 
  valign:top;
  align: left;
  font-family: Arial, Helvetica, sans-serif;

}

ul {
  list-style-type: square;
}

hr { color:#036F00;}

.menu { color: red; }



