#Library {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ebebeb;
	border: 1px solid #999999;
	margin: 10px;
	padding: 5px;
	width: 300px;
}
div.LibraryTitel {
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px dashed #999999;
}
div.LibraryEntry {
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#LibraryTrash {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
