/* 01.COMMON STYLING
-------------------------------------- */
* {
	margin:0;
	padding:0;
	line-height: 18px;
}

body {
	color:#333333;
	position: relative;
	width:  790px;
	margin: 20px auto auto auto;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
	background-image: url(../_img/bckgr.gif);
	background-repeat: repeat-x;
	background-color: #8a907c;
}


h1 {
	margin:0 0 10px 0;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #286a51;
	text-decoration: none;
	text-transform: uppercase;
}


h2 {
	margin:0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #286a51;
	text-decoration: none;
	font-family: arial;
}
	
.highlight {
	color: #990066;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color:#0099FF;
}
a:visited {color:#FF3366;}
a:hover {color:#FF3366; text-decoration:none;}
a:active {color:#0066FF;}


/* 02. MAIN CONTAINER
-------------------------------------- */
	#container {
	float: left;
	width: 1005px;
	}
	

#top {
	position:relative;
	width: 790px;
	height: 150px;
	float: center;
	background-image: url(../_img/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#middle {
	width: 790px;
	position:relative;
	float: left;
	background-image: url(../_images/_basis/middle.png);
	background-repeat: no-repeat;
	background-position: center;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
	
	div#midden_txt{
	width: 580px;
	float: right;
	position: relative;
	line-height: 16px;
	overflow: auto;
	background-image: url(../_img/tekst_bckgr.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px 10px 10px 35px;
	}
	
	div#RGOlogo{
	width: 158;
	float: left;
	position: relative;
	height: 158px;
	margin-top: 20px;
	}
	

	
/* 03. MENUS
-------------------------------------- */
	div#hoofdmenu-container{
	width: 123px;
	float: left;
	position: relative;
	margin-bottom: 10px;
	background-color: #8a907c;
	background-image: url(../_img/menuvlak.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 25px;
	}

#hoofdmenu {
	position: relative;
	float: left;
	width: 120px;
		}
	#hoofdmenu .contentHolder {
	position: relative;
	float: left;
	width: 120px;
	overflow: hidden;
	display: block;
				}
	#hoofdmenu .contentHolder .content a, #hoofdmenu .contentHolder .content a:hover {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding: 4px;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
					}
					#hoofdmenu .contentHolder .content a:hover, #hoofdmenu .contentHolder .content a.active, #hoofdmenu .contentHolder .content a:hover.active {
						color: #dbe1c7;
					}

	div#submenu-container{
	width: 450px;
	float: left;
	position: relative;
	padding: 0px 0px 20px 0px;
	background-position: center;
	}
	
	#submenu {
	position: relative;
	float: left;
	width: 450px;
		}
	#submenu .contentHolder {
	position: relative;
	float: left;
	width: 450px;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #993300;
				}
	#submenu .contentHolder .content {
	position: relative;
	float: left;
	width: 450px;
				}
	#submenu .contentHolder .content a, #submenu .contentHolder .content a:hover {
	display: inline;
	color: #993300;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	padding: 4px;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FF3366;
					}
					#submenu .contentHolder .content a:hover, #submenu .contentHolder .content a.active, #submenu .contentHolder .content a:hover.active {
						color: #0099FF;
					}

/* 04. STYLES
-------------------------------------- */
.afb-links {
	display: block;
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	border: medium solid #FF3366;
}
.afb-rechts {
	display: block;
	margin-bottom: 15px;
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	border: medium solid #FF3366;
}
