html{
	background: url(../img/bg.png);
}

body{
	background: url(../img/basket.png) no-repeat fixed;
	margin: 0;
	padding-bottom: 50px;
	padding-left: 50px;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 62.5%;
	float: left;
	width: 95%; /* weird - higher percentage gives horizontal scrollbar, lower or none-width cuts image */
}

/* -experimenting-
div#background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width:950px;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

div#background img{
	display: block;
	width: 100%;
}*/

ul#accessibility{
	display: none;
}

div#container{
	width: 890px;
	font-size: 1em;
}


h1#logo{
       margin: 0;
       height: 76px;
       width: 870px;
}

h1#logo a#link{
       border: none;
       text-indent: -999em;
       background: url(../img/logo.png) no-repeat left top;
       display: block;
       float: left;
       width: 217px;
       height: 76px;
}

h1#logo span{
       display: block;
       float: left;
       height: 76px;
       width: 653px; /* 870px - 217px  */
}
h1#logo a img{
	border: none;
}

div#wrapper{
	float: left;
	margin-top: 10px;
	background: url(../img/bg_trans.png);
	border: 2px solid #fefefe;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div#sidebar{
	float: left;
	width: 215px;
}

/* ---------------- Counter ------------------- */
#wrapper2{
	position:absolute;
	top: 15px;
	left:300px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	font-size:14px;
	padding:5px;
}
#front{
	position:absolute;
	top:0px;
}
#upperHalf, #upperHalfBack{
	vertical-align:bottom;
}

#lowerHalf, #lowerHalfBack{
	vertical-align:top;
}
#upperHalf img{
	position:relative;
	height:16px;
	vertical-align:bottom;
	visibility:visible;
}

#lowerHalf img{
	position:relative;
	height:16px;
	vertical-align:top;
	visibility:visible;
}

	
#lowerHalfBack img{
	position:relative;
		height:16px;
	vertical-align:top;
}

#upperHalfBack img{
	position:relative;
		height:16px;
	vertical-align:bottom;
}

#monthsUp, #monthsDown, #monthsUpBack, #monthsDownBack{
	width:32px;
}

#daysUpLeft, #daysUpRight, #daysDownLeft, #daysDownRight,
#daysUpLeftBack, #daysUpRightBack, #daysDownLeftBack, #daysDownRightBack,

#hoursUpLeft, #hoursUpRight, #hoursDownLeft, #hoursDownRight,
#hoursUpLeftBack, #hoursUpRightBack, #hoursDownLeftBack, #hoursDownRightBack,

#minutesUpLeft, #minutesUpRight, #minutesDownLeft, #minutesDownRight,
#minutesUpLeftBack, #minutesUpRightBack, #minutesDownLeftBack, #minutesDownRightBack,

#secondsUpLeft, #secondsUpRight, #secondsDownLeft, #secondsDownRight,
#secondsUpLeftBack, #secondsUpRightBack, #secondsDownLeftBack, #secondsDownRightBack{
	width:16px;
}
	

/* ---------------- Navigation ---------------- */

ul#nav{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #cbcbcb;
}

ul#nav li{
	background: #EDEDED url(../img/li-bg.png) repeat-x;		
}

ul#nav li a{
	display: block;
	color: #4674BC;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #cbcbcb;
	text-transform: uppercase;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	padding: 6px 6px 4px 12px;
	text-shadow: 0 1px 1px #fff;
}

ul#nav li.first,
ul#nav li.first a{
	border-top: none;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}

ul#nav li.parent{
	position: relative;
}

ul#nav li.parent a{
	background: url(../img/li-arrow.gif) no-repeat 99% 100%;
}

ul#nav li.parent a:hover{
	background: #dedede url(../img/li-arrow.gif) no-repeat 99% 100%;
}

ul#nav li.parent:hover ul.child,
ul#nav li.parent.over ul.child{ /* IE workaround */
	display: block;
}

ul#nav ul.child{
	list-style: none;
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 215px;
	top: 0;
	width: 215px;
	border: 1px solid #cbcbcb;
	border-top: none;
}

ul#nav ul.child li a{
	background: none;
}

ul#nav ul.child li a:hover{
	background: #dedede;
}

/* last in list, causing parent and child to highlight */
ul#nav li:hover a{
	background-color: #dedede;
}

/* ---------------- Block ---------------- */

div.block{
	padding: 10px 10px 10px 12px;
	border-bottom: 1px solid #cbcbcb;
}

div.block h2, div.small-col h2, div#content-div h2{
	color: #424242;
	font-family: "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
}

div.block h2{
	margin: .2em 0 .4em 0;
}

div.small-col h2{
	padding: .3em 0;
}

div.no-border {
	border: none;
}

.small-col h3{
 font-size: 14px !important;
}

h3 a{
	text-decoration: none;
}

/* ---------------- ul.title-and-date ---------------- */

ul.title-and-date{
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

ul.title-and-date li{
	clear: both;
}

ul.title-and-date li a{
	color: #4674BC;
	text-decoration: none;
	float: left;
	padding: 4px 0;
}

ul.title-and-date li a:hover{
	text-decoration: underline;
}

ul.title-and-date li span{
	padding: 4px 0;
	color: #424242;
	float: right;
}

/*
ul.title-and-date li:after{
    content-div: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1; 
    display: block;
}
*/

p.more{
	clear: both;
	padding: 0;
	margin: 1em 0 .9em 0;
}

p.more a{
	color: #fff !important;
	text-decoration: none;
	background: #424242;
	padding: 4px 8px;
	margin: 10px 0 5px 0;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

p.more a:hover{
	background: #777;
}


div.block p.more{
	margin: 0;
	padding: 15px 0;
}

.readon{
	text-align: right;
}

.readon a{
	background: none;
	text-decoration: none;
}

.readon a:hover{
	background: none;
	text-decoration: underline;
}

/* ---------------- Sponsors (on every page) ---------------- */

ul#sponsors{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sponsors li a img{
	border: 1px solid #ccc;
	width: 190px;
}

ul#sponsors li a:hover img{
	border: 1px solid #4674BC;
}

/* ---------------- content-div ---------------- */

.clear{
	clear: both;
}

div#content-div{
	float: left;
	width: 650px;
	background: url(../img/bal.png) no-repeat top right;
	border-left: 1px solid #cbcbcb;
	color: #2D2D2D;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

div#content-div div#mid-col{
	float:left;
	width: 409px;
	padding: 15px 10px;
	border-right: 1px solid #cbcbcb;
}
div#content-div div#mid-col img{
	max-width:380px;
}

div#content-div div.small-col{
	float:left;
	width: 194px;
	padding: 5px 10px;
}

div.border{
	border-right: 1px solid #cbcbcb;
	margin-left:1px;
}
div#content-div div.small-col img{
	display:none;
}

.top_news_foto_wrapper{
	height: 128px;
	overflow:hidden;
	border:1px solid #cbcbcb;
	background:#e5e5e5;
}



div#content-div div.small-col img.top_news_foto{
	/*border: 1px solid #cbcbcb;
	background: #e5e5e5;
	padding:3px;*/
	display:inline;
	width:192px;
	/*margin: 5px 0 10px 0;*/
}


div#content-div div#right-col{
	margin-left: -1px;
	float: right;
	width: 220px;
	border-left: 1px solid #cbcbcb;
}

div#content-div div#wide-col{
	float: left;
	padding: 15px 10px;
	width:96%;
}
div#content-div div#wide-col img{
	max-width: 600px;
}

div#content-div h1{
	color: #4674BC;
	margin: 0;
	font-size: 2em;
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: bold;
}

div#content-div p.meta{
	font-size: 0.9em;
	color: #818181;
	margin: 0;
}

.small-col p.meta{
	margin-top: -10px !important;
}

div#content-div p{
	font-size: 1.1em;
	line-height: 1.6em;
}
div.small-col a.title{
	color: #4674BC;
	padding: 4px 0;
	font-size:1.1em;
}
div#content-div img.teamphoto{
	margin-top:10px;
	padding:3px;
	border: 1px solid #ccc;
	width:620px;
}
div#content-div img.teamphoto_small{
	width:100px;
	float:left;
	margin-right:20px;	
	border: 1px solid #ccc;
	padding: 2px;
}
.news_item{
	margin-bottom:10px;
	background: #0f0;
}

div.small-col a.title:hover{
	text-decoration: none;
}

div.no-heading{
	margin-top: 40px;
}

div#content-div div.small-col a{
	color: #4674BC;
}

/* ---------------- Forms ---------------- */

form#nieuwsbrief input, form input, textarea{
	color: #4674BC;
	border: 1px solid #C0C0C0;
	font-style: italic;
	background: #EDEDED url(../img/li-bg.png) repeat-x;	
	padding: 4px 8px;
	margin-top:4px;
}

textarea{
	padding: 0;
	margin: 0;
	width: 80%;
}

form#nieuwsbrief input.submit, form input.submit{
	color: #6C6C6C;
	font-style: normal;
	width: auto;
	margin-top: 4px;
}
form label{
	display:block;
}

.frm-scheme label, .frm-scheme input{
	display: inline;
}

/* weird bug in firefox :o */
input[type="hidden"] {
	display: none;
}

.frm-scheme input.text{
	width: 80px;
}

/* ---------------- Banner ---------------- */

div.banner{
	border: 1px solid #CBCBCB;
	margin-bottom:4px;
	background: #EDEDED url(../img/li-bg.png) bottom repeat-x;	
	padding:5px;
/*	clear:both;*/
}
div.team{
	border: 1px solid #CBCBCB;
	margin-bottom:4px;
	background: #EDEDED url(../img/li-bg.png) bottom repeat-x;	
	padding:5px;
/*	clear:both;*/
}
div.team:after{
    content-div: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1; 
    display: block;
}
div.banner h3, div.team h3{
	font-style: italic;
	color: #4674BC;
	margin:0;
	font-size: 1.2em;
	font-weight:normal;
}
#content-div div.banner:hover, #content-div div.team:hover{
	cursor:pointer;
	border: 1px solid #4674BC;
}

/* ---------------- Footer ---------------- */

div#footer{
	clear: both;
	border-top: 1px solid #CBCBCB;
	background: url(../img/footer-bg.gif) repeat-y -2px 0;
	float: left;
}

div#footer div.block{ /* special footer block, see Block-section for standard styles */
	width: 194px;
	float: left;
	border: none;
	/*border-right: 1px solid #cbcbcb;*/
}

div#footer div.last{
	border: none;
}

p.foot{
	border-top: 1px solid #cbcbcb;
	clear: left;
	text-align: center;
	padding: 15px;
	margin: 0;
}

div#mid-col p a, p.foot a{
	color: #4674BC;
}

p.foot a:hover{
	text-decoration: none;
}

/*div#footer a{
	color: #4674BC;
	text-decoration: underline;
}*/

/* --------------- Agenda --------------- */
#calendar{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
	margin-bottom:10px;
	width: 100%;
}

#calendar th, #calendar td{
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	width:100px;
}

#calendar thead th, #calendar thead td{
	background: #EDEDED url(../img/li-bg.png) bottom repeat-x;
}

#calendar td{
	background-color: #fff;
	text-align: center;
	height:15px;
}
#calendar td{
	text-align:left;
}

#calendar td.scheduled, #minical td.scheduled{
	background-color:#ccc;
}
#calendar span.date{
	font-size: 0.9em;
	display: block;
	padding-bottom: 5px;
}

#calendar a{
	text-decoration:none;
	color: #4674BC;
}
#calendar a:hover{
	text-decoration:underline;
}

#calendar tfoot td{
	text-align: center;
}

#calendar tfoot a{
	color: #F6C44E;
}

#calendar tfoot td img{
	display: none;
}

#calendar ul{
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

#calender li{
	padding: 0;
}

#calendar li a{
	font-size: 0.9em;
}

#calendar .day, #calendar .today{
	height: 60px;
	vertical-align: top;
}

#calendar .today{
	background-color: #eee;
}
#calendar ul li{
	display: inline;
	list-style-type: none;
}
ul.poll, ul.bestuur{
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
ul.poll li, ul.bestuur li{
	list-style-type: none;
}
/*#options ul.agendafilter {
	display: inline;
	padding-left: 0px;
	border: 1px solid #ccc;
	padding:5px;
	background: #ddd;
}*/
#options ul.agendafilter li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}
#options ul.agendafilter li.active {
	padding: 0px;
	border: 1px solid #666;
	background: #eee;
}
/*---------------------------- Pager ---------------------- */
#pager{
	border: 1px solid #ccc;
	padding: 3px 8px;
	margin-left: 0;
	clear:both;
}

#pager li{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

#pager li a, #calendar a{
	text-decoration:none;
	color: #4674BC;
}
#pager li a:hover{
	text-decoration:underline;
}

/* ---------------------- Sponsors ------------------------- */

div.sponsor-item{
	float:left;
	margin:5px;
	text-align:center;
	border: 1px solid #CBCBCB;
	margin-bottom:4px;
	background: #EDEDED url(../img/li-bg.png) top repeat-x;	
	padding:5px;
}

div.sponsor-item a{
	color: #4674BC;
}

div.sponsor-item a img{
	border: 1px solid #CBCBCB;
}

/* ---------------------- Default table --------------------- */

#content-div table.dbtable{
	border: 1px solid #CBCBCB;
	border-collapse: collapse;
	font-size: 1.2em;
}

#content-div table.dbtable th, #content-div table.dbtable td{
	text-align: left;
	padding: 6px;
	background-color: #FFF;
		border: 1px solid #cbcbcb;
}

#content-div table.dbtable caption{
	border: 1px solid #cbcbcb;
	border-bottom: none;
	color: #4674BC;
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	background: #EDEDED url(../img/li-bg.png) repeat-x;
}

#content-div table.dbtable th{
	background-color: #EBEFFF;
	font-weight: bold;
}

#content-div table.dbtable a{
	color: #4674BC;
}

#content-div table.dbtable a:hover{
	text-decoration: none;
}

table.playertable{
	width: 50%;
}

/* ---------------------- Matchresults --------------------- */

table.scheme{
	border: 1px solid #CBCBCB;
	border-top: none;
	border-collapse: collapse;
	background: #FFF;
	width: 625px;
}

table.scheme caption{
	cursor: pointer;
	border: 1px solid #cbcbcb;
	border-top: none;
	color: #4674BC;
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	background: #EDEDED url(../img/li-bg.png) repeat-x;
	/*margin-left: -1px;*/
}

table.scheme caption:hover{
	color: #365A92;
}

table.first caption{
	border-top: 1px solid #cbcbcb;
}

table.scheme th, table.scheme td{
	border-bottom: 1px solid #CBCBCB;
}

table.scheme th{
	background: #EBEFFF;
	text-align: left;
	padding: 2px 6px;
}

table.scheme .teamname{
	padding: 2px 6px;
	border-right: 1px solid #CBCBCB;
}

table.scheme td.arc{
	background: #EAEAEA;
}

.arc, .non-arc{
	width: 8px;
}

table.scheme td p{
	margin: 0;
	padding: 0;
}

table.scheme td p span{
	font-style: italic;
}

.game-away{
	background-color:#FFB06E; border: 1px solid #FF6600;
}

.game-home{
	background-color:#89B1FF; border: 1px solid #0066FF;
}

.game-away p.time span, .game-home p.time span{
	display:block;
}
.agendafilter{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.agendafilter li{
	display: block;
	float: left;
	margin-right: 2px;
}

.agendafilter li a{
	border: 1px solid #cbcbcb;
	background: #ddd;
	padding: 4px;
	display: block;
	color: #2d2d2d;
	text-decoration: none;
}

.agendafilter li a:hover, .agendafilter li.active a{
	border: 1px solid #777;
}

/* ---------------------- Picture list --------------------- */

ul.album{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.album li{
	display: block;
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #cbcbcb;
}

ul.album li a{
	background: #fff;
	display: block;
	padding: 3px;
	color:4674BC;
	text-align:center;
	text-decoration:none;
}

ul.album li img{
	border: none;
}

ul.album li a:hover{
	background: #cbcbcb;
}

/* ---------------------- Picture list --------------------- */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../img/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* ---------------------- Guest Book --------------------- */

div.entry{
	border: 1px solid #4674BC;
	margin-bottom:10px;
	background: #EDEDED url(../img/li-bg.png) top repeat-x;	
	padding:5px;
}

div.entry h3{
	font-style: italic;
	color: #4674BC;
	margin:0;
	font-size: 1.2em;
	font-weight:normal;
}

div.entry p{
	margin: .5em 0 0 0;
	padding: 0;
}

div.divimg{
	width:105px;
	height:70px;
}
/* ---------------------- Tooltips --------------------- */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../img/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
dl.poll dd{
	background: url(../img/poll.png);
	border: 1px solid #4674BC;
	margin:2px 0 5px 0;
	padding:0;
}
.entry h3 span{
	display:block;
	font-size:0.8em;
}
#routebeschrijving span{
	display:block;
}
.game-info-hide{
	display:none
}
.game-info-show{
	width:185px;
	height:220px;
	position:absolute;
	padding: 0 5px 0 20px;
	*padding-top: 5px;
	background: url(../img/game-info.png) no-repeat;
}
.game-info-show table tr td{
	border:none;
}
.game-info-show h2.teams{
	color: #4674BC !important;
	margin-left:2px;
}

.Accordion{
	margin-top: 10px;
	width:100%;
}

.AccordionTitle{
	height:15px;
	/*overflow:hidden;
	display:table-cell;*/
	border: 1px solid #cbcbcb;
	color: #4674BC;
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	background: #EDEDED url(../img/li-bg.png) repeat-x;
	width: 615px;
	cursor: pointer;
}

.AccordionContent{
  /*height:400px;*/
  overflow:hidden;
  padding:15px;
  display:none;
	border: 1px solid #CBCBCB;
	border-top: none;
	border-collapse: collapse;
	background: #FFF;
	width: 597px;	
}

