/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(../images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3, h4 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }


p, h1, h2, h3, h4 {
	margin: 10px 10px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}
hr {
	height: 0;
	border: 0;
	border-top: 2px solid #9EC630
}

/* images */
img {
	border: none;
}
img.border {
	border: 2px solid #CCC;
}
img.float-right {
	margin: 5px 0px 5px 15px;  
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
a img {  
	border: none;
}
a img.border {  
	border: 2px solid #568EB6;
}
a:hover img.border {  
  border: 2px solid #568EB6 !important; /* IE fix*/
  border: 2px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #9EC630;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #9EC630;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
}
.vC1 { width: 20px; vertical-align: top;}
.vC2 { width: 150px; vertical-align: top;}
/* end - table */

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;
	background: #000 url(../images/headerbg.gif) repeat-x 0% 100%;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;
}
#header h2#slogan {
	position: absolute;
	top:37px; left: 60px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;
}
#header a#loginlink {
	background: none;
	position: absolute;
	top:65px; left: 66px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;
}
#header div.aankondiging {
	position: absolute;
	top: 15px; right: 0;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	color: #E63EA2;
	text-decoration: none;
	text-align: right;
	border-bottom: 2px dotted #4284B0;
}
div#slideshow{
	height: 120px;
	overflow: hidden;
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 0;
	width: 50%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 5px 0 2px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 5px 0 2px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 5px 0 2px;
}
.post-footer .camera {
	background: url(../images/camera.gif) no-repeat left center;
	padding-left: 20px; margin: 0 5px 0 2px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0 0 0 15px;	padding: 0; 
	margin-top:10px;
	display: inline;
}
#sidebar h1{
	/* margin: 0 15px; */
	margin: 10px 8px 10px 0;
	color: #6297BC;
	line-height: 30px;
	border-bottom: 2px solid #9EC041;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;
	min-height:18px;
}

#sponsoren {
	list-style: none outside none;
	color: #666666;
	margin: 0 0 0 15px;
	padding: 0 15px 0 5px;
}

#sponsoren  li{
	vertical-align: middle;
}

#ballensponsor {
	list-style: none outside none;
	color: #666666;
	margin: 0;
	padding: 0;
}

#ballensponsor, #sponsoren a a:visited a:active {
	color: #0076BF;
	font-weight: bold;
	text-decoration: none;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	margin:0 5px 0 0;
	padding: 0;
}
#rightbar h1 {
	margin: 10px 5px 10px 0;
	border-bottom: 2px solid #9EC041;
}



/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;
	font-size: 95%;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 14000;
	position: absolute;
	margin:0; padding: 0;
	list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float:left;
	background: url(../images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#header a span {
	float:left;
	display:block;
	background: url(../images/tabright.gif) no-repeat right top;
	padding:6px 15px 3px 8px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* start sidebar tabs  */
#slidetabsmenu{float:left;line-height:normal;width:100%;}
#slidetabsmenu ul{list-style-type:none;margin:0;padding:0;}
#slidetabsmenu li{display:inline;margin:0;padding:0;}
#slidetabsmenu a{background:transparent url(../images/tab_left.gif) no-repeat scroll left top;float:left;text-decoration:none;margin:0 2px 0 0;padding:0 0 0 8px;}
#slidetabsmenu a span{background:transparent url(../images/tab_right.gif) no-repeat scroll right top;color:#fff;display:block;font-weight:bold;float:none;padding:2px 9px 4px 3px;}
#slidetabsmenu a:hover span{color:#fff;background-position:100% -24px;}
#slidetabsmenu .active span{background-position:100% -24px;color:#fff;}
#slidetabsmenu div{clear:both;}
#rightbar table{margin:0;}
#rightbar tr.bold{font-weight:bold;}
#rightbar td{vertical-align: top;}
#slidetabsmenu .tabjes{border-top:1px solid #97A5B0;margin-right:11px; padding: 5px 0 5px 0;}
#slidetabsmenu .active a,#slidetabsmenu a:hover{background-position:0 -24px;}
/* end sidebar tabs */

/* Tooltips */
#tooltip{position:absolute;z-index:3000;width:150px;border:1px solid #111;background-color:#eee;opacity:0.85;text-align:left;padding:5px;}
#tooltip h3,#tooltip div{margin:0;}
.tip{cursor:pointer;}
/* Tooltips */


/* start reacties */
.reactiebox{
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.reactiefooter{
background: url(../images/reactiearrow.jpg) 35px -5px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 70px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
}
/* end reacties */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.error {	color: red; }

div.shadow{ 
	background: url(../images/dropshadow.png) no-repeat bottom right;
	margin-left: auto;
	margin-right: auto;
	padding:0;
}
div.shadow img{
	display:block;
	position:relative;
	top: -3px;
	left:-3px;
	padding:5px;
	background:#FFF;
	border:1px solid;
	border-color: #ccc #666 #666 #ccc
}
/* Poll */
form#pollform{background-color:#FFFFFF;border:0px;margin:5px 0;}
.poll_knop {border:none;background:transparent;margin:5px 0;}
.poll_label{display:inline;}
#pollcontainer p {margin:5px 0;}
#loader{ display:none; text-align:center;}
.pollques { margin:5px 0;color:#9EC630;font-weight:bold;}
.option{ margin:5px 0;}
.option p{ line-height:1.1em; font-size:0.85em; margin:5px 2px;}
.bar{ height:10px; background:#3399cc; }
.jouwstem{ background:#113399; }

/* BEGIN Info thuiswedstrijden*/
			#agenda_top {
				padding:5px 0px 0px;
				font-size:11px;
				line-height:23px;
				position:absolute;
				top: 0px; right: 0px;
			}
			#agenda_top a.klik {
				background:#88bbd4;
				padding:4px 6px 6px;
				text-decoration:none;
				font-weight:bold;
				color:#fff;
				-webkit-border-radius:4px;
				-moz-border-radius:4px;
				border-radius:4px;
				*background:transparent url("..images/signin-nav-bg-ie.png") no-repeat 0 0;
				*padding:4px 12px 6px;
			}
			#agenda_top a.klik:hover {
				background:#59B;
				*background:transparent url("../images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
				*padding:2px 12px 2px;
			}
			#agenda_top a.klik, #agenda_top a.klik:hover {
				*background-position:0 3px!important;
			}
			a.klik {
				position:relative;
				margin-left:3px;
			}
			a.klik p.agenda {
				background-image:url("../images/toggle_down_light.png");
				background-repeat:no-repeat;
				background-position:100% 50%;
				padding:2px 16px 2px 0;
				margin:0px;
			}
			#agenda_top a.agenda_open {
				background:#ddeef6!important;
				color:#666!important;
				outline:none;
			}
			a.klik.agenda_open p.agenda {
				background-image:url("../images/toggle_up_dark.png");
				color:#666;
			}
			P.wedstrijden {
				-moz-border-radius-topleft:5px;
				-moz-border-radius-bottomleft:5px;
				-moz-border-radius-bottomright:5px;
				-webkit-border-top-left-radius:5px;
				-webkit-border-bottom-left-radius:5px;
				-webkit-border-bottom-right-radius:5px;
				display:none;
				background-color:#ddeef6;
				position:absolute;
				width:405px;
				z-index:100000;
				border:1px transparent;
				text-align:left;
				padding:12px;
				top: 35px; 
				right: 0px; 
				margin-top:5px;
				margin-right: 0px;
				*margin-right: -1px;
				color:#789;
				font-size:11px;
			}
/* END Info thuiswedstrijden*/
