FONT, P, DT, DL, DD, LI, UL, OL, TD  {
    font-family : 'Verdana', 'Arial', 'Helvetica', 'sans-serif', 'Univers 55';
    font-size : 12px;
    font-weight : normal;
    color : #404040;
}

BODY {
    background-color: #ffffff;
    font-family : 'Verdana', 'Arial', 'Helvetica', 'sans-serif', 'Univers 55';
    font-size : 12px;
    font-weight : normal;
    color : #404040;
}

b   { 
    color : #404040;
    font-size : 12px;
    font-weight : bold;
    font-family : 'Verdana', 'Arial', 'Helvetica', 'sans-serif', 'Univers 55';
}

b.gross { 
    color : #404040;
    font-size : 18px;
    font-weight : bold;
    font-family : 'Verdana', 'Arial', 'Helvetica', 'sans-serif', 'Univers 55';
}

b.mittel    { 
    color : #404040;
    font-size : 12px;
    font-weight : bold;
    font-family : 'Verdana', 'Arial', 'Helvetica', 'sans-serif', 'Univers 55';
}
  
a.menu:link  {
    color : #FF6600;
    font-weight : bold;
    text-decoration : none;
}

a.menu:visited  {
    color : #FF6600;
    font-weight : bold;
    text-decoration : none;
}

a.menu:active  {
    color : #404040;
    text-decoration : underline;
}

a.menu:hover  {
    color : #404040;
    text-decoration : underline;
}

a:link  {
    color : #FF6600;
    font-weight : normal;
    text-decoration : none;
}

a:visited  {
    color : #FF6600;
    font-weight : normal;
    text-decoration : none;
}

a:active  {
    color : #404040;
    text-decoration : underline;
}

a:hover  {
    color : #404040;
    text-decoration : underline;
}
