@media screen, handheld { /* ... Formatdefinitionen zur Bildschirmausgabe ... */ /* Navigation unter Content */ .menu_u {color: #373737; font-family: Verdana, Arial, Helvetica; font-size: 9px; font-style: normal; font-weight: normal;} .menu_u:link {color: #373737; text-decoration: none;} .menu_u:visited {color: #373737; text-decoration: none;} a.menu_u:hover {color: #C80000; text-decoration: underline;} .menu_u:active {color: #373737; text-decoration: none;} /* TOP-Card-Navigation für Typ=2 LINK */ .menu_oCRDL {padding: 0 0 12 0; line-height:32px; color: #151933; font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica; font-size: 14px; font-style: normal; font-weight: bold; text-decoration: none; white-space:nowrap; } .menu_oCRDL:link {color: #151933;} .menu_oCRDL:visited {color: #151933;} a.menu_oCRDL:hover {color: #0000F0; text-transform: uppercase; } .menu_oCRDL:active {color: #151933;} /* TOP-Card-Navigation für Typ=0 ACTIVE */ .menu_oCRDA {padding: 0 0 12 0; line-height:32px; color: #CC0000; font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica; font-size: 14px; font-style: normal; font-weight: bold; text-decoration: none; white-space:nowrap; } .menu_oCRDA:link {color: #CC0000;} .menu_oCRDA:visited {color: #CC0000;} a.menu_oCRDA:hover {color: #920000; } .menu_oCRDA:active {color: #F00000;} } @media print { /* ... Formatdefinitionen zum Drucken ... */ .menu_l {color: black; font-family: Verdana, Arial; font-size: 11px; font-style: normal; font-weight: normal;} .menu_u {color: black; font-family: Verdana, Arial; font-size: 9px; font-style: normal;} }