	img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		div#content {
	/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative;
	/* These have no effect on the functionality */
			width: 850px;
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	padding: 10px;
	}
		
	body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 20px 0 0 0;
	background-color: #000000;
	}
	
#logo {
	position:absolute;
	width:200px;
	height:64px;
	z-index:1;
	left: 1px;
	top: 0px;
	background-repeat: repeat;
}

#title {
	position:absolute;
	width:410px;
	height:43px;
	z-index:1;
	left: 255px;
	top: 20px;
	display:table-cell
}
.valign {
	vertical-align: midden;
}

#navi {
	position:absolute;
	width:347px;
	height:26px;
	z-index:2;
	left: 75px;
	top: 70px;
}
#content1 {
	position:absolute;
	z-index:1;
	left: 250px;
	top: 75px;
	width: 420px;
}
#content2 {
	position:absolute;
	z-index:1;
	left: -5px;
	top: 75px;
	width: 220px;
}
.platte_tekst {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.submenu {
	display: none;
}
    .kop {
	font-size: 28px;
	color: #555555;
	font-weight: bold;
}
.subkop {
	color: #999;
	font-size: 1.35em;
}

.platte_tekst_bold {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menu_link {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.menu_link:link {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.menu_link:hover {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.menu_link:visited {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.menu_kop {
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.participant {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.platte_tekst_link {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.rood {color: #FF0000}
.groen {color: #00FF00}
.blauw {color: #009ee0}
.geel {color: #ffff00}

