@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;

}

a {
	color: #000000;
}
body {
	padding: 0;
	margin: 0;
	background-image:url(/images/_nextbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	

}

.homeplayer{ border:1px solid #000000; width:469px; font-size: 14px; font-weight:bold; border:1px solid #000000; margin: 0 3px 10px 0; line-height:25px;}
.playerhome_container{ width:480px;   padding-left:15px; } 

a.jp{
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 30px;
}

a.jp:hover{
	text-decoration: underline;
}

div#container {
	width: 775px;
	height: 100%;
	min-height: 100%;
	left: 50%;
	margin: 0 0 0 -386px;
	position: relative;
	background-image:url('/images/_bg.jpg') repeat-y;
	z-index:100;
	
}

div#header {
	height: 150px;
	width: 772px;
	background: #000000 url('/images/_header.jpg') no-repeat left bottom;
	position:absolute;
}

div#header object, div#header embed{
	position: absolute;
	top: 10px;
}
div.spacer {
	height: 150px;
}
div#holder
{
	min-height: 100%;
	background: url('/images/_bg.jpg');
	background-repeat:repeat-y;
	
}
span.bron {
	font-size: 10px;
}
div#test {
	background: #000000 url('/images/_bg.jpg') repeat-y;
	width: 772px;
	height:15px;
	position:fixed;
	bottom:0px;
	left: 50%;
	margin: 0 0 0 -386px;
	z-index:0;
}

* html div#test {
	position:absolute;
	bottom: 200000px;
}
div#leftmenu {
	min-height: 100%;
	width: 179px;
	background: #e2a900 url('/images/_fill_left.jpg') 0px 0px;
	float:left;
	
}
div#leftmenu ul {
	padding: 0;
	margin: 0;	
	list-style-type: none;
	padding-top: 0px;
	color: #ffffff;
}

div#leftmenu ul li{
	background: #fbd23c url('/images/_button.jpg') no-repeat;
	padding: 0;
	margin: 0;
	text-indent: 10px;
	height: 24px;
	line-height: 23px;
	cursor: pointer;
	list-style-type: none;
	font-weight: bold;
	text-indent: 25px;
	font-size: 13px;
}

div#leftmenu ul li.act{
	background: #e2bd39 url('/images/_button_over.jpg') no-repeat;
}


div#leftmenu ul li a {
	color: #ffffff;
	text-decoration: none;
}

div#leftmenu ul li.sub{
	background: #bb9b34 url('/images/_sub_button.jpg') no-repeat;
	padding: 0;
	margin: 0;
	text-indent: 30px;
	height: 21px;
	line-height: 20px;
	cursor: pointer;
	list-style-type: none;
	font-weight: normal;
	font-size: 11px;
}
div#leftmenu ul li.sact{
	background: #bb9b34 url('/images/_sub_button_over.jpg') no-repeat;
	padding: 0;
	margin: 0;
	text-indent: 30px;
	height: 21px;
	line-height: 20px;
	cursor: pointer;
	list-style-type: none;
	font-weight: normal;
	font-size: 11px;
}

.lnk_sub{ margin-left:10px; }

div#leftmenu div.banners{
	width: 138px;
	text-align: center;
	height: 125px;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
}

* html div#leftmenu div.banners{
	width: 140px;
	padding: 0 0 0 24px;
}

div#leftmenu div.banners img{
	border: 1px solid #000000;
}

div#rightmenu {
	min-height: 100%;
	width: 75px;
	float:left;
}


div#content {
	width: 521px;
	background: #fee181;
	float:left;
	overflow:hidden;
	 
}

* html div#container, * html div#holder,  * html div#rightmenu, * html div#leftmenu {
	height: 100%;
}

div#content_tekst {
	margin: 10px 10px 0 10px;
}
div#content_tekst div.contentheader {
	background: #fee181 url('/images/_sub_menu.jpg');
	width:495px;
	height: 23px;
	margin: 0 0 15px 0;
	text-align: center;
	font-weight:bold;
	padding:4px 4px 0 4px;
	background-repeat:no-repeat;
	background-color:#FEE181;
}

div#content_tekst div.submenu ul {
	padding: 0;
	margin: -5px 0 0 0;	
	list-style-type: none;
	color: #000000;
	font-size: 10px;
	display: inline;
	border-left: 1px solid #000000;
}

div#content_tekst div.submenu li{
	padding: 0 2px;
	margin: 0;
	line-height: 23px;
	cursor: pointer;
	list-style-type: none;
	display: inline;
	border-right: 1px solid #000000;
}

div#content_tekst div.submenu li a{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
	

div#content_tekst h2{
	padding: 0px;
	margin: 0;
	font-size: 16px;
}

div#content div.banner{
	border:1px solid black;
	cursor: pointer;
	width:468px;
	height: 60px;
	margin: 0 0 10px 10px;
	margin-left:25px;
}

div.p_content{ margin-left:15px; }

div.text
{	text-align:left;
	margin-top:5px;
}
div.text img
{	margin:3px 5px 0 0;
}


.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}  

div.nieuwsitem_details span.inleiding
{	font-weight: bold;
}

div.nieuwsitem
{	border:1px solid #000000;
	margin:0 15px 10px 15px;
	padding: 5px;
	cursor: pointer;
	text-align: right;
	font-size: 11px;
}
div.nieuwsitem h3, div.nieuwsitem_first h3
{	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: inline;
	float:left;
}

div.nieuwsitem a, div.nieuwsitem_first a, a.terug
{	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div.nieuwsitem_first
{	border:1px solid #000000;
	margin:0 15px 10px 15px;
	padding: 5px;
	text-align: left;
	font-size: 11px;
}
div.nieuwsitem_first img
{	margin: 0 5px 5px 0;
}

div.nieuwsitem_details img
{	margin: 5px 5px 5px 0;
}

div.content_1{ float:left; width:18px;  height:300px; }
div.content_2{ float:left; width:480px;   }

div.homepage_header{ padding-left:15px; margin-top:10px; }

table.stand { border-color: #000000; border-collapse: collapse; width:470px;} 
table.stand thead { background: blue; border:1px solid red;}
table.stand th.c { text-align: center; width: 7%; font-weight: bold; color: #ffdd45; font-size:10px; background-color: #000000; border-color: #000000; }
table.stand th.cl{ text-align: left; width: 30%; font-weight: bold; color: #ffdd45; font-size:10px;  background-color: #000000; border-color: #000000; }
table.stand th.r { text-align: right; width: 7%; font-weight: bold; color: #ffdd45; font-size:10px; background-color: #000000; border-color: #000000; }
table.stand td { border:2px solid #ffdd45; }
table.stand td.f { border-top:2px solid #000000; }
table.stand td.c { text-align: center; width: 7%; font-size:10px; }
table.stand td.cl{ text-align: left; width: 30%; font-size:10px; }
table.stand td.r { text-align: right; width: 7%; font-size:10px;}
table.stand td.rb { text-align: right; width: 7%; font-size:10px; font-weight: bold; }
table.stand tr.vitesse td { background-color: #ffdd45; color: #000000; font-weight: bold; }

table.statistieken { border-collapse: collapse; width: 440px;  } 
table.statistieken th.c { text-align: center; width: 7%; font-weight: bold; font-size:10px;  }
table.statistieken th.cl{ text-align: left; width: 30%; font-weight: bold; font-size:10px;  }
table.statistieken th.r { text-align: right; width: 7%; font-weight: bold; font-size:10px; }
table.statistieken, table.statistieken th, table.statistieken td { border:2px solid #ffdd45; }
table.statistieken td.f { border-top:2px solid #ffdd45; }
table.statistieken td.c { text-align: center; width: 7%; font-size:10px; }
table.statistieken td.cl{ text-align: left; width: 30%; font-size:10px; }
table.statistieken td.r { text-align: right; width: 7%; font-size:10px;}

table.topscores {  width:235px;float:left; border: 1px solid #01359b; border-width: 1px 1px 0 1px;} 
table.topscores td, table.topscores th { text-align: left; font-size:11px; padding: 2px; border:1px solid #01359b; border-width: 0 0 1px 0; }
table.topscores th.h { color: #ffffff; font-size:12px; background-color: #01359b; padding: 2px; }  
table.topscores th.r { text-align: right; }

/*
table.topscores td.f { border-top:2px solid #ffdd45; }
table.topscores td.c { text-align: center; width: 7%; font-size:10px; }
table.topscores td.cl{ text-align: left; width: 30%; font-size:10px; }
*/

table.topscores td.l {   width:235px;}
table.topscores td.r { text-align: right; width: 30px; }



div.marked {
	background-color: #ffdd45;
	font-weight:bold;
	margin: 20px 4px 10px 0;
	padding: 5px;
		
}

div.programmabig
{	border:1px solid #000000;
	margin:0 15px 10px 0px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
div.programmabig h3
{	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: inline;
	float:left;
}

div.programmabig a
{	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div.programmabig div
{	
  border:0px solid #000000;
}

div.programmabig div div
{	width:145px;
	float:left;
}
div.programmabig div div.big
{	font-size:20px;
	line-height:40px;
	height:40px;
	width: 135px;
}

div.programmabig div div.w135
{	width: 135px;
}

div.programma
{	
	margin:0 5px 0 0;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
div.programma h3
{	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: inline;
	float:left;
}

div.programma a, div.hp_nextgame a, div.hp_lastgame a
{	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div.hp_nextgame
{	
	margin:0 5px 0 10px;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
div.hp_lastgame
{	
	margin:-20px 5px 0 10px;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	
}
.borderbottom {
	border-bottom:1px dotted #000000;
}
div.p_classe
{	width:25px;float:left;border-right:0px solid #000000;
}
div.p_datum
{	width:81px;float:left;padding-left: 8px;border-right:1px solid #000000;
}
div.p_teams
{	width:180px;float:left;padding-left: 8px;border-right:1px solid #000000;
}
div.p_tijd
{	width:57px;float:left; padding-left: 8px;border-right:1px solid #000000;
}
div.p_locatie
{	width:100px;float:left; padding-left: 8px;
}
div.p_nomatch
{	width: 300px; float:left; padding-left: 8px;}
div.p_link {
	float:right;
}

div.programma div div,div.hp_nextgame div div,div.hp_lastgame div div
{	width:120px;
	float:left;
}
div.programma div div.big
{	font-size:20px;
	line-height:40px;
	height:40px;
}

div.training
{	border:1px solid #000000;
	margin:0 15px 10px 15px;
	padding: 5px;
	font-size: 12px;
}

div.agendaitem
{	border:1px solid #000000;
	margin:0 15px 10px 15px;
	padding: 5px;
	cursor: pointer;
	text-align: left;
	font-size: 11px;
}
div.noclick {
	cursor: default;
}

a.wedstrijdverslag_link
{	display: none; }

a.volgende {
	float:right;
	margin:0 0 15px 0;
	font-weight: bold;
	text-decoration: none;
}
a.volgende, a.vorige {
	font-weight: bold;
	text-decoration: none;
}
div.dvolgende {
	text-align:right;
}
div.dvolgende a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}  

span.bo { 
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

div.border {
	border: 1px solid #000000;
	margin: 0 15px 0 15px;
}

div.agendaitem_details
{	font-weight: bold;
}

div.agendaitem_details table
{	width:425px;
}
div.agendaitem_details table th
{	font-weight: bold;
	font-size:12px;
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 0;
	width: 90px;
}
div.agendaitem_details table td
{	
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 0;
}

/* myform.tpl */
span.red { color: #ff0000; font-weight:bold; }
.inputbox { }
.inputboxg { }
.sbmtbtn { }

h3 { font-size: 13px; }
hr { color: #000000; height: 1px; }
.spelersnaam { font-size: 14px; font-weight:bold; border:1px solid #000000; padding: 5px; margin: 0 3px 10px 0;}
.pasfoto { float:right; border:1px solid #000000; }


table.spelerslijst { border:1px solid #000000; border-collapse: collapse; border-color: #000000; width:480px; }
table.spelerslijst th{ font-size: 12px; text-align: left; border-color: #000000; background-color: #fec619;}
table.spelerslijst td{ vertical-align: top; border:1px dotted #333333;}


hr{ height:1px; color:#000000; }