/* homepage susanne oezpinar start 3.3.2010 letzte änderung 27.5.2010 */
/*wichtige farben:
  hintergrund: #F1EADA beige
  schrift: #43403f dunkelgrau  #448283 hellblau #792c2a dunkelrotbraun
  links:   #792c2a dunkelrotbraun  */
/*allgemeines*/
*{
  padding: 0;
  margin: 0;
 }
body {
      font-size: 16px;
      font-family: Times New Roman, Helvetica, sans-Serif;
      color: #43403f;
      text-decoration: none;
      text-align: left; 
     }
     #layout {
      width: 900px;
      margin: 0 0 0 140px;          
      height: 1200px;
      text-align: left;
     }
     #kopf {
      width: 900px;
      height: 30px;      
     }
     #titel {
      width: 900px;
      height: 116px;  
     }
     #sprache {
      width: 900px;
      height: 38px;
     }
     #sprache dl {
      text-align: right;
     }
     #sprache dl dt{
      display: inline;
      padding: 0 10px 0 0;
     }
     #mitte {
      width: 900px;
      height: 976px;
      float: left;
     }
     #navigation {
      float: left;
      width: 200px;
      height: 976px;
      font-weight: bold;      
      }
     #navigation dl {
      padding: 30px 0 0 0;
     }
     #navigation dl dt {
      font-size: 20px;
      padding: 20px 0 0 3px;
     }
     #inhalt {
      float: right;
      width: 695px;
      text-align: center;
     }   
     h1 {
      font-size: 53px;
      color: #448283;             
      }
     h2 {
      font-size: 35px;    
      text-align: left;
      color: #792c2a;
     }    
    a:link, a:visited {
      text-decoration: none;
      color: #448283;
    }
    a:hover, a:active {
      color: #792c2a;
    }
    #inhalt a:link, #inhalt a:visited {
      color: #43403f;
      font-weight: bold;
    }
    #inhalt a:hover, #inhalt a:active {
      color: #792c2a;
    }
    .aktiv {
      color: #792c2a;
      text-decoration: none;
    }    
    .inhaltindex {
      margin: 30px 0 0 0;
    }
    .inhaltbiographie {
      padding: 10px 120px 0 0;
      font-size: 18px;
      text-align: left;
    }
    .pressestimmen {
      font-size: 18px;
      text-align: left;
      padding: 40px 10px 40px 0;
      text-indent: -35px;
    }
    .inhaltbiographie2 {
      font-size: 18px;
      text-align: left;
      padding: 10px 120px 0 0;
      text-indent: -35px;
    }
    .inhaltproduktionen {
      text-indent: -35px;
      padding: 10px 0 0 0;
      text-align: left;
    }
    .absatzunten {
      padding: 10px 0 60px 0;
      text-align: left;
    }
    .inhaltkostume {
      text-indent: -35px;
      line-height: 26px;
      text-align: left;
      font-size: 18px;
    }
    .inhaltgalerie {
      text-indent: -35px;
      line-height: 26px;
      text-align: left;
      font-size: 18px;
      margin: 0 0 10px 0;
    }
    .inhaltstyling {
      text-indent: -35px;
      line-height: 26px;
      text-align: left;
      font-size: 18px;
      margin: 10px 120px 0 0 ;
    }
    .blau {
      background-color: #C5D3D3;
    }
    .blau2 {
      background-color: #C5D3D3;
      font-size: 22px;
      padding: 0 295px 0 255px;
    }
    .absatz {
      text-indent: -35px;
      padding: 0 0 25px 0;
      font-size: 18px;
      text-align: left;
    }
    .klick {
      font-size: 12px;
      text-align: center;
    }
    img {
      border: 4px double #B5ACA5;
    }
    .inhaltstyling {
      padding: 10px 0 0 0;
    }
    .inhaltaktuelles {
      padding: 10px 0 0 40px;
      font-size: 18px;
      text-align: left;
      text-indent: -75px;
    }
    .inhaltkontakt {
      padding: 17px 0 0 0;
      text-align: left;
      font-size: 18px;
    }
    h4 {
      text-align: left;
      padding: 50px 0 0 0;
      font-size: 24px;
    }
    .webdesign {
      padding:240px 0 0 0;
      text-align: left;
      font-size: 15px;
    }
    ul {
      padding: 10px 0 20px 0;
      text-align: left;
    }
    .index {
      background: url(hintergrundindex.jpg );
      background-color: #F1EADA;    
    }
    .biographie {
      background: url(hintergrundbiographie.jpg);
      background-color: #F1EADA;    
    }
    .aktuelles {
      background: url(hintergrundaktuelles.jpg);
      background-color: #F1EADA;    
    }
    .produktionen {
      background: url(hintergrundproduktionen.jpg);
      background-color: #F1EADA;    
    }
    .kontakt {
      background: url(hintergrundkontakt.jpg);
      background-color: #F1EADA;    
    }
    .links {
      background: url(hintergrundlinks.jpg);
      background-color: #F1EADA;    
    }
    .kostumfotos2 {
      background: url(hintergrundfotos2.jpg);
      background-color: #f1eada;
    }
    .kostumfotos {
      background: url(hintergrundfotos.jpg);
      background-color: #F1EADA;    
    }
    .styling {
      background: url(hintergrundstyling.jpg);
      background-color: #F1EADA;    
    }
    .styling2 {
      background: url(hintergrundstyling2.jpg);
      background-color: #f1eada;
    }
