html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
}

#sddm {/*menubalk*/
	margin: 0;
	padding: 0;
	z-index: 30;
	position: absolute;
	top: 10px;
	}

#sddm li {/*hoofdmenu*/
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Arial, "Liberation Sans", sans-serif;
	font-size: 11px;
	}

#sddm li a {/*hoofdmenu*/
	display: block;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	padding: 4px 10px;
	width: auto;
	text-decoration: none;
	}

#sddm div {/*submenu*/
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}

#sddm div a {/*submenu*/
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-family: Arial, "Liberation Sans", sans-serif;
	font-size: 11px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	}

#sddm #sddm2 {/*laatste blokje*/
	display: block;
	margin: 0;
	padding: 4px 10px;
	width: 400px;/*wordt overschreven*/
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	}

#sddm #sddm1 {/*eerste blokje*/
	padding: 3px 10px 2px;/*geoptimaliseerd voor FF 3.5*/
	background: #FFFFFF;
	}

#header {
	margin: 0;
	padding: 0;
	border: 0;
	height: 121px;
	background-repeat: no-repeat;
	background-position: 150px top;
	}

#leftcol {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 150px;
	overflow: auto;
	}
	
#leftcolagenda {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 50px;
	}

#cont {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	}
	
#content {
	margin: 0 160px 0 0;
	padding: 10px;
	border: 0;
	float: left;
	}

#rightcol {
	margin: 0 0 0 -160px;
	padding: 10px;
	border: 0;
	width: 140px;
	float: right;
	}
		
#table {
	padding: 0px;
	color: #000;
	border: 1px none #660066;
	margin: 0px;
	float: left;
	width: 700px;
	}		

.basis {
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	color: #000;
	font-size: 11px;
	list-style-type: square;
	}
	
p, p.white, ul, li, em, strong {
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	font-size: 11px;
	}
	
p.white{
	color: #FFFFFF;
	font-weight: normal;
	}

a, a:hover {
	font-weight: normal;
	}

h1 {
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: normal;
	}	
	
h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	margin-top: 0px;
	font-size: 12px;
	}

ul {
	list-style-type: square;
	}	

li {
	list-style-type: square;
	list-style-position: outside;
	}
	

ul.subnavlist {
	text-decoration: none;
	text-align: left;
	}

li.subnavlist {
	text-decoration: none;
	}
	
li.subnavlist a {
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	font-size: 11px;
	text-decoration: none;
	}
	
li.subnavlist a:hover {
	text-decoration: underline;
	}
	
strong.white {
	color: #FFFFFF;
	font-weight: bold;
	}
	
strong.paars {
	font-size: 14px;
	color: #660066;
	font-weight: bold;
	}
	
.bigstrongpaars {
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	font-size: 14px;
	color: #660066;
	font-weight: bold;
	}

.alert, .spanclass {
	color: #FF0000;
	}

hr {
	color: #993399;
	}
