* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff url(../images/ffw_bg.jpg);
  text-align: center;
  font-family: Arial;
}

img {
  border: none;
}

#fuss {
  background: #fff url(../images/fusszeile_bg.jpg);
  height: 70px;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

#fusstext {
    position: relative;
    color: #666;
    font-size: x-small;
    top: 10px;
    left: 100px;
    text-align: left;
}

#kopf {
  background: #fff url(../images/banner_kopf_bg.jpg);
  height: 110px;
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
  width: 80%;
}

#kopftext {
    position: relative;
    color: #fff;
    font-size: x-small;
    top: 82px;
    left: 0px;
    font-weight: bold;
}

#kopftext a {
    text-decoration: none;
    color: #fff;
}

#links {
  background: #fff url(../images/bg_menu.jpg);
  font-size: small;
  left: 10px;
  padding-left: 5px;
  text-align: left;
  top: 0;
  width: 15%;
  height: 550px;
}

#links a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

#mitte {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 80%;
  height: 550px;
}

#rechts {
  /*background: #fff url(../images/bg_stage.jpg) repeat;*/
  background: #fff;
  float: right;
  margin: 0 auto;
  width: 85%;
  overflow: auto;
  height: 550px;
  text-align: right;
}

#rechts a {
    color: #3366ff;
    text-decoration: none;
}

#links a:active {
  color: #e00;
  font-weight: bold;
  text-decoration: none;
}

#links a:visited {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

#copyright {
  font-size: x-small;
  color: #666666;
}

#titel {
  color: #e00000;
  font-weight: bold;
}

#ititel {
  color: #666666;
  font-size: small;
  font-weight: bold;
}

#iutitel {
  color: #E00000;
  font-size: small;
}

#info {
  font-size: smaller;
  text-decoration: underline overline;
  color: #3333FF;
}

.mtable {
    border: none;
}

.mtable a {
    text-decoration: none;
}

#mtd {
    padding: 10px;
}

#rang_box {
    position: absolute;
    top: 35%;
    left: 75%;
}