.skiplinks, h1 {/* kein display:none, so sichtbar fuer screenreader */
position: absolute;
overflow: hidden;
top: -999em;
width: 1px;
height: 1px;
}

/* fuer IE/Mac, sonst horizontale scrollbar */
.skiplinks, h1 {
display: none;
}

a:link {
color: #798faf;
background-color: transparent;
text-decoration: underline;
}

a:visited {
color: #006;
text-decoration: underline;
}

a:active, a:hover {
color: #f00;
text-decoration: underline;
background-color: transparent;
}

/* verborgen vor IE5-mac \*/
* html p, h1, h2, h3, h4, h5 {height: 1%;}
/* Ende verborgen vor IE5-mac */

p, li {
font-size: 0.8em;
}

.fett {
font-weight: bold;
color: #000066;
}

img {
border: 0;
}

.klein {
font-size: 0.7em;
}