@charset "UTF-8";

@media all {
  /*
   * GLOBALS
   */
  * html body * {
    overflow: visible;
  }

  * html iframe, * html frame {
    overflow: auto;
  }

  * html frameset {
    overflow: hidden;
  }

  html {
    height: 100%;
    margin-bottom: 1px;
  }

  body {
    text-align: center;
    background: #fff;
    color: #231f20;
    margin: 0;
    padding: 0;
    font: 62.5%/1.3em Arial, Verdana, Helvetica, sans-serif;
    font-size: .8em;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #374a99;
    line-height: 1em;
  }

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #374a99;
  }

  h1 {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  h2 {
    font-size: 1.3em;
    padding-top: 5px;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1.1em;
  }

  h5 {
    font-size: 1em;
  }

  h6 {
    font-size: 1em;
  }

  sup, sub {
    font-size: 8px;
  }

  input, textarea {
    color: #7a7a7a;
    letter-spacing: .05em;
    background: #fff;
  }

  input[type="text"], in {
    border: 1px solid #858484;
    margin: 0;
    padding: 2px 3px;
  }

  textarea {
    border: 1px solid #858484;
    margin: 0;
    padding: 3px;
  }

  input[type="text"]:focus, textarea:focus {
    border-color: #010101;
  }

  select { /*width: 190px;*/
    margin: 0;
    padding: 1px;
    border: 1px solid #858484;
    color: #7a7a7a;
  }

  input[type="radio"], input[type="checkbox"] {
    margin: 0 3px 0 0;
  }

  label {
    margin: 0 15px 0 0;
  }

  input[type="submit"] {
    background: #fff;
    border: 1px solid #858484;
    font-weight: bold;
    padding: 1px 2px;
    cursor: pointer;
  }

  fieldset {
    border: 1px solid #EEE;
    padding: 10px;
    margin: 10px 0;
  }

  p.formerror {
    color: #E73131;
    font-weight: bold;
  }

  ul, ol, dl {
    margin: 0 0 1em 1em
  }

  li {
    margin-left: 1.5em;
    line-height: 1.3em;
  }

  dt {
    font-weight: bold;
  }

  dd {
    margin: 0 0 1em 2em;
  }

  blockquote {
    margin: 1em 1.5em 1.5em 1.5em;
    padding: 0 5px;
    border: 1px dotted #547328;
  }

  table {
    border-spacing: 0px;
    table-layout: fixed;
    border-collapse: collapse;
  }

  table caption {
    text-align: left;
    font-weight: bold;
    padding-bottom: 2px;
  }

  table td, table th {
    padding: 0px 4px;
    vertical-align: top;
  }

  table th {
    background: #eee;
  }

  /*
   * POSITIONING
   */
  #page {
    margin: 0 auto;
    padding: 0;
    width: 945px;
    background: #fff;
    text-align: left;
    z-index: 1;
  }

  #head, #sec, #rootline, #wrap, #foot {
    position: relative;
  }

  #head, #sec, #rootline, #wrap, #foot {
    clear: both;
  }

  #head {
    z-index: 2;
  }

  #wrap, #foot {
    display: block;
  }

  /* cols of std page */
  #lbar {
    width: 250px;
    float: left;
    margin: 0;
  }

  #main {
    width: 695px;
    float: left;
  }

  #rbar {
    display: none;
  }

  #lbarc, #mainc {
    position: relative;
    padding: 0;
  }

  #mainc {
    margin: 0 0 0 30px;
  }

  /*
   * STYLES
   */
  #head h1 {
    z-index: 3;
  }

  #head h1 a {
    display: block;
    width: 212px;
    height: 130px;
    text-indent: -90000px;
    position: absolute;
    top: 14px;
    left: 20px;
    border: 0 none;
    z-index: 4;
    background-image: url(../img/px.gif);
  }

  #head #sform {
    position: absolute;
    top: 12px;
    left: 774px;
  }

  #head #sform input.text {
    width: 118px;
    margin: 0;
  }

  #head #sform input.btn {
    vertical-align: top;
  }

  #head img{
    display:block;
  }

  #sec {
    background: #fff200;
    display: block;
    color: #777;
    width: 945px;
    height: 22px;
    font-size: 1.1em;
    padding: 3px 0 0 0;
    letter-spacing: .03em;
  }

  #sec ul li {
    float: left;
    display: inline;
    background: #fff200;
    margin: 0;
  }

  #sec ul li a {
    font-weight: bold;
    color: #777;
  }

  #sec ul li a:hover {
    text-decoration: underline;
  }

  #sec ul li.cur a {
    color: #374a99;
    border-bottom: 3px solid #374a99;
    padding-bottom: 5px;
  }

  #sec ul li.cur a:hover {
    text-decoration: none;
  }

  #rootline {
    color: #9b9999;
    font-size: 11px;
    margin: 10px 0 15px 0;
    padding: 0 0 0 12px;
  }

  #rootline a {
    color: #9b9999;
  }

  #mainc a:link, #mainc a:visited {
    text-decoration: underline;
    color: #374a99;
  }

  #mainc a:hover, #mainc a:active, #mainc a:focus {
    text-decoration: none;
  }

  #mainc p {
    margin: 5px 0 10px 0;
  }

  #mainc ul {
    list-style-type: disc;
    margin: 5px 0 10px 10px;
  }

  #mainc ul ul {
    margin-bottom: 0;
  }

  #mainc ol {
    list-style-type: decimal;
    margin: 5px 0 10px 10px;
  }

  #mainc ul li, #mainc ol li {
    padding: 1px 0;
  }

  /*
   * LBAR ELEMENTS
   */
  #lbarc h3 {
    border-bottom: 3px solid #374a99;
    padding: 0 0 3px 0;
    margin: 0 0 20px 0;
    display: inline-block;
    color: #777;
  }

  /* navigation */
  #nav, #nav ul {
    margin: 0;
  }

  #nav {
    margin-bottom: 60px;
  }

  #nav ul {
    margin-bottom: 0px;
    border-bottom: 20px solid #fff;
  }

  #nav ul ul {
    margin-bottom: 0;
    border: 0 none;
  }

  #nav li {
    border: 1px solid #fff200;
    border-width: 2px 0 0 0;
    margin: 0;
    font-size: 12px;
    padding: 0;
    line-height: 1.5em;
  }

  #nav li.first {
    padding-top: 5px;
  }

  #nav li.last {
    border-bottom-width: 2px;
  }

  #nav li.cur li, #nav li.act li {
    background: #fff;
    border-width: 0;
  }

  #nav li.cur li.first, #nav li.act li.first {
    border-top-width: 2px;
  }

  #nav li a {
    color: #7d7b7b;
    padding: 1px 0 1px 7px;
    display: block;
  }

  #nav li a:hover {
    background: #f4f4f4;
  }

  #nav li.cur a, #nav li.act a {
    color: #7d7b7b;
    font-weight: bold;
    background: #f4f4f4;
  }

  #nav li.cur li a, #nav li.act li a {
    font-weight: normal;
    background: #fff;
  }

  #nav li.act li.cur a {
    font-weight: bold;
    background: #f4f4f4;
  }

  #nav li.cur li a:hover, #nav li.act li a:hover {
    background: #f4f4f4;
  }

  #nav li.act li.cur ul, #nav li.act li.act ul {
    padding-bottom: 10px;
  }

  /*
   * MAINC ELEMENTS
   */
  #mainc table {
    width: 468px;
  }

  .sc {
    border: 1px solid #547328;
    margin-bottom: 20px;
    padding: 0 10px;
    background: #e8f0e3;
  }

  /* catalog download fces */
  #mainc img {
    margin: 10px;
    display: block;
  }

  #mainc table img {
    margin: 0;
  }

  #mainc .dlbox {
    border-bottom: 1px dotted #d8d8d8;
    margin: 10px 0;
  }

  #mainc .dlbox h4 {
    margin: 0;
    font-size: 1.1em;
    border: 0 none;
    color: #231f20;
  }

  #mainc .dlbox td {
    padding: 0;
  }

  #mainc .dlbox td.a2, #mainc .dlbox td.b1 {
    padding-left: 8px;
  }

  #mainc .dlbox td.b1 p {
    margin: 0;
    padding: 0;
  }

  #mainc .dlbox td.b2 {
    text-align: right;
  }

  #mainc #logo {
    margin-top: 20px;
  }

  #mainc #logo td {
    padding: 15px 0;
  }

  #mainc #logo td a {
    margin: 0 11px;
  }

  #mainc #logo td img {
    vertical-align: middle;
    display: inline;
  }

  /* mailform */
  div.csc-mailform li label {
    display: block;
    float: none;
    width: auto;
    margin-right: 0;
  }

  div.csc-mailform ol li {
    margin-bottom: 1em;
  }

  /*
   * debug csc
   */
  #mainc div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
    margin: 5px 0;
  }

  /* image in text */
  #mainc div.csc-textpic-intext-right div.csc-textpic-imagewrap {
    padding: 0 0 0 5px;
    margin: 0;
  }

  #mainc div.csc-textpic-intext-left div.csc-textpic-imagewrap {
    padding: 0 5px 0 0;
    margin: 0;
  }

  #mainc div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image img,
  #mainc div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image img {
    margin: 0 0 10px 0;
  }

  /* image and text are separate cols */
  #mainc div.csc-textpic div.csc-textpic-imagewrap ul {
    margin: 0;
  }

  #mainc div.csc-textpic-intext-right-nowrap div.csc-textpic-text {
    padding-right: 5px;
  }

  #mainc div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
    padding-left: 5px;
  }

  #mainc div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image img {
    margin: 0 !important;
  }

  #mainc .csc-textpic-caption {
    text-align: left;
    font-size: 11px;
    line-height: 13px;
    margin-top: 3px;
  }

  /*
   * NEWS
   */
  .box hr.clearer {
    width: 665px;
    margin: 1px 0 25px 0;
    border: 0 none;
    line-height: 0em;
    color: #fff;
    clear: both;
  }

  #mainc #list {
    margin-top: 10px;
  }

  #mainc #list .box {
    margin-bottom: 10px;
    width: 665px;
    display: block;
  }

  #mainc .author {
    color: #547328;
    margin: 0;
  }

  #mainc p.newsdate {
    margin-bottom: 0;
  }

  /* image positioning via div (relations)*/
  #mainc .news-img-div {
    float: left;
    display: block;
  }

  #mainc .news-img-div img {
    margin: 10px 10px 2px 0;
  }

  #mainc .img-capt {
    width: 180px;
    display: block;
    font-size: 11px;
    line-height: 14px;
  }

  #mainc #list .news-img-div img {
    padding-bottom: 0px;
  }

  #mainc #list .tx-ttnews-browsebox {
    text-align: center;
  }

  #latest h4 {
    border: 0 none;
    font-size: 12px;
    margin: 3px 0 1px 0;
  }

  #latest h4 a:link, #latest h4 a:visited, #latest h4 a:hover, #latest h4 a:active, #latest h4 a:focus {
    text-decoration: none;
  }

  #latest .box p {
    margin: 0;
    font-size: 11px;
    line-height: 13px;
  }

  #latest .box p.date {
    font-size: 11px;
    margin: 2px 0;
    line-height: 1em;
  }

  #latest .box img {
    padding: 2px 0;
    margin: 0;
  }

  /*   #mainc .tx-indexedsearch h4 { margin: 0; } */
  /*   #mainc .tx-indexedsearch p { font-size: 1.0em; color: #555; } */
  #mainc .tx-indexedsearch-res {
    margin: 20px 0 10px 0;
  }

  #mainc .tx-indexedsearch-res p { /*font-size: 1.0em;*/
    font-style: italic;
  }

  #mainc .tx-indexedsearch-res ol {
    list-style: none;
    padding-left: 30px;
  }
  
  #mainc .tx-indexedsearch .tx-indexedsearch-browsebox { margin: 10px 0; }
  #mainc .tx-indexedsearch .tx-indexedsearch-browsebox .browsebox { text-align: center; }
  #mainc .tx-indexedsearch .tx-indexedsearch-browsebox .browsebox li { display: inline; margin: 0 2px; }

  /*  #mainc .tx-indexedsearch-res ol li { padding-left: 20px;
    background: transparent url(/fileadmin/templates/indexedsearch/pages.gif) 0px 3px no-repeat;
    }*/
  #mainc p.metadata {
    clear: both;
    padding: 5px;
    background-color: #F1F2F4;
    border: 1px solid #D2D3D5;
    border-width: 1px 0;
    font-style: normal;
    font-size: 0.9em;
  }

  #mainc p.percent {
    float: right;
    width: 4em;
    text-align: right;
    font-style: normal;
    font-size: 0.9em;
    color: #666;
    background-color: #F1F2F4;
  }

  #mainc .tx-indexedsearch-redMarkup {
    color: #e64040;
  }

  #mainc .tx-indexedsearch-sw {
    font-weight: bold;
    font-style: italic;
  }

  #foot {
    padding: 15px 0 0 280px;
    text-align: left;
    color: #a0a0a0;
    font-size: 0.85em;
    line-height: 1.3em;
  }

  #foot a {
    color: #a0a0a0
  }

  /* CLEARING */
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .clearfix {
    display: block;
  }

  #clear {
    display: none;
  }
}
