/**
 * Main CSS Stylesheet
 *
 * @copyright Copyright mm-design Monika Müri
 * @version 1.0
 *
 * Adapted to Reformierte Kirche Brugg layout by mm-design.ch 2008
 */

/* Important colors:
   #eeeeee    body-color Background
   #FFFFFF    content
   #BBBBBB    grau fuer den Header
   #B1D8BB    gruen   fuer Balcken
   #005500    Titel Gruen
   #005500    Gruen Titel-Schrift
   #000000    schwarz Titel-Schrift
   #666666    Text-Schrift Grau
   #40B060    Link
   #A6D3A6    border-color
*/

body      { background-color: #ffffff;
}
          
div#frame {
  background-color: #ffffff;
  width: 800px;
  /* height: 600px;*/
  border-left:0px solid #FFFFFF;
  border-top:0px solid #FFFFFF;
  border-right:0px solid #FFFFFF; 
  border-bottom:0px solid #FFFFFF;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: left;  /* Hack fuer IE */
}



div#content div#indexbild {
  height: 600px;
  background-color: #ffffff;
  border: 0;  
  padding: 0;
  margin: 0px 0 0 0;
}

div#content img {
  border: 0;
}

div#ende {
  background-color: #ffffff;
   height: 8px;
  clear: both;
}

div#footer {
  background-color: #ffffff;
  padding-right: 20px;
  }
