body {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
  padding: 0;
  margin: 0;
}

#zentrum {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

#logo {
  height: 150px;
  background-image: url(../pics/Logo_make-bf.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: 1px dotted white;
}

#bild {
  width: 900px;
  height: 470px;
  margin-top: 50px;
  margin-bottom: 25px;
  background-image: url(../pics/paula.jpg);
  margin-left: auto;
  margin-right: auto;
}

#fh {
  float: left;
  height: 230px;
  width: 200px;
  padding: 20px;
  border-right: 1px dotted white;
  font-size: small;
}

#fh p {
  margin: 0;
}

#makebf {
  float: left;
  padding: 20px;
  width: 260px;
  height: 230px;
  font-size: small;
}

#makebf p {
  margin: 0;
}

#kurztext {
  float: left;
  padding: 20px;
  width: 300px;
  height: 230px;
  border-right: 1px dotted white;
  font-size: 18px;
}

#kurztext p {
  margin: 0;
}

.orange {
  color: orange;
}

.hinweis {
  font-style: italic;
}

.link {display:block;width:159px;height:20px;text-decoration:none;border-top: 1px solid black;padding-top: 5px;color:white;margin-bottom: 20px;}
.link:hover {color:white;border-top: 1px solid white;text-decoration:none;}
.link:focus {outline:none;}

.link2 {display:block;width:139px;height:20px;text-decoration:none;border-top: 1px solid black;padding-top: 5px;color:white;margin-bottom: 20px;}
.link2:hover {border-top: 1px solid white;text-decoration:none;}
.link2:focus {outline:none;}

#footer {
  float: left;
  width: 900px;
  height: 100px;
}

