/**
 * Main CSS Stylesheet
 *
 * @copyright Copyright mm-design Monika Müri
 * @version 1.0
 * 
 * Adapted to Kallisophie by mm-design.ch 2008 
 */

/* Important colors:  
   #000000  body-color schwarz
   #FFF3DF content Textfeldfarbe
  
   #963407  Titel-Schrift
   Important measures:
   960px      Breite Fenster
   225px      Hoehe Header
   220px      breite Navigation
   
   
*/

  

          
div#frame {
   background-image: url(bilder/hi_kontakt.jpg);
  background-repeat: no-repeat;

}
 /* Kontaktformular */

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

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

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

div#content div#opak {
 filter:alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity:0.8;
}

div#text h5 {
  padding: 0px 12px 0px 23px;
  
}