/**
 * Index CSS Stylesheet
 *
 * @copyright Copyright mm-design Monika Müri
 * @version 1.0
 * 
 * Adapted to Sense of Perfume  by mm-design.ch 2009
 */

/* Important colors: 
 * #741E73   violett Logo Farbe
 *  #40B9AF  Tuerkis 
 *  #E7E5E8    Hintergrund Kontrast
 * weiss Hintergrund Kontrast
 
 *  
 *
 
*/


body      { background-color: #E7E5E8;
            background-image: url(bilder/schnetterling.png);
            background-repeat: no-repeat;
            font-family:  helvetica,arial, sans-serif;
            font-size: 16px;
            color: #666666 ;
            text-align: center;  /* Hack fuer IE */
 }
 
a:link    { color:#980D7D; text-decoration:none;
          }
a:visited { color: #980D7D  ; text-decoration:none;
          }
a:hover   { color: #741E73 ; text-decoration: none; 
          }
          
          
div#frame {
  background-color: #ffffff;
  width: 900px;
  height: 600px; 
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: left;  /* Hack fuer IE */
  }
  
  div#bild{
  float: left;
  /* overflow: inherit;  */
  border: 0;
  padding: 0;
  height: 600px;
  width: 540px; 
}
  

div#logo {
background-color: black;

  overflow: inherit; 
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  left: 35px;
  top: 20px;
  /* height: 64px; */
  /* width: 198px; */
  height: 120px;
  width: 319px;
}


div#content {
  float: right; 
  width: 360px;
  height: 600px;
  padding: 0;
  margin: 0;
}

 

div#content div#text {
  position: relative;
  left: 30px;
  top: 60px;
  height: 300px;
  width: 350px;
  
}



 div#text h4 {
  margin: 25px 0 0px 15px;
  color: #40B9AF ;
  font-size: 1.0em;
  font-weight: bold;  
  /* letter-spacing: 1.2px; */
  line-height: 1.2em; 
}

h4 a:link    { color:#40B9AF; text-decoration:none;
          }
h4 a:visited { color: #40B9AF  ; text-decoration:none;
          }
h4 a:hover   { color:#40B9AF ; text-decoration: none; 
          }

 div#text h5 {
  margin: 50px 25px 0 15px;
  padding: 0 10px 0 0;
  color: #741E73;
  font-size: 0.9em;
  font-weight: normal;  
   /* letter-spacing: 1.0px; */
  line-height: 1.2em;  */
}


 

div#ende {
  background-color: transparent;
   height: 0px;
  clear: both;
  

}
div#footer {
  clear: both;
  width: 900px;
  height: 20px;
  font-size: 0.7em;
  color: #999999;
  margin: 5px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;  /* Hack fuer IE */
  letter-spacing: 1px;
}
div#footer p { 
  margin: 0;
  font-size: 0.9em;
  font-weight: normal;  


  }

     
div#footer a:link {
  color: #999999;    
}

div#footer a:visited {
  color: #999999;
  }
 div#footer a:hover{ 
  color:  #741E73 ;
  }