* {
  font-family:verdana,sans;
  font-size:95%;
  color:rgb(200,200,200);
  margin:0px;
  padding:0px;
}

body {
  background-color:rgb(0,0,0);
  background-position:center;
  text-align:center;
  padding-top:30px;
}

#container {
  text-align:left;
  
}

#rahmenOben {
  border:1px solid white;	
  width:900px;
  height:300px;
  position:absolute;
  top:30px;
  left:30px;
}

#rahmenUntenLinks {
  border-left:1px solid white;	
  border-right:1px solid white;	
  border-bottom:1px solid white;	
  width:600px;
  height:210px;  
  position:absolute;
  top:331px;
  left:30px;
}

#rahmenUntenRechts {
  border-right:1px solid white;	
  border-bottom:1px solid white;	
  width:300px;
  height:210px;
  position:absolute;
  top:331px;
  left:631px;
}

#rahmenUntenLinks div {
  padding:10px;
  line-height:150%;
}

#rahmenUntenRechts div {
  padding:10px;
}
#rahmenUntenRechts a {
  border: 1px solid rgb(150,150,150);
  color:rgb(0,0,0);
  width:10px;
  height:10px;
  margin-right:8px;
  margin-top:18px;
}


#bild {
  background-image:url("fotografie/images/leer.gif");
  background-repeat: no-repeat;
  width:900px;
  height:300px;
  position:absolute;
  top:30px;
  left:31px;
}



a {
  letter-spacing:8px;
  text-decoration:none;
}

h1 {color:white; font-size:90%;}
