body {
	text-align: center;
	vertical-align: middle;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, table, input {
	font-size: 12px;
	font-family: "Lucida Sans", Arial;
}

h1 { font-size: 21px; }
h2 { font-size: 15px; }
h3 { font-size: 12px; }

.menu A:link { font-size: 21px;}
.menu A:visited { font-size: 21px;}
.menu A:active { font-size: 21px;}
.menu A:hover { font-size: 21px;}

#container {
	position: relative;
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	text-align: left;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
}

#nieuws {
	position: absolute;
	top: 235px;
	left: 206px;
	/*width: 353px;*/
	width: 620px;
	height: 500px;
	overflow: auto;
}
#menu {
	color: white;
	position: absolute;
	top: 184px;
	left: 447px;
	/*width: 353px;*/
	width: 520px;
	height: 216px;
	overflow: auto;
}
#categorie {
	color: white;
	position: absolute;
	top: 232px;
	left: 0px;
	/*width: 353px;*/
	width: 158px;
	height: 536px;
	overflow: hidden; 
     padding-left: 10px;  
	background-color: #e65926;}

#aanmelden {
	position: absolute;
	top: 537px;
	left: 129px;
	width: 626px;
	height: 87px;
	cursor: pointer;
}

#openlijst {
	position: absolute;
	top: 446px;
	left: 60px;
	width: 360px;
	height: 70px;
	cursor: pointer;
}

#formulier {
	position: absolute;
	float: none;
	top: 205px;
	left: 246px;
	/*width: 353px;*/
	width: 479px;
	height: 380px;
	display: none;
}

* html #formulier {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='aanmelden.png',sizingMethod='image');
}

#tekst {
	position: absolute;
	top: 174px;
	left: 207px;
	width: 415px;
	height: 410px;
	overflow: auto;
	display: none;
}


#formSluiten {
	position: absolute;
	top: 127px;
	left: 632px;
	width: 22px;
	height: 23px;
	display: none;
}
#deelnemers {
	position: absolute;
	float: none;
	width: 800px;
	height: 600px;
	left: 44px;
	top: 44px;
	background-image: url(deelnemerslijst.png);
	display: none;
}

* html #deelnemers {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='deelnemerslijst.png',sizingMethod='image');
}

#lijst {
	position: absolute;
	top: 174px;
	left: 194px;
	width: 515px;
	height: 400px;
	overflow: auto;
	display: none;
}

#dlSluiten {
	position: absolute;
	top: 119px;
	left: 671px;
	width: 33px;
	height: 33px;
	display: none;
}
A:link	{
font-size: 11px;
text-decoration: none;
color:#ffffff;
font-family:Century Gothic;
	}
A:hover	{
font-size: 11px;
text-decoration: none;
color:#ffffff;
font-family:Century Gothic;
	}
A:active	{
font-size: 11px;
text-decoration: none;
color:#ffffff;
font-family:Century Gothic;
	}
A:visited	{
font-size: 11px;
text-decoration: none;
color:#ffffff;
font-family:Century Gothic;
	}

