/**
 *
 * global stylesheets
 *
 * David Mann @ Open New Media GmbH
 */


 /**
  * Schrift-Familie
  * LindenHill
  * -------
  */
  /***************************/
/*

@font-face {
    font-family: LindenHill;
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/LindenHill/LindenHill-Italic-webfont.eot') format('eot');
    src: url('../fonts/LindenHill/LindenHill-Italic-webfont.eot?iefix') format('eot'), url('../fonts/LindenHill/LindenHill-Italic.otf') format('opentype');
}

@font-face {
    font-family: LindenHill;
    font-weight: normal;
    src: url('../fonts/LindenHill/LindenHill-webfont.eot') format('eot');
    src: url('../fonts/LindenHill/LindenHill-webfont.eot?iefix') format('eot'), url('../fonts/LindenHill/LindenHill.otf') format('opentype');
}
*/
  /* IE */
/*
@font-face {

    font-family: LindenHill;

    font-weight: normal;

    src: url(../fonts/LindenHill/LindenHill-webfont.eot);

}




@font-face {

    font-family: LindenHill;

    font-weight: normal;

    font-style: italic;

    src: url(../fonts/LindenHill/LindenHill-Italic-webfont.eot);

    src: local('☺'),  url(../fonts/LindenHill/LindenHill-Italic-webfont.woff) format('woff');

}



/***************************/

/* Rest */
/*
@font-face {

    font-family: LindenHill;

    font-weight: normal;

    src: local('☺'),  url(../fonts/LindenHill/LindenHill-webfont.woff) format('woff');

}

@font-face {

    font-family: LindenHill;

    font-weight: normal;

    font-style: italic;

    src: local('☺'),  url(../fonts/LindenHill/LindenHill-Italic-webfont.woff) format('woff');

}
*/
@font-face {
    font-family: 'LindenHill';
    src: url('../fonts/LindenHill/LindenHill-webfont.eot');
    src: url('../fonts/LindenHill/LindenHill-webfont.eot?#iefix') format('eot'),
         url('../fonts/LindenHill/LindenHill-webfont.svg#webfontrHfAltGz') format('svg'),
         url('../fonts/LindenHill/LindenHill.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LindenHillRegular';
    src: url('../fonts/LindenHill/LindenHill-webfont.eot');
    src: url('../fonts/LindenHill/LindenHill-webfont.eot?#iefix') format('eot'),
         url('../fonts/LindenHill/LindenHill-webfont.svg#webfontrHfAltGz') format('svg'),
         url('../fonts/LindenHill/LindenHill.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LindenHillItalic';
    src: url('../fonts/LindenHill/LindenHill-Italic-webfont.eot');
    src: url('../fonts/LindenHill/LindenHill-Italic-webfont.eot?#iefix') format('eot'),
         url('../fonts/LindenHill/LindenHill-Italic-webfont.svg#webfontl96jjwdf') format('svg'),
         url('../fonts/LindenHill/LindenHill-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


/***************************/

 html {
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    color: #89949c;
 }

 body {
    /*font-size: 69%;*/
    font-size: 12px;
    line-height: 1.6em;
    color: #666666;
    background: #ebebeb;
 }

 input, textarea, table, td, th, p, ul {
    font-size: 12px;
    padding: 0 0 0 0;
 }

 /**
  * Abstand aller Blockelemente nach unten
  * -------
  */
 h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, dl, dt, dd, ol, ul, fieldset, table {
    margin-bottom: 8px;
 }

 /**
  * Links
  * -------
  */
  a {
    text-decoration: none;
    font-size: 11px;
  }

  a:hover {
    text-decoration: underline;
  }

 /**
  * Ueberschriten
  * -------
  */
 h1, .h1 {
    font-family: LindenHillRegular, Arial, Verdana, sans-serif;
    font-size: 3.4em;
    line-height: 1.2em;
    font-weight: 100;
    padding-left: 20px;
    padding-top: 13px;
    font-style:normal;
    /*text-rendering: optimizeLegibility;*/
 }

 h2 {
    font-family: LindenHillItalic, serif;
    font-size: 2.2em;
    font-style: normal;
    color: #FFF;
    font-weight: 100;
    line-height: 1.5;
    padding-left: 20px;
    /*text-rendering: optimizeLegibility;*/
 }


 h3, h3 a {
    font-family: LindenHillRegular, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-rendering: optimizeLegibility;
    line-height: 1.2em;
 }

 h4, h6
 {
    font-weight: bold;
    margin-top: 27px;
    margin-bottom: 18px;
 }

h4, h4 a {
    font-size: 16px;
}
h6 {
    font-size: 11px;
}
h5 {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 18px;
}

#left h4, #left h5, #left h6 {
    margin-top: 18px;
    margin-bottom: 0px;
}

p {
    line-height: 22px;
    color: #666666;
    font-size: 11px;
    padding-right: 18px;
}

 /**
  * Listen
  * -------
  */
  li {
    padding: 0.4em 0;
    font-size: 11px;
    /* border-bottom: 1px #E0E3EA solid; */
  }

  ul {
    list-style-type: circle;
    margin-left:18px;
  }

    ul.linklist {
        list-style-type:none;
        margin-left:0;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #909090;
    }
  ul.linklist li {
    line-height: 20px;
    background: url(../images/link.gif) 3px 9px no-repeat;
    padding: 3px 0 0 20px;
  }
  ul.linklist li:nth-child(odd) {
    background-color: #f0f2f5;
  }
    ul.linklist li a{
        color: #666666;
    }

  ol {
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  ol li {
    list-style: decimal;
    padding: 0.05em 0 0.2em 0;
    list-style-position: inside;
  }
  ol li:first-line,
  ol p{
    font-size: 0.5em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
  }

  dl {
    padding-bottom: 18px;
  }

  dl dd {
    display: block;
    font-weight: normal;
    padding-left: 20px;
  }

  dl dt {
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
  }

 /**
  * Tabellen
  * -------
  */
  table {
    background: #FFFFFF;
    width: 100%;
    border: 1px solid #909090;
    margin-bottom: 36px;
  }

    caption {
        font-weight:bold;
        font-size:1.5em;
    }
  table tr th,
  table thead tr td,
  table thead tr:nth-child(even) td
  {
    background: #909090;
    color: #FFFFFF;
    padding: 0.8em 10px;
    font-weight: bold;
    text-transform: uppercase;
  }

  td {
    padding: 0.8em 10px;
    border-bottom: 1px #909090 solid;
    vertical-align:top;
  }
/*
  tr:nth-child(even) td{
    background: #F3F4F8;
  }
  */


 /**
  * Formulare und Fieldsets
  * -------
  */
  fieldset {
    padding: 18px;
    border: 2px solid #ddd;
    text-align: center;
    margin-bottom: 54px;
  }

  fieldset legend {
    font-weight: bold;
    font-family: Arial;
    color: #909090;
    padding: 0 5px 0 5px;
    font-size: 11px;
  }

  fieldset br {
   clear: both;
 }
fieldset img {
    margin-bottom: 18px;
}

  label {
    width: 120px;
    float: left;
  }

  input, textarea {
    width: 270px;
    border: 2px #C6CACD solid;
    background: #F1F2F6;
    padding: 4px;
    margin: 3px;
    font-size: 1em;
    color: #909090;
  }

  select {
    width: 280px;
    border: 2px #C6CACD solid;
    background: #F1F2F6;
    padding: 4px;
    margin: 3px;
    font-size: 1em;
    color: #909090;
  }

  textarea {
    font-family: Arial, Helvetica, sans-serif;
  }

  button,
  input[type="submit"],
  input.submit
  {
    margin: 18px 0 18px 120px;
    width: auto;
    cursor: pointer;
    background: #89949C;
    border: none;
    padding: 8px 12px;
    color: #FFFFFF;
    font-weight: bold;
  }

  button:hover,
  input[type="submit"]:hover,
  input.submit:hover
  {
    background: #abb5bc;
  }

  input[type="checkbox"],
  input.checkbox
  {
    width: auto;
    border: none;
    background: transparent;
  }

  input[type="radio"],
  input.radio
  {
    width: auto;
    border: none;
    background: transparent;
  }

  input:hover,
  textarea:hover,
  select:hover
  {
    border-color: #b5bbc0;
    background: #ebecf1;
  }

  input:focus,
  textarea:focus,
  select:focus
  {
    border-color: rgb(0,0,0);
    border-color: rgba(0,0,0,0.2);
    background: #FFF;
  }

 /**
  * Zitate
  * -------
  */
  blockquote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    line-height: 1.3em;
    padding: 20px 50px 0 20px;
    color: #909090;
    font-style: italic;
  }

  blockquote strong {
    font-weight: inherit;
    color: #F39400;
  }
  #sidebar blockquote {
    padding: 30px 20px 0 0;
  }

  blockquote:first-letter {
    font-size: 2.2em;
    display: block;
    float: left;
    margin-top: -0.23em;
    margin-left: -0.3em;
    margin-right: -0.03em;
    font-weight: normal;
  }
  blockquote:first-line {
    font-weight: bold;
  }

  cite {
    font-style: italic;
  }

div.align-right {
    text-align:right;
}
div.align-center {
    text-align:center;
}
div.float-left {
    float:left;
    width:auto;
    margin-right: 10px;

}
div.float-right {
    float:right;
    width:auto;
    margin-left: 10px;
}
 /**
  * Sonstige Inhaltselemente
  * -------
  */
  code {
    border: 1px #E0E3EA solid;
    padding: 20px;
    font-family: Courier, monospaced;
  }

  address {

  }

  hr {
    border: none;
    border-bottom: 1px #ccc solid;
  }

  sub {
    vertical-align: sub;
  }
    sup {
        vertical-align:super;
    }

.clear {
    clear: both;
    height:1px;
    line-height:1px;
    display: block;
}

.divider {
    margin: 18px 0 18px 0;
}
.no-margin {
    margin:0;
}
.small {
    font-family: LindenHillRegular;
    font-size: 13px;
    color: #909090;
}
.normal {
    font-family: LindenHillRegular;
    font-size: 16px;
    color: #909090;
}

.error {
    z-index: 5;
    background-color: #909090;
    background-color: rgba(0,0,0,0.2);
    right: 50px;
}

.active {
    font-weight:bold;
}

div.indent {
    padding-left: 18px;
}

a.selected {
    color: red;
}
