@charset "UTF-8";
body {
	font: 88% Arial, Helvetica, sans-serif;
	background: #F5F6FB;
	margin: 0; /* 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: #204b5c;
}
#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background-image:url(../images/content_background.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#logo {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 222px;
	height: 222px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position: center center;
	position:absolute;
	margin: -110px 0 0 -80px;
}
#navbar {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 795px;
	height: 27px;
	background-image:url(../images/navbar.png);
	background-repeat:no-repeat;
	background-position: center center;
	position:absolute;
	margin: 50px 0 0 156px;
	padding-top: 8px;
	text-align:center;
}
#navbar a {
	color: #FFFFFF;
	font-size:18px;
	font-weight:bold;
	margin: 0px 20px 0px 20px;
	padding-top: 10px;
	text-decoration:none;
}
#navbar a:hover {
	color: #fcd320;
}
#navbar a.active {
	color: #fcd320;
}
#subnavbar {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 352px;
	height: 20px;
	background-image:url(../images/subnavbar.png);
	background-repeat:no-repeat;
	background-position: center center;
	position:absolute;
	margin: 85px 0 0 598px;
	padding-top: 5px;
	text-align:center;
}
#subnavbar a {
	color: #204b5c;
	font-size:12px;
	font-weight:bold;
	margin: 0px 12px 0px 12px;
	padding-top: 10px;
}
#subnavbar a:hover {
	color: #0FACA4;
}
#subnavbar a.active {
	color: #0FACA4;
}
#subnavbar .divider {
	color: #204b5c;
	font-size:12px;
}
#content {
	padding: 120px 40px 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 0;
}
#content h1 {
	color: #0faca4;
	font-size:32px;
	background-image:url(../images/vierkant_pastelblauw.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 60px;
}
#content h2 {
	color: #000000;
	font-size:20px;
	padding: 0px;
}
#content h3 {
	font-size:16px;
	padding: 0px;
	color: #0faca4;
}
#content h4 {
	font-size:15px;
	padding: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
	color: #000000;
}
#content h2.category {
	font-size:20px !important;
	padding: 0px;
}
#content p {
	margin: 12pt 0;
}
#content .left {
	float: right;
	width: 300px;
	height: 180px;
	border: 1px solid #A0A0A0;
	margin: 0px 0px 20px 40px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-position:center center;
	background-repeat:no-repeat;
}
#content .leftcolofon {
	float: right;
	width: 160px;
	height: 100px;
	border: 1px solid #A0A0A0;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-right: 40px;
}

#content a {
	color: #0FACA4;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	color: #2FCCC4;
}

#content .boxred a {
	color: #FF0000;
	font-weight:bold;
	text-decoration:none;
}

#content .boxred a:hover {
	color: #FF6633;
}

#content ul {
	padding:0;
	list-style-type:none;
	clear: both;
	margin-left: 16px;	
}




#content ul li {
	background: url(../images/bullet.png) no-repeat 0px 3px;
	padding-left:20px;
	margin-bottom: 5px;
	display:block;
}

#content .box_subitem ul {
	margin: 0px;
	
}

#content .box_subitem ul li {
	background: none;
	padding: 0px 0px 0px 20px;
	margin-bottom: 5px;
	display:block;
	border: 1px solid #A0A0A0;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

#content .box_subitem ul li:hover {
	
}

#content .box_subitem ul li a {
	background: url(../images/downloadPDF.gif) no-repeat 5px 5px;
	color: #204B5C !important;
	display:block;
	padding: 12px 40px 12px 50px;
	
}

#content .box_subitem ul li a:hover {
	background-image: url(../images/downloadPDF_hover.gif);
	color: #0FACA4 !important;
	
}


#content ul li.kleuters {
	background: url(../images/vierkant_klein_rood.gif) no-repeat 0px 0px;
	padding-left:40px;
	margin-bottom: 5px;
	display:block;
}
#content ul li.kleuters a {
	color: #DA0048;
	font-size:24px;
	text-decoration:none;
}
#content ul li.kleuters a:hover {
	text-decoration: underline;
}
#content ul li.graad1 {
	background: url(../images/vierkant_klein_oranje.gif) no-repeat 0px 0px;
	padding-left:40px;
	margin-bottom: 5px;
	display:block;
}
#content ul li.graad1 a {
	color: #E77F16;
	font-size:24px;
	text-decoration:none;
}
#content ul li.graad1 a:hover {
	text-decoration: underline;
}
#content ul li.graad2 {
	background: url(../images/vierkant_klein_blauw.gif) no-repeat 0px 0px;
	padding-left:40px;
	margin-bottom: 5px;
	display:block;
}
#content ul li.graad2 a {
	color: #0FACA4;
	font-size:24px;
	text-decoration:none;
}
#content ul li.graad2 a:hover {
	text-decoration: underline;
}
#content ul li.graad3 {
	background: url(../images/vierkant_klein_paars.gif) no-repeat 0px 0px;
	padding-left:40px;
	margin-bottom: 5px;
	display:block;
}
#content ul li.graad3 a {
	color: #DA0048;
	font-size:24px;
	text-decoration:none;
}
#content ul li.graad3 a:hover {
	text-decoration: underline;
}
#content ul li.buitengewoononderwijs {
	background: url(../images/vierkant_klein_groen.gif) no-repeat 0px 0px;
	padding-left:40px;
	margin-bottom: 5px;
	display:block;
}
#content ul li.buitengewoononderwijs a {
	color: #97C21D;
	font-size:24px;
	text-decoration:none;
}
#content ul li.buitengewoononderwijs a:hover {
	text-decoration: underline;
}

#content form input {
	border: 1px solid #204B5C;
	padding: 5px;
}

#content form button {
	border: 1px solid #0FACA4;
	background-color: #FFF;
	color: #204B5C;
	padding: 5px;
	font-weight:bold;
	font-size:14px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#content form button:hover {
	border: 1px solid #0FACA4;
	background-color: #fcd320;
	color: #204B5C;
}


#content div.box {
	background-color: #D0E8E4;
	padding: 20px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


#content div.box_colofon {
	background-color: #D0E8E4;
	padding: 0px 20px;;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
}


#content div.box_colofon h2 {
	font-size:18px;
}
#content div.box_category {
	padding: 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
}
#content div.box_category .boxtxt {
	padding: 10px 10px 10px 50px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
}
#content div.readmore_category {
	color: #FFFFFF;
	width: 120px;
	float:right;
	text-align:center;
}
#content div.readmore_category a {
	color: #FFFFFF;
	width: 120px;
	display:block;
	padding: 4px 0 4px 0;
	background-image:url(../images/icon_detail.png);
	background-position: 12px center;
	background-repeat:no-repeat;
}
#content div.readmore_category a:hover {
	color: #fcd320;
}


#content div.boxred {
	background-color: #ffc5a5;
	padding: 20px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ed1c24;
	margin-bottom: 10px;
}

#header {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	height: 116px;
	background-image:url(../images/ringen.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#footer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	height: 73px;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	background-position:top;
}
#url {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 120px;
	height: 20px;
	position:absolute;
	margin: 50px 0 0 850px;
	border: 0px solid red;
	text-align:center;
}
#url a {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
}
#credentials {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 775px;
	height: 30px;
	position:absolute;
	margin: 54px 0 0 40px;
	color: #a0a0a0;
	font-size: 10px;
}

.raster, .raster td {
	border: 1px solid #A0A0A0;
	padding: 5px;
	border-collapse:collapse;
}

.raster {
	width: 100%;
}

.error {
	background-color:#FCC !important;
	border: 1px solid #FF0000 !important;
	}
label.error {
	display: none !important;
}

.clearfloat {
	clear: both;
	height: 0px;
	line-height: 0px;
}
