BODY {
  margin : 0;
  padding : 0;
  background-image : URL(images/visit_back.jpg);
  text-color : #000000;
  background-color : #FFFFFF;
    font-family : Arial Rounded MT Bold;
}

A:link { color : #6600ff; }
A:visited { color : #6600ff; }
A:hover { color : #6600ff; }

H2 {
  text-align : center;
  font-family : Arial Rounded MT Bold;
  font-size : 110%;
}

.KOPF {
  background-color : #8C848C;
  background-image : URL(index-Dateien/visit_back.jpg);
  height : 60px;
  width : 100%;
  left : 0px;
  top : 0px;
  text-align : center;
  padding-top : 7px;
  margin : 0px;
  border-bottom:1px solid;
  border-right:1px solid;
  border-left:1px solid;
}
.NAVI {
  position : absolute;
  top : 73px;
  left : 0px;
  background-color : #808080;
  padding-top : 7px;
  width : 200px;
}
.FUSS {
  background-color : #8C848C;
  height : 30px;
  width : 100%;
  left : 0px;
  top : 0px;
  text-align : center;
  vertical-align : middle;
  padding-top : 7px;
  border:1px solid;
}
