@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size:12px;
	color:#000000;
	
}
h1 {
	font-size:15px;
	color:#4553AB;
}
h2 {
	font-size:13px;
	color:#4553AB;
}
img { 
	padding:10px;
}
a:link {
	text-decoration:none;
	color:#4553AB;
}
a:hover {
	text-decoration:none;
	color:#4553AB;
}
a:visited {
	text-decoration:none;
	color:#4553AB;
}
a:active {
	text-decoration:none;
	color:#4553AB;
}
a:link.blauw{
	color:#4553AB;
	text-decoration:none;
	font-weight:bold;
}
a:hover.blauw{
	color:#4553AB;
	text-decoration:none;
	font-weight:bold;
}
a:visited.blauw{
	color:#4553AB;
	text-decoration:none;
	font-weight:bold;
}
a:active.blauw{
	color:#4553AB;
	text-decoration:none;
	font-weight:bold;
}	
a:link.grijs{
	color:#000000;
	text-decoration:none;
}
a:hover.grijs{
	color:#000000;
	text-decoration:none;
}
a:visited.grijs{
	color:#000000;
	text-decoration:none;
}
a:active.grijs{
	color:#000000;
	text-decoration:none;
}	
#container {
	width:909px;
	height:auto;
	margin:0px auto;
}
#header {
	width:909px;
	height:126px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	margin:0px;
}
#content_container {
	width:935px;
	height:auto;
	background-image:url(../images/content_ccontainer.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}
#navigatie {
	width:194px;
	height:650px;
	float:left;
	background-image:url(../images/navigatie.jpg);
	background-repeat:no-repeat;
	padding: 27px 20px 0px 30px;
	text-align:left;

}
#navigatie_content {
	width:100px;
	height:80px;
	padding:17px 5px 0px 80px;
	color:#4553AB;
	vertical-align:top;
	text-align:left;
}
#content{
	width:466px;
	height:auto;
	min-height:626px;
	float:right;
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	overflow-y: visible;
	padding: 30px 220px 10px 5px;
}

#footer {
	width:936px;
	height:50px;
	float:left;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	text-align:center;
	padding: 30px 0px;
}
#top_navigatie {
	width:300px;
	height:73px;
	padding: 15px 0px 0px 445px;
	color:#000000;
	float:left;
}
#tabs {
	width:760px;
	height:20px;
	margin: 12px 0px 0px 0px;
	float:left;
	color:#4553AB;
	font-weight:bold;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 47px;
padding-left:0px;
}
	