	   /* Hintergrund fuer unsere Seite */
	   body    {
	   	background-image: url(bildoj/wand-wei.gif);
	   	background-color: White;
	   }
          #navi { border: 1px solid gray;   }
          #navi .naviul li  { list-style:none; text-align:center; }
          #navi a  { display:block; }
/*          #enhavo  { border: 1px solid #0c0; }  */

	   /* Formatierungen für Tabellen */
	   td     {
	   	font-family:verdana, arial, sans-serif;
	   	font-size:10pt;
	   	text-align:left;

	   }

	   td.link  {
	   	font-size:16pt;
	   	color:#FF0060;
	   	background-color:#00FF00;
	   	text-align:center;
	   }
	   td.center {
	   	text-align:center;
	   }
	   td.rechts { text-align: right;
	   }

	   td.nav    {
	   	background-color:#00ff00;
	   	padding:0cm;

	   }
	   td.titel,
           h1, h2, h2.inf, h3.inf, h4  {
                font-family:verdana, arial, sans-serif;
	   	font-weight:600;
	   	text-align:center;
	   }
           h1 { font-size:18px;  }
           h2 { font-size:16px;}
           h2.inf  { font-size:14px;
                   text-align:left; }
           h3     { text-decoration:underline;
	   	font-size:13px; }
           h3.inf { font-size:13px;
                    text-align:left;
                    text-decoration:none;
 }
	   h4 {     font-size:12px;
	   	text-align: left;
	   	text-decoration: none;
	   }

	   td.fett {
	   	font-weight : bold;
	   }

	   /* allgemeine Formate für Links */
	   a,
	   a:link  {
	   	color:#0000ff;
	   	text-decoration: underline;
	   }
	   a:visited {
	   	color:#9900ff;
	   	text-decoration : underline;
	   }
	   a:active {
	   	color:#00ffff;
	   	text-decoration : underline;
	   }
	   /* Formate für die fremden Links */
	   a.fremd,
	   a.fremd:link {
	   	color:#009900;
	   	text-decoration : underline;
	   }
	   a.fremd:visited {
	   	color: #00CC66;
	   	text-decoration: underline;
	   }
	   a.fremd:active {
	   	color:#99CC66;
	   	text-decoration : underline;
	   }

	   /* Grafische Links sollen bei Überstreichen vom Mauszeiger keinen Hintergrund
	   haben */
	   a.grafik,
	   a.grafik:link,
	   a.grafik:active,
	   a.grafik:visited { text-decoration:none;
	   	background-color : transparent;
	   }
	   a.noto  {         background-color:#ffe7ef; }
