#Gesetz {
width:145px;
}

#NormkastenAussen {
	width:150px;
	height:100px;
	overflow:auto;
	overflow-x:hidden;
	font-size:11px;
	display:none;
}

.Normkasten {
	font-size:11px;
	background: #eaeaea;
	border-left: 1px solid #f0f0e0;
	border-bottom: 1px solid #f0f0e0;
}

.Eintrag {
	list-style: none;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #f4f4f4;
}

.Normkasten a {
	display: block;
	max-width:150px;
	overflow:hidden;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	background: #eaeaea;
	padding-left: 5px;
}

.Normkasten a:hover, .Normkasten a:focus {
	color: #333;
	background: #e5e5e5;
	font-weight: bold;
	text-decoration: none;
}

.Normkasten a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
