h1 {
  font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;  
  font-weight: bold;
}

#amph-content { 
  width:980px;
  height:675px; 
  margin:auto;
}

#amph-haupttext {
  position:absolute;
  width:410px;
  margin-left: 300px;
  margin-top: 200px;
  font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;  
  z-index: 50;
}

#amp-nl {
  position:absolute;
  width:200px;
  height:500px;
  margin-left:720px;
  margin-top:170px;
  z-index: 51;
  background-image:url('../images/amph-rechts.png');
}

.amph-links {
  position:absolute;
  width:160px;
  height:460px;
  margin-left:90px;
  margin-top:186px;
  padding-top:15px;
  padding-left:10px;
  z-index: 51;
  background-image:url('../images/amph-links.png');
}

a:link {
    font-style: normal;
}


html {
  vertical-align: middle;
}

body  {
    margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    padding: 0;
    text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    color: #006633;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    background-color: #FFFFFF;
    }

p {
    color: #006633;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 15px;
    padding-right: 20px;
}


a {
  text-decoration: none;
  color: rgb(255, 155,0);
}

a:active, a:focus {
  outline: none;
}

a img, a img:focus {
  border-style:none;
}

.amp-weiss {
  color:#ffffff;
}
a:hover {
  text-decoration: underline;
}

.amph-bogen {
  position:absolute;
  height:150px;
  width:1005px;
  margin-top:90px;
  margin-left:-10px; 
  background-image:url('../images/amph-bogen.png');
  background-repeat: no-repeat;
  z-index: 45;
}

.amph-logo-400 {
  position:absolute;
  width:200px;
  height:95px;
  margin-left: 715px;
  margin-top:15px;  
  background-image:url('../images/amph-logo-200.png');
  background-repeat: no-repeat;
}

.amph-hg-800 {
  position:absolute;
  width:850px;
  height:550px;
  margin-left:75px;
  margin-top:125px;
  background-image:url('../images/amph-hg-1024.png');
  background-repeat: no-repeat;
}

.amph-menue {
  position:absolute;
  margin-left:100px; 
  margin-top:155px;
  z-index: 52;
}

.amph-menue ul {
  padding:0; 
  margin:0; 
  list-style:none;
} 

.amph-menue li {
  float: left;
  margin-right: 25px;
  font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;  
}

.amph-menue li:hover .amph-hover {
  margin-left:-15px;
}

.amph-hover {
  position: absolute;
  margin-left:-9999px;
  margin-top:9px;
}

#amph-photo {
  position: absolute;
  margin-left:75px;
  margin-top:10px;
  overflow:hidden;
  width:450px;
}

#amph-photo img {
  width: 100%
  z-index: 1;
}


