html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background:#dfedf8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
}

p,div,span,td,ul,ol,li,dl,dt,dd,.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	background: #dfedf8;
	width:813px;
	margin:0 auto;
	height:100%;
	bottom:0px;
}

#linksboven {
	background: #3086bf;
	width:190px;
	float:left;
	height:117px;
}

#rechtsboven {
	background: #3086bf;
	width:607px;
	float:right;
	height:117px;
	text-align:center;
}

#naamschool {
	background: #3086bf;
	width:607px;
	height:89px;
	text-align:center;
}

#zoekbalk {
	background: #3086bf url(/pics/zoekbalk.gif) no-repeat;
	width:607px;
	height:28px;
}

#datum {
	float:left;
	background: transparent;
	width:250px;
	height:28px;
	margin: 0;
	padding: 0;
	text-align:center;
	line-height:32px;
	color:#fff;
	font-size:9pt;
	height:28px;
	overflow:hidden;
}

#contact {
	float:left;
	background: transparent;
	width:150px;
	height:28px;
	margin: 0;
	padding: 0;
	text-align:center;
	line-height:32px;
	color:#fff;
	font-size:9pt;
	height:28px;
	overflow:hidden;	
}

#zoek {
	float:left;
	background: transparent;
	width:30px;
	height:28px;
	margin: 0;
	padding: 0;
	text-align:left;
	line-height:32px;
	color:#fff;
	font-size:9pt;
	height:28px;
	overflow:hidden;	
}

#searchform {
	float:left;
	background: transparent;
	width:177px;
	margin: 0;
	padding: 0;
	text-align:left;
	height:28px;
	overflow:hidden;
}

input.google_search {
	font-size:9pt;
	width:120px;
	height:10px;
	line-height:14px;
	margin:7px;
}

#menu {
	background: #6eb5ea;
	width:190px;
	float:left;
}

#menu_content {
	background: #6eb5ea url(/pics/menu_bg.gif) repeat-y;
	width:170px;
	height:360px;
	padding:10px;
	margin:0;
}

#menu_bottom {
	background: #6eb5ea;
	width:190px;
	height:24px;
}

#menu_top {
	background: #6eb5ea;
	width:190px;
	height:14px;
}

#content {
	background: #fff;
	border:20px solid #fff;
	margin:0px;
	width:565px;
	float:left;
	height:70%;
	overflow:auto;
}

.bg_arc {
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	background-color: white;
	background-image: url(/pics/arcering_bg.gif);
	background-repeat: repeat;
}

#shadowleft {
	background: #3086bf url(/pics/schaduw_links.gif) repeat-y;
	height:100%;
	width:8px;
	float:left;
	bottom:0px;
}

#shadowright {
	background: #3086bf url(/pics/schaduw_rechts.gif) repeat-y;
	height:100%;
	width:8px;
	float:right;
	bottom:0px;
}

#main {
	background: #6eb5ea;
	height:100%;
	width:797px;
	float:left;
	bottom:0px;
}

#welkom
{
    display:block;
	text-align:center;
	background-image: url(/pics/arcering_bg.gif);
	background-repeat: repeat;
	padding: 6px;
	border:1px solid #aaa;
	float:left;
	width:48%;
    height:300px;
}

#foto_vast
{
    display:block;
	text-align:center;
	background:#FFFFB9;
	padding: 6px;
	border:1px solid #aaa;
	float:right;
	width:48%;
	height:300px;
}

#foto_wisselaar
{
    display:block;
	text-align:center;
	background:#D1FFA4;
	padding: 6px;
	border:1px solid #aaa;
	float:left;
	width:48%;
    height:300px;
}

#nieuws_home
{
	display:block;
	text-align:center;
	background:#FFC4E1;
	padding: 6px;
	border:1px solid #aaa;
	float:right;
	width:48%;
    height:300px;
}

.tt
{
	font-family: courier, monospace;
}

#copyright
{
	font-size: 10pt;
	color: #28719C;
	position:absolute;
	top: 97%;
	left:45%;
}

form {
	margin: 0;
	padding: 0;
}

a:link
{
	color:#28719C;
	font-weight:bold;
	background: transparent;
	text-decoration:none;
}
		
a:visited, a:active
{
	color:#28719C;
	font-weight:bold;
	background: transparent;
	text-decoration:none;
}

a:hover
{
	color:#28719C;
	background: transparent;
	text-decoration:underline;
}

a.white:link, a.white:visited
{
	text-decoration:none;
	color: #fff;
}

a.white:active, a.white:hover
{
	text-decoration:underline;
	color: #fff;
}

ul, ol 
{
	margin:0.3em;
	padding:0 1em;
}

li
{
	list-style-position: inside;
	margin:0em;
}

li.pink
{
	color:#FF003D;
}

dl, dt, dd
{
	margin:0;
}

dd {
	padding-bottom:1em;
	padding-left:1em;
}

.image
{
	text-align:center;
}

.image img
{
	border:1px solid;
}

h1, h2, h3, h4
{
	margin-top:0px;
	margin-bottom:10px;
	font-size:120%;
	font-weight:bold;
	color: #D44967;
}

h1
{
	font-size:150%;
	margin-top:0;
	text-align:center;
}	

h2
{
	margin-top:4px;
	padding-top:4px;
}

h3
{
	font-style:italic;
}

h4
{
	font-size:110%;
}


hr {
	border-top: 1px dashed #D44967;
	border-bottom: 0px solid #fff;
	color: #fff;
	background-color: #fff;
}

small {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

.small {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

.big {
	/*font-size: 10pt;*/
	font-style: italic;
	font-weight: bold;
}

.menu span
{
	display:none;
}

a.link_cat:link, a.link_cat:active, a.link_cat:hover, a.link_cat:visited
{
	font-size: 12pt;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dashed #aaa;
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	float : left;
	width : 160px;
	background: #6eb5ea url(/pics/menu_bg.gif) repeat-y;
}
/*
#nav a.arrow:link, #nav a.arrow:active, #nav a.arrow:hover, #nav a.arrow:visited {
	background: url(/pics/arrow.gif) center left no-repeat;
}
*/

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2.5em;
	margin-bottom : 0px;
	width: 160px;
	background: url(/pics/arrow.gif) center left no-repeat;
	padding-left:10px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 150px;
	margin-top : -1.9em;
}

#nav li ul a {
	font-size:100%;
	line-height : 2em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 134px;
	display : block;
	color : #fff;
	font-size:120%;
	font-weight:normal;
	text-decoration : none;
	background-color : transparent;
	/*border : 1px solid #ECE9D8;*/
	padding : 0 0.5em;
}

#nav li a:hover {
	color : #fff;
	background: #6eb5ea url(/pics/menu_bg.gif) repeat-y;
	text-decoration:underline;
	/*background-color : #BBCCEE;
	border : 1px solid #00007B;*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}