/* Workaround fuer IE & Opera Browser */
* html .ieminwidth {border-left: 950px solid #FFFFFF; position: relative; z-index:1; float: left;}
* html .iecontainer {margin-left: -950px; position: relative; z-index:2; float: left;}

   BODY {
   		 text-decoration: none;
		 color: #000000;
		 font-family: Trebuchet MS
   		}

   A {
          text-decoration: none;
          color: #0055BB;
     }

   A:active {
          text-decoration: none;
          color: #0055BB;
            }

   A:link {
          text-decoration: none;
          color: #0055BB;
          }

   A:visited {
          text-decoration: none;
          color: #0055BB;
             }

   A:hover {
          text-decoration: underline;
          color: #0055BB;
             }

   A.schwach {
          text-decoration: none;
          color: #66AAFF;
     }
   A.schwach:active {
          text-decoration: none;
          color: #66AAFF;
            }
   A.schwach:link {
          text-decoration: none;
          color: #66AAFF;
          }
   A.schwach:visited {
          text-decoration: none;
          color: #66AAFF;
             }
   A.schwach:hover {
          text-decoration: underline;
          color: #0099FF;
             }
