@charset "iso-8859-1";

/*** Algemeen ********************************/
/*********************************************/
html {
    height: 100%;
}

body {
	background-color: #B1005C;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

a img {
	border: 0px;
}

a.meel {
	color: #8C7019;
	text-decoration: underline;
}

a.meel:hover {
	text-decoration: none;
}

#logobalk {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
	width: 100%;
	background-color: white;
}

#logo {
	position: absolute;
	right: 75px;
	top: 0px;
}

#logostoel {
	position: absolute;
	left: 35px;
	top: 75px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 50px;
}

#menu img {
	position: absolute;
	cursor: pointer;
}

#kern {
	position: absolute;
	top: 174px;
	left: 0px;
}

#kern_txt {
	position: absolute;
	width: 260px;
	_width: 280px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	top: 0px;
	left: 0px;
	background-color: white;
	color: #6C5009;
	padding: 10px;
	z-index: 10;
	height: 280px;
	_height: 300px;
}

.rij1 {
	position: absolute;
	top: 0px;
}

.rij2 {
	position: absolute;
	top: 100px;
}

.rij3 {
	position: absolute;
	top: 200px;
	z-index: 1;
}

.kolom1 {
	left: 0px;
}

.kolom2 {
	left: 140px;
}

.kolom3 {
	left: 280px;
}

.kolom4 {
	left: 420px;
}

.kolom5 {
	left: 600px;
}

img {
	z-index: 1;
	display: block;
}