body {
  color: #666666;
  background: #FEFEE5;
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
  padding:  0;
  margin: 30px 0px 0px 0px;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline;}

a:link    { color: #999999;}
a:visited { color: #666666;}
a:focus, a:hover, a:active { color: #666666;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  background: #FFEEBF;
  width: 950px;            /* der Breite des Hintergrundbilds entsprechend */
  border: 1px #3A4B6F;
  border-style:double;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
}

* html #rahmen {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 952px;    /* fuer IE 5 und 5.5 */
  wid\th: 950px;   /* fuer IE 6 */
}

/*Erste Spalte
/*******************************************************/

#spalte1 {
  background: #FFEEBF;
  background-image:url(img/hint_start.jpg);
  background-repeat:repeat-x;
  height:600px;
  margin: 0;
  padding: 0;
  
}
#spalte1 h1{
font-weight:bold;
font-size:12px;
}
  


/* Text
************************************************************/
#text {
  position: relative;
  width: 810px;
  height: 100px;
  text-align: left;
  margin: 8px 0px 10px 85px;
  padding: 0px;  
}
#text .box1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 400px;
  margin: 0px;
  padding: 0px;
}
#text .box2 {
  position: absolute;
  left: 410px;
  width: 400px;
  top: 0px;
  margin: 0px;
  padding: 0px;
}

 

/* Bilder der Startseite
************************************************************/
#collage {
  position: relative;
  width: 810px;
  height: 233px;
  text-align: center;
  margin: 5px 0px 10px 85px;
  padding: 0px;  
}
#collage .box3 {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
}
#collage .box4 {
  position: absolute;
  left: 410px;
  top: 0px;
  margin: 0px;
  padding: 0px;
}

 



/* Allgemeine Klassen 
***********************************************************/
.zentrum { 
margin: 5px 0px 5px 0px;
text-align: center;
}
