/* GLOBAL */
* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#topnav #breadcrumb, #topnav #language, #topnav .roundright, #popup #popuparrow, #popup #popuparrowup, #popup.sitemap #popuparrow, #gamebottom #votecontainer #balkcontainer #scorearrow {
	behavior: url(/iepngfix.htc);
}
body {
	background-image: url('../images/background.gif');
	background-position: center 12px;
}
.error {
	color: red;
	font-size: 11px;
}
/* ROOT */
#root {
	min-width: 1080px;
}
.hand {
	cursor: pointer;
	cursor: hand;
}
/* HEADER */
#header {
	height: 406px;
	background-image: url('../images/header.jpg');
	background-position: top center;
	overflow: hidden;
	_height: 250px;
}
#topnav {
	color: #828282;
	width: 1000px;
	margin: 0 auto;
	height: 24px;
}
#topnav #breadcrumb, #topnav #language {
	font-size: 11px;
	background-image: url('../images/navleft.png');
	background-repeat: no-repeat;
	width: auto;
}
#topnav .roundright {
	background-image: url('../images/navright.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#topnav #breadcrumb {
	float: left;
}
#topnav #language {
	float: right;
}
#topnav div div p {
	padding: 5px;
	margin: 0 5px;
	background-image: url('../images/navbg.gif');
	background-repeat: repeat-x;
}
#topnav a {
	text-decoration: none;
	color: #2974a2;
}
#topnav a:hover {
	text-decoration: underline;
}
#topnav div span {
	color: #597282;
}
#clickables {
	position: relative;
	width: 1000px;
	height: 0;
	margin: 0 auto;
}
#clickables div {
	position: relative;
}
#clickables #mascotteclickable {
	width: 286px;
	height: 210px;
}
#clickables #logoclickable {
	width: 288px;
	height: 93px;
	top: -210px;
	left: 288px;
}
#navigation {
	position: relative;
	width: 1000px;
	height: 0;
	top: 45px;
	_top: -247px;
	margin: 0 auto;
}
#searchform {
	position: relative;
	float: right;
	top: 17px;
	_top: 10px;
	width: 230px;
	height: 72px;
}
#searchform a {
	position: relative;
	left: 190px;
	top: -5px;
}
#searchform a img {
	border: 0;
}
#searchform h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	padding-bottom: 5px;
	margin-top: -20px;
}
#searchform p {
	background-image: url('../images/icon_search.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	padding-left: 25px;
}
#searchform p input {
	width: 110px;
	padding: 2px;
	font-size: 12px;
}
#searchform #searchbutton {
	float: left;
	display: inline;
	width: 65px;
	height: 21px;
	padding-top: 2px;
	margin: 2px 0 0 4px;
	background-image: url('../images/button_search.jpg');
	background-repeat: no-repeat;
	text-align: center;	
	font-size: 11px;
	color: #fff;
}
#linkcontainer {
	clear: both;
	position: relative;
	top: 11px;
	margin: 0 auto;
}
#header #startpagina, #header #favorieten, #header #vrienden {
	float: right;
	display: inline;
	width: 200px;
	height: 50px;
}
#header #startpagina { margin-right: 20px; }
#header #startpagina div { margin: -28px 10px 0 45px; }
#header #startpagina a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 8px 0 0 5px;
}
#header #vrienden { margin-right: 30px; }
#header #vrienden div { margin: 11px 10px 0 45px; }
#header #favorieten { margin-right: 25px; }
#header #favorieten div { margin: 11px 10px 0 55px; }
#header #linkcontainer div div {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#header #language img {
	border: 0px;
}
#header #language a {
	text-decoration: none;
}
#popup {
	position: absolute;
	z-index: 20;
}
#popup #popupcontent {
	background: #fff;
	width: 200px;
}
#popup #popupcontent div {
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	font-weight: bold;
	color: #742C5C;
}
#popup #popuparrow {
	height: 15px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: 10px 0;
}
#popup #popuparrow {
	background-image: url('../images/arrow.png');
}
#popup p {
	padding: 2px 10px 10px 10px;
	font-size: 11px;
}
#popup table {
	font-size: 11px;
	margin: 0 10px 10px 10px;
	padding: 0;
	border-collapse: collapse;
}
#popup input {
	width: 80px;
}
#popup table th {
	text-align: left;
}
#popup.sitemap #popupcontent {
	background-color: #f2f5f8;
	width: 225px;
	height: 85px;	
}
#popup.sitemap #popupcontent img {
	float: left;
	display: inline;
	margin: 14px;
}
#popup.sitemap #popupcontent h3 {
	color: #eca822;
	font-size: 12px;
	padding: 14px 0 5px 0;
}
#popup.sitemap #popupcontent p {
	color: #407596;
	font-size: 10px;
	padding-bottom: 5px;
	margin: 0px;
}
#popup.sitemap #popuparrow {
	background-image: url('../images/arrowsitemap.png');
}
.ac_results {
	font-size: 11px;
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}
#lineads {
	height: 15px;
	float: right;
	margin-top: 28px;
	padding-bottom: 10px;
}
#container {
	margin: 0 auto;
	width: 1080px;
	background-image: url('../images/left.png');
	background-repeat: repeat-y;
	_background-image: none;
}
#shadow {
	background-image: url('../images/right.png');
	background-position: top right;
	background-repeat: repeat-y;
	_background-image: none;
}
#contentplane {
	background-color: #fff;
	width: 1000px;
	margin: 0 40px 0 40px;
}
#content {
	float: left;
	display: inline;
	margin-top: -150px;
	padding-bottom: 100px;
	_margin-top: 0;
	_top: 10px;
}
.clear {
	clear: both;
}
#categories {
	float: left;
	display: inline;
	margin-top: -47px;
	padding-top: 40px;
	width: 205px;
	overflow: hidden;
	background-position: 0 90px;
	background-image: url('../images/flower.jpg');
	background-repeat: no-repeat;
}
#categories img {
	border: 0;
}
#categories p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 40px;
}
#categories ul#toplist {
	border: 0;
	padding: 30px 14px 0px 25px;
}
#categories ul#toplist li {
	border: 0;
	margin: 0;
	padding: 0;
}
#categories ul#toplist li a {
	color: #367da8;
}
#categories p a {
	color: #742C5C;
	text-decoration: none;
}
#categories h2 {
	color: #742c5c;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 14px 0 14px 42px;
}
#categories #cattitel {
	height: 106px;
	margin: -30px 0 -20px 0;
}
#categories #cattitel h2 {
	padding-top: 52px;
}
#categories ul {
	list-style-type: none;
	border-left: 12px solid #eca822;
	padding: 0 0 10px 18px;
}
#categories li {
	padding: 4px 0 8px 0;
	border-bottom: 1px dashed #597282;
}
#categories li a {
	font-size: 11px;
	color: #367da8;
	font-weight: bold;
}
#categories li a.active {
	color: #000;
}
#dragon {
	width: 205px;
	height: 208px;
	background-image: url('../images/dragon.jpg');
	background-repeat: no-repeat;
	margin-top: 50px;
}
#right {
	margin-top: -20px;
	_margin-top: 0px;
	width: 795px;
	float: left;
	display: inline;
	overflow: hidden;
}
#right h1 {
	font-size: 18px;
	color: #f78f15;
	background-image: url('../images/flower.gif');
	background-repeat: no-repeat;
	padding: 10px 0 12px 50px;
	margin-left: 20px;
}
#topgames {
	margin: 10px 20px 20px 20px;
	border-bottom: 1px dotted #8a8a8a;
	padding-bottom: 20px;
}
#topgames .flashbanner {
	margin: 0px 5px 10px 5px;
	float: left;
	display: inline;
	width: 364px;
	height: 97px;
}
#catblocks {
	margin: 0px 20px 20px 20px;
}
#catblocks .block {
	float: left;
	display: inline;
	width: 251px;
	height: 316px;
	background-image: url('../images/category.gif');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#catblocks div h2 {
	font-size: 14px;
	color: #fff;
	margin: 25px 0 0 35px;
}
#catblocks div h2 a {
	color: #fff;
}
#catblocks ul {
	list-style-type: none;
	width: 210px;
	height: 210px;
	margin: 10px 20px 0 20px;
}
#catblocks li {
	height: 60px;
	margin-bottom: 5px;
}
#catblocks h3 {
	color: #eca822;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#catblocks img {
	float: left;
	display: inline;
	margin-right: 5px;
	border: 1px solid #eca822;
}
#catblocks div div {
	height: 13px;
	width: 70px;
	background-image: url('../images/smallstar_na.gif');
	background-repeat: repeat-x;
	margin: 5px 30px 5px 0;
	float: left;
	display: inline;
}
#catblocks div div div {
	background-image: url('../images/smallstar.gif');
	margin: 0;
}
#catblocks a {
	text-decoration: none;
}
#catblocks a p, #catblocks p {
	color: #a6a6a6;
	font-size: 11px;
	float: left;
	display: inline;
	text-decoration: none;
}
#catblocks .button {
	float: right;
	display: inline;
	width: 104px;
	height: 20px;
	margin: 18px 26px 0 0;
	background-image: url('../images/button.gif');
	background-repeat: no-repeat;
}
#catblocks .button a {
	display: block;
	padding: 1px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;		
}
#catview {
	background-image: url('../images/category_background.gif');
	background-position: 10px 57px;
	background-repeat: repeat-y;
	margin: 0 20px 0 20px;
}
#catview #catheader {
	background-image: url('../images/category_header.gif');
	background-repeat: no-repeat;
	height: 57px;
}
#catview #catheader.long {
	background-image: url('../images/category_header_long.gif');
}
#catview #catheader.long h1 {
	font-size: 14px;
}
#catview h1 {
	background: none;
	float: left;
	display: inline;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 28px 0 0 0;
	margin: 0 0 0 40px;
	width: 300px;
}
#catview #catheader div {
	float: right;
	display: inline;
	width: 390px;
	margin: 0 20px 0 0;
	padding: 28px 0 0 0;
	color: #777;
	font-size: 12px;
	text-align: right;
}
#catview #catheader select.sortby {
	width: 90px;
}
#catview #catheader select {
	font-size: 12px;
	width: 50px;
}
#catview ul {
	list-style-type: none;
	margin-left: 10px;
}
#catview li {
	float: left;
	display: inline;
	width: 337px;
	height: 71px;
}
#catview li h3 {
	margin-top: 6px;
	color: #eca822;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#catview li div {
	height: 13px;
	width: 70px;
	background-image: url('../images/smallstar_na.gif');
	background-repeat: repeat-x;
	margin: 5px 0 5px 0;
	float: left;
	display: inline;
}
#catview li div div {
	background-image: url('../images/smallstar.gif');
	margin: 0;
}
#catview li p {
	color: #a6a6a6;
	font-size: 11px;
	float: left;
	display: inline;
	width: 200px;
	text-decoration: none;
}
#catview li a {
	text-decoration: none;
}
#catview li img {
	float: left;
	display: inline;
	border: 1px solid #eca822;
	margin: 6px 6px 0 10px;
}
#catview #catfooter {
	height: 34px;
	background-image: url('../images/category_footer.gif');
	background-repeat: no-repeat;
	background-position: 10px 0;
}
#pager {
	background-image: url('../images/pager.gif');
	background-repeat: no-repeat;
	width: 694px;
	height: 61px;
	margin: 10px auto;
}
#pager p {
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: inline;
	margin-top: 16px;
}
#pager .movepage, #pager .movepage a {
	color: #fff;
}
#pager .movepage.vorige {
	margin-left: 10px;
	width: 272px;
}
#pager .movepage.volgende {
	text-align: right;
	width: 275px;
}
#pager #page {
	color: #eca822;
	text-align: center;
	width: 124px;
}
#gametitle {
	float: left;
	display: inline;
	margin-bottom: 5px;
}
#scaling {
	float: right;
	display: inline;
	width: 280px;
	height: 40px;
}
#scaling p {
	margin-top: 10px;
	float: left;
	display: inline;
	font-size: 12px;
	padding: 4px;
	width: 100px;
	text-align: right;
	color: #777;
}
#scaling div {
	float: right;
	display: inline;
	width: 107px;
	height: 20px;
	background-image: url('../images/resize_slider.gif');
	background-repeat: no-repeat;
	margin: 15px 60px 0 0;
	cursor: pointer;
	cursor: hand;
}
#scaling div div {
	float: none;
	display: block;
	position: relative;
	z-index: 2000;
	width: 15px;
	height: 19px;
	background-image: url('../images/resize_button.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 43px;	
}
#description {
	clear: both;
	margin: 10px 20px;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
}
#game {
	text-align: center;
	margin: 0 10px 30px 10px;
}
#subgamead {
	text-align: center;
}
#gamebottom {
	width: 694px;
	height: 60px;
	margin: 0 auto;
	background-image: url('../images/balk.gif');
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#gamebottom .selector {
	padding-top: 23px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	width: 130px;
	float: left;
	display: inline;
}
#gamebottom .selector#volgende {
	text-align: right;
	margin-right: 10px;
}
#gamebottom .selector#vorige {
	margin-left: 10px;
}
#gamebottom .selector a {
	color: #fff;
}
#gamebottom #votecontainer {
	float: left;
	display: inline;
	width: 414px;
	height: 60px;
}
#gamebottom #votecontainer #scorecontainer {
	float: left;
	display: inline;
	width: 52px;
	height: 43px;
	margin-top: 9px;	
	background-image: url('../images/score_container.gif');
	background-repeat: no-repeat;
}
#gamebottom #votecontainer #scorecontainer p {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 12px;
	text-align: center;
}
#gamebottom #votecontainer #balkcontainer {
	float: left;
	display: inline;
	width: 320px;
	height: 30px;
	margin-top: 17px;
	background-repeat: repeat-x;
	background-image: url('../images/score_balkcontainer.gif');
	cursor: pointer;
	cursor: hand;
}
#gamebottom #votecontainer #balkcontainer #scorebalk {
	position: relative;
	width: 0px;
	height: 18px;
	margin-top: 5px;
	background-image: url('../images/score_selected.gif');
	background-repeat: repeat-x;	
}
#gamebottom #votecontainer #balkcontainer #scorearrow {
	position: relative;
	width: 17px;
	height: 21px;
	margin-top: -5px;
	margin-left: -9px;
	background-image: url('../images/score_arrow.png');
	cursor: pointer;
	cursor: hand;
}
#gamebottom #votecontainer #scoresubmit {
	float: left;
	display: inline;
	width: 34px;
	height: 31px;
	background-image: url('../images/score_ok.gif');
	margin-left: 4px;
	margin-top: 16px;
	cursor: pointer;
	cursor: hand;
}
#currentscore {
	font-size: 14px;
	text-align: center;
	color: #54819b;
}
#currentscore span {
	font-weight: bold;
}
#textpage p {
	padding: 8px 15px;
}
#textpage ol {
	padding: 8px 40px;
}
#textpage ol li h2 {
	font-size: 14px;
}
#textpage ol li h3 {
	padding: 8px 15px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

#leaderboard {
	text-align: center;
	margin-bottom: 10px;
}
#leaderboard span {
	white-space: nowrap;
}
#topsideadds {
	position: relative;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
}
#sideadds {
	margin-left: 5px;
	margin-top: 10px;
}
#footer {
	margin-top: -80px;
	height: 124px;
	background-image: url('../images/footer.gif');
	background-position: top center;
}
#footer p {
	padding-top: 90px;
	line-height: 14px;
}
#balk1, #balk2, #footer p {
	text-align: center;
	font-size: 11px;
	color: #fff;
}
#balk1 p {
	padding: 4px;
}
#balk2 p {
	padding: 3px;
}
#balk1 {
	height: 22px;
	background-color: #407596;
}
#balk2 {
	height: 20px;
	background-color: #5f95b6;
}
#footer a, #balk1 a, #balk2 a {
	text-decoration: none;
	color: #fff;
}
#sitemap {
	background-image: url('../images/sitemap_background.gif');
	background-color: #dbe8f0;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
#sitemap #mapcontainer {
	width: 1000px;
	margin: 0 auto;
}
#sitemap #mapcontainer .column {
	display: inline;
	float: left;
	margin: 0 5px;
	width: 190px;
}
#mapcontainer .drop {
	display: inline;
	float: left;
	margin: 10px 0 2px 0;
	background-color: #42779e;
	width: 190px;
}
#mapcontainer .letter {
	margin: -2px 2px 2px -2px;
	background-color: #fff;
	font-size: 11px;
}
#mapcontainer ul {
	list-style-type: none;
	padding: 5px;
}
#mapcontainer li {
	padding: 2px;
}
#mapcontainer img {
	margin: 5px;
}
#mapcontainer a {
	color: #000;
}