P, UL, FONT, LI, A
    { font-family: "Verdana", "Arial", "helvetica";
    }

.gelb { color: black; background-color: #F2C835; font-size: 10pt;
     }

FONT.ut { color: red; font-size: 10pt;
     }

.lauftext { font-size: 10pt;
     }


.zt { color: white; font-size: 10pt; background-color: #00079E; font-weight: bold;
     }

A   { color: #F2C835;
     }

A.navilist  {
     color: white; background-color: red; text-decoration: none;
     }

A.ut  {
     color: red; text-decoration: none; font-size: 8pt;
     }

A.fuss  {
     color: red;
     }

.mehr {background-color: #00079E; color: #F2C835;  font-size: 10pt
     }

.ut A:hover { 
     color:white; background-color:red;
    }

.navilist A:hover { 
     color:red; background-color:white;
    }



