body {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  margin : 0px;
}

td {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
}

th {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #000000;
}

.weiss {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  text-align : left;
  color : #FFFFFF;
}

a {
  font-family : Arial,Helvetica,Sans-Serif;
  font-weight : bold;
  text-decoration : none;
  font-size : 11px;
  color : black;
}

//Die Reihenfolge der Link-Defintionen ist wichtig!!!

a:link {
  color : black;
}

a:visited {
  color : black;
}

a:hover {
  color : #CC0000;
  text-decoration : none;
  /*letter-spacing : 1pt;*/
  /*font-variant : small-caps;*/
  }

a:active {
  color: #CC0000;
  text-decoration : none;
}

a:focus {
  color: #CC0000;
  text-decoration : none;
}

.special_small {
  font-size : 1px;
}

h1.leg {
  font-size : 12px;
  font-weight : bold;
  margin : 0px;
  padding : 0px;
	line-height : 11px;
}

ul {
  padding : 0px;
	list-style-type : square;
}

.navi {
	line-height : 22px;
	border-bottom-color : #000000;
	border-bottom-width : 1px;
	border-bottom-style : solid;
}

.unvisible {
  font-size : 0px;
  color : #FFF2BF;

  margin : 0px;
}
