/* ################################################################################# */
/*                                                                                   */
/*                                     BODY                                          */
/*                                                                                   */
/* ################################################################################# */

* {
	margin: 			0;
	padding: 			0;
}

html, body {
	height: 			100%;
}

html {
	font-size: 			100%;
	overflow-y:			scroll;	/* laat altijd de linker scrollbalk zien in FireFox */
}

body {
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 	70%; /* standaard font grootte is nu 10px, dus 1.2em = 12px */
	line-height: 	130%;
	background-image: 	url(../images/bg.jpg);
	background-repeat: repeat;
}

* html #container { height: 100%; }

.contentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
         width: 90%;
         padding-bottom: 5px;
}

.componentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
         width: 90%;
}

#content {
	float: left;
	width: 527px;
	padding-left: 21px;
	padding-right: 10px;
}

.createdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-bottom: 2px;
         color: #3d3d3d;
}

#content p img {
	border: 1px solid #bd5d03;
	padding: 8px;
	background-color: #FFFFFF;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-bottom: 1px;
         color: #606060;
}

a {
	color: #bd5d03;
	text-decoration: none;
}

/* ################################################################################# */
/*                                                                                   */
/*                                   CONTAINER                                       */
/*                           om de site te centreren                                 */
/*                                                                                   */
/* ################################################################################# */

#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	width: 822px;
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-y;
         min-height: 100%
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 822px;
}

#nav {
	margin-left: 40px;
	width: 500px;
	margin-right: 20px;
	padding-top: 120px;
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 	12px;
}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	background-color: #FFFFFF;
}

#nav a:hover {
	text-decoration: none;
	color: #bd5d03;
	font-weight: bold;
	background-color: #FFFFFF;
}

#metanav {
	float: right;
	width: 200px;
	margin-top: 40px;
	margin-right: 20px;
}

#metanav a {
	color: #575757;
}

#metanav a:hover {
	color: #FFFFFF;
         decoration: none;
}

#metanav table {
	text-align:right;
	color: #0c195d;
}

/* ################################################################################# */
/*                                                                                   */
/*                                   RIGHT                                           */
/*                                                                                   */
/*                                                                                   */
/* ################################################################################# */

#right {
	float: right;
	width: 220px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	text-align: left;
	font-size: 9px;
}

#right h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #575757;
         padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#right .module {
	margin-bottom: 40px;
}

#right td {
	text-align:left;
	}

#right a {
	color: #e3e3e3;
	text-decoration: none;
}

#right a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

#right ul li {
         list-style: none;
}


.search {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	height: 22px;
	float: right;
}

.clearer { clear: both; }