/* headlinerz */
.headline {
font-family: arial, helvetica, sans-serif;
font-size: 13px; 
font-weight: bold; 
color: #666666; 
text-decoration: underline;
}

/* normaler link */
A:link {
font-family: arial, helvetica, sans-serif;
font-size: 11px; 
font-weight: normal; 
color: #666666; 
text-decoration: underline;
}
A:visited {
font-family: arial, helvetica, sans-serif;
font-size: 11px; 
font-weight: normal; 
color: #999999; 
text-decoration: blink;
}
A:hover {
font-family: arial, helvetica, sans-serif;
font-size: 11px; 
font-weight: normal; 
color: #FFBD0C; 
text-decoration: none;
}

/* text */
.text {
font-family: arial, helvetica, sans-serif;
font-size: 11px; 
font-weight: normal; 
color: #666666; 
text-decoration: none;
}

/* textlinks */
.text2 {
font-family: arial, helvetica, sans-serif;
font-size: 11px; 
font-weight: normal; 
color: #666666; 
text-decoration: none;
}
A.text2 {
font-family: arial, helvetica, sans-serif;
font-size: 11px; 
font-weight: normal; 
color: #666666; 
text-decoration: underline;
}
A:visited.text2 {
font-family: arial, helvetica, sans-serif;
font-size: 11px; 
font-weight: normal; 
color: #999999; 
text-decoration: line-through;
}
A:hover.text2 {
font-family: arial, helvetica, sans-serif;
font-size: 11px; 
font-weight: normal; 
color: #FFBD0C; 
text-decoration: underline;
}

/* navigations link */
A.navi  {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
A:hover.navi {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFBD0C;
text-decoration: underline;
}
A:visited.navi {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #999999;
text-decoration: blink;
}

/* kleiner text */
TD.klein {
color: #666666; font-size: 9px;
}

/* elemente */
BODY {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
color: #666666; 
scrollbar-arrow-color: #999999;
scrollbar-darkshadow-color: #F5F5F5;
scrollbar-base-color: #F3F3F3;
}

TD {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
font-weight: normal; 
color: #333333; 
text-decoration: none;
}

LI { 
color: #FFBD0C; list-style: square;
}


