.clearfix:after {
  height: 0;
  clear: both;
  display: block;
  font-size: 0;
  content: ".";
  visibility: hidden;
}

*:first-child + html .clearfix {
  min-height: 0;
}

html {
  overflow-y: scroll;
}

body {
  font: 87.5% Verdana, Arial, Helvetica, sans-serif;
  background-color: #000;
}
body:before {
  content: "";
  background-color: #fda;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}
body:after {
  content: "";
  background-image: url(/files/themes/theme_sf59/header/background_schraeg_opt.png);
  background-size: 512px 220px;
  opacity: 0.05;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.mm-page {
  min-height: 100%;
}

#wrapper {
  min-height: 100%;
}

#container {
  padding-bottom: 50px;
}

#main .inside {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #main .inside {
    padding: 20px 5% 15px 5%;
  }
}
@media only screen and (min-width: 1024px) {
  #main .inside {
    padding: 30px 5% 20px 5%;
  }
}

#subnavigation {
  background-color: #301500;
}
#subnavigation .inside {
  text-align: center;
}

a {
  cursor: pointer;
}

a:link {
  text-decoration: underline;
  color: #00f;
}

a:visited {
  color: #f0f;
}

a:hover, a:focus {
  color: #080;
}

a:active {
  color: #ddf;
}
