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