/**
 * Kontakt 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
 
   
   
*/

  

          
div#navigation {
   background-image: url(../bilder/orchidee2_neu.jpg);
   background-repeat: no-repeat
   }

 /* Kontaktformular */

div#content div#text p.fehler {
  color: #FF0000 ; 
}

table {
  margin: 20px 0 0 10px;
  font-size: 0.8em;

}
 
td.label {
  width: 100px;
  vertical-align: top;
 
 }
 
input#senden {
 color: #ffffff ;
 background-color:  #40B9AF   ;
 
 }
 
 input#zurueck {
  color: #ffffff;
  background-color: #40B9AF;
  margin: 0px 0 0 15px;
}

