/* fuer NN4.x */

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}
.ht3 {font-family:'Times New Roman',serif;/* für Logo Text */
	font-size:1.60em;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
      color:green;
	}

.textc {/* für Copyright */
	font-size:xx-small;
	font-weight:normal;
	text-align:center;}
.it	{font-style:italic;}
.itb	{font-style:italic;
	font-weight:bold;
	}