html,
body {
	background:url(images/bg.png) #fff repeat-x;
	font-family:"Arial";
	line-height:16px;
	font-size:12px;
	height:100%;
	color:#000;
	padding:0;
	margin:0;
}

/****************************************************************************/
/*********************************** WRAP ***********************************/
/****************************************************************************/

#wrap {
	background:url(images/wrap.png) top center no-repeat;
	width:100%;
}

/****************************************************************************/
/******************************** CONTAINER *********************************/
/****************************************************************************/

#container {
	position:relative;
	min-height:100%;
	margin:0 auto;
	width:1000px;
}

/****************************************************************************/
/********************************** HEADER **********************************/
/****************************************************************************/

#header {
	position:relative;
	height:236px;
	width:1000px;
}


ul.pagenav {
	text-align: center;
	padding: 0px 0px 18px 0px; }

ul.pagenav li {
	display: inline;
	padding: 0px 5px 0px 5px;
	list-style-type: none; }

ul.pagenav li a {
	text-decoration: none; }


/****************************************************************************/
/*********************************** LOGO ***********************************/
/****************************************************************************/

#header h1 {
	background:url(images/logo.png) no-repeat;
	text-indent:-6000px;
	position:absolute;
	cursor:pointer;
	bottom:100px;
	height:37px;
	width:134px;
	padding:0;
	left:30px;
	margin:0;
}

#header h1 a {
	display:block;
	height:37px;
	width:134px;
}

/****************************************************************************/
/*********************************** MENU ***********************************/
/****************************************************************************/

#header .menu {
	margin:0 0 0 325px;
	font-size:12px;
	z-index:100;
	height:30px;
}

#header .menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#header .menu li {
	position:relative;
	font-weight:bold;
	float:left;
}

#header .menu li.bar {
	margin-right:10px;
	padding:4px 0 0 0;
	margin-left:10px;
}

#header .menu a, 
#header .menu a:visited {
	text-decoration:none;
	display:block;
}

#header .menu ul ul {
	background:#b2ab9b;
	visibility:hidden;
	position:absolute;
	width:300px;
	height:0;
	top:27px;
	left:0;
}

#header .menu table {
	border-collapse:collapse;
	position:absolute;
	left:0;
	top:0;
}

#header .menu ul li a:hover {
	background:#fff;
	color:#ffbd28;
}

#header .menu ul ul li a:hover {
	background:#6a6c7d;
}

#header .menu :hover > a {
	background:#FFFFFF;
	color:#ffbd28;
}

#header .menu ul li:hover ul,
#header .menu ul a:hover ul {
	border-bottom:#ffbd28 solid 1px;
	background:#6a6c7d;
	visibility:visible;
	display:block;
	height:auto;
}

#header .menu ul :hover ul ul{
	visibility:hidden;
}

#header .menu ul :hover ul :hover ul{
	visibility:visible;
}

#header .menu ul li a {
	padding:4px 0 0 0;
	height:23px;
	float:left;
	color:#000;
}

#header .menu ul ul li a {
	font-weight:normal;
	padding:0 0 0 10px;
	line-height:22px;
	height:auto;
	width:90px;
	color:#fff;
}

#header .menu ul ul li a:hover {
	font-weight:bold;
	color:#ffbd28;
}

/****************************************************************************/
/********************************** ZOEKEN **********************************/
/****************************************************************************/

#header .zoeken {
	position:absolute;
	bottom:40px;
	width:245px;
	left:8px;
}

#header .zoeken label {
	padding:2px 0 0 0;
	font-weight:bold;
	font-size:14px;
	width:75px;
	color:#fff;
	float:left;
}

#header .zoeken input {
	border:#d5d5d5 solid 1px;
	background:#030101;
	color:#fff;
	float:left;
}

#header .zoeken button {
	background:url(images/zoeken_button.png) no-repeat;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
	border:none;
	height:14px;
	width:14px;
	right:0;
	top:3px;
}

#header .zoeken br {
	clear:both;
}

/****************************************************************************/
/**************************** MEEST GEWAARDEERD *****************************/
/****************************************************************************/

#header .meest_gewaardeerd {
	position:absolute;
	bottom:-6px;
	left:325px;
}

#header .meest_gewaardeerd ul {
	background:url(images/meest_gewaardeerd.png) no-repeat;
	padding:15px 0 0 15px;
	list-style-type:none;
	height:62px;
	width:465px;
	margin:0;
}

#header .meest_gewaardeerd ul li {
	margin:0 8px 0 0;
	float:left;
}

#header .meest_gewaardeerd ul li h1 {
	margin:0 8px 0 0;
	float:left;
	font-size: 18px;
}


#header .meest_gewaardeerd ul li img {
	border:#d5d5d5 solid 2px;
}

/****************************************************************************/
/*********************************** BODY ***********************************/
/****************************************************************************/

#body {
	background:url(images/body.png) repeat-y;
	position:relative;
	width:1000px;
}

/****************************************************************************/
/********************************* SIDEBAR **********************************/
/****************************************************************************/

#body #sidebar {
	padding:15px 0 25px 6px;
	position:relative;
	margin:0 18px 0 0;
	width:314px;
	float:left;
}

/****************************************************************************/
/******************************** TABBLADEN *********************************/
/****************************************************************************/

#body #sidebar .tab_01 a,
#body #sidebar .tab_01_aan a,
#body #sidebar .tab_02 a,
#body #sidebar .tab_02_aan a {
	text-decoration:none;
	padding:7px 0 0 20px;
	position:absolute;
	font-weight:bold;
	display:block;
	height:23px;
	top:-30px;
}

#body #sidebar .tab_01 a {
	background:url(images/tab_01_uit.png) no-repeat;
	width:123px;
	color:#fff;
	left:0;	
}

#body #sidebar .tab_01_aan a {
	background:url(images/tab_02_aan.png) no-repeat;	
	width:123px;
	color:#000;
	left:0;	
}

#body #sidebar .tab_02 a {
	background:url(images/tab_02_uit.png) no-repeat;
	width:139px;
	color:#000;
	left:143px;
}

#body #sidebar .tab_02_aan a {
	background:url(images/tab_02_aan.png) no-repeat;
	width:139px;
	color:#000;
	left:143px;
}

/****************************************************************************/
/********************************* LAATSTE **********************************/
/****************************************************************************/

#body #sidebar ul.laatste {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}

#body #sidebar ul.laatste li {
	background:url(images/laatste_bar.png) bottom no-repeat;
	padding:10px 0 10px 0;
	width:297px;
}

#body #sidebar ul.laatste li img {
	border:#d5d5d5 solid 2px;
	margin:0 10px 0 0;
}

#body #sidebar ul.laatste li a {
	text-decoration:none;
	color:#000;
}

#body #sidebar ul.laatste li span {
	color:#969696;
}

#body #sidebar ul.laatste li a.admin {
	font-weight:bold;
	color:#00baff;
}

#body #sidebar ul.laatste li .username {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

#body #sidebar .alle a {
	background:url(images/arrow.png) 0 5px no-repeat;
	text-decoration:none;
	padding:0 0 0 11px;
	color:#000;
}

/****************************************************************************/
/********************************** CENTER **********************************/
/****************************************************************************/

#body #center {
	padding:0 0 15px 0;
	margin:20px 0 0 0;
	width:450px;
	float:left;
}

#body #center h1 {
	border-bottom:#ececec solid 1px;
	padding:0 0 5px 0px;
	font-weight:normal;
	font-size:18px;
	color:#a70000;
	margin:0;
}

#body #center h2,
#body #center h3,
#body #center h4,
#body #center h5 {
	padding:3px 0 0 7px;
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:12px;
	height:24px;
	color:#fff;
}

#body #center h2 {
	background:url(images/center_h2.png) no-repeat;
	width:443px;
}

#body #center h3 {
	background:url(images/center_h3.png) no-repeat;
	width:207px;
}

#body #center h4 {
	background:url(images/center_h4.png) no-repeat;
	width:443px;
}

#body #center h5 {
	background:url(images/center_h5.png) no-repeat;
	width:443px;
}

#body #center h6 {
	padding:0 0 5px 0px;
	font-weight:normal;
	font-size:18px;
	color:#a70000;
	margin:0;
}

/****************************************************************************/
/******************************* MEEST ACTIEF *******************************/
/****************************************************************************/

#body #center ul.meest_actief {
	list-style-type:none;
	padding:0 0 0 2px;
	margin:0;
}

#body #center ul.meest_actief li {
	margin:0 0 0 20px;
	float:left;
}

#body #center ul.meest_actief li:first-child,
#body #center ul.meest_actief li.first {
	margin-left:0;
}

#body #center ul.meest_actief li a img {
	border:#d5d5d5 solid 2px;
}

#body #center ul.meest_actief li a {
	text-decoration:none;
	color:#969696;
}

#body #center ul.meest_actief li a:hover {
	font-weight:bold;
	color:#ffb430;
}

#body #center ul.meest_actief li a:hover img {
	border:#ffb430 solid 2px;
}

#body #center ul.meest_actief span {
	display:block;
	width:85px;
}

#body #center #gallerie{
	text-align: center;
}
#body #center #gallerie div.area{
	margin-left: 35px;
}
#body #center #gallerie img {
	float: left;
	width: 178;
	height: 228;
	margin: 5px 5px 5px 0;
	border:#d5d5d5 solid 2px;
}
/****************************************************************************/
/********************** BESTE PLAATJES & BESTE SPELLEN **********************/
/****************************************************************************/

#body #center .beste {
	margin-top:30px;
	width:214px;
	float:left;
}

#body #center .beste ul {
	list-style-type:none;
	width:214px;
	padding:0;
	margin:0;
}

#body #center .beste ul li {
	border-bottom:#f6f6f6 solid 1px;
	padding-bottom:10px;
	margin-bottom:25px;
}

#body #center .beste ul li img {
	border:#d5d5d5 solid 2px;
	margin:0 10px 0 0;
}

#body #center .beste ul li a {
	text-decoration:none;
	color:#000;
}

#body #center .beste ul li span  {
	color:#969696;
}

.margin {
	margin-right:20px;
}

/****************************************************************************/
/********************************** WAAROM **********************************/
/****************************************************************************/

#body #center .waarom {
	background:url(images/waarom.png) no-repeat;
	padding:28px 0 0 20px;
	margin:0 0 25px 0;
	height:162px;
	width:429px;
}

#body #center .waarom div {
	margin:0 0 0 22px;
	width:106px;
	color:#fff;
	float:left;
}

#body #center .waarom div p {
	margin-top:10px;
}

/****************************************************************************/
/*********************************** ITEMS **********************************/
/****************************************************************************/

#body #center ul.items {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
}

#body #center ul.items li a {
	text-decoration:none;
	padding:2px 0 2px 0;
	position:relative;
	display:block;
	width:450px;
	color:#000;
}

#body #center ul.items li .date {
	position:absolute;
	right:0;
	top:0;
}

/****************************************************************************/
/*********************************** PAGES **********************************/
/****************************************************************************/

#body #center ul.pages {
	background:url(images/center_pages.png) bottom no-repeat;
	padding:0 0 35px 125px;
	list-style-type:none;
	margin:0 0 10px 0;
}

#body #center ul.pages li {
	float:left;
}

#body #center ul.pages li a {
	padding:2px 6px 2px 6px;
	text-decoration:none;
	color:#ffa117;
}

#body #center ul.pages li.current a ,
#body #center ul.pages li a:hover {
	background:#ffa117;
	color:#fff;
}

/****************************************************************************/
/************************************ SPEL **********************************/
/****************************************************************************/

#body #center .spel {
	border-bottom:#f6f6f6 solid 1px;
	position:relative;
	margin:0 0 10px 0;
	width:450px;
}

#body #center .spel img {
	border:#d5d5d5 solid 2px;
	margin:0 10px 0 0;
}

#body #center .spel .stats {
	position:absolute;
	right:0;
	top:0;
}

#body #center .spel .stats b {
	color:#000;
}

#body #center .spel a {
	text-decoration:none;
	color:#000;
}

#body #center .spel span  {
	color:#969696;
}

#body #center .spel p {
	margin:5px 0 0 0;
}

#body #center .spel br {
	margin-top:-10px;
}

/****************************************************************************/
/********************************** CONTENT *********************************/
/****************************************************************************/

#body #center .content {
	line-height:20px;
}

/****************************************************************************/
/********************************* POST INFO ********************************/
/****************************************************************************/

#body #center .content .post_info {
	background:url(images/center_pages.png) bottom no-repeat;
	margin:15px 0 15px 0;
	text-align:center;
	font-size:11px;
	color:#969696;
	display:block;
	height:30px;
	width:450px;
}

/****************************************************************************/
/********************************** REACTIES ********************************/
/****************************************************************************/

#body #center .content ul.reacties {
	list-style-type:none;
	padding:0 0 0 30px;
	margin:0;
}

#body #center .content ul.reacties li {
	border-bottom:#ececec solid 1px;
	padding:10px 0 10px 0;
	width:415px;
}

#body #center .content ul.reacties li .door {
	padding:25px 0 0 10px;
	font-weight:bold;
	color:#969696;
}

/****************************************************************************/
/*********************************** RIGHT **********************************/
/****************************************************************************/

#body #right {
	margin:20px 0 0 11px;
	width:195px;
	float:left;
}

#body #right h2 {
	background:url(images/right_h2.png) no-repeat;
	padding:3px 0 0 7px;
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:12px;
	height:24px;
	width:188px;
	color:#fff;
}

#right .inner {
	padding-left:12px;
}

/****************************************************************************/
/******************************* LINKPARTNERS *******************************/
/****************************************************************************/

#body #right ul.partners {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
}

#body #right ul.partners li {
	padding:0 0 0 0px;
	line-height:18px;
}

#body #right ul.partners li a {
	text-decoration:none;
	color:#000;
}

#body #right ul.partners li a:hover {
	font-weight:bold;
}

/****************************************************************************/
/********************************** OVERIG **********************************/
/****************************************************************************/

#body #right ul.overig {
	list-style-type:none;
	padding:0;
	margin:0;
}

#body #right ul.overig li {
	line-height:20px;
	font-size:12px;
}

#body #right ul.overig li a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

/****************************************************************************/
/********************************** VERWANT *********************************/
/****************************************************************************/

#body #right ul.verwant {
	list-style-type:none;
	padding:0;
	margin:0;
}

#body #right ul.verwant li {
	border-bottom:#f6f6f6 solid 1px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#body #right ul.verwant li img {
	border:#d5d5d5 solid 2px;
	margin:0 10px 0 0;
}

#body #right ul.verwant li a {
	text-decoration:none;
	color:#000;
}

#body #right ul.verwant li span  {
	color:#969696;
}

/****************************************************************************/
/********************************** FOOTER **********************************/
/****************************************************************************/

#footer {
	padding:15px 0 0 0;
	background:#000;
	height:125px;
	color:#fff;
	width:100%;
}

#footer .inner {
	margin:0 auto;
	width:1000px;
}

#footer .left {
	margin:0 0 0 15px;
	float:left;
}

#footer .left a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

#footer ul.right {
	list-style-type:none;
	margin:0 50px 0 0;
	float:right;
	padding:0;
}

#footer ul.right li {
	text-transform:uppercase;
	margin:0 30px 0 30px;
	font-weight:bold;
	float:left;
}

#footer ul.right li a {
	text-decoration:none;
	color:#fff;
}

/****************************************************************************/
/********************************** OVERIG **********************************/
/****************************************************************************/

.clear {
	clear:both;
}


/****************************************************************************/
/********************************** tabs **********************************/
/****************************************************************************/

#body #sidebar .tab_01 a,
#body #sidebar .tab_01_aan a,
#body #sidebar .tab_02 a,
#body #sidebar .tab_02_aan a {
	text-decoration:none;
	padding:7px 0 0 20px;
	position:absolute;
	font-weight:bold;
	display:block;
	height:23px;
	top:-30px;
}

#body #sidebar .tabnav li {
	background:url(images/tab_01_uit.png) no-repeat;
	width:123px;
	height: 150px;
	color:#fff;
	left:0;	
	display: inline;
	list-style: none;
}
	
.tabnav li a {
	background:url(images/tab_01_uit.png) no-repeat;
	width:123px;
	color:#fff;
	left:0;	
	display: inline;
	list-style: none;
}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background:url(images/tab_01_aan.png) no-repeat;	
	width:123px;
	color:#000;
	left:0;	
}
		
.tabdiv {

	padding:10px 0 10px 0;
	width:297px;
}
	
.tabdiv li {

}

.ui-tabs-hide {
		display: none;
}


div.inbel {
	width: 100%;
}
div.inbelbg {
	width: 100%;
	padding: 6px;
	color: #ff9900;
	background: black;
	margin-bottom: 5px;
}
div.inbeltitel {
	width: 100%;
	padding: 6px;
	color: #ff9900;
	background: black;
	font-size: 14px;
}
div.inbeltext {
	width: 100%;
	padding: 6px;
}
div.inbel input {
	color: black;
	height: 20px;
	font-size: 14px;
	text-align: left;
}
div.inbel .betaalopties {
	margin-top: 159px;
	background: black;
	padding: 6px;
	width: 100%;
}
