/* ---------- [ init ] ---------------  */
html
{
	padding: 0;
	border: 0;
	margin: 0;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* Sets base font size for site to 11px (because 62.5% of 16px [default browser font size] = 10px)   */
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ccc;
}
ol, ul, li
{
	margin: 0;
	padding: 0;
}
form
{
	margin: 0;
}
div, h1, h2, h3, h6, p, a, span, table, tr, td, input, label
{
	margin: 0;
	padding: 0;
}

/* ---------- [ typho ] ---------------  */
h1
{
	font-size: 1.3em;
	margin-left: 23px;
	margin-bottom: 25px;
}
h2
{
	font-size: 1.2em;
	margin-bottom: 10px;
}
h3
{
	font-size: 1.1em;
	margin-bottom: 8px;
}
p, a, ul, li, input, label, address, legend, select
{
	font-size: 1em;
	color: #000;
}
.inputl
{
	width: 200px;
}
fieldset
{
	border: 0;
}
a:hover
{
	text-decoration: underline;
}
a
{

}
h3 a
{
	color: #CB0000;
	text-decoration: none;
}
/* ---------- [ div section ] ---------------  */
#main
{
	background: url(images/headerbg.jpg) no-repeat left top;
}
#wrapper
{
	background: url(images/bg.gif) #ccc repeat-y left top;
	margin: 0px auto;
	width: 768px;
	margin-top: 30px;
	position: relative;
	text-align: left;
}
#container
{
	float: right;
	width: 538px;
}
#content
{
	padding-top: 15px;
	padding-left: 10px;
	margin-right: 16px;
	border-left-color: #CB0000;
	border-left-style: solid;
	border-left-width: 4px;
}
#contenttext
{
	width: 456px;
	margin-left: 32px;
}
#tree
{
	float: left;
	width: 220px;
	padding-left: 10px;
	padding-top: 55px;
}
#footer
{
	font-family: Verdana, Arial;
	font-size: 0.9em;
	color: Gray;
	text-align: right;
	width: 740px;
	margin-left: 10px;
	padding-bottom: 5px;
}
#lijst
{
	position: relative;
	margin-bottom: 20px;
}
#menu
{
	background-position: left top;
	background-image: url(images/bg_head.gif);
	margin: 0px auto;
	background-repeat: no-repeat;
	position: relative;
}
/* ---------- [ menu section ] ---------------  */
A.menu
{
	font-family: Verdana, Arial;
	color: Black;
}
#lijst ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#lijst li
{
	padding-bottom: 5px;
}
#tree ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#tree li
{
	padding-bottom: 5px;
}
.descr ul
{
	padding: 0px;
	margin: 15px;
}
.descr li
{
	padding-bottom: 5px;
}
.descr I
{
	font-size: 1.1em;
}
#tree A
{
	font-family: Verdana, Arial;
	color: #CB0000;
}
/* ---------- [ list section ] ---------------  */
#lijst A
{
	font-family: Verdana, Arial;
	color: #CB0000;
}
.author
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 2px;
	color: Gray;
}
.date
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-style: italic;
	color: Gray;
}
.link
{
	padding-bottom: 2px;
}
.descr
{
	font-family: Verdana, Arial;
}
.descr P
{
	margin-bottom: 8px;
}
.descr A
{
	color: #CB0000;
}
HR.footer
{
	color: #CB0000;
	background: #CB0000;
	border: 0;
	height: 1px;
}
A.footer
{
	color: Gray;
}
.error
{
	color: #CB0000;
}


.label
{
	font-family: Arial, Verdana;
	font-size: 1em;
	color: gray;
	text-align: left;
	width: 100px;
}
.labeltext
{
	font-family: Arial, Verdana;
	font-size: 1em;
	color: gray;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* ---------- [ misc. ] -------------  */
br.clear
{
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}
div.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

