/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#hoofding {
	padding: 0px;
	border: thin none #FFFFFF;
	width: 800px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}
#main {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#left {
	width: 120px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
}
#right {
	width: 145px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#divtext {
	padding: 4px;
	margin-top: 33px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 145px;
	height: 1%;
	border: 1px solid #000000;
}
#divtext a {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
#divtext a:hover {
	background-color: #000000;
	font-weight: bolder;
	color: #FFFFFF;
}
#voetnoot {
	padding: 5px;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
/******************Top***************************/
#hoofding a {
	display: inline;
	color: #ffffff;
	text-decoration: none;
	;
	border: thin solid #999999;
	background-color: #CCCCCC;
	text-align: center;
	margin: 1px;
	padding: 0px 2px;
	font-weight: bold;
}
#hoofding a:hover {
	background-color: #000000;
}
/******************Left***************************/
#divnav {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divnav a {
	display: block;
	text-decoration: none;
	;
	border: thin solid #000000;
	text-align: left;
	margin: 3px;
	padding: 4px;
	width: 100%;
	color: #CCC;
}
#divnav a:hover {
	font-weight: bolder;
;
}
/*******************Right*************************/
#divlinks {
	margin: 0px;
	text-align: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divlinks a {
	display: block;
	color: #CCC;
	text-decoration: none;
	margin: 2px;
	padding: 1px;
	background-repeat: no-repeat;
	border: thin solid #000000;
	width: 100%;
}
#divlinks a:hover {
	font-weight: bolder;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
h3 {
	font-size: 1.1em;
	color: #CCC;
	text-decoration: underline overline;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
p {
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 5px;
}
.textzonderborder {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCC;
	width: 90%;
}
h2 {
	font-size: 1.1em;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	text-align: center;
}
#divnav a:visited {
	;
	color: #CCC;
}

