#header {
	position: relative;
	left: 128px;
	width: 748px;
	height: 275px;
	background-color: #597ac1;
	background-image: url(/images/header.gif);
	text-align: left;
	vertical-align: top;
}
#content {
	position: relative;
	left: 128px;
	top: 10px;
	width: 748px;
	height: 2800px; /* is deze nou statisch of dynamisch?  */
	background-color: #597ac1;
}
#bottom {
	position: relative;
	left: 128px;
	width: 748px;
	height: 150px;
	text-align: center;
	vertical-align: top;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #597ac1;
	background-image: url(/images/bottom.gif);
}
ul, li {
    list-style-type: none;
}
body {
	background: url(/images/bg.gif);
	margin-top: 0px;
}
.spelnamen {
	text-align: left;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a {
	font-size: 12px;
	color: #49649e;
	vertical-align: bottom;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #2c416e;
	vertical-align: bottom;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 2px;
	color: #49649e;
}
.spelen {
	font-size: 2px;
	color: #49649e;
}

#play_header {
	position: relative;
	width: 900px;
	height: 275px;
	background-color: #597ac1;
	text-align: center;
	vertical-align: top;
}
#play_container {
	position: relative;
	width: 910px;
}
#play_left {
	position: relative;
	top: 10px;
	padding-right: 2px;
	width: 200px;
	border: 0px #000 solid;
	float: left;
}
#play_main {
	position: relative;
	top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	width: 500px;
	border: 0px #000 solid;
	float: left;
}
#play_right {
	position: relative;
	top: 10px;
	padding-left: 2px;
	width: 200px;
	border: 0px #000 solid;
	float: left;
}