 /* Zuruecksetzen der Innen- und Aussenabstaende 
*/
* {
  margin: 0;
  padding: 0;
}

body, h1 {
  background-color: #ffffff;
  color: white;
  font-family: "Helvetica Neue", Arial;
  font-size: small;
}

/* Links und Ankar 
*/
a:link {
  color: #917a3c;
  text-decoration: none;
  background-color:transparent;
}
a:visited {
  color: #917a3c;
  text-decoration: none;
  background-color: transparent;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
a:active {
  color: #917a3c;
  text-decoration: none;
  background-color: transparent;
}

/*Wrapper
*/
#wrapper {
  color: white;
  background-color: black;
  width: 970px;
  margin-top: 100px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

/*Positionen Name und Liste/Hauptnavi in der Head Box
*/
#head {
  position: relative;
}

#head h1 a {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background:#917a3c;
  font-size: 177%;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 4px 0 4px;
}

#head h1 a:hover,
#head h1 a:focus,
#head h1 a:active,
#head h1 strong {
  color: white;
  background: #917a3c;
}

#head ul {
  position: absolute;
  bottom: 0;
  right: -10px;
}

#head li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
}

#head ul a,
#head ul strong {
  color: #fff;
  font-weight: bold;
  background: #000;
  font-size: 177%;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 4px 0px 4px;
}

#head ul a:hover,
#head ul a:focus,
#head ul a:active,
#head ul strong {
  color: white;
  background: #ff0099;
}

/*Position Content-Portrait Box
*/
#content {
  color: black;
  background-color: #f6f6f6;
}

#content img {
  float: left;
  margin-right: 20px;
}

#text h2 {
  color: #000;
  font-family: georgia;
  font-size: 200%;
  text-transform: uppercase;
}

#text {
  height: 440px;
  padding-top: 10px;
  overflow-y: auto;	
  overflow-x: hidden;
}

/*Position und Style Subnavi Box
*/
#subnavi {
  float: right;
  background: black;
  color: #fff;
  margin-top: 2px;
}

#subnavi a, p {
 padding: 2px;
}

#subnavi a, strong {
  font-size: 100%;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

#subnavi strong {
  text-transform: uppercase;
}

#subnavi a:hover,
#subnavi a:focus,
#subnavi a:active,
#subnavi strong {
  color: #ff0099;
  text-decoration: none;
}