#buchstaben 
{
 width: 30.5em;
 margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom:1px solid #849c0a;
}

#naviLexikon 
{
 margin: 0;
}

#naviLexikon li 
{
 display: inline;
 list-style-type: none;
}

#naviLexikon a:link, #naviLexikon a:visited 
{
 float: left;
 /* hier absolute Größe, sonst Probleme bei Schriftgrößenänderung */
	font-size: 10px;
 line-height: 14px;
 font-weight: bold;	
 padding: 5px 5px 6px 4px;
 text-decoration: none;
 color: #336699;
}

#naviLexikon a:link.active, #naviLexikon a:visited.active, #naviLexikon a:hover 
{
 color: #849c0a;
 background: url(../images/pyramid.png) no-repeat bottom center;
}

#buchstabenMobil
{
 margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom:1px solid #849c0a;
}

#naviMobil
{
 margin-top: 10px;
 margin-bottom: 0;
 width:70px;
 text-align: center;
}


