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