/*homepage marie luise fuchs - musikbilder, juli 2010, autor: susanne thomasberger*/
/*wichtige farben:
hintergrund: 012637
schrift: ADB8BD
links: 860E0B */
*{
  padding: 0;
  margin: 0;
 }
body {
      font-family: arial, verdana, sans-serif;
      font-size: 17px;
      color: #012637;
      text-decoration: none;
      text-align: center;
      background-color: #ADB8BD;
    }
  .blau {
      background-color: #012637;
  }  
  #layout {
     width: 956px;
     margin: 0 auto;
     padding: 0;
     height: 100%;
     text-align: left;
    }
  .indexfarbe {
    background-color: #012637;
    }    
  #index {
     text-align: center;
     color: #ADB8BD;
     height: 790px;
    }
  #index a:link, #index a:visited,
  #kopf a:link, #kopf a:visited,
  #navigation a:link, #navigation a:visited {
     color: #ADB8BD;
  }
  h1 {
     font-family: trebuchet MS, verdana, sans-serif;
     font-size: 50px;
     font-weight: lighter;    
     padding: 70px 0 30px 0;
    }
  h2 {
     font-family: trebuchet MS, verdana, sans-serif;
     font-size: 37px;
     font-weight: lighter;     
     padding: 0 0 50px 0;
    }
  #kopf {
     text-align: center;
     color: #ADB8BD;
     background-color: #012637;
     height: 110px;
    }
  h3 {
     font-family: trebuchet MS, verdana, sans-serif;
     font-size: 30px;     
     padding: 10px 0 5px 0;
    }
  h4 {
     font-family: trebuchet MS, verdana, sans-serif;
     font-size: 15px;     
    }
  #navigation {
     font-family: trebuchet MS, verdana, sans-serif;    
     color: #ADB8BD;
     background-color: #012637;
     height: 25px;
     text-align: center;
    }
  #navigation dl dt {
     display: inline;
     padding: 0 0px 0 0px;
     font-weight: bold;
     padding: 0 24px 0 24px;      
    }
  #inhalt {
     text-align: center;
     padding: 40px 0 0 0;
    }
  #musikbilder {
    padding: 20px 0 0 55px;
  }
  #musikbilder p {
    padding: 30px 0 10px 0;
  }
  #musikbilder a {
    font-weight: bold;
  }
  strong {
    text-decoration: underline;
  }
  #bildergalerie {
    height: 850px;
    padding: 20px 0 0 0;
  }
  .zuruck {
    padding: 0 0 10px 55px;
    font-size: 14px;
  }
  .weiter {
    padding: 0 0 10px 695px;
    font-size: 14px;
  }
  #bildergalerie p {
    text-align: center;
  }
  #ausstellungen {
    padding: 50px 0 0 55px;
  }
  #ausstellungen p {
    padding: 0 0 10px 0;
  }
  #rezensionen {
    padding: 50px 0 0 55px;
  }
  #rezensionen p {
    padding: 0 10px 10px 0;
  }
  #kontakt {
     padding: 50px 0 0  343px;
  }
  #links {
     padding: 50px 0 0 365px;
  }
  .streifen {
      background: url(hintergrund.jpg);
    }       
  .space {
    padding: 0 0 70px 0;
  }
    a:link, a:visited {
      text-decoration: none;
      color:  #012637;
    }
    a:hover, a:active {
      text-decoration: none;
      color: #860E0B;
    }    
    .active {
      color: #860E0B;
    }
    img, a img {
      border: 1px solid #ADB8BD;
    }
    .impressum {
      font-size: 14px;
      padding: 280px 0 0 0;
    }


