a.normal:link, a.normal:visited, a.normal:focus, a.normal:active { 
    color: #0074ff; background-color: tranparent;
    border: 0;
    margin: 0;
    padding: 0;
    width: auto; 
    text-decoration: none;
    float: none; }

  a.normal:hover { color: rgb(255, 102, 0); background-color: tranparent;	
    border: 0; 
    margin: 0;
    padding: 0; 
    width: auto; 
    text-decoration: none;
    }

  #navi ul { list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    }

  #navi li { 
    float: left;
    width: 90px;
   }

  #navi li a:link, a:visited, a:focus, a:active {
    float: left;
	color:#000099;
	text-decoration: none;
	width: 90px;					/* Breite des Links  */ 
	font-size: 10pt;
	font-weight: normal;
	line-height: 8pt;               
	border-top: 1px white solid;      /* Rahmenfarbe Auflistungpunkt oben */
	border-left:20px #FF8000 solid;    /* Rahmenfarbe Auflistungpunkt links */
	border-bottom:1px #FF8000 dotted;      /* Rahmenfarbe unten  */
	border-right: 0px orange solid;    /* Rahmenfarbe unten  */
	margin: 2px 0px 0px -15px;                /* oben rechts unten links  */
		padding: 3px 5px 5px 5px;                
    }

  #navi li a:hover { color: #FF8000;
	text-decoration:none;
	width:90px;					/* Breite des Links  */ 
	font-size: 10pt;
	font-weight: normal;
	line-height: 8pt;
	background-color: #C9ECF0;			                   
	border-top: 1px #0033CC solid;     
	border-left: 20px #FF8000 solid;  
	border-bottom: 1px #FF8000 dotted;    
	border-right:0px orange solid;    /* Rahmenfarbe rechts  */
	margin: 2px 0px 0px -15px;  
	padding: 3px 5px 5px 5px;             }


  body { margin: 0pt;
    padding: 0pt;
    font-size: 11pt;
    background-color: white;
    color: rgb(0, 0, 128);
    font-family: verdana,arial,helvetica,sans-serif;
    }

  td { font-size: 11pt;
    color: #000080;
    }

  #titel { font-size: 20pt;
    font-weight: bold;
    color: rgb(0, 0, 128);
    font-family: arial;
    }