/* UITLEG 
 *
 * In dit document staat alle stijl die direct te maken heeft met het basis
 * HTML frame waar de inhoud in wordt geschreven.
 */


body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF; 
	overflow-y:scroll;
	overflow-x:hidden;
}

/* de hoofdtabel waar de hele website visueel in wordt weegegeven */
.siteContent {
	border-left-color:6b9a7e;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:6b9a7e;
	border-right-width:1px;
	border-right-style:solid;
	height:100%;
	width:780px;
}

/* De paginanaam aan de bovenkant van de pagina */
.page_name {
	color:#313132;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

/* De header */
#headerSpace {
	height:83px; 
	background-image:url(../../images/header.gif); 
	background-position:16px center ; 
	background-repeat:no-repeat;
	background-color:#F0F5F2;
	margin:1px;
	font-size:10px;
}

#headerSpace a {
	color:#000000;
	text-decoration:none;
}

#headerSpace a:HOVER {
	color:#000000;
	text-decoration:underline;
}
/* De footer */
#footerSpace {
	height:56px;; 
	background-color:#F0F5F2;
	margin:1px;
}

/* De disclaimer */
#disclaimerSpace {
	height:15px;
	font-size:9px;
	color:#000000;
	text-align:left;
	background-color:#BCD1C5;
}

#disclaimerSpace a {
	color:#000000;
	text-decoration:none;
}

#disclaimerSpace a:HOVER {
	color:#000000;
	text-decoration:underline;
}

/* Het vlak waar de inhoud echt in wordt weergegeven i.c.m. het vlak wat de pagina bevat */
#contentContainer, #paginaContainer {
	width:500px; 
	vertical-align:top;
}
