body {
    font: 100% Arial, Helvetica, sans-serif;
	background-image: url(images/achtergrondfoto.jpg);
    color: #000;
}

#text, #kop {
	/* wijzigen voor achtergrond */
	background-color: #FDA;
	/* background-color: #FFF; */
}

#text {
	width:573px;
	height:422px;
	left:340px;
	top:150px;
	position:absolute;
	overflow-y: auto;
	border-bottom: 2px solid #5b2a1c;
	padding: 12px;
	border-right: 2px solid #5b2a1c;
}
#kop {
	position:absolute;
	width:623px;
	top: 73px;
	left: 290px;
	height: 85px;
	border-top: 2px solid #5b2a1c;
	border-right: 2px solid #5b2a1c;
	text-align: center;
	padding-top: 0px;
	z-index: -1;
}
#pilaar {
	position:absolute;
	left: 163px;
	top: 72px;
	width: 250px;
	height: 500px;
	background: url(images/pilaar.gif) no-repeat top;
	border-bottom: 2px solid #5b2a1c;
	padding-top: 150px;
	padding-left: 20px;
}
#pilaar ul {
	list-style:none;
	width:150px;
	margin:0 0 20px 0;
	padding:0;
}
#pilaar li {
	margin-bottom:5px;
}
#pilaar li a {
	font-weight:bold;
	font-family:"Felix Titling";
	color: #FFF; /* tekstkleur van de link */
	text-decoration:none;
	display:block;
	height: 20px;
	padding:6px 0 6px 10px;
	background:#eee url('images/gradientnieuw.png') repeat-x;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #FF0000; /* kleur van het streepje links, bij gewone knop */
}
#pilaar li a:hover, #pilaar li a.current {
    color: #000000; /* tekstkleur van de actieve link */
	background:#fff url('images/gradient2.png') repeat-x; /* plaatje van actieve knop (achtergrond) */
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #5b2a1c; /* kleur van het streepje links, bij actieve en over knop */
}
#pilaar ul ul {
	margin:5px 0 5px 15px;
	font-size:0.9em;
	width:135px;
}
#pilaar ul ul a {
	height:16px;
	margin:0;
	padding:4px 0 0 8px;
}
#pilaar li.leraar {
    padding-top: 50px;
}
h1 {
     font-size: 66px;
	 font-family:"Felix Titling";
	 color:#c90000;
	 text-decoration:underline;	 
}
img.rechts{
    float:right;
}
img.links{
	float:left;
}
th {
	font-weight: normal;
}
