@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* General element styles:*/  
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
PRE { font-family:monospace; }
A {
	color:#4381BC;
	text-decoration:none;
}
A:hover {
	color:#4381BC;
	text-decoration:underline;
}
FORM { margin:0px;}
P, PRE {color:#000;}
P, TD, UL, OL { font-size:12px;}
INPUT, TEXTAREA, SELECT textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	border: #006AC2 1px solid;
	font-size:12px;
}
input[type=radio], input[type=checkbox] { border: 0px solid; }


/* Frames, spacing, link-to-top */ 
DIV.csc-frame-frame1 { background-color:#DCF0FF; padding:2px 4px 2px 4px; border:1px solid #333; }
DIV.csc-frame-frame2 { background-color:#FFFFFF; padding:0px 0px 4px 0px; border-bottom:1px dotted #009CFF; margin-bottom:4px; margin-top:3px; font-size:12px; }


/* Headers, plain */ 
H1 {
	font-size:12px;
	color:#095BA6;
	font-weight:bold;
}
H2 {
	font-size:12px;
	color:#095BA6;
}
H3 {
	font-size:12px;
	color:#095BA6;
	font-weight:bold;
}
H4 {
	font-size:12px;
	color:#095BA6;
}
H5 {
	font-size:12px;
	color:#095BA6;
	font-weight:bold;
}
H6 {
	font-size:12px;
	color:#FFFFFF;
	font-weight: normal;
}
H1, H2, H3, H4, H5, H6 { margin:0px 0px 0px 0px; margin-top:5px; margin-bottom:5px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }


/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A {
	color: #4381BC;
	text-decoration:none;
}
H2 A {
	color:#4381BC;
}
H3 A {
	color:#4381BC;
}
H4 A {
	color:#4381BC;
}
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover {
	color: #4381BC;
	text-decoration:underline;
}


/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:12px; }
DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:12px; }
DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:12px; }


/* Header date */ 
P.csc-header-date { font-size:10px; color:#186900; }


#container {
	text-align:left;
	top:0px;
	position:relative;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header {
	background-image: url(../images/header.jpg);
	height: 240px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	vertical-align: bottom;
	margin: 20;
}
#navigatie {
	height: 410px;
	width: 200px;
	background-color: #4281BB;
	padding-top: 25px;
	vertical-align: top;
}
/********************************/
/* Vertical navigation menu */
/*******************************/

.vertnav1 a:link, .vertnav1 a:visited, .vertnav1 a:active {
	display:block;
	font-size:12px;
	text-decoration:none;
	width:178px;
	font-weight: bold;
	height: 16px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #4281BB;
	text-align: left;
	color: #FFFFFF;
	border: 1px solid #4281BB;
}
.vertnav1 a:hover {
	color:#FFFFFF;
	background-color: #699CC9;
	border: 1px solid #699CC9;
}
.vertnav1-act a:link, .vertnav1-act a:visited, .vertnav1-act a:active {
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	width:178px;  /*light blue 3*/
	color:#095BA6;
	height: 16px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
}
.vertnav2 a:link, .vertnav2 a:visited, .vertnav2 a:active {
	display:block;
	font-size:12px;
	text-decoration:none;
	width:168px;
	font-weight: normal;
	min-height: 16px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #8CB2D6;
	text-align: left;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8CB2D6;
	border-right-color: #4281BB;
	border-bottom-color: #8CB2D6;
	border-left-color: #8CB2D6;
}
.vertnav2 a:hover {
	color:#095BA6;
	background-color: #8CB2D6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8CB2D6;
	border-right-color: #4281BB;
	border-bottom-color: #8CB2D6;
	border-left-color: #8CB2D6;
}
.vertnav2-act a:link, .vertnav2-act a:visited, .vertnav2-act a:active {
	display:block;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
	width:168px;  /*light blue 3*/
	color:#095BA6;
	min-height: 16px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #4281BB;
	border-bottom-color: #8CB2D6;
	border-left-color: #8CB2D6;
}


#inhoud {
	background-image: url(../images/main.jpg);
	height: 430px;
	width: 560px;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	float: none;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}
.bodytext {
	text-align: left;
	vertical-align: top;

}
.bodytext a:link, .bodytext a:visited, .bodytext a:active {
	color:#4381BC;
	text-decoration:none;
}
.bodytext a:hover {
	color:#4381BC;
	text-decoration:underline;
}
#footer {
	background-color: #4281BB;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footerlink a:link, .footerlink a:visited, .footerlink a:active {
	font-size:9px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.footerlink a:hover {
	color: #ddd;
	text-decoration: underline;
}
