body{
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  text-align: center;
}

a:focus {
  outline: none;
}

#rahmen {
  width: 1000px;
  height: 646px;
  border: 1px #000000 solid;
  /*margin: 92px auto;*/
  margin: 60px auto;
  padding: 0;
  text-align: center;
  }


.intro_amf {
  display: block;
  background: url("../img/intro_amf.jpg") top left no-repeat;
  width:281px;
  height: 216px;
  margin-bottom: 65px;
  }

.intro_amf:hover {
  display: block;
  background: url("../img/intro_amf_woman.jpg") top left no-repeat;
  width: 281px;
  height: 216px;
  }

.intro_fc {
  display: block;
  background: url("../img/intro_fc.jpg") top left no-repeat;
  width: 281px;
  height: 216px;
  margin-bottom: 65px;
  }

.intro_fc:hover
 {
  display: block;
  background: url("../img/intro_fc_woman.jpg") top left no-repeat;
  width: 281px;
  height: 216px;
  }


#indextable {
 margin: 40px auto;
 }
