/**
 * 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_wissenschaft.jpg);
  background-repeat: no-repeat;

}

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