body { color: black; background-color: white; }
p {}
td {}
a:link { color: #666 ; text-decoration: none; }
a:visited { color: #666 }
a:hover { color: #95111d ; font-weight: 700; }
a:active { color: #666 ; }
.navi-oben { color: #666; font-size: 12px; font-family: arial; }
.navi-oben-sel { color: #95111d; font-size: 12px; font-weight: bold; font-family: arial; }
.main-navi { color: #666; font-size: 15px; font-family: arial; }
.main-navi-sel { color: #95111d ; font-size: 15px; font-weight: bold; font-family: arial; }
.H1 { color: #95111d; font-size: 20px; font-family: arial; line-height: 35px; }
.H2 { color: #666; font-size: 18px; font-family: arial; }
.H3 { color: #666; font-size: 15px; font-family: arial; }
.fliesstext { color: #8f8f8f; font-size: 13px; font-family: arial; line-height: 22px; }
.fliesstext_rot { color: #95111d; font-size: 13px; font-family: arial; line-height: 22px; margin-bottom: -10px;}
.bildunterschrift { color: #8f8f8f; font-size: 10px; font-family: arial; line-height: 22px; }


.tooltip {position: relative;}
.tooltip span {display: none;}
.tooltip:hover span {
display: block;
position: absolute;
left: 0; top: 0;
margin: 20px 0 0 0;
width: 510px; color: #666666;
border: 1px solid #95111d;
padding: 10px;
background: #f0f0f0;
font-size: 13px;
font-family: arial;
font-weight: normal;
line-height: 22px; 
z-index:1;
}