/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.70em Tahoma, Verdana, Arial, Trebuchet MS;
	color: #00339c;
	background: #c5e4fb url(images/pattern.jpg) repeat-x;
}
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	text-decoration: underline;
	color: #00339c;
}
img {
	border: 0;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 278px;
	background: url(images/header.jpg) bottom no-repeat;
	margin-top: 4px;
}
#header h1 {
	position: absolute;
	left: 31px;
	top: 8px;
	display: block;
	height: 31px;
	width: 210px;
}
#header h2 {
	position: absolute;
	top: 187px;
	left: 754px;
}
/******************/
/***** WELKOM *****/
/******************/
#welkom {
	background: url(images/welkom.jpg);
	height: 159px;
	margin-top: 4px;
}
#welkom h3, #welkom p {
	padding-left: 335px;
	line-height: 1.5em;
}
#welkom h3 {
	font-size: 2.3em;
	font-weight: normal;
	padding-top: 10px;
}
#welkom p {
	font-size: 1.5em;
}
/*********************/
/***** CATEGORIE *****/
/*********************/
ul.categorie {
	width: 100%;
	overflow: hidden;
	margin-top: -5px;
}
ul.categorie li {
	position: relative;
	float: left;
	width: 242px;
	height: 213px;
	background: url(images/categorie.png);
	text-align: center;
	margin: 10px 0 0 9px;
}
ul.categorie li.c1 {
	margin-left: 2px;
}
ul.categorie li  img {
	padding: 7px;
	margin-top: 25px;

}
ul.categorie li h3 {
	position:absolute;
	line-height: 1em;
	font-size: 1.5em;
	font-weight: normal;
	bottom:10px;
	width:242px;
	text-align:center;
}
/****************/
/***** GAME *****/
/****************/
#game {
	background: url(images/game_bg.jpg);
	width: 995px;
	text-align: center;
	margin: 5px 0 5px 2px;
}
#game_top {
	background: url(images/game_top.jpg) top no-repeat;
}
#game_bottom {
	position: relative;
	background: url(images/game_bottom.jpg) bottom no-repeat;
	padding: 5px;
	width: 985px;
}
#game h3 {
	line-height: 2.5em;
	font-size: 2.5em;
	font-weight: normal;
}
#game p {
	background: #d5e9fd;
	padding: 15px 0;
	margin-top: 10px;
}
#terug {
	position: absolute;
	right: 20px;
	bottom: 5px;
	display: block;
	font-size: 1.5em;
}
#terug a {
	color: #00339c;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	background: url(images/footer.png);
	clear: both;
	width: 980px;
	color: #fff;
	line-height: 59px;
	text-align: right;
	padding-right: 20px;
	margin: 5px 0 0 2px;
}
