/* MAIN SETTINGS */
html,body {
	height : 100%
}

/* DOCUMENT SETTINGS */
body{
	margin: 0px 25px;
	font: normal 1em arial;
}

/* SECTION SETTINGS */
#header, #page{
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
}
#header {
	position : relative;
	height : 80px;
	background : white;
}

#page{


}

/* HEADER SETTINGS */
#mmenu{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	height : 20px;
	background : url("/img/menubg.jpg");
	font: normal 1em arial "serif";
	color : white;

}

#logo {
	border : 0px;
	margin: 2px 40px;
}
#school {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0px;
}
/* MMENU SETTING */
#mmenu ul {display: inline; padding-left: 150px;list-style: none;}
#mmenu ul li {display: inline;}
#mmenu li a {
	font: normal .9em arial 'serif';
	color: white;
	text-decoration:none;
	text-align : center;
	padding: 0px 10px;

}
#mmenu li a:hover {
	position : relative;
	top: 1px;
	color : yellow;
	font: normal .9em arial "serif";
	text-decoration : underline;
}
#mmenu img{vertical-align: bottom; border: 0px;}

/* PAGE SETTINGS */
#menu{
	float : left;
	width : 150px;
	height : 400px;
	color : white;

}

#menu h1 {
	margin : 5px 10px 3px 10px;
	color : white;
	font: bold 14px arial;
	border-bottom : 1px solid white;
}
#menu a{
	color:white;
	text-decoration:none;
	display :block;
	padding: 2px 0px;
	font: normal .9em arial;
}
#menu a.subselected{
	background : white;
	color:#003300;
	border-top : 1px dashed white;
	border-bottom : 1px dashed white;
	padding: 1px 0px;
}
#menu a:hover{
	border-top : 1px dashed white;
	border-bottom : 1px dashed white;
	padding: 1px 0px;
}
#menu a.nieuws{
	margin-left: 5px;
	color:white;
	text-decoration:none;
	display :block;
	padding: 0px 0px;
	font: normal 11px arial;
}

#menu a.nieuws:hover{
	text-decoration : underline;
	border : none;
	padding : 0px;
}


/* content: SETTINGS */
table {font: normal 1em arial;}
#content {
	margin-left: 150px;
	padding : 5px;
	color : black;
	font: normal .8em arial;
}
#content h1{color:#003300; font: bold 15px arial; border-bottom : 1px solid #003300;}
#content h2{color:#003300; font: bold 13px arial; padding:0px; margin: 2px;}
#content h3{color:#003300; font: italic 14px arial;}
#content a{text-decoration: underline; color : #003300; font-style: italic;}
#content a:hover{text-decoration: underline; background: #9ECCBE;}
#content div.right{margin-left: 5px; margin-bottom: 5px;float:right; padding: 0px 10px 0px 15px; border-left: 1px solid #003300; background: white;}
#content div.left{float:left; padding: 0px 15px 0px 10px; border-right: 1px solid #003300; background: white;}
#content div.nright{float:right; padding: 0px 5px 0px 5px; border: none; background: white;}
#content div.nleft{float:left; padding: 0px 5px 0px 5px; border: none; background: white;}
#content ul.disc{list-style-type:disc;}
#content ul.circle{list-style-type:circle;}
#content ul.square{list-style-type:square;}
#content img{border : none; }

/* trail setting */
#trail {border-bottom: 1px solid #003300;}
#trail, #trail a{color:#003300;text-decoration: none;font : normal 11px verdana;padding-bottom: 2px}
#trail a:hover{text-decoration:underline}

#footer {
	padding: 0.2em 1em;
	background: #003300;
	color : white;
	font: normal 0.8em arial "serif";
	clear : left;
}

/* FOOTER SETTINGS */
#footer a{text-decoration: none;color : white;}
#footer a:hover{text-decoration: underline;}
#footer #fright{float: right; text-align: right;}
#footer #fleft{float: left; text-align: left;}

/* UTILS SETTINGS */
div.spacer{clear : both;}

