     html, body {
			margin:0;
			padding:0;
			background-color:#FFFFFF;
            height : 101%;
            border-color : #FFFFFF;
            font-size : 11px;
			color : #5C6466;
		}

     p {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
          color : #5C6466;
          line-height : 160%;
      }
     .bold {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
          font-weight : bold;
      }
     .tab {
          border-color : #c0c0c0;
      }
     h1 {
          text-align : left;
          font-weight : bold;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 1.8em;
          padding-top : 0;
      }
     h2 {
          font-weight : normal;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 14px;
          padding-top : 0;
          color : #ed1b36;
      }
     a:link {
          color : #5C6466;
		  font-family : Verdana, Arial, Helvetica, sans-serif;
            font-size : 11px;
          text-decoration : none;
          border : 0;		  
          line-height : 160%;
      }
     a:visited {
          color : #5C6466;
		  font-family : Verdana, Arial, Helvetica, sans-serif;
            font-size : 11px;
          text-decoration : none;
          border : 0;
          line-height : 160%;
      }
     a:active {
          color : #5C6466;
		  font-family : Verdana, Arial, Helvetica, sans-serif;
            font-size : 11px;
          text-decoration : none;
          border : 0;
          line-height : 160%;
      }
     a:hover {
          color : #B52255;
		  font-family : Verdana, Arial, Helvetica, sans-serif;
            font-size : 11px;
          text-decoration : none;
          border : 0;
          line-height : 160%;
      }
	  
	  a.kurs_link {
			  display : block;
			  width : 96px;
			  height : 13px;
			  border : 0px solid #000000;
			  background-image : url(../img/kurs_inaktive.jpg);
			  background-position:left;
			  background-repeat:no-repeat;
		  }
		 a.kurs_link:hover {
			  background-image : url(../img/kurs_aktuell.jpg);
		  }
		  a.kurs_active_link {
			  display : block;
			  width : 96px;
			  height : 13px;
			  border : 0px solid #000000;
			  background-image : url(../img/kurs_aktuell.jpg);
			  background-position:left;
			  background-repeat:no-repeat;
		  }
		 a.kurs_active_link:hover {
			  background-image : url(../img/kurs_aktuell.jpg);
		  }
		  
		  a.kontakt_link {
			  display : block;
			  width : 96px;
			  height : 13px;
			  border : 0px solid #000000;
			  background-image : url(../img/kontakt_inaktiv.jpg);
			  background-position:left;
			  background-repeat:no-repeat;
		  }
		 a.kontakt_link:hover {
			  background-image : url(../img/kontakt_aktuell.jpg);
		  }
		  a.kontakt_active_link {
			  display : block;
			  width : 96px;
			  height : 13px;
			  border : 0px solid #000000;
			  background-image : url(../img/kontakt_aktuell.jpg);
			  background-position:left;
			  background-repeat:no-repeat;
		  }
		 a.kontakt_active_link:hover {
			  background-image : url(../img/kontakt_aktuell.jpg);
		  }
		  
		  a.aktuell_link {
			  display : block;
			  width : 96px;
			  height : 29px;
			  border : 0px solid #000000;
			  background-image : url(../img/aktuell_inaktiv.jpg);
			  background-position:left;
			  background-repeat:no-repeat;
		  }
		 a.aktuell_link:hover {
			  background-image : url(../img/aktuell_aktuell.jpg);
		  }
		  a.aktuell_active_link {
			  display : block;
			  width : 96px;
			  height : 29px;
			  border : 0px solid #000000;
			  background-image : url(../img/aktuell_aktuell.jpg);
			  background-position:left;
			  background-repeat:no-repeat;
		  }
		 a.aktuell_active_link:hover {
			  background-image : url(../img/aktuell_aktuell.jpg);
		  }
     		
		a.anmeldung_link {
			  display : block;
			  width : 96px;
			  height : 21px;
			  border : 0px solid #000000;
			  background-image : url(../img/anmeldung_inaktiv.jpg);
			  background-position:left;
			  background-repeat:no-repeat;
		  }
		 a.anmeldung_link:hover {
			  background-image : url(../img/anmeldung_aktuell.jpg);
		  }
		  a.anmeldung_active_link {
			  display : block;
			  width : 96px;
			  height : 21px;
			  border : 0px solid #000000;
			  background-image : url(../img/anmeldung_aktuell.jpg);
			  background-position:left;
			  background-repeat:no-repeat;
		  }
		 a.anmeldung_active_link:hover {
			  background-image : url(../img/anmeldung_aktuell.jpg);
		  }
     