body {
	background-color: #444444;
	color: #222222;
	margin: 0px;
	padding: 0px;
	
	font: 13px verdana, arial, helvetica, sans-serif;
	text-align: center;
}

a	{
	color: #ff2222;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

div#kapstok	{
	width: 980px;
	background-color: #ffffff;
	border-left: 2px solid #222222;
	border-right: 2px solid #222222;
	border-bottom: 2px solid #222222;
	text-align: left;
	float: center;
}

div#header {
	width: 100%;
	height: 70px;
	background-image: url(../pics/school.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
div#header #logo	{
	margin: 5px 10px;
	border-style: none;
}
div#header #school	{
	position: absolute;
	margin: 0px;
	border-style: none;
}
div#adresbalk  {
	padding-top: 3px; padding-bottom: 2px; padding-left: 10px; padding-right: 10px;
	height: 23px;
	width: 100%;
	color: #ffffff; 
	background-image: url("../pics/adresbalk.gif");
	background-repeat: repeat-x; 
	text-align: center;
	font-weight: bold;
	font-stretch: expanded;

}

div#adresbalk a	{
	color: #ffffff;
	text-decoration: none;
}
div#adresbalk a:hover {
	color: #ffff00;
	text-decoration: underline;
}

div#container	{
	position: relative;
	padding: 10px 15px 10px 0px;
	width: 100%;
}

div#container #menu	{
	position: absolute;
	top: 10px;
	padding: 0px;
	width: 180px;
	overflow: none;
}

div#container #menu img	{
	margin-bottom: 1px;
}

div#container #tekst	{
	position: relative;
	left: 200px;
	top: 0px;
	width: 565px;
	max-width: 565px;
	background-color: #ffffff;
	
}

div#container #tekstItems	{
	position: absolute;
	left: 785px;
	top: 10px;
	width: 180px;
	background-color: #ffffff;
	margin-top: 3px;
}

div#container #tekstItems li	{
	list-style: square;
}

.tekstTabel	{
	width: 100%;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #ff0000;
}
.tekstTekst	{
	margin: 0px;
	padding: 0px;
	font: 13px verdana, arial, helvetica, sans-serif;
	padding: 3px;
}
.tekstKop	{
	background-color: #ff0000;
	font: bold 13px verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	padding: 3px;
}


div#footer	{
	position:relative;
	bottom: 0px;
	padding: 4px;
	width: 100%;
	color: #ffffff;
	font-size: 80%;
	background-color: #6b6b6b;
	font-weight: bolder;
	text-align: center;
}
