body {
  margin: 0;
  padding: 0;
  background-color: #2a2123;
  text-align: center;
}
html,body {
  width: 100%
}

#frame {
  background-color: #FFFFFF;
  position: absolute;
  top: 50%; 
  left: 50%;
  width: 100%;  
  height: 450px;  
  margin-top: -225px; /* Höhe durch zwei */  
  margin-left: -50%; /* Breite durch zwei */
}


#menu {
  background-color: #FFFFFF;
  position: absolute;
  top: 50%; 
  left: 0px;
  width: 180px;  
  height: 450px;  
  margin-top: -225px; /* Höhe durch zwei */  
  margin-left: 0px; 
}

#menulist {
  padding-top: 10px;
  list-style: none;
  text-align: right;
  font-family: Arial;
  font-size: 16px;
}

#menulist li {
  padding-bottom: 10px;
}

#menulist li a {
  padding-right: 10px;
  text-decoration: none;
  color: #000000;
  padding-left: 20px;
}

#menulist li a:link {
  text-decoration: none;
  color: #000000;
}
#menulist li a:visited {
  text-decoration: none;
  color: #000000;
}
#menulist li a:hover {
  text-decoration: none;
  color: #000000;
  padding-right: 0px;
}


#picture {
  position: absolute;
  top: 50%; 
  left: 180px;
  width: 299px;  
  height: 450px;  
  margin-top: -225px; /* Höhe durch zwei */  
}

#content {
  position: absolute;
  top: 50%; 
  left: 479px;
  width: 380px;  
  height: 380px;  
  margin-top: -225px; /* Höhe durch zwei */  
  text-align: left;
  overflow: auto;
  padding: 15px;
  font-family: Arial;
  font-size: 14px;
  background-color: #FFFFFF;
}

#banspace {
  position: absolute;
  top: 50%; 
  left: 890px;
  width: 380px;  
  height: 380px;  
  margin-top: -225px; /* Höhe durch zwei */  
  text-align: left;
  font-family: Arial;
  font-size: 14px;
  background-color: #FFFFFF;
  padding: 20px;
}


#content a {
  text-decoration: none;
  color: #0000FF;
}
#content a:visited {
  text-decoration: none;
  color: #0000FF;
}

.thumb {
  border: 0px;
}
#grey {
  position: absolute;
  top: 50%; 
  left: 0px;
  height: 40px;  
  margin-top: 185px; /* Höhe durch zwei */  
  background-image: url(grey.png);
}
#ac {
  position: absolute;
  top: 50%; 
  left: 180px;
  width: 299px;  
  height: 40px;  
  margin-top: 185px; /* Höhe durch zwei */  
}
#copyright {
  position: absolute;
  top: 50%; 
  left: 180px;
  width: 299px;  
  height: 20px;  
  margin-top: 225px;
  font-family: Arial;
  font-size: 10px;
  text-align: left;
  color: #FFFFFF;
  padding-top: 5px;
}

#imprint {
  position: absolute;
  top: 50%; 
  left: 479px;
  width: 200px;  
  height: 20px;  
  margin-top: 225px;
  font-family: Arial;
  font-size: 10px;
  text-align: left;
  color: #FFFFFF;
  padding-top: 5px;
}

#imprint a:link {
  color: #FFFFFF;
  text-decoration: none;
}
#imprint a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

h1 {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 3px;
}

