@charset "utf-8";
/* CSS Document */

.ueberschrift {
font-family : 'Arial';
font-size : 0.9em;
color : gray;
font-weight:bold
}

.text {
font-family : 'Arial';
font-size : 0.8em;
color : #666;
}

.text2 {
font-family : 'Arial';
font-size : 0.78em;
color : #666;
}


A:link { text-decoration: underline;  color:#666}
A:visited {text-decoration: underline;  color:#666}
A:active { text-decoration: underline;  color:#666}
A:hover {text-decoration: underline; color:#fff}

