/**
 * Main 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;
           
            
            top: 55px; 

            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#navigation {
     
   float: left; 
   background-image: url(de/bilder/hauptbild.jpg);
   background-repeat: no-repeat;
   margin-top: 0px;
  width: 460px;
  height: 600px;     /* gibt die minimale Fensterhoehe an */
  border-width: 0 0px 0px 0px;
  border-color:#41B5A7 ; 
  border-style: solid;
  color:#537082; /* list-style-color */
  }

div#navigation ul {
 width: 150px ;
  margin: 155px 0px 0px 290px;
  padding:0px 0 0 0px; 
  list-style-type: none;
  font-size: 0.8em; 
  font-style: bold; 
  border-width: 0px 0px 0px 0px;
  border-color:#41B5A7 ; 
  border-style: solid;
} 
 

div#navigation li {
 margin: 0px 0 0 10px;
  padding: 5px 0 ;
  border-width: 0px 0px 1px 0px;
  border-color:#41B5A7 ; 
  border-style: solid;
} 

div#navigation  ul ul{
   margin: 0px 0 0 0px;
  padding: 0px; 
  list-style-type: none;
  font-size: 1.0em;
} 

div#navigation ul ul li {
  margin: 0px 0 0 0;
  padding: 12px; 
}
 
div#navigation ul li  a {
  padding: 3px 0px 0px 0px;
  margin-left: 0px;
  margin-right: 0px; 
  background-color:  transparent;
  text-decoration: none;
  width: 150px;
  display: block;
}

div#navigation  ul li  a:link {
  color:#41B5A7     ;
}

div#navigation ul li  a:visited {
  color: #41B5A7    ;
}

div#navigation ul li  a:hover{ 
  color:  #980D7D   ;
  background-color: #41B5A7  ;
}

div#header {
  overflow: inherit; 
  position: relative;
  left: 20px;
  top: 0px;
  float: left;
  background-color: transparent;
  width: 440px;
  height: 130px;
}
 

div#header h2 {
  color:  #651D5E;
  font-family: "Boldface Becker",Garamond, "Times New Roman", Times, Georgia, serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2px; 
  
}
div#logo {
  overflow: inherit; 
  border: 0;
  padding: 0;
  position: relative;
  left: -10px;
  top: 20px;
  /* height: 64px; */
  /* width: 198px; */
  height: 50px
  width: 300px;
}


div#content {
 float: left; 
 margin-right: auto;
  background-color: transparent;
  width: 440px;
   height: 420px;
  padding: 0 0 15px 0;
}
  

div#content  h3 {
  margin: 15px 8px 20px 0px;
  padding: 16px 8px 15px 15px;
  color: #40B9AF;
  font-size: 0.8em;
  font-weight: bold;  
  /* letter-spacing: 1.2px; */
  text-align: left;
  line-height: 1.2em; 
 
  
}

div#content div#text {
  float: left; 
  clear: both;
  background-color:  transparent;
  height: 390px;
  width: 440px;
  position: relative;
  top: -45px;
  left: 0px;
  overflow: auto; /* Scrollbalken */
  margin-top: 20px;
}



div#content div#text h4 {
  margin: 15px 0 0px 15px;
  color:#666666;
  font-size: 0.8em;
  font-weight: bold;  
  /* letter-spacing: 1.2px; */
  line-height: 1.2em; 
}

div#content div#text p {
  margin: 15px 25px 0 15px;
  padding: 0 10px 0 0;
  color: #666666;
  font-size: 0.8em;
  font-weight: normal;  
   /* letter-spacing: 1.0px; */
  line-height: 1.2em;  */
}


 table.twocolumns  {
 border: 0px;
 width: 400px;
 height: auto;
 margin: 0px 0px 0px 0px;
 padding: 0;
 /* border-collapse: separate; */
 border-spacing: 0px 0px;
}

 table.twocolumns  td {
  font-size: 0.8em;
  padding: 15px;
} 

 table.twocolumns  td.columnLeft {
  width: 60%;
  text-align:left;
  vertical-align:top;
 
}

 table.twocolumns  td.columnRight {
  width: 40%;
  text-align:left;

}


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 a:link {
  color: #999999;    
}

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