body {
  color: #000000;
  background: #990000;
  background-image:url(img/body_hint.jpg);
  background-repeat:repeat-x;  
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:130%;
  padding:  0;
  margin-top: 10;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline;}

a:link    { color: #990000;}
a:visited { color: #FFFFCC;}
a:focus, a:hover, a:active { color: #FFFFCC;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  background: #FFFFFF;
  background-image:url(img/container_hint.jpg);
  background-repeat:repeat-y;
  width: 970px;            /* der Breite des Hintergrundbilds entsprechend */
  height:750px;
  border: 5px solid #FFFFFF;
  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: 970px;    /* fuer IE 5 und 5.5 */
  wid\th: 980px;   /* fuer IE 6 */
}


/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float: left;
  width: 218px;    
  padding: 0px;
  margin:0px;
  }


#spalte1 ul{
  list-style: url(img/listeweiss.gif);
  padding: 0;
  margin: 150px 0px 0px 25px;
  text-decoration:none;
}

#spalte1 li {
  margin: 35px 0 0px 0;
 text-decoration:none;
  line-height: 180%;
  
}
#spalte1 li.on  {
   color:#990000;
}

#spalte1 a:link, #spalte1 a:visited {
  color: #FFFFFF;
   font-size: 18px;
   display:block;
   width:192px;
   border-bottom: 1px solid #FFFFFF;
    text-decoration:none;
	height:24px;
 }
#spalte1 a.on  {
      color:#990000 !important;
	 
    
}
#spalte1 a:focus, #spalte1 a:hover, #spalte1 a:active {
  color:#990000;
  background-image:url(img/button.jpg);
}

/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float:left;
  width: 520px; 
      
}

#spalte2 h1 {
  color: #FFCC00;
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
}

#spalte2 p {
   margin: 20px 50px 0px 70px;
}
  
#spalte2 .mitte {
  text-align: center;
}
 

#spalte2 a:link, #spalte2 a:visited {
  color:#FFCC00;
  font-weight: bold;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color:#FFFFCC;
}
#spalte2 hr {
text-align:center;
width: 400px;
border: 1px dotted #FFF6CE;
margin: 15px 0px 0px 0px;

}
/* Spalte 3
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte3 {
  float:left;
  width: 220px; 
  
      
}
 
#spalte3 .inhalt{
 margin:550px 0px 0px 30px;
 }





