@charset "utf-8";
/* CSS Document */
/*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 /*img, div { behavior: url(css/iepngfix.htc); }*/

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */
body  {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;	/*background-color: #004D71;*/
	
}
p, div, td, tr, span {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 14px;
	
	word-spacing: 0.1em;
}
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 20px;
	/*line-height: 16px;*/
	word-spacing: 0.4em;
	padding-left: 8px;
}
h2 {font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
padding-left: 0px;
	font-size: 18px;
	line-height: 16px;
	word-spacing: 0.4em;}
h3 {font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
padding-left: 8px;
	font-size: 16px;
	line-height: 16px;
	word-spacing: 0.4em;}



.twoColFixLtHdr #container {
	width: 972px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FF9933;
	margin: 0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	overflow: hidden;
	
} 
.divhmenu {
	float: left;
	height: 20px;
	margin-top: 159px;
	padding-left: 180px;	
}

.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../template/sjabloon/index_01.jpg);
	background-repeat: no-repeat;
	height: 228px;
	width: 972px;
	padding-top: 0;
	/*padding-right: 10px;*/
	padding-bottom: 0;
	/*padding-left: 20px;*/
	margin: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	/*clear: both;*/
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 198px;
	min-height: 360px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	/*background-color: #FFFFFF;*/
	background-image: url(../template/sjabloon/index_03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	background-image: url(../template/sjabloon/contentbg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	width: 700px;
	min-height: 350px;
	background-color: #FFFFFF;
	position: inherit;	/*float: right;*/
	float: left;
	} 
#divlogin {
	padding-left: 15px;
	padding-right: 10px;

	}
.divlogincont{
	background-image: url(../filemanager/uploaded/osc2.jpg);
	background-repeat: no-repeat;
	height: 273px;
	width: 500px;
	border: 8px solid #E0E0E0;
}
.twoColFixLtHdr #footer {
	background-color: #FF9933;
	background-image: url(../template/sjabloon/index_06.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 931px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Hieronder volgt de rest van class names. Eers voor sjabloon normaal, dan voor index en dan voor fp*/
/*Normaal sjabloon*/
.divnormcontent {
	width: 670px;
	text-align: left;
	padding-top: 0px;
	padding-right: 00px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*Index sjabloon*/


.divindex a:link, .divindex a:visited {
	color: #000000;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
	padding-left: 10px;
	display: block;	
}
.divindex a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
/*Frontpage sjabloon*/
.divfpcontent {
	/*float: left;*/
	width: 680px;
	_width: 650px;
	clear: both;
	text-align: left;
	background-image: url(../template/sjabloon/fpbg4.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px;
	height: 202px;
}
.divfpcontent2cont {
	/*background-color: #9933CC;*/
	float: left;
	width: 92%;
	margin-bottom: 20px;
	margin-top: 0px;
	overflow: hidden;
	text-align: left;
	margin-left: 8px;
}
.divfpcontent2 {
	/*background-color: #CC9999;*/
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 680px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0C77BD;
	border-right-color: #FFECB1;
	border-bottom-color: #FFECB1;
	border-left-color: #0C77BD;
}
.fpsubtekst {
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFECB1;
}
.fpimage {
	height: 120px;
	width: 160px;
	overflow: hidden;
}
.divfpcontent3 {
	/*background-color: #99FF33;*/
	float: left;
	width: 40%;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	margin-left: 20px;	
}
.divfpcontent3 a:link, .divfpcontent3 a:visited {
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	background-color: #FF9933;
	display: block;
	width: 220px;
	margin-left: 5px;
}
.divfpcontent3 a:hover {
	text-decoration: underline;
}
/*.listtop {
	background-image: url(../template/sjabloon/listtop.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 250px;
}
.listmid {
	background-image: url(../template/sjabloon/listmid.gif);
	background-repeat: repeat-y;
	
	width: 250px;
}
.listbot {
	background-image: url(../template/sjabloon/listbot.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 250px;
}*/
.divfpcont {
	width: 680px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*float: right;*/
}
/*side elementen*/

.sidetabel {
	border: thin solid #999999;
	background-color: #FFFFFF;
}
.sidetabel2{
	/*border: 1px solid #999999;*/
	padding: 4px;
	background-color: #FF9934;
	width: 185px;
}
.sidetabel a:link, .sidetabel a:visited{
	text-decoration: none;
	color: #000000;
}
.sidetabel a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.divsidecontent {
	float: left;
	width: 190px;
	margin-top: 220px;
	overflow: visible;
}
.contentfooter {
	height: 102px;
	
	clear: both;
}
.footertekst, .footertekst a:link, .footertekst a:visited {
	font-size: 10px;
	text-align: center;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #24658F;
	padding-top: 60px;
	text-decoration: none;
}
.divleesverder, .divleesverder a:link, .divleesverder a:visited {
	clear: both;
	float: right;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF9933;
	width: 100px;
	padding-right: 6px;
	padding-left: 6px;
}
.divleesverder a:hover{
	text-decoration: underline;
}
.indextitel {
	font-size: 14px;
	font-weight: bold;
	color: #0C77BD;
}
.s_indextitel {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.indextabel {
	border-top-width: 1px;
	border-right-width: 6px;
	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: #CCCCCC;
	border-right-color: #FAC11A;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.norm_titel {
	font-size: 18px;
	color: #333333;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #F5BF2B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 10px;
}
.norm_titela {
	font-size: 18px;
	color: #333333;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #F5BF2B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 10px;
}
.divmiddlecontent {
	background-color: #00CC00;
}
.divlogincont {
	background-image: url(../filemanager/uploaded/osc2.jpg);
	background-repeat: no-repeat;
	height: 375px;
	width: 500px;
}
.divservice {
	padding-right: 36px;
	clear: right;
	float: right;
	height: 100px;
	width: 30px;
}
.servicehome {
	cursor: pointer;
	height: 30px;
	width: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.servicecontact {
cursor: pointer;
	height: 30px;
	width: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.servicezoek {
	cursor: pointer;
	height: 30px;
	width: 30px;
}
.divcontentop {
	background-image: url(../template/sjabloon/contenttop_o.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 64px;
	width: 700px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FF9934;
	padding: 0px;
}
.contact {
	cursor: pointer;
	clear: none;
	height: 15px;
	width: 35px;
	font-size: 10px;
}
.divdl {
	font-size: 14px;
	font-weight: bold;
	color: #42395A;
	background-color: #FEDFBC;
	height: 25px;
	width: 500px;
}
.divdltitel {
	/*height: 30px;*/
	width: 350px;
	/*clear: none;*/
	float: left;
	/*padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;*/
}
.divdlfile {
	height: 30px;
	width: 50px;
	clear: right;
	float: left;
}

