/*
*	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: #004366;
	background: #57c8f2 url(images/pattern.jpg) repeat-x;
}
#container {
	position: relative;
	width: 1005px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
h3.title {
	background: url(images/title.png) no-repeat;
	color: #fff;
	font-size: 180%;
	text-align: center;
	line-height: 57px;
	width: 100%;
	height: 57px;
	overflow: hidden;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 156px;
	background: url(images/headern.jpg) bottom no-repeat;
	color: #fff;
	margin-top: 32px;
}
#header h1 a {
	margin: 0 auto;
	display: block;
	height: 52px;
	width: 532px;
}
#header h2 {
	position: absolute;
	bottom: 124px;
	left: 9px;
}
/***** ZOEKEN *****/
#header form {
	position: absolute;
	top: 47px;
	right: 6px;
	height: 33px;
}
#header form input {
	float: left;
	width: 150px;
	height: 25px;
	background: transparent url(images/zoeken_input.jpg) left top no-repeat;
	outline: none;
	border: none;
	color: #004366;
	padding: 8px 0 0 5px;
}
#header form input.zoeken_submit {
	height: 33px;
	width: 69px;
	padding: 0;
	background: transparent url(images/zoeken_submit.jpg) no-repeat;
	cursor : pointer;
}
/***** MENU *****/
#header ul {
	position: absolute;
	left: 144px;
	top: 82px;
}
#header ul li {
	float: left;
}
#header ul li.menu_kleurplaten {
	margin-left: 80px;
}
/*********************/
/***** CATEGORIE *****/
/*********************/
ul.categorie {
	width: 100%;
}
ul.categorie li {
	position: relative;
	float: left;
	width: 251px;
	height: 204px;
	background: url(images/categorie_bg.png);
}

ul.categorie li.nieuwspel {
	position: relative;
	float: left;
	width: 251px;
	height: 204px;
	background: url(images/categorie_bg_nieuw.png);
}

ul.categorie li .imgcontainer  {
	position: absolute;
	bottom: 70px;
	width: 251px;
	text-align: center;
}
ul.categorie li .informatie {
	margin: 6px;
	margin-left: 10px;
	text-align: left;
}
ul.categorie li .imgcontainer img {
	text-align: center;
}
ul.categorie .beschrijving {
	position: absolute;
	top: 134px;
	width: 251px;
	text-align: center;
}
ul.categorie h3 {
	font-size: 200%;
	font-weight: normal;
	line-height: 160%;
}
/****************/
/***** GAME *****/
/****************/
#game_container {
	background: transparent url(images/gamebgr.png);
	width: 1004px;
	height: 680px;
	text-align: center;
}
#game_top {
	background: transparent url(images/gamebgtop.png);
	width: 1004px;
	height: 10px;
	text-align: left;

}
#game_bottom {
	background: transparent url(images/gamebgbottom.png);
	width: 1004px;
	height: 17px;
	text-align: center;
}
#game_container p.nav {
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	
}
#game_container h3 {
	font-size: 250%;
	font-weight: normal;
	
}
#game_container a {
	color: #004366;
	font-weight: bold;
	
}
/*****************/
/***** lijst *****/
/*****************/
ul.lijst {
	width: 100%;
}
ul.lijst li {
	float: left;
	width: 251px;
	height: 204px;
	background: url(images/categorie_bg.png);
	text-align: center;
}
ul.lijst h4 {
	font-size: 120%;
	line-height: 2em;
}
ul.lijst a.preview img {
	margin-top: 25px;
}
ul.lijst p img {
	margin: 0 3px;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	background: url(images/footer.png);
	clear: both;
	color: #fff;
	line-height: 57px;
	width: 100%;
	text-align: center;
}