/*************************************
*  Standardtag und Scollbalken
**************************************/

body {
  margin:              0px;
  padding:             0px;
  font-family:         Arial;
  font-size:           10pt;
  color:               #000000;
  background-color:    #5F8EDE;
}

/*************************************
*  Standard Hyperlinks
**************************************/

a:link, a:active, a:visited {
  color:           #000000;
  font-weight:     bold;
  text-decoration: none;
}

a:hover {
  color:           #000000;
  font-weight:     bold;
  text-decoration: underline;
}

/*************************************
*  Schriften
**************************************/

td.title {
  color:               #000000;
  font-size:           22px;
  font-family:         arial;
  font-weight:         bold;
}


