body {
  color: #333333;
  background: #FFFFFF;
  font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding:  0;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline;}

a:link    { color: #1B458B;}
a:visited { color: #2956A0;}
a:focus, a:hover, a:active { color: #C5271B;}



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

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



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

#rahmen {
  background: #FFF9EF;
  background-image:url(img/rahmen_hint.jpg);
  background-repeat:repeat-y;
  width: 980px;            /* der Breite des Hintergrundbilds entsprechend */
  border: 2px solid #FFDE6A;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
  
}


/*Kopf
/*******************************************************/

#kopf {
  height:20px;
  margin: 0;
  padding: 0;
 
  
}
#kopf .abstand{
 margin: 0px 0px 0px 840px;
 
 }
/*Bildbereich
/*******************************************************/
 
#bild { 
  
  height:309px;
  margin: 0;
  padding: 0;  
  
}
/*  Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  background-image:url(img/menue.jpg);
  background-repeat:no-repeat;
  height:34px;
  margin: 0;
  padding: 0;
   
}
 
#menue ul {
  margin: 0px 0px 0px 320px;
  padding: 9px 0px 0px 0px;
  list-style: none;
}

#menue li {
  display: inline;   
}


#menue a {
  font-size: 12px;
  margin-right: 40px;
  font-weight:bold;
}

#menue a.on  {
      color:#660000 !important;
	 
    
}
#menue a:link, #menue a:visited {
  color: #FFFFFF;
  font-weight:bold;
  text-decoration:none;
  
 }

#menue a:focus, #menue a:hover, #menue a:active {
  color:#FFB044;
  text-decoration: underline;
}


/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float: left;
  width: 227px;
  background-image:url(img/nav_hint.jpg);
  background-repeat:no-repeat;    
  margin: 0;
  padding: 0;
  
}

#spalte1 ul{
  list-style:none;
  padding: 0;
  margin: 20px 0px 0px 0px;
}

#spalte1 li {
  margin: 8px 0px 0px 0;
  font-size: 11px;
  line-height: 180%;
  
}


#spalte1 a:link, #spalte1 a:visited {
  display:block;
  width:190px;
  background-image:url(img/button.jpg);
  background-repeat:no-repeat;
  margin-left: 20px;
  padding-left:15px;
  text-decoration:none;
  color:#000000 !important;
 }
 

 	
#spalte1 a:focus, #spalte1 a:hover, #spalte1 a:active {
  display:block;
  width:190px;
  background-image:url(img/button.jpg);
  background-repeat:no-repeat;
  text-decoration:none;
  color:#01638A !important;
  
 }
#spalte1 a.on {
  display:block;
  width:190px;
  background-image:url(img/button_over.jpg);
  background-repeat:no-repeat;
  color:#003300 !important;
  font-weight:bold;
  text-decoration:underline;
 }
 
 #spalte1 .unten{
 
  margin:10px 0px 0px 0px;
  }


/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float:left;
  width: 753px;          
  font-size: 11px;
     
}

#spalte2 .abstand{
 margin: 20px 20px 0px 20px;
 
 }

#spalte2 h1 {
  display:block;
  color: #3D7B7F;
  font-size: 14px;
  font-weight:bold;
  border-bottom:1px solid #3D7B7F;
  margin: 20px 20px 0px 20px;
}

#spalte2 h2 {
  display:block;
  font-size:12px;
  border-bottom: 1px solid #333333;
  font-weight:bold;
  margin: 20px 20px 0px 20px;
  color:#333333;
}

#spalte2 .box1{
 display:inline;
 float:left;
 width:340px;
 margin:30px 0px 0px 20px;
 
 }
 #spalte2 .box2{
 float:left;
 width:340px;
 margin:30px 0px 0px 20px;
  }
  
#spalte2 .mitte {
  text-align: center;
}
 

#spalte2 a:link, #spalte2 a:visited {
  color:#660000;
  font-weight: bold;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color:#FFB044;
}

 
 /* Fuss
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#fuss {
  background-image:url(img/fuss.jpg);
  background-repeat:no-repeat;
  height: 30px;
  margin: 0px;
 
     }

#fuss p{
 margin-left:350px;
 padding: 7px 0px 0px 0px;
  }

 
/* Tabellen 
*************************************************************/ 
.tabelle1{
  border: 2px solid #FFCC00;
  margin: 15px 0px 15px 100px;
  border-collapse: collapse;
 
  
}

.zeile{
  border-top: 1px solid #8F0000;
  border-bottom: 1px solid #8F0000;
  
  }
.hintergrund {
background-color: #F5E8E8;
}
.dick  {
  font-weight: bold;
}

.dia {
  font-size: 11px;
  
}

/* Bildercollagen 
************************************************************/
#collage {
  position: relative;
  width: 650px;
  height: 213px;
  text-align: center;
  margin: 20px 0px 0px 70px;
  
 }
#collage .box1 {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
 
}
#collage .box2 {
  position: absolute;
  left: 330px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  text-align:left !important;
}









