/*
	SLICING DOOR Jos H.
	copyright 2007
*/
body {
	background: #006BAF url(bg.jpg) repeat;
	text-align: center;
}
/*	CONTAINER */
#container {
	width: 707px;
	margin: 0px auto;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
/* HEADER */
#header {
	background: url(header.jpg) no-repeat;
	height: 111px;
	padding-right: 10px;
}
#header h1 {
	display: none;
}
/* BLAUWE MENU */
#bluemenu {
	background: url(header2.jpg) no-repeat;
	line-height: 29px;
	height: 29px;
	overflow: hidden;
	font-weight: bold;
	padding: 0px 40px 0px 40px;
	
}
#bluemenu a {
	float: left;
	color: White;
	text-decoration: none;
	display: inline;
}
#bluemenu a:hover {
	text-decoration: underline;
}
#bluemenu div {
	display: block;
	float: left;
	width: 20px;
}
/* LAATSTE GAMES */
#lastgames {
	background: url(ads2.jpg) no-repeat;
	padding: 0px;
	height: 70px;
	overflow: hidden;
}
#lastgames h3 {
	font-size: 1em;
	line-height:29px;
	height: 29px;
	margin: 0px;
	padding-left: 10px;
	color: White;
}
.game {
	width: 98px;
	padding: 3px;
	text-align: center;
	color: #7FAB4A;
	display: block;
	float: left;
}
.game img {
	padding: 1px;
	border: 1px solid #BBD38E;
	background-color: White;
}
.game a {
	text-decoration: none;
	color: #7FAB4A;
}
/* CONTENT */
#content {
	background: url(ads.jpg) repeat-y;
	padding: 1px 20px 1px 20px;
}
.blauw a:hover, .oranje a:hover , .groen a:hover, .paars a:hover{
	text-decoration: underline;
}
/* BLAUWE GAMELIJST */
.blauw {
	background: url(box_blue.jpg) no-repeat;
	padding: 5px;
	height: 299px;
	width: 158px;
	overflow: hidden;
	display:block;
	float:left;
}
.blauw ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.blauw ul li h3 {
	font-size: 1em;
	color: White;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	margin: 0px;
	padding-left: 1px;
	padding: 0px 10px 0px 10px;
}
.blauw ul li a {
	line-height: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}


.oranje {
	background: url(box_yellow.jpg) no-repeat;
	padding: 5px;
	height: 299px;
	width: 158px;
	overflow: hidden;
	display: block;
	float: left;
}
.oranje ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.oranje ul li h3 {
	font-size: 1em;
	color: White;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	margin: 0px;
	padding-left: 10px;
	padding: 0px 10px 0px 10px;
}
.oranje ul li a {
	line-height: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}


.groen {
	background: url(box_orange.jpg) no-repeat;
	padding: 5px;
	height: 299px;
	width: 158px;
	overflow: hidden;
	display: block;
	float: left;
}
.groen ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.groen ul li h3 {
	font-size: 1em;
	color: White;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	margin: 0px;
	padding-left: 10px;
	padding: 0px 10px 0px 10px;
}
.groen ul li a {
	line-height: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}


.paars {
	background: url(box_red.jpg) no-repeat;
	padding: 5px;
	height: 299px;
	width: 158px;
	overflow: hidden;
	display: block;
	float: left;
}
.paars ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.paars ul li h3 {
	font-size: 1em;
	color: White;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	margin: 0px;
	padding-left: 10px;
	padding: 0px 10px 0px 10px;
}
.paars ul li a {
	line-height: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

/* FOOTER */
#footer {
	clear: both;
	background: url(footer.jpg) no-repeat;
	height: 16px;
}