/* school specifiek settings */
#header, #page{
	border-left: 1px solid #007FC4;
	border-right: 1px solid #007FC4;
}
#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 : #007FC4; border-color : #007FC4;}
#content a{color : #007FC4;}
#content div.left, #content div.right{ border-color: #007FC4; }
#content *.thead {background: #007FC4;color: white; }
#content *.oddrow {background: rgb(127,191,225);}
#trail{border-color: #007FC4;}
#trail, #trail a{color:#007FC4;}
#footer{
	background : #007FC4;
}

#menu a.subselected{
	background : white;
	color:#007FC4;
	border-top : 1px dashed #007FC4;
	border-bottom : 1px dashed #007FC4;
	padding: 1px 0px;
}