
h1  { color: #696969; font-size: 180%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h2 { color: #696969; font-weight: normal; font-size: 140%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3 { color: #696969; font-weight: normal; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.laufschrift { color: black; font-size: 12px; line-height: 17px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.subline   { color: #696969; font-size: 10px; line-height: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.kleinschrift { color: black; font-size: 10px; line-height: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.intern:link  { color: #666; text-decoration:none; font-weight: bold; }
a { color: #666; font-weight: bold; text-decoration: none }
a.extern:link   { color: #003; font-weight: bold; text-decoration: none }
a:visited   { color: #999; font-weight: bold; text-decoration: none }
a:hover   { color: #f63; font-weight: bold; text-decoration: underline }
a:active   { color: #666; font-weight: bold; text-decoration: none }
/*unsichtbar*/
.unsichtbaresfeld {
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: 0;
    height: 0;
	overflow: hidden;
	}