/* school specifiek settings */
#header, #page{
	border-left: 1px solid #005A84;
	border-right: 1px solid #005A84;
}
#menu {/* was eerst page!!!!*/
 background : url(../img/menubg.gif) repeat-y;
}
/* content settings school */
#page {background: url(../img/bg_content.gif)  no-repeat bottom right;} /* later bij gedaan voor pix */
#content h1,#content h2,#content h3 { color : #005A84; border-color : #005A84;}
#content a{color : #005A84;}
#content div.left, #content div.right{ border-color: #005A84; }
#content *.thead {background: #005A84;color: white; }
#content *.oddrow {background: rgb(0,127,196);}
#trail{border-color: #005A84;}
#trail, #trail a{color:#005A84;}
#footer{
	background : #005A84;
}

#menu a.subselected{
	background : white;
	color:#005A84;
	border-top : 1px dashed #005A84;
	border-bottom : 1px dashed #005A84;
	padding: 1px 0px;
}