html{
	height:100%;
	background: #1c4694 url('../images/html-bg.jpg') repeat-x center top;
	padding: 0;
}
body{
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	font: 11px "Arial";
	color: #454545;
}
br.clear { 
	clear: both;
	font-size: 0.1em;
}

div#container-p	{
	background: url('../images/body-bg.jpg') repeat-y left bottom;
}

div#container	{
	background: url('../images/container-bg.jpg') no-repeat left top;
	padding: 88px 28px 0 31px;
}
ul#topmenu {	
	margin: 0;
	padding: 0 0 35px 117px;
	height: 35px;
}
ul#topmenu li	{	float: left;	list-style: none; }
ul#topmenu li a{	display: block;	height: 35px;	float: left; }
	
	ul#topmenu li a.homepage	{	width: 145px;	background: url('../images/topmenu.jpg') 0px 0px; }
	ul#topmenu li a.favorieten	{	width: 138px;	background: url('../images/topmenu.jpg') 655px 0px; }
	ul#topmenu li a.startpagina{	width: 149px;	background: url('../images/topmenu.jpg') 516px 0px; }
	ul#topmenu li a.links		{	width: 99px;	background: url('../images/topmenu.jpg') 369px 0px; }
	ul#topmenu li a.spelzoeken	{	width: 140px;	background: url('../images/topmenu.jpg') 270px 0px; }
	ul#topmenu li a.contact	{	width: 130px;	background: url('../images/topmenu.jpg') 130px 0px; }

ul#topmenu li a span	{	display: none;	}

div#top4			{	
	padding: 10px 0 10px 21px;
	background: #0096ff url('../images/top-4-bg.jpg') no-repeat left bottom; 
}
div#top4	div.wrapper		{	
	width: 200px;
	padding: 0 30px 0 0;
	float: left;
}
div#top4	div.wrapper img	{	
	float: left;	
}
div#top4 div.wrapper ul		{
	float: left;
	margin: 0;
	padding: 0 0 0 9px; 
	line-height: 18px;
	list-style: none;
}
div#top4 div.wrapper ul li	{
	border-bottom: 1px SOLID #FFF;
	color: #FFF;
}
div#top4 div.wrapper ul li.last {
	border-bottom: none;
}
div#top4 div.wrapper ul li a	{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div#meerspellen		{	
	padding: 10px 0 10px 21px;

}
div#meerspellen	div.wrapper		{	
	width: 200px;
	padding: 0 30px 0 0;
	float: left;
}
div#meerspellen	div.wrapper img	{	
	float: left;	
}
div#meerspellen div.wrapper ul		{
	float: left;
	margin: 0;
	padding: 0 0 0 9px; 
	line-height: 18px;
	list-style: none;
}
div#meerspellen div.wrapper ul li	{
	border-bottom: 1px SOLID #ad7405;
	color: #ad7405;
}
div#meerspellen div.wrapper ul li.last {
	border-bottom: none;
}
div#meerspellen div.wrapper ul li a	{
	color: #ad7405;
	font-weight: bold;
	text-decoration: none;
}

div.ads	{
	padding: 4px 0 0 0;
}
div.ads img	{
	border: none;
}
div.ads a.left	{
	float: left;
}
div.ads a.right	{
	float: right;
}

table	{	width: 100%;	margin-top: -5px;	*margin-top: 0; 	}

div.box	{	
	width: 184px;
}
div.box h3		{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	height: 21px;
	padding: 13px 0 0 14px;
	margin: 0;
}
div.box ul		{	
	margin: 0;
	list-style: none;
	padding: 0 0 0 5px;
}
div.box ul span	{	
	font-weight: bold;
	display: block;
	width: 20px;
	float: left;
}

div.box.large.yellow	{	width: 750px;	padding: 0 0 5px 0; 	text-align: center;	background: #edf892 url('../images/yellow-big-bottom.jpg') no-repeat left bottom;	color: #ad7405;	}
div.box.large.yellow a		{	color: #ad7405; }
div.box.large.yellow h3		{	text-align: left;background: url('../images/yellow-big-top.jpg') no-repeat; }

div.box div.game		{	padding: 25px; }
div.box div.game img	{	border: 9px SOLID #c5d34b; }

div.box div.contactpagina		{	padding: 25px; }
div.box div.contactpagina img	{	border: none; }

div.box.green		{	padding: 0 0 5px 0; 	background: #baecb9 url('../images/green-small-bottom.jpg') no-repeat left bottom;	color: #1f701e;	}
div.box.green a		{	color: #1f701e; text-decoration: none; }
div.box.green h3		{	background: url('../images/green-small-top.jpg') no-repeat; }

div.box.orange		{	padding: 0 0 5px 0; 	background: #fbd282 url('../images/orange-small-bottom.jpg') no-repeat left bottom;	color: #ad7405;	}
div.box.orange a		{	color: #ad7405; text-decoration: none; }
div.box.orange h3		{	background: url('../images/orange-small-top.jpg') no-repeat; }

div#footer			{	height: 25px;	background: url('../images/footer.jpg') no-repeat;	text-align: center;	color: #FFF;	font-weight: bold;	padding: 14px; }
