html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
#content-container{
	min-height: 100%;
	height: auto;
	background-repeat:repeat-y;
	background-position:center;
}

body{
	background-color: #ffffff;
	background-image: images/SB001_header.jpg;
	position: relative;
	margin: 0px;
}

a{
	text-decoration: none;
	color: #ffffff;
}
a:link {color: #FFFFFF} /* niet bezochte link */
a:visited {color: #FFFFFF} /* bezochte link */
a:hover {color: #000000} /* mouse over link */
a:active {color: #000000} /* actieve link */

}
a img{
	border: none;
}


h1{
	margin: 15px;
	color: #70368A;
	font-size: 12px;
}
Brood{
	font: helvetica, arial, sans-serif;
	font-size:14px;
	color: #4D99CC;
}

.kopje{
font-weight:bold;
	color: #ffffff;
	font-size: 11px;

}	

.menuselected{
	color: #ffffff;
	font-size: 22px;
	font-style: bold;

}

#topbar{
	background-position: bottom;
	background-image: url('images/top_spacer.jpg');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 165px;
	width: 955px;
}

#main_image{
	width: 170px;
	height: 69px;
	float: left;
}

#main_contact_home{
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	font-size: 10px;
	width: 300px;
	text-align: left;
	padding-left: 15px;
}

#main_menu_links{
	
	margin-left: 15px;
	float: left;
	width: 290px;
	font-size: 11px;
	height: 40px;
	margin-top: 48px;
}

#main_menu{
	padding-right: 0px;
	float: left;
	width: 680px;
	font-size: 11px;
	height: 25px;
	margin-top: 130px;
	padding-left: 15px;
}

#sub_menu{
	margin-left: 15px;
	float: left;
	width: 700px;	
	font-size: 10px;
}

#header{
	width: 955px;
	height: 142px;
	margin-left: auto;
	margin-right: auto;
}

#main_content{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
}

#leftbar{
	width: 122px;
	float: left;
	marge-left:10px;
	background-color: #FFFFFF;
}

#leftbar img{
	padding-left: 0px;
	padding-bottom: 10px;
}

.leftblocks{
	padding-left: 17px;
	padding-right: 10px;
}

.lb_text{
	line-height: 14px;
	font-size: 10px;
}

.lb_date{
	font-size: 10px;
	color: #66B8DC;
}

.lb_link{
	font-size: 10px;
	color: #006600;
}

#main_content #mastertable{
	border-collapse: collapse;
	height: 520px;
	margin-top: 0px;
}

#middlebar{
	font-size: 12px;
	width: 560px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #70368A;
	border-left-color: #70368A;
}

#rightbar{
	width: 211px;
	background-color: #dfe0d2;
	background-image:url(images/figuur-Sara.jpg);
}
#rightrightbar{
	width: 30px;
	background-color: #ffffff;
}

#rightbar img{
	margin-left: 3px;
	margin-bottom: 10px;
}

#bottombar{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #4D99CC;
	font-size: 10px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

.clearfix{
	clear: left;
}

