
/* Lexikon Hilfe / Wörterbuch */
#lexikon {
	font-size: 90%;
	margin: 25px 0px 40px 0px;
	padding-bottom: 70px;	
}
#artikel #lexikon ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	
}
#artikel #lexikon ul li {
	float: left;
	margin: 0px;
	width: 7.7%;
	list-style-type: none;
	font-size: 90%;
	padding: 0px;
	list-style-image: url(../images/schummel.gif);border: 1px solid #fff;
	
}

#artikel #lexikon ul li a {
	list-style-type: none;	
}

#artikel #lexikon ul li a:link {
	
	display: block; 
	font-weight: bold; 
	color: #003366; 
	background-color: #f2f2f2;
	text-align: center; 
	text-decoration: none; 
	list-style-type: none;
	
}
#artikel #lexikon ul li a:visited {
	
	display: block; 
	font-weight: bold; 
	padding-bottom: 7px; 
	color: #003366; 
	padding-top: 4px; 
	background-color: #f2f2f2;
	text-align: center; 
	text-decoration: none; 
	list-style-type: none;
}

#artikel #lexikon ul li a:hover {
	color: #fff; background-color: #cc0000; text-decoration: underline; list-style-type: none;text-decoration: none; 
}
#artikel #lexikon ul li a:active {
	color: #fff; background-color: #cc0000; text-decoration: underline; list-style-type: none;text-decoration: none; 
}
.tabellenrahmenlexikon {
	width: auto;
	margin-right: 40px;
	line-height: 150%;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
	font-size: 100%;
	background: #f2f2f2;
}


