
/* Lexikon Hilfe / Wörterbuch */
#lexikon {
	font-size: 90%;
 
}
#artikel #lexikon ul {
margin: 0px;
	padding: 0px;	
	list-style-type: none;
	font-size: 90%;
	padding: 0px;
	border: 1px solid #fff;
	float: left;
	
}
#artikel #lexikon ul li {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	
}

#artikel #lexikon ul li a {
	list-style-type: none;	
	width: 2.5em;
	margin-right: 2px;
	margin-top: 2px;
}

#artikel #lexikon ul li a:link {
	
	display: block; 
	font-weight: bold; 
	color: #003366;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	border: 1px solid #ddd;	
	
}
#artikel #lexikon ul li a:visited {
	
	display: block; 
	font-weight: normal; 
	color: #999;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	border: 1px solid #ddd;	
}

#artikel #lexikon ul li a:hover {
border: 1px solid #cc0000;	
}
#artikel #lexikon ul li a:active {
border: 1px solid #cc0000;	
}
h3 {
	line-height: 170%;
    margin-top: 30px;
	margin-bottom: 10px;
	font-size: 100%;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color:#fff;
	clear: both;
	padding-left: 0px;
	
}
h4 {
	font-weight: bold;
	
}	
#artikel ul.blank {
	 margin-left: 0px;
	 margin-left: 0px;
 }
#artikel ul.blank li {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;	 
 }
 #artikel ul p {
 margin-bottom: 15px; 
 }
.seitenanfang{
	margin-left: 10px;	
}
