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