﻿*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

html {
  background: #fff url(../../images/paper_fibers.png) repeat 0 0;
}

body {
  font-size: 100%;
  font-family: sans-serif;
  color: #666;
  line-height: 1.4;
  padding: 0em 0 3em 0;
  margin: 0;
}

  body > form {
    height: 100%;
    vertical-align: top;
  }

.error {
  color: #ad2020;
  font-weight: bold;
}

.wrapper {
  margin: auto;
}

header {
  margin: 0 0 2em 0;
  height: 130px;
  width: 100%;
}

  header img {
    display: none;
  }

.search-form, .search-player, .search-results {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
}

.search-form {
  display: block;
  vertical-align: top;
  width: 45%;
  background: transparent;
  background: rgba(255,255,255,0.8);
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #c4c4c4;
  position: relative;
  top: -120px;
  float: left;
  margin-left: 3%;
}

  .search-form > div {
    box-shadow: 0 0 10px 0 #c4c4c4;
    border-radius: 5px;
  }

  .search-form h2 {
    margin: 0;
    font-size: 1em;
    background: #004c93;
    background: -moz-linear-gradient(top, #004c93 0%, #002647 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004c93), color-stop(100%,#002647));
    background: -webkit-linear-gradient(top, #004c93 0%,#002647 100%);
    background: -o-linear-gradient(top, #004c93 0%,#002647 100%);
    background: -ms-linear-gradient(top, #004c93 0%,#002647 100%);
    background: linear-gradient(to bottom, #004c93 0%,#002647 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c93', endColorstr='#002647',GradientType=0 );
    color: #fff;
    padding: 10px;
  }

  .search-form h2 {
    background: #545454 no-repeat 7px 50%;
    border-radius: 5px 5px 0 0;
    height: 40px;
  }

    .search-form h2 select {
      width: 200px;
      /*background-color: #F000;*/
      color: #000;
      font-size: 15px;
      font-weight: bold;
      border: 0px;
      float: right;
    }

.search-form-right h2 select {
  text-align: left;
  float: left;
}

.search-form h2 select option {
  color: #000;
}

.txtareacontent {
  width: 100%;
  height: 300px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
}


.search-form-list {
  list-style: none outside;
  margin: 0;
  padding: 1em;
}

  .search-form-list li {
    vertical-align: baseline;
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    margin: 0 2% 1% 0;
  }

  .search-form-list .textboxarea {
    height: 300px;
  }

  .search-form-list label {
    font-size: .85em;
    padding: .4em .3em .3em 0em;
    font-weight: normal;
    display: block;
  }

  .search-form-list input, .search-form-list select {
    display: block;
    width: 100%;
  }

  .search-form-list input, .search-form-list select {
    padding: .3em;
    margin: 0;
    border: 1px solid #9c9c9c;
  }

.full label {
  width: 100%;
}

.full input {
  width: 100%;
}

.search-form-list .lb-check {
  display: inline-block;
  width: auto;
  margin: .5em 0 0 0;
}

.search-form-list input[type=checkbox] {
  border: 0px solid #9c9c9c;
}

.list-button {
  padding: 1em;
}

.libtn {
  height: 50px;
}

.btn {
  display: inline-block;
  background: #3A5D94;
  color: #666;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  padding: .5em;
  margin-top: 8px;
  text-shadow: 1px 1px 1px #284879;
  font-size: .85em;
  border: 1px solid #284879;
  border-top: 1px solid #3A5D94;
  box-shadow: 0 1px 0px 1px #284879;
  float: right;
}

  .btn:active {
    box-shadow: 0 0 0px 1px #76ABFF;
  }

.search-results {
  margin: -2em auto 1em auto;
  padding: 0 0 0 0;
  display: block;
  width: 70%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 #afafaf;
}

.srchresdesc {
  padding: .5em;
  background: #efefef;
  display: block;
  font-size: .8em;
}

.Resulteintrag, .noresults {
  background: #fff;
  padding: 1em;
  margin: 1em 0 0 0;
  border-bottom: 1px solid #afafaf;
}

.Resulteintrag {
  padding: 20px 1em 1em 170px;
}

.noresults {
  margin: 0;
  font-size: .8em;
}

.logo-demetec {
  clear: both;
  text-align: center;
  margin: 2em 0 0 0;
  background: transparent;
  box-shadow: none;
}

.playerdesc {
  text-align: center;
  background-color: rgb(223, 223, 223);
  font-size: 11px;
  padding: 5px;
  margin-top: 5px;
  width: 570px;
}

.formchkbox {
  text-align: left;
  display: inline-block;
  width: 45px;
}

.helpbox {
  position: absolute;
  z-index: 200;
  width: 100%;
  border: 1px solid #9c9c9c;
  border-top: 0px solid #9c9c9c;
  right: 0;
  top: 90%;
  background: #fff;
  box-shadow: 0 5px 5px 0 #C7C7C7;
}

  .helpbox ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
  }

  .helpbox li {
    width: 100%;
  }

  .helpbox .helpeintrag {
    background: #fff;
    padding: .5em;
    margin: 0 !important;
    font-size: .75em;
    cursor: pointer;
    overflow: hidden;
  }

    .helpbox .helpeintrag:hover {
      background: #dfdfdf;
    }

.inbenutzer,
.inpasswort {
  float: left;
  margin-top:5px;
  width:130px;
}
.inpasswort{
  margin-left:10px;
}
  .inbenutzer input,
  .inpasswort input {
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
  }
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}


.vorschau {
  padding: 1em;
  font-size: .8em;
  color: #666;
}

.GListing {
  background: none;
}

.DetailContent {
  margin-left: 74px;
}
