<!-- 

/*  

Copyrights:
2009 Voetbalwedden.eu
http://www.voetbalwedden.eu


*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	color: #9b2c00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #EBEBEB url(images/bg_spacer.jpg) left top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#page { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/content_spacer.jpg) left top repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#breadcrumb {
	width: 770px;
	padding: 2px 20px 0px 20px;
	font-size: 10px;
	color: #666;
}

#pagecontents {
	padding: 0px 10px 10px 10px;
	
}

/* HEADER */

#header { 
	background: url(images/header_bg.jpg) left top no-repeat; 
	height: 196px;
}

#header_today {
	padding: 45px 0px 25px 40px;
	width: 442px;
	font-weight: bold;
}

.white_txt {
	color: #FFF;
}

.clock2 {
	padding-top: 2px;
	background: none;
	color: #FFF;
	border: none;
	text-align: right;
}

#header_bwin {
	padding: 0px 0px 0px 25px;
	width: 468px;
}

/* MENU */

#header_menu {
	width: 990px;
	height: 39px;
	padding-left: 5px;
	padding-right: 5px;
}

#menu{
	width: 988px;
	height: 39px;
	border-left: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	background: url(images/mainmenu_spacer.jpg) left top repeat-x;
}
#mainmenu{
	float:left;
	height: 39px;
}
#mainmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#fff;
	padding:0 0 0 1px;
	text-transform:capitalize;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a {
	display: block;
	color: #717171;
	font-size: 12px;
	z-index: 1000;
	padding: 10px 18px 0 18px;
	
}

#mainmenu ul li a {
	color: #717171;
}
* html #mainmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float: left;
}
* html #mainmenu ul li ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited {
}
#mainmenu ul li a:hover, #mainmenu .select a {
	text-decoration: none;
	color: #BBBBBB;
	text-decoration: underline;
}

#mainmenu .current_page_item a {
	text-decoration:none;
	color: #CFCFCF;
	font-weight: bold;
	text-decoration: underline;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 1px;
	background:#0d0d0d;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
	background:#2b2b2b;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px; /*width of sub menus*/
	height:auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #262626;
	background:#0d0d0d;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	color:#9e9e9e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:capitalize;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	color:#fff;
	background:#0d0d0d;
}
/* Sub level menu links style */
#mainmenu ul li ul li ul li a, #mainmenu ul li.current_page_item ul ul a, #mainmenu ul li.select ul ul a{
	border-bottom: 1px solid #414141;
	background:#2b2b2b;
}
#mainmenu ul li ul li ul li a:hover{ /*sub menus hover style*/
	color:#fff;
	background:#2b2b2b;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
#main_search{
	float: right;
	width: 295px;
	
}
#searchform_top{
	float: left;
	padding: 6px 16px 0 0;
}
#searchform_top_text{
	width: 200px;
	padding: 5px 3px 5px 3px;
	color: #666666;
	font-size: 12px;
	border: 1px solid #000;
	float:left;
	border:0;
	margin:0 7px 0 0;
	background:#fff;
}
#gosearch{
	float: left;
	
}

#menu_right {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
}


#navmenu {
	width: 187px;
	height: 316px;
	margin: 0 auto;
	
}

ul#navmenulist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

ul#navmenulist li {
	display: block;
	margin: 0;
	padding: 0;
	height: 34px;
}

ul#navmenulist li a {
	display: block;
	width: 158px;
	height: 21px;
	padding: 8px 0 0 20px;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	background: url(images/navmenu_button.jpg) left top no-repeat;
}

#navmenu>ul#navmenulist li a { 
	width: auto; 
}

ul#navmenulist li#active a {
	font-size: 11px;
	color: #121212;
	text-decoration: none;
	background: url(images/navmenu_button_hover.jpg) left top no-repeat;
}

ul#navmenulist li a:hover, ul#navmenulist li#active a:hover {
	font-size: 11px;
	color: #121212;
	text-decoration: underline;
	background: url(images/navmenu_button_hover.jpg) left top no-repeat;
}


#newsContent { 
	margin: 0 210px 0 0;
} 


#flashcontent {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px 'Trebuchet MS', verdana, sans-serif;
	font-weight: bold;
	color: #999;
	width: 750px;
	height: 300px;
}
#flash{
	display: block;
	margin: 0;
	width: 750px;
	height: 300px;
}


/*  JQUERY NIEUWSSLIDER  */

* {margin: 0; padding: 0; outline: none;}
img {border: none;}

.container_nieuwsslider {
	overflow: hidden;
	width: 726px;
	margin: 0 auto;
}
#main_nieuwsslider {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
.container_nieuwsslider a {color: #fff;}

/*--Main Image Preview--*/
.container_nieuwsslider .main_image {
	width: 473px; 
	height: 392px;
	float: right;
	
	background: #000 url(images/slider_bg.jpg) left bottom no-repeat;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.container_nieuwsslider .main_image h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
}
.container_nieuwsslider .main_image p {
	font-size: 10px;
	padding: 10px;	
	margin: 0;
}
.block small { 
	padding: 0 ;
	font-size: 10px; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #000;
	border-top: 1px solid #000;
}
.main_image img {
	border: 4px solid #FFF;
}
.main_image a.collapse {
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.container_nieuwsslider .image_thumb {
	float: left;
	width: 250px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.container_nieuwsslider .image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.container_nieuwsslider .image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.container_nieuwsslider .image_thumb ul li{
	margin: 0; padding: 12px 10px;
	background: #f0f0f0 url(images/nav_a.gif) repeat-x;
	width: 230px;
	height: 52px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solicc;
}
.container_nieuwsslider .image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
	
}
.container_nieuwsslider .image_thumb ul li.active {
	background: #ffffff;
	cursor: default;
	color: #F60;
	border-left: 1px solid #F60;
}

.container_nieuwsslider .image_thumb ul li.active a {
	
	color: #F60;
	
}
.container_nieuwsslider .image_thumb ul li h2 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 5px 0; padding: 0;
}

.container_nieuwsslider .image_thumb ul li h2 a {
	
	color: #000000;
	
}
.container_nieuwsslider .image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 150px;
}	
.container_nieuwsslider .image_thumb ul li p{display: none;}



/*  EINDE NIEUWSSLIDER */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 615px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent { 
	margin: 0 0 0 615px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
} 

.contentblock {
	padding: 5px;
}
	.ttlbar {
		height: 24px;
		border: 1px solid #585858;
		background: url(images/ttl_spacer.jpg) left top repeat-x;
	}

	.ttl_page {
		padding: 4px;
	}
	
	.ttl_white {
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
	}
	
	.ttl_orange {
		font-size: 12px;
		color: #ff7e00;
		font-weight: bold;
	}
	
	.ttl_gris {
		font-size: 12px;
		color: #c5c5c5;
		font-weight: bold;
	}
	
	
	
	
	.ttlbar {
		height: 24px;
		border: 1px solid #585858;
		background: url(images/ttl_spacer.jpg) left top repeat-x;
	}

	.ttl_page {
		padding: 4px;
	}
	
	.ttl_white {
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
	}
	
	.ttl_orange {
		font-size: 12px;
		color: #ff7e00;
		font-weight: bold;
	}
	
	.ttl_gris {
		font-size: 12px;
		color: #c5c5c5;
		font-weight: bold;
	}

.contentbox {
	padding: 5px;
	border: 1px solid #a1a1a1;
	border-top-color: #000;
	background: #f4f4f4;
}

#nieuwsbrief_box {
	float: left;
	width: 203px;
	min-height: 201px;
}

#quotes_box {
	float: right;
	width: 388px;
	height: 201px;
	
}

#forum_box {
	float: left;
	width: 205px;
	height: 280px;
}

#banner_forum {
	width: 205px;
	height: 280px;
	background: url(images/banner_forum.jpg) left top no-repeat;
}

#column_box {
	float: right;
	width: 388px;
	min-height: 280px;
	
}

#contentbox_nieuwsbrief {
	min-height: 194px;
}

#contentbox_quotes {
	min-height: 167px;				
}

#contentbox_aanraders_left {
	float: left;
	width: 171px;
	min-height: 127px;
	font-size: 10px;
	font-weight: bold;
	
}

#contentbox_aanraders_left ul {
	margin: 0;
	padding: 10px;
}

#contentbox_aanraders_left ul li {
	margin: 0;
	padding: 8px;
}

#contentbox_aanraders_right {
	margin: 0 0 0 171px;
	width: 171px;
	min-height: 127px;
	font-size: 10px;
	font-weight: bold;
	
}

#contentbox_aanraders_right ul {
	margin: 0;
	padding: 10px;
}

#contentbox_aanraders_right ul li {
	margin: 0;
	padding: 8px;
}

#contentbox_column {
	min-height: 242px;
}

.blacklink {
	color: #121212;
}

#contactbox_titlebar {
	width: 343px;
	height: 70px;
	background: #020202 url(images/contactbox_titlebar.jpg) left top no-repeat;
}

#contactbox_content {
	width: 343px;
	height: 158px;
	text-align: center;
	background: #4a4a4a url(images/contactbox_contentspacer.jpg) left top repeat-x;
	
}

#contactbox_content ul {
	margin: 0;
	padding: 0;
	padding-top: 7px;
	
}

#contactbox_content ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	
}

#contactbox_bottom {
	width: 343px;
	height: 15px;
	background: #4a4a4a url(images/contactbox_bottombg.jpg) left top no-repeat;
	
}

#footer {
	
} 

#footer_top {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#footer_nav {
	height: 50px;
	background: url(images/footernav_spacer.jpg) left top repeat-x;
}

#footernav_left {
	width: 10px;
	height: 50px;
	background: url(images/footernav_left.jpg) left top no-repeat;
}

#footernav_right {
	text-align: center;
	width: 970px;
	height: 50px;
	padding-right: 10px;
	background: url(images/footernav_right.jpg) right top no-repeat;
}

#footernav_links {
	font-size: 12px;
	padding-top: 20px;
	color: #666;
}

#footernav_links a, #footernav_links a:link, #footernav_links a:visited {
	color: #666;
	text-decoration: none;
}

#footernav_links a:hover, #footernav_links a:active {
	color: #99300a;
	text-decoration: underline;
	
}

#footer_bottom {
	height: 100px;
	background: #EBEBEB url(images/footer_spacer.jpg) left top repeat-x;
}

#footer_left {
	width: 205px;
	height: 100px;
	background: url(images/footer_left.jpg) left top no-repeat;
}

#footer_logo {
	padding-top: 8px;
	padding-left: 15px;
	
}

#footer_right {
	width: 795px;
	height: 100px;
	background: url(images/footer_right.jpg) right top no-repeat;
}

#footer_disclaimer {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 20px;
	font-size: 10px;
	color: #ffc06c;
}

#footer_copyright {
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 20px;
}

#footer_copyright a , #footer_copyright a:link, #footer_copyright a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer_copyright a:hover , #footer_copyright a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	margin: 0;
	padding: 0;
    height: 0;
    line-height: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}  /* for IE/Mac */

br {
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 1px;
}
.rankingtable_top {
	background: #FF6600;
	font-weight: bold;
	color: #FFF;
}

.rankingtable {
	
	background: url(images/tablerow_spacer.jpg) left top repeat-x;
	height: 33px;
	border: 0px;
	
}

.rankingcell {
	border-left: 1px solid #FFF;
	border-right: 1px solid #999;
	padding-left: 2px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.tinytext {
	font-size: 10px;
	color:#999;
	padding-left: 5px;
}

.extratext {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	font-size: 9px;
}


p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

.button {
    font-size: 1px;
	 border: 0px; 
	 display: block; 
	 background: url(images/button_bg.jpg) left top no-repeat; 
	 padding: 5px; 
	 color: #FFF; 
	 font-weight:bold; 
	 width:80px; 
	 height:25px;
	 cursor: pointer;
}

#skyscraper {
	padding: 5px;
}

#disclaimtekst {
	color: #999999;
	font-size: 10px;
}