@charset "utf-8";
html,body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;	
}
body {
	background:url(../images/bg.jpg) repeat-x top center #0d1762;
}

#zijkantmenu{
	margin-top: 41px;
	background:url(../images/zijkantreapeat.jpg) repeat-y top left;
	padding: 0px 15px 0px 15px;
	text-align: right;
	font-family: tahoma;
	font-size: 13px;
	color: #0d1762;
	font-weight: bold;
}

h1{
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #0d1762;
	margin: 0px;
	padding: 0px;
}
h2{
	font-size: 13px;
	font-weight: normal;
	color: #1a171b;
	margin: 0px;
	padding: 0px;
}

/*Linkstyle in de content*/
div#content {
	text-align:justify;
	background-color:#FFFFFF;
	padding-left: 25px;
	font-size:12px;
	line-height:14px;
	font-family:Tahoma;
}
div#content a{
	font-weight: bold;
	color: #003a8c;
	text-decoration: none;
}
div#content a:hover{
	font-weight: bold;
	color: #003a8c;
	text-decoration: underline;
}
div#footer {
	 font-size: 11px;
	 font-weight: normal;
	 color:#323232;
	 padding-right: 15px;
	 padding-bottom: 7px;
}
/*Instellen van de links in de Footer*/
div#footer a{
	font-weight: normal;
	color: #003a8c;
	text-decoration: none;
}
div#footer a:hover{
	font-weight: normal;
	color: #323232;
	text-decoration: underline;
}
div#footer a:active{
	font-weight: normal;
	color: #003a8c;
	text-decoration: underline;
}
