/**
 * Index 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
   #7C6344 Link Farbe
  
   #963407  Titel-Schrift
   Important measures:
   960px      Breite Fenster
   225px      Hoehe Header
   220px      breite Navigation
*/

  



 
a:link    { color:#ffffff; text-decoration:none;
          }
a:visited { color:#ffffff ; text-decoration:none;
          }
a:hover   { color:#ffffff ; text-decoration: none; 


          }
          
          
          
          

div#kallisophie   a:link img, div#kallisophie  a:visited img {
 border: 0px none transparent;
}

div#weisheit   a:link img, div#weisheit  a:visited img {
 border: 0px none transparent;
}
          
div#vers a:link,div#vers a:visited {
 color:#ffffff;
 text-decoration:none;


}

div#vers  {
  height: 300px;
}

div#vers p {
  color: #000000;
  font-size: 0.82em;
  font-weight: normal;
  padding: 16px 24px 0px 22px;
  margin: 10px 0px 0 0;
  text-align: left;
}



div#vers blockquote  {
  margin: 0 0px 10px  20px;
  width: 720px;
  height: 200px;
}

div#vers blockquote h5 {
  font-size: 0.9em;
  color:#000000 ;
 /*  font-family:serif; */
  font-style: normal;
  font-weight: bold;
  margin: 5px 0 10px 0px;
}

div#vers blockquote p {
  font-size: 0.9em;
  margin: 0px 0px 0 0px;
  padding: 90px 0px 0px 330px;
  color: #000000;
  font-style: normal;
  font-weight: bold;
}

div#vers blockquote p.autor {
  font-style: normal;
  margin: -70px 0px 0px 0px;
  text-align: left;
  font-weight: bold;
}



 div#footer {
  position: relative;
  left: -36px;
  top: -50px;
  /*  background-color:  #000000 ; */
  width: 750px;
  height: 20px;
  font-size: 0.7em;
  color:  #ffffff;
  margin: 0;
  padding-top: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;  /* Hack fuer IE */
}
 
