/*
    Document   : styles
    Created on : 01.08.2012, 14:35:07
    Author     : mpittner
    Description:
        Purpose of the stylesheet follows.
*/

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000000;
  font-family: arial;
  font-size: 12px;
}

h1 {
  margin-top: 0;
}

table.impress-table tr td {
  padding-bottom: 10px;
}

a {
  text-decoration: none;
  color: #006699;
}

a:hover {
  text-decoration: underline;
}

a:active, a:focus {
  outline: none;
}

a img {
  border: 0px none;
}

p.more {
  line-height: 18px;
}

.header {
  height: 80px;
}



.site-area {
  display: none;
}

.site-area.active {
  display: block;
}



.cover-grey {
  background-color: #cccccc;
  padding-left: 30px;
  height: 75px;
}

.cover-white {
  background-color: transparent;
  padding-left: 30px;
}




.navigation {
  background-color: #cccccc;
  height: 29px;
  padding-left: 30px;
  padding-top: 25px;
}

  .navigation ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .navigation ul.tabs li {
    float: left;
    border: 0px #999999 solid;
    border-width: 1px 0 1px 1px;
    background-color: #ffffff;
    font-size: 12px;
    width: 99px;
    height: 28px;
    text-align: center;

    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;

    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;

    position: relative;
  }

    .navigation ul.tabs li a {
      color: #000000;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      line-height: 28px;
    }

  .navigation ul.tabs li.active {
    border-bottom-color: #ffffff;
    font-weight: bold;
  }

  .navigation ul.tabs li.last-tab {
    border-right-width: 1px;
  }



.subnavigation {
  background-color: #cccccc;;
  height: 21px;
  padding-left: 30px;
}

  .subnavigation .subnavigation-frame {
    border: 0 solid #999999;
    border-width: 1px 1px 0 1px;
    width: 700px;
    background-color: #ffffff;
    padding: 1px 1px 0 1px;
  }

  .subnavigation .subnavigation-frame .subnavigation-content {
    background-color: #006699;
    display: none;
    height: 19px;
  }

  .subnavigation .subnavigation-frame .subnavigation-content.active {
    display: block;
  }



.content {
  height: 470px;
  border: 0 solid #999999;
  border-width: 0 1px;
  margin-left: 30px;
  width: 702px;
  position: relative;
}

  .content .content-tab {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
  }

  .content .active {
    display: block;
  }

  #left-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    padding: 20px;
  }

  #right-content{
    position: absolute;
    left: 45%;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
  }

  .content #left-imprint {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    padding: 20px;
  }

  .content #right-imprint {
    position: absolute;
    top: 0;
    left: 45%;
    bottom: 0;
    right: 0;
    background-color: #f2f2f2;
    padding: 20px;
  }

  .tableTop {
    vertical-align: top;
    color: #006699;
    width: 145px;
  }

.footer {
  border: 0 solid #999999;
  border-width: 0 1px 1px 1px;
  margin-left: 30px;
  width: 702px;
}

  .footer .footer-content {
    border: 0 solid #999999;
    border-top-width: 1px;
    padding: 3px 20px;
    color: #555555;
    font-size: 11px;
    font-weight: bold;
  }






ul.subtabs {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
}

ul.subtabs li {
  float: left;
  width: 99px;
  height: 19px;
  text-align: center;
  border: 0 solid #ffffff;
  border-left-width: 1px;
  position: relative;
}

ul.subtabs li.active {
  font-weight: bold;
}

ul.subtabs li.last-subtab {
  border-right-width: 1px;
}

  ul.subtabs li a {
    color: #ffffff;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: bold;
  }

  ul.subtabs li a:hover {
    background-color: #cccccc;;
  }


