/* Algemene waardes */
* {
	margin:0;
	padding:0;
}
html, body {
	background: url(images/bg.png) top repeat-x #f2e897;
	font-family: Arial;
	font-size:12px;
	color:#393939;
}
div#container {
	width:937px;	
	margin:0 auto;
	padding:0 0 10px 0;
}
.fixfloat {
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
a img {border:0;}
a {color:#393939; text-decoration:none;}
a:hover {text-decoration:underline;}
/* /Algemene waardes */
/* Header */
div#header {
	width:937px;
	height:290px;
	background:url(images/header.png);
}
div#header_top {
	width:752px;
	height:80px;
	padding:15px 1px 0 184px;
}
#logo {
	float:left;
	margin:6px 0 0 0;
}
#add {float:right;}
div#header_menu {
	width:937px;
	height:43px;
	padding:9px 0 0 0;
	overflow:hidden;
}
div#header_menu_inner {
	padding:0 0 0 253px;
}
div.item {
	float:left;
	height:33px;
	margin:0 29px 0 0;
}
div.item_left {
	float:left;
	width:5px;
	height:33px;
}
div.item_right {
	float:left;
	width:5px;
	height:33px;
}
div.item a {
	display:block;
	float:left;
	height:25px;
	padding:8px 6px 0 6px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
div.item a:hover {
	background:url(images/menuitem_bg.png);
	color:#d95600;
	text-decoration:none;
}
.active div.item_left {background: url(images/menu_left.png);}
.active div.item_right {background: url(images/menu_right.png);}
div#header_games {
	width:707px;
	height:120px;
	padding:23px 0 0 230px;
}
div.header_game_outer {
	float:left;
	padding:0 15px 0 15px;
}
div.header_game {
	width:110px;
	text-align:center;
}
div.header_game img {
	margin:0 0 5px 0;
}
/* /Header */
/* Content */
div#content {
	padding:2px 0 0 35px;
	width:902px;
}
div#left {
	float:left;
	width:184px;
	background: url(images/menu_bg.png);
}
div#left_foot {
	width:184px;
	background: url(images/menu_foot.png) bottom no-repeat;
	padding:0 0 10px 0;
}
div#menu_kop_top {
	width:170px;
	height:26px;
	background: url(images/menu_kop_top.png);
	color:#f2e897;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 14px;
}
div.menu_kop {
	width:170px;
	height:25px;
	background: url(images/menu_kop.png);
	color:#f2e897;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 14px;
}
div.menu_cont {
	width:154px;
	padding:2px 15px 10px 15px;
	line-height:16px;
}
div#right {
	width:716px;
	float:right;
}
div.content_kop {
	width:701px;
	height:26px;
	background: url(images/content_kop.png);
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:10px 0 0 15px;
}
div.content_bg {
	width:716px;
	background: url(images/content_bg.png);
	margin:0 0 2px 0;
}
div.content_foot {
	width:716px;
	background: url(images/content_foot.png) bottom no-repeat;
	padding:0 0 10px 0;
}
div#game {
	width:716px;
	text-align:center;
	padding:20px 0;
}
div#game_stats {
	width:676px;
	height:20px;
	padding:0 0 0 40px;
}
div#game_vote {
	padding:5px 0 0 40px;
	text-align:center;
}
div.game_outer {
	float:left;
	padding:15px 17px 0 16px;
}
div.game {
	width:110px;
	text-align:center;
	line-height:18px;
}
div.game img {
	margin:0 0 5px 0;
}
/* /Content */
/* Footer */
div#footer {
	width:716px;
	height:27px;
	background: url(images/footer.png);
	text-align:center;
	color:#fff;
	padding:10px 0 0 0;
}
div#footer a {
	color:#fff;
	text-decoration:underline;
}
div#footer a:hover {
	text-decoration:none;
}
/* /Footer */