@import url(/include/css/editor.php);
body 	{
	background-color: #FFFFFF;
	/*      T R B L  */
	margin: 0 0 0 0;
	scrollbar-arrow-color: #006eab; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-highlight-color: #006eab; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #006eab; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	overflow: -moz-scrollbars-vertical;
}

.border	{border : 1px solid #000000;}

.button	{
	border: 1px none #FFFFFF;
	color : #fed61c;
	background-color : #006eab;
	line-height:14px;
	font-weight: bold;
}
.form  	{
	border: 1px solid #006eab;
	background-color: #FFFFFF;
	line-height:normal;
}

#footer {
	background-color: #E3E3E3;
	height: 40px;
	text-align: center;
	color: #666;
	font-size: 11px;
}
a.footer:link, a.footer:active, a.footer:visited, a.footer:hover {
	color:#666;
	text-decoration: none;
	font-size: 11px;
}

#menubalk {
	background-color: #006eab;
	height:36px;
	background-image: url(../../image/menubalk.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#menubalk #right {
	background-image: url(../../image/menubalk_blue.gif);
}

.rechts_verloop {
	background-image: url(../../image/menubalk_rechts.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	width: 435px;
	height:36px;
}

#main {
	padding: 26px;
	padding-top:21px;
	padding-left:55px;
}

a.menuitem:link, a.menuitem:active,a.menuitem:visited,a.menuitem:hover {
	color: #FFF;
	font-weight:normal;
	text-decoration: none;
}

a.menuitem:hover {
	color: #fed61c;
	font-weight:bold;
}

a.menuitem_active:link, a.menuitem_active:active,a.menuitem_active:visited,a.menuitem_active:hover {
	color: #006eab;
	font-weight:bold;
	text-decoration: none;
}

td.menuitem, td.menuitem_active {
	background-image: url(../../image/menuspacer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

td.menuitem_active {
	 background-image: url(../../image/menuitem_left.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
	 border-right: 1px solid #d9d9d9;
}

.blauw {
	background-color: #e5f0f6;
	padding:10px;
	color:#666;
}

.geel {
	background-color: #fed61c;
	padding: 10px;
}

.geel h2 {
	color: #FFF;
}

#topbanner {
	margin: 0 auto;
	width: 950px;
	height: 262px;
	background: url(/image/topbanner.jpg) no-repeat top left;
}
	#topbanner img {
		margin: 120px 0 0 400px;
		
	}
	
.banner {
	margin-bottom: 1em;
}
	.banner h2,
	.banner p {
		text-align: center;
		color: #006eab;
	}

table.styled td,
table.styled th {
	padding: 2px 10px;
	margin: 0;
}
	table .head {
		background: #b7d6e7;
	}
		table .head th {
			padding: 5px 10px;
		}
	table .odd {
		background: #d9e9f2;
	}
th {
	font-size: 80%;
}