
#topnavi {
float: right;   
text-align:center;                                     /* Textausrichtung     */   
margin:0 10px 0 0;                                 /* Außenabstand   */   
padding: 3px; 
background-color: #ecc177;
border: 1px solid black;
}  

#topnavi ul {  
list-style:none;                                 /* keine Aufzählungspunkte */ 
background-color: #ecc177;
padding:0;
margin: 0 5px;
}  

#topnavi li {   
/* float:right;                                            */ /* Anordnung rechts   */   
width:90px;                                        /* Breite des Links  */    
background-color:#ecc177;                   /* Hintergrundfarbe  */   
line-height: 27px;
height: 28px;
padding: 0;
margin: 0;
display: inline;
}
.top { margin-right: 20px; margin-top: 5px; }
}
.clear {
	clear: right;
}

#topnavi a{
width:130px;  /*die breitenangabe wird nur vom IE benoetigt*/
color:black;
background:#A35646;
border:1px solid black;
padding:2px 9px 2px 10px;
font-weight:bold;
font-size:12px;
text-decoration:none;}
#topnavi a:visited { 
text-decoration:none; 
}
#topnavi a:focus   { 
text-decoration:overline underline;
}
#topnavi a:hover{
color: #5E1B0A;
background:#ffdead;
border:1px solid black;
}
#topnavi a:active  { 
text-decoration:none; 
}

div a img { 
border-width: 0; 
}
div a:hover img { 
border-width: 0; 
}

