body {
  margin:0px;
  padding:0px;
  
  text-align: left; 
  font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;  
  text-decoration: none;
  color: #006633;

  background-color: #FFFFFF;
}

p, h1 {
  margin:0px;
  padding:0px;
  padding-bottom:11px;
}

a img, a img:focus {
  border-style:none;
}

a:active, a:focus {
  outline: none;
}

h1 {
  font-size: 12px;  
  font-weight: bold;
}

#amph-seite {
  margin: auto;
  width:900px;
  height:675px; 

  background-image:url('../images/amph-hg-1024.png');
  background-position: 0px 140px; 
  background-repeat: no-repeat;
}

#amph-inhalte {
  position:absolute;
}

#amph-mitte {
  position:absolute;
  width:635px;
  height:475px;
  left:245px;
  top:180px;
  z-index:40;
  border:1px dotted black;
}

.amph-text {
  position:relative;
  width:95.3%;
  margin:5px;
}

#amph-links {
  position:absolute;
  z-index:30;
  left:15px;  
  top:180px;  
  width:210px;
  height:475px;
  border:1px dotted black;
}

.amph-bild {
  position:relative;
  widht:100%;
}

#amph-profilbild {
  width:95.3%;
  margin:5px;
}

.amph-kurztext {
  position:relative;
  width:95.3%;
  margin:5px;
}
 

#amph-menue {
  position:absolute;
  margin-left:20px; 
  margin-top:150px;
  z-index: 52;
}

#amph-menue ul {
  padding:0; 
  margin:0; 
  list-style:none;
}

#amph-menue li {
  float: left;
  margin-right: 25px;
}

.amph-hover {
  position: absolute;
  margin-left:-9999px;
  margin-top:9px;
}
#amph-menue li:hover .amph-hover {
  margin-left:-15px;
}

.amph-bogen {
  position:absolute;
  height:90px;
  width:1005px;
  margin-top:75px;
  margin-left:-50px; 
  background-image:url('../images/amph-bogen.png');
  background-repeat: no-repeat;
  z-index: 45;
} 