/* main.css */

html { overflow-y: scroll; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #919191;
  margin-top: 42px;
  margin-bottom: 42px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

a {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  -webkit-text-decoration-color: #fc644d;
  -moz-text-decoration-color: #fc644d;
  text-decoration-color: #fc644d;
}

.padding-right-5 { padding-right: 5px; }

.margin-top-11 { margin-top: 11px; }
.margin-top-33 { margin-top: 33px; }
.margin-top-55 { margin-top: 55px; }

.wrapper {
  width: 800px;
  margin: 0 auto 0 auto; /* falls noch jemand den ie6 benutzt :) */
}

.logo {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.navigation { list-style-type: none; }

.navigation-item {
  display: inline;
}

.navigation-top-link {
  color: #ffffff;
  text-decoration: none;
}
.navigation-bottom-link {
  color: #ffffff;
  text-decoration: none;
}
.link-text {
  color: #ffffff;
  border-bottom: 1px solid #000000;
}

.navigation-top-link:hover { border-bottom: 1px solid #fc644d; }
.navigation-bottom-link:hover { border-bottom: 1px solid #fc644d; }

.navigation-link-active { border-bottom: 1px solid #ffffff; }

.column-right { float: right; }

.right { text-align: right; }

.padding-bottom-11 { padding-bottom: 11px; }

.link-no-style { text-decoration: none; }

div#image-wrapper { overflow: hidden; width: 800px; }
div#image-wrapper div#image-holder { width: 35791394px; }
div#image-wrapper div#image-holder div.image { float: left; width: 800px; }

hr {
  border: 0;
  border-bottom: 1px solid #ffffff;
  margin-top: 42px;
  margin-bottom: 42px;
}

.image-border { border: 1px solid #ffffff; }

.hidden-content { visibility: hidden; }

.fsize-18 { font-size: 18px; }
