html, body {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../img/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family:tahoma;
	font-size:11px;
	color:#034158;
	background-color: #87cee8;
}
a, a:link, a:active, a:hover {
	color:#034158;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#branding, #topnav, #tagline, #notagline,#contentframe, #footer, #footerbox, #footerboxfooter {
	width: 764px;
	margin: 0 auto;
	padding: 0;	
}
/* @group branding */
#branding {
	height: 161px;	
	margin: 1px auto 0 auto;
	padding: 0;
	background-image: url(../img/header_spring.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#branding #headings {
	margin: 0;
	width: 380px;
	height: 160px;
	float: left;
	text-indent: -20000px;
	cursor: pointer;
}
#branding #headings h1, #branding #headings h2 {
	height: 80px;
	margin: 0;
	padding: 0;
	display: block;
}
#topgames {
	float: left;
	width: 370px;
	margin-left: 14px;
	margin-top: 17px;
}
#topgames ul {
	margin: 0;
	padding: 0;
}
#topgames li {
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	display: block;
	width: 175px;
	line-height: 13px;
}
#topgames li img {
	float: left;
	margin: 2px 7px 0 0;
	border: 1px solid #000;
}
#topgames li span.cat {
	font-size: 9px;	
}
#topgames h2 {
	text-indent: -20000px;
}
/* @end */

/* @group stars */
.stars {
	display: block;
	width: 75px;
	height: 16px;
	text-indent: -20000px;
	margin: 0 0 0 78px;
}
.stars.one {
	background-image: url(../img/1.gif);
}
.stars.two {
	background-image: url(../img/2.gif);
}
.stars.three {
	background-image: url(../img/3.gif);
}
.stars.four {
	background-image: url(../img/4.gif);
}
.stars.five {
	background-image: url(../img/5.gif);
}
/* @end */

/* @group topnav */
#topnav {
	margin: 6px auto 0 auto;
	padding: 10px 0 0 0;
	height: 24px;
	background-image: url(../img/topnav-bg.gif);
	background-repeat: no-repeat;
}
#topnav li {
	display: inline;
}
#topnav li.first a {
	margin-left: 30px;
}
#topnav a, #topnav a:link, #topnav a:active, #topnav a:visited {
	float: left;
	font-weight:700;
	width: 139px;
	color:#FFF;
	background-image: url(../img/nav_scheiding.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration:none;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	text-transform: uppercase;
}
#topnav li.last a, #topnav li.last a:link, #topnav li.last a:active, #topnav li.last a:visited {
	margin-right: 29px;
	background: none;
}
#topnav a:hover {
	text-decoration: underline;
}

/* @end */

/* @group categories */
#categoriesruler {
	background-color: #0683B3;
	height: 10px;
	width: 558px;
	margin: 0 0 3px 20px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #056387;
}
#categories {
	width: 546px;
	height: 75px;
	background-color: #9AD5EB;
	padding: 5px;
	margin: 0 0 0 20px;
	border: 1px solid #64AFCB;
}
#categories li {
	list-style-image: url(../img/categorie-item.gif);
	float: left;
	width: 182px;
	height: 15px;
	list-style-position: inside;
}

/* @end */

/* @group gameblock */
h2.gameblock {
	background-color: #0683B3;
	height: 16px;
	width: 536px;
	margin: 15px 0 3px 20px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #056387;
	color: #fff;
	font-size: 11px;
	padding: 4px 10px 0 10px;
}
#grouppage h2.gameblock {
	margin-top: 5px;
}
.contentblock, .gameblock {
	width: 556px;
	background-color: #9AD5EB;
	padding: 0;
	margin: 0 0 0 20px;
	border: 1px solid #64AFCB;
}
.gameblock ul {
	margin: 0;
	padding: 0;
}
h2.gameblock a {
	color: #fff;
}
#index h2.gameblock a {
	margin-top: -13px;
	float: right;
}
.gameblock li {
	list-style-type: none;
	float: left;
	width: 175px;
	height: 75px;
	padding: 5px;
	margin: 0;
	font-size: 10px;	
}
.gameblock li.odd {
	background-color: #9AD5EB;
}
.gameblock li.even {
	background-color: #AFDEF0;
}
.gameblock li a {
	display: block;
	margin-bottom: 3px;
	font-size: 110%;
}
li.even a img, li.odd a img {
	width: 70px;
	height: 59px;
}
div.gameblock p a, div.gameblock p a:link, div.gameblock p a:visited, div.gameblock p a:active, div.gameblock p a:hover {
	font-weight: normal;
}
div.gameblock p {
	padding: 3px;
}
span.cat a { 
	font-weight: normal;
	display: inline;
	font-size: 100%;
}
span.cat a:hover {
	text-decoration: underline; 
	font-weight: normal;
}
	.gameblock li img {
	float: left;
	margin-right: 8px;
	border: 1px solid #000;
}

/* @end */
#sortform {
	margin: 2px 20px;
	padding: 5px 2px 5px 5px;
	line-height: 20px;
	background-color: #CAE6F1;
}
#sortform select {
	float: right;
	margin: 0px 5px 0 0;
}
#sortform a, #sortform a:link, #sortform a:visited, #sortform a:hover, #sortform a:active { 
	font-weight: normal;
}
span.page {
	background-color: #fff;
	border: 1px solid #000;
	padding: 1px 3px;
	line-height: 20px;
	font-weight: bold;
}
.pages a, .pages a:link, .pages a:active, .pages a:visited, .pages a:hover {
	font-weight: normal;
}
#sortform div.toppagesblock {
	float: left;
	display: block;
	width: 350px;
	text-align: center;
} 
#pagingblock {
	margin: 5px 20px;
	padding: 5px 2px 5px 5px;
	border: 1px solid #64AFCB;
	background-color: #9AD5EB;
	width: 549px;
	text-align: center;
}
#pagingblock #pages {
	width: 300px;
	float: left;
	padding-top: 18px;
}
#pagingblock a, #pagingblock a:link, #pagingblock a:active, #pagingblock a:visited, #pagingblock a:hover {
	font-weight: normal;
}
#pagingblock #adblock {
	float: left;
}
#sortform div.pages {
	width: 374px;
	text-align: center;
}
.newestgames {
	width: 556px;
	margin: 1px 0px 2px 21px;
	padding: 20px 0 0 0;
	background-color: #CAE6F1;	
}
.newestgames .adsense {
	width: 250px;
	float: left;
	margin: -17px 0 0 0;
	padding: 0 20px 0 5px;
}
.newestgames .pages {
	width: 250px;
	float: left;
	text-align: center;
}

/* @group search */
#search {
	margin: -16px 0 0 0;
	padding: 3px 0 21px 19px;
	background: url(../img/search-bg.gif) no-repeat;
}
#search h2 {
	text-indent: -20000px;
}
#search input {
	font-size: 10px;
}
#search input#searchterm {
	width: 72px;
}
/* @end */

/* @error Code */
.errorCode {
	padding:15px;
}
/* @end */

/* @group scoregames */
.ad {
	background-image: url(../img/scoregames-bg-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 16px;
}
.ad ul {
	margin: 0;
	background-image: url(../img/red-bg-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
	background-color: #fff;
}
.ad li {
	background-image: url(../img/scoregames-bg.gif);
	background-repeat: repeat-y;
	background-position: -2px 0; 
	margin: 0px;
	list-style-type: none;
	padding: 0 10px;
	text-align: center;
}
/* @group scoregames */
#scoregames {
	background-image: url(../img/scoregames-bg-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 16px;
}
#scoregames h2#scoregamesheader {
	text-indent: -2000px;
	background-image: url(../img/scoregames-bg-top.gif);
	margin: 0;
	height: 39px;
}
#scoregames ul {
	margin: 0;
	padding: 0;
	background-image: url(../img/scoregames-bg.gif);
	background-repeat: repeat-y;
	background-position: -2px 0; 
	background-color: #fff;
}
#scoregames li {
	margin: 0px 16px 5px 16px;
	list-style-type: none;
	padding: 3px 0 8px 0;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#scoregames li a {
	color: #fff;
	font-weight: bold;
}
#scoregames li.last {
	border: none;
}
#scoregames li.last a {
	font-weight: normal;
}
/* @end */

/* @group linkpartners */
h2.toplinkpartners, h2.linkpartners {
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -20000px;
	margin: -2px 0 0 0;
	padding: 0;
	height: 50px;
}
h2.toplinkpartners {
	background-image: url(../img/toplinkpartnersheader.gif);
}
h2.linkpartners {
	margin: 0px;
	background-image: url(../img/linkpartnersheader.gif);
}
ul.linkpartners {
	padding: 0 0 20px 0;
	margin: 0;
	background-image: url(../img/linkpartners-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
}
ul.linkpartners li {
	background-image: url(../img/linkpartners-bg.gif);
	background-repeat: repeat-y;
	background-position: top left;	
	padding: 0 0 0 23px;	
	list-style-type: none;
}
ul.linkpartners li a {
	font-weight: normal;
}
ul.linkpartners li a:hover {
	font-weight: normal;
	text-decoration: underline;
}
ul.linkpartners li.feat a {
	font-weight: bold;
}
ul.linkpartners li.feat a:hover {
	font-weight: bold;
	text-decoration: underline;
}
/* @end */

#newsletter {
	background-image: url(../img/nieuwsbrief-bg.gif);
	background-position: -3px 0;
	background-repeat: no-repeat;	
	margin: 0px;
	padding: 0px 14px 0 16px;
	height: 100px;
	text-align: center;
}
#helppage #newsletter, #grouppage #newsletter {
	background-image: url(../img/nieuwsbrief-bg-red.gif);
}
#newsletter h2 {
	margin: 0 0 33px 0;
	height: 10px;
	padding: 0;
	text-indent: -20000px;
}
#newsletter input, #newsletter select {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#newsletter input#email {
	width: 115px;
}
#newsletter select {
	width: 95px;
}
#tagline {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 42px;
	background-image: url(../img/maincontent-top.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#notagline {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 28px;
	background-image: url(../img/maincontent-top.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#contentframe {
	background-image: url(../img/maincontent-slice.gif);
	background-repeat: repeat-y;
}
#maincontent {
	margin: 0;
	padding: 0;
	width: 595px;
	float: left;
}
#sidebar {
	margin: 0;
	padding: 0;
	width: 160px;
	float: left;
}
#footer {
	clear: both;
	text-align: center;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px ;
	padding-top: 20px;
	height: 50px;
}
#footer a {
	font-weight: normal;
}
#footer .icons a:hover {
	text-decoration: none;
}
#group {
	background-color: #9AD5EB;
	margin: 2px 18px 2px 20px;
	border: 1px solid #64AFCB;
	padding: 0 10px;
	clear: both;
}
#group ul {
	padding: 0;
	margin: 0;
	clear: right;
}
#group li {
	float: left;
	text-align: center;
	width: 200px;
	height: 150px;
	line-height: 16px;
	padding: 10px 30px 10px 35px;
	list-style-type: none;
}
#group li a img {
	border: 1px solid #000;
	width: 200px;
	height: 123px;
}
#headings a:hover h1, #headings a:hover h2 {
	cursor: pointer;
}
/* @end */

/* @footerbox */
#footerbox {
	background-image: url(../img/footerbox-top.gif);
	background-position: top left; 
	background-repeat: no-repeat;
	padding: 20px 0 10px 0;
	height: 22px
}
#footerbox p { 
	background-image: url(../img/footerbox-slice.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
	text-align: center;
	padding: 5px 40px;
	margin: 0;
	color: #CC0000;
}
#footerbox p a { 
	font-weight: normal;
}
#footerboxfooter { 
	background-image: url(../img/footerbox-bottom.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
	height: 22px
}
INPUT.submit {
	font-family:tahoma;
	font-size:11px;
	color:#034158;
}
/* @end */

/* @contact page */
LABEL {
	float:left;
	width:125px;
	line-height:18px
}
TEXTAREA.textarea {
	width:225px;
	font-family:tahoma;
}
INPUT.input2 {
	width:250px;
	font-family:tahoma;
	font-size:11px;
	color:#034158;
}
/* @end */

/* @link page */
LABEL.label2 {
	float:left;
	width:265px;
	line-height:18px
}
INPUT.input3 {
	width:200px;
	font-family:tahoma;
	font-size:11px;
	color:#034158;
}
DIV.linksignup {
	width: 500px;
	overflow: auto;
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #309CC0;
	padding: 2px;
	margin: 10px;
}
DIV.bannerHigh {
	float: left;
	width: 120px !important;
	width: 127px;
}
/* @end */

/* @partners page */
DIV.row {
	clear:both;
	background-color:#D7F0F9;
	padding:3px 5px 3px 5px;
}
DIV.rowodd {
	background-color:#CAE6F1;
}
	DIV.rowHeader {
		font-weight:bold;
	}
	DIV.rowValue, DIV.rowValue A,DIV.rowValue A:hover {
		font-weight:normal;
	}
	DIV.rowRight {
		float:right;
		text-align:left;
		width:60px;
	}
	DIV.rowNR {
		float:left;
		width:30px;
	}
DIV.partnersFooter {
	text-align:center;
	margin:10px 0px 5px 0px;
}
/* @end */