body {
  margin-left: 0;
  margin-top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: white;

}

section {
  color: black;
  top: 0;
  margin: auto;
  max-width:1170px;
}

div#gelbe_linie {
  height:3px;
  width: 100%;
  background-image: url(user/images/title_under_spacer.jpg);
  background-repeat:repeat-x;
  border-left: 1px solid #00867B;
  border-right: 1px solid #00867B;
}

div#menue {
  height:33px;
  width: 100%;
  color: white;
  border-left: 1px solid #00867B;
  border-right: 1px solid #00867B;
}

div#schatten {
  height:3px;
  width: 100%;
  background-image: url(user/images/schatten.jpg);
  background-repeat:repeat-x;
  border-left: 1px solid #00867B;
  border-right: 1px solid #00867B;
}


.menubutton{
  color: #d0d0d0;
  background: #001842;
  vertical-align: middle;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-right:  1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-family:  Helvetica, "Courier New", Courier, monospace;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: none;
  font-variant: normal;
  font-weight: 500;
  line-height: 32px;
  min-width: 100px;
  cursor:pointer;
}

.menubutton:hover{
  color: #FFFFFF;
  background: #c600c6;
  cursor:pointer;
  font-weight: normal;
}

.menubutton span{
  background: #001842;
  color: #d0d0d0;
  display: block;
  cursor:pointer;
}


.button {
  cursor:pointer;
  background-color: #c000c0;
  padding: 3px 20px;
  border: 1px solid #0a3c59;
  border-radius: 3px;
  text-shadow: 0;
  background-image: -webkit-linear-gradient(top, #c000c0, #c000c0);
  font-size: 22px;
  font-family: helvetica, serif;
  text-decoration: none;
  vertical-align: middle;
  -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
  box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
  color: #ffffff;
}



a:link {
    color: #ffffff;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #d0d0d0;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #ffffff;
    text-decoration: none;
}