* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	line-height: 150%;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f8f6f2;
}

#rechts, #links {
	float: left;
	padding: 20px;
}

#rechts {
	width: 250px;
}

#links {
	width: 650px;
}

label {
	font-style: italic;
	color: #222222;
	display: block;
}

.soft, .pages a {
	color: #444;
}

.pages {
	background-color: #cac9c6;
	border-bottom: 1px solid #9e9d9b;
	padding: 2px 5px 2px 5px;
}



#links a {
	color: #dd2c21;
}

#links a:hover {
	color: #7e9e41;
}

.pages a {
	text-decoration: none;
}

.pages a:hover {
	color: #dd2c21;
}

.pages span.current a {
	font-weight: bold;
}

#rechts p {
	margin-bottom: 1em;
}

#rechts input.text {
	width: 250px;
	border: 1px solid #666;
	padding: 3px;
}

#rechts p.submit {
	text-align: center;
	padding: 5px;
}

#resultaten {
	font-size: 9pt;
	text-align: justify;
}

#resultaten ul {
	list-style: circle;
	list-style-position: inside;
}

#resultaten a {
	text-decoration: none;
	color: #111;
}

#resultaten a:hover {
	color: #dd2c21; 
}

.libnavigation td {
	text-align: center;
	width: 20%;
	background-color: #cac9c6;
	border-bottom: 1px solid #9e9d9b;
}
.libnavigation td.current {
	background-color: #e2e2e2;
}

.libnavigation td a {
	color: #111 !important;
	text-decoration: none;
}

.libnavigation td a:hover {
	color: #dd2c21 !important;
}

.libnavigation span.detail {
	color: #555;
	font-size: 8pt;
}

#content {
	padding: 20px;
	text-align: justify;
}

#content span.label {
	font-style: italic;
	color: #333;
}

hr {
	border: 0px;
	border-bottom: 1px solid #9e9d9b;
}

#content table thead td {
	background-color: #cac9c6;
	border-bottom: 1px solid #9e9d9b;
	font-weight: bold;
	padding: 3px;
}

#content table tbody td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dad9d6;
	padding: 2px 3px 2px 3px;
}

#content table tbody tr.even td {
	background-color: #e8e6e3;
}

#content table tbody tr.current td {
	background-color: #e5a6ab;
}

.code {
	font-size: 9pt;
	font-family: "Courier New", Courier, Monaco;
	white-space: nowrap;
}
