/*
top 100x20
links, rechts : 200x100
dark: F9E900
middle: F2FF6C
hell: F9FF94
*/

body {
  background: url( 'erle-nahtlos.jpg' ) repeat;
  padding: 30px 75px 30px 75px;
  color: black;

  min-width: 870px;
  max-width: 1024px;
}

#top-box {
  margin: 0;
  background: url( 'kirsche.jpg' ) repeat-x top;
  height: 100px;

  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;

  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}

#header {
  padding: 1px 0 0 16px;
}

#language {
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 100%;
  padding-top: 5px;
  padding-right: 10px;
  margin-right: -20px;
}

#navcontainer {
  height: 50px;
  padding-right: 10px;
  padding-top: 40px;
  font-weight: bold;
  font-size: 16px;
}

#navcontainer a.navtabtraccurrent:link, #navcontainer a.navtabtraccurrent:visited {
  color: #FFCC00;
}

#navcontainer a:link, #navcontainer a:visited {
  color: white;
  font-size: 16px;
}

.navtab, .navtabtraccurrent {
  border: none;
  background: none;
}

.navtab:hover, #navcontainer a:hover {
  border: none;
  color: #FFCC00;
}

.me-box {
  width: 200px;
  text-align: center;
  margin: 0;
  font-weight: lighter;
  border-style: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0px;
  color: white;
  z-index: 1;
  background: none;
}

#app-me {
  left: 75px;
  top: 150px;
}

#app-ar {
  left: 75px;
  top: 400px;
}

#contentouter {
  position: relative;
  left: 0;
  right: 75px;
  background-color: rgb( 162, 82, 34 );
  background-color: rgba( 162, 82, 34, 0.7 );

  -webkit-margin-start: -1px;
  padding: 0;
}

#content {
  background-color: rgb( 247, 245, 232 );
  background-color: rgba( 247, 245, 232, 0.9 );
  margin-left: 200px;
  margin-right: 0;
  padding: 0 10px 0 10px;
  min-width: inherit;
  max-width: inherit;
}

#contentrbg {
  background: transparent;
}

#footer {
  margin: 0;
  background: url( 'kirsche.jpg' ) repeat-x center;
  padding: 10px 10px 10px 10px;

  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;

  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
}

#footer div {
  display: inline;
  padding: 0;
}

h1, h2, .history-item h2 {
  color: black;
}

a:link, a:visited {
  color: black;
}

a:hover {
  color: gray;
}

#discovery {
  background-color: transparent;
}

#discovery {
  color: black;
}

.me-box a:visited, .me-box a:link {
  color: white;
  text-decoration: none;
}

#discovery, .me-box, div.history-item {
  border-color: white;
}

.me-box a:hover {
  color: #dcdcdc;
}

div.history-item {
  background: none;
  border: none;
}

