* { padding: 0; margin: 0; }
@font-face {
  font-family: "cuprum";
  src: url("../fonts/Cuprum-Regular.ttf")
  /*src: url("../fonts/Cuprum-Italic.ttf")*/
 }
body {
  /*overflow: scroll; */
  font-family: "cuprum";
  text-transform: lowercase;  
  background-color: #fff;
}

#wrapper {
  width: 900px;
  
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 1px solid #404040;
  z-index: 3;
 }
#header {
  position: absolute;
  text-align: center;  
  font-size: 12px;
  width: 900px;
  height: 211px;
  z-index: 3;  
 }

/*----- Navigationsbereich -----*/ 
 
#menu{
  font-size: 38px;
  margin-top: 260px;
  margin-left: 35px; 
  padding-top: 10px;
  word-spacing:30px;
  text-align: center;
  width: 827px;
  height: 60px;
  background-color: #f0f0f0;
 }
#menu a {
  font-size: 38px;
  color: #000;
  text-decoration: none;
 } 

#main {
  margin-top: 40px;
  font-size: 12px;
  width: 900px;
  height: 460px;
  z-index: 3;
  border-bottom: 1px solid #000;  
 }
   
#a1 {
  float: left;
  margin-top: 30px;
  margin-left: 40px;
  width: 437px;  
  height: 290px;  
  background: url(../images/img_0033.jpg) ;
  background-repeat: no-repeat;  
  z-index: 3;
 } 
 #a1_1 {
  float: left;
  margin-top: 30px;
  margin-left: 40px;
  width: 380px;  
  height: 290px;  
  background: url(../images/peter.jpg) ;
  background-repeat: no-repeat;  
  z-index: 3;
 } 
#a1 .fon{
  font-size: 38px;
  padding-top: 350px;
  margin-left: 30px;
 } 
#a2 {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  float: right;
  font-size: 42px;
  line-height: 73px;
  margin-top: 30px;
  margin-left: 480px; 
  width: 380px;  
  height: 290px;  
  z-index: 3;
 }
#main1 {
  margin-top: 40px;
  font-size: 12px;
  width: 900px;

  z-index: 3;
  border-bottom: 1px solid #000;  
 }
#a3 {
  float: left;
  margin-top: 30px;
  margin-left: 40px;
  width: 800px;  
 
  z-index: 3;
 }
#a3 .imp{
  font-size: 38px;
  margin-left: 30px;
  text-align: justify;
 }  
#footer {
  position: absolute;
  margin-left: 55px;
  margin-top: 25px;  
 }
#footer a{
  font-size: 38px;
  color: #000;
  text-decoration: none; 
 } 
.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33%; }
.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }
 