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