/*
*	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: #fff;
	background: #4b4b4b url(images/pattern.jpg) repeat-x;
}
#container {
	position: relative;
	width: 1002px;
	margin: 20px auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	 }


img {
	border: 0;
}
h3.title {
	background: url(images/title.png);
	color: #fff;
	font-size: 100%;
	text-align: center;
	line-height: 57px;
	width: 100%;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 191px;
	margin-bottom: 10px;
	background: url(images/header.jpg);
}
#header h1 a {
	position: absolute;
	left: 750px;
	top: 28px;
	display: block;
	height: 85px;
	width: 238px;
}
#header p {
	position: absolute;
	top: 28px;
	left: 380px;
	width: 340px;
	line-height: 1.8em;
}
/***** ZOEKEN *****/
#header form {
	position: absolute;
	top: 158px;
	left: 730px;
	height: 24px;
}
#header form input {
	float: left;
	width: 227px;
	height: 24px;
	background: transparent url(images/zoeken_veld.jpg) left top no-repeat;
	outline: none;
	border: none;
	padding: 0 0 0 5px;
	color: #fff;
	font: inherit;
}
#header form input.zoeken_submit {
	height: 24px;
	width: 31px;
	padding: 0;
	background: transparent url(images/zoeken_knop.jpg) no-repeat;
	cursor : pointer;
}
/***** MENU *****/
#header ul {
	position: absolute;
	left: 0;
	top: 149px;
	line-height: 42px;
}
#header ul li {
	float: left;
	padding: 0 20px;
}
#header ul li a {
	color: #fff;
	font-size: 1.7em;
}
#header ul li a:hover {
	color: #133ce5;
	background: url(images/pacman.jpg) left 5px no-repeat;
	padding-left: 20px
}
/*********************/
/***** CATEGORIE *****/
/*********************/
ul.categorie {
	width: 100%;
	overflow: hidden;
}
ul.categorie li {
	text-align: center;
	float: left;
	width: 223px;
	height: 200px;
	background: url(images/gamebox.png);
	margin: 0 10px 10px 0;
	padding: 10px;
}
ul.categorie li.nomarginright {
	margin-right: 0;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 5px;
	background: url(images/lijn.jpg) left bottom repeat-x;
	margin-bottom: 10px;
	text-align: center;
}
ul.categorie p {
	margin-top: 5px;
	line-height: 1.5em;
}
/***************/
/***** BOX *****/
/***************/
.box {
	width: 982px;
	background: url(images/groot_bg.jpg);
	padding: 5px 10px 3px 10px;
	overflow: hidden;
}
.box_top {
	width: 100%;
	height: 5px;
	font-size: 1px;
	background: url(images/groot_top.png);	
}
.box_bottom {
	width: 100%;
	height: 7px;
	font-size: 1px;
	margin-bottom: 10px;
	background: url(images/groot_bottom.png);	
}
.box h2 {
	font-size: 2.5em;
	padding-bottom: 10px;
}
.gamecontainer {
	margin-top: 10px;
	text-align: center;
}
.gamecontainer a {
	color: #fff;
	line-height: 3em;
	font-size: 1.2em;
}
.box p {
	padding-bottom: 10px;
}
.info {
	float: left;
	width: 480px;
}
ul.knoppen {
	float: right;
	width: 478px;
}
ul.knoppen li {
	float: left;
	margin: 0 0 10px 10px;
}
ul.knoppen li.last {
	margin-left: 135px;
}
ul.knoppen a {
	float: left;
	color: #fff;
	font-size: 1.8em;
	background: url(images/knop.jpg);
	display: block;
	width: 229px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	background: url(images/footer.png);
	clear: both;
	line-height: 49px;
	width: 100%;
	text-align: center;
}

#footer span {
	color: #ffff00;
}

