html {
  height: 100%; }

body {
  height: 100%; }

a {
  color: #292828;
  font-weight: bold; }

.notavailable {
  color: #900;
  font-weight: bold; }

.available {
  color: #090;
  font-weight: bold; }

.container {
  min-height: 100%;
  margin-bottom: -25px;
  position: relative; }

#footer {
  border-top: 1px solid #ccc;
  height: 25px;
  width: 700px;
  margin: auto;
  position: relative;
  color: #ccc;
  font-size: 1em;
  text-align: right; }
  #footer a {
    color: #ccc;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none; }

.clearfooter {
  height: 25px;
  clear: both; }

ul.menu {
  height: 13px;
  margin: 0;
  padding: 0; }
  ul.menu span {
    display: none; }
  ul.menu li {
    height: 12px;
    display: block;
    float: left;
    list-style: none;
    display: inline;
    margin-right: 20px; }
    ul.menu li.company {
      width: 66px; }
      ul.menu li.company a {
        background: url(/images/assets.png) 0px 0px no-repeat; }
        ul.menu li.company a:hover, ul.menu li.company a.active {
          background: url(/images/assets.png) 0px -17px no-repeat; }
    ul.menu li.seminare {
      width: 63px; }
      ul.menu li.seminare a {
        background: url(/images/assets.png) -69px 0px no-repeat; }
        ul.menu li.seminare a:hover, ul.menu li.seminare a.active {
          background: url(/images/assets.png) -69px -17px no-repeat; }
    ul.menu li.jobs {
      width: 34px; }
      ul.menu li.jobs a {
        background: url(/images/assets.png) -134px 0px no-repeat; }
        ul.menu li.jobs a:hover, ul.menu li.jobs a.active {
          background: url(/images/assets.png) -134px -17px no-repeat; }
    ul.menu li.contact {
      width: 58px; }
      ul.menu li.contact a {
        background: url(/images/assets.png) -171px 0px no-repeat; }
        ul.menu li.contact a:hover, ul.menu li.contact a.active {
          background: url(/images/assets.png) -171px -17px no-repeat; }
  ul.menu a {
    height: 12px;
    display: block; }
ul.reference {
  margin: 0;
  padding: 0; }
  ul.reference span {
    display: none; }
  ul.reference li {
    height: 108px;
    display: block;
    float: left;
    list-style: none;
    display: inline;
    border: 2px solid #292828;
    margin: 5px 5px;
    width: 145px; }
    ul.reference li.wide {
      width: 295px;
      height: 221px;
      padding: 5px;
      color: #fff; }
    ul.reference li.simfy a {
      background: url(/images/assets.png) 0px -134px no-repeat; }
      ul.reference li.simfy a:hover, ul.reference li.simfy a.active {
        background: url(/images/assets.png) 0px -25px no-repeat; }
    ul.reference li.simfy_ {
      background: url(/images/assets.png) 0px -134px no-repeat; }
    ul.reference li.simfy_hover {
      background: url(/images/assets.png) 0px -25px no-repeat; }
    ul.reference li.ligx a {
      background: url(/images/assets.png) -350px -134px no-repeat; }
      ul.reference li.ligx a:hover, ul.reference li.ligx a.active {
        background: url(/images/assets.png) -350px -25px no-repeat; }
    ul.reference li.ligx_ {
      background: url(/images/assets.png) -350px -134px no-repeat; }
    ul.reference li.ligx_hover {
      background: url(/images/assets.png) -350px -25px no-repeat; }
    ul.reference li.mylugo a {
      background: url(/images/assets.png) -175px -134px no-repeat; }
      ul.reference li.mylugo a:hover, ul.reference li.mylugo a.active {
        background: url(/images/assets.png) -175px -25px no-repeat; }
    ul.reference li.mylugo_ {
      background: url(/images/assets.png) -175px -134px no-repeat; }
    ul.reference li.mylugo_hover {
      background: url(/images/assets.png) -175px -25px no-repeat; }
    ul.reference li.unbezahlt a {
      background: url(/images/assets.png) -525px -134px no-repeat; }
      ul.reference li.unbezahlt a:hover, ul.reference li.unbezahlt a.active {
        background: url(/images/assets.png) -525px -25px no-repeat; }
    ul.reference li.unbezahlt_hover {
      background: url(/images/assets.png) -525px -25px no-repeat; }
    ul.reference li.unbezahlt_ {
      background: url(/images/assets.png) -525px -134px no-repeat; }
    ul.reference li.deluxe a {
      background: url(/images/assets.png) -700px -134px no-repeat; }
      ul.reference li.deluxe a:hover, ul.reference li.deluxe a.active {
        background: url(/images/assets.png) -700px -25px no-repeat; }
    ul.reference li.deluxe_records_ {
      background: url(/images/assets.png) -700px -134px no-repeat; }
    ul.reference li.deluxe_records_hover {
      background: url(/images/assets.png) -700px -25px no-repeat; }
    ul.reference li.blomberg a {
      background: url(/images/assets.png) -875px -134px no-repeat; }
      ul.reference li.blomberg a:hover, ul.reference li.blomberg a.active {
        background: url(/images/assets.png) -875px -25px no-repeat; }
    ul.reference li.blomberg_ {
      background: url(/images/assets.png) -875px -134px no-repeat; }
    ul.reference li.blomberg_hover {
      background: url(/images/assets.png) -875px -25px no-repeat; }
  ul.reference a {
    height: 108px;
    display: block; }

.debug {
  border: 1px solid red; }

.headline {
  height: 30px;
  width: 392px;
  margin: 40px 0 20px 0; }
  .headline span {
    display: none; }

.logo {
  margin: 20px 0 20px 0; }

#fade {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=80);
  opacity: .80;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  left: 0;
  top: 0;
  z-index: 10; }

#hideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#popup_block {
  background: #fff;
  padding: 5px;
  float: left;
  width: 400px;
  height: 300px;
  position: fixed;
  top: 120px;
  left: 30%;
  margin: 0;
  z-index: 100; }
  #popup_block #ajax_popup {
    float: left;
    width: 100%;
    background: #fff;
    margin: 10px 0;
    padding: 10px 0; }

#ajax_popup img.cntrl {
  position: absolute;
  right: -20px;
  top: -20px; }

div.simfy {
  width: 100px;
  height: 39px;
  background: url(/images/assets.png) -500px -244px no-repeat; }

div.unbezahlt {
  width: 100px;
  height: 39px;
  background: url(/images/assets.png) 0px -244px no-repeat; }

div.ligx {
  width: 100px;
  height: 60px;
  background: url(/images/assets.png) -200px -244px no-repeat; }

div.blomberg {
  width: 100px;
  height: 60px;
  background: url(/images/assets.png) -400px -244px no-repeat; }

div.mylugo {
  width: 100px;
  height: 39px;
  background: url(/images/assets.png) -300px -244px no-repeat; }

div.deluxe_records {
  width: 100px;
  height: 100px;
  background: url(/images/assets.png) -100px -244px no-repeat; }
