body{
  color: #000000;
  background-color: #3F3F3F;
  font-family: arial;
  font-size: 10pt;
}

td,tr {
  color: #000000;
  background-color: #ffffff;
  font-size: 10pt;
  padding: 5px;
}

p {
  font-size: 12pt;
  padding: 3px;
  margin: 0px;
}

/* Nachfolgend die Angaben für die Headergrafik.*/

.table {
  padding: 10px auto;
  color: #000000;
  background-color: #ffffff;
  border:solid 10px #ffffff;
}

.header {
  height: 235px;
  padding: 10px;
  width: 950px;
  color: #000000;
  background-color: #ffffff;
  background:url(images/header.jpg) no-repeat;
  }

#headertext {
  color: #ffffff;
  background-color: transparent;
  font-size: 20pt;
  font-family: arial;
  padding-right: 10px;
  font-style: italic;
  text-align: right;
}

td.topnavi {
  height: 35px;
  background:url(images/topnavi.jpg);
  font-size: 16pt;
  color: #ffffff;
  background-color: #cccccc;
  font-weight: bold;
  font-family: arial;
  text-align: center;
  background-repeat: repeat-x;
}

td.topnavi a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #990000;
  background-color: transparent;
}

/* Steuerung der linksseitigen Navigation*/


menue li a, .menue li a:active, .menue li a:visited {
  color: #000000;
  background-color: #ffffff;
  width: 160px;
  padding: 3px;
  margin: 2px;
  text-decoration: none;
  font-size: 10pt;
  font-family: arial;
  display: block;
  font-weight: normal;
  text-indent: 10px;
  border-bottom: 1px dotted #5F5F5F;
}

.menue li a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #990000;
  background-color: #ffffff;
}



/*Steuerung des Haupttextes*/

td.mainbg {
  width: 720px;
  background:url(images/mainbg.jpg);
  background-repeat: repeat-y;
}

#maintext {
  width: 720px;
  font-size: 10pt;
  text-align: justify;
  font-family: Arial;
  color: #cc00000;
  background-color: transparent;
  padding-top: 0px;
}

/*Formatierung der normalen Links*/

a:link, a:visited, a:active {
  color:#000000;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  color:#4C6535;
  text-decoration:none;
  font-weight:bold;
}