@charset "utf-8";
/* CSS Document */

* { 
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: none;
	color: #000;	
}
a, input.submit {
	cursor: pointer;
}
html {
	background: url(../img/wk-honkbal-bg.jpg) top left repeat-x;
	overflow: scroll;
	overflow-x: auto;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
	position: relative;
}
h1 { 
	font-size: 23px;
	color: #000e67;
	border-top: 1px solid #efc511;
	padding: 10px 0 10px 0;
}
h2 { 
	font-size: 14px;
	color: #000e67;
	padding: 10px 0 5px 0;
}
h3 { 
	font-size: 14px;
	color: #000e67;
	padding: 10px 0 15px 0;
	border-top: 1px solid #efc511;
}
h4, h4 a { 
	font-weight: bold;
	color: #000e67;
	padding: 0px;
	font-size: 14px;
	margin: 20px 0 5px 0;
}

/*** ------ HEADER ------ ***/
#header {
	height: 380px;
}
.img1 { background: url('../img/wk-header1.jpg') top left no-repeat; }
.img2 { background: url('../img/wk-header2.jpg') top left no-repeat; }
.img3 { background: url('../img/wk-header3.jpg') top left no-repeat; }
.img4 { background: url('../img/wk-header4.jpg') top left no-repeat; }
.img5 { background: url('../img/wk-header5.jpg') top left no-repeat; }
.img6 { background: url('../img/wk-header6.jpg') top left no-repeat; }
.img7 { background: url('../img/wk-header7.jpg') top left no-repeat; }
.img8 { background: url('../img/wk-header8.jpg') top left no-repeat; }

#logo {
	position: absolute;
	top: 233px;
	left: 12px;
}
/*** ------ MAIN NAVIGATION ------ ***/
ul#mainnavigation {
	width: 85%;
	position: absolute;
	top: 261px;
	left: 145px;
	list-style: none;
	z-index: 999;
}
ul#mainnavigation li {
	float: left;
	position: relative;
}
ul#mainnavigation li a {
	text-decoration: none;
	color:  #ffffff;
	font-size: 15px; 
	font-weight: bold;
	padding: 21px 6px 21px 10px;
	float: left;
}

ul#mainnavigation li a:hover {
	background: #000e67;
}
ul#mainnavigation li.childs ul li a {
	display: block;
	padding: 12px;
	width: 116px;
	background: #000e67;
	z-index: 9999;
}
ul#mainnavigation li.childs ul { 
	display: block;
	padding: 12px 0px;
	width: 140px;
	background: #000e67;
	display: none;
	z-index: 9999;
}
ul#mainnavigation li.childs:hover ul { 
	display: block;
}
ul#mainnavigation li a.active, ul#mainnavigation li.childs ul li a:hover {
	background: #000000; 
}
ul#mainnavigation li.childs ul li {
	text-decoration: none;
	text-align: left;
	list-style: none;
	width: 120px;
	z-index: 9999;
}
ul#mainnavigation li ul li {
	list-style: none;
	display: block;
	width: 120px;
}
ul#mainnavigation li a.active, 
ul#mainnavigation li a:hover, 
ul#mainnavigation li ul li a.active, 
ul#mainnavigation li ul li a:hover, 
ul#mainnavigation li.childs ul li a.active, 
ul#mainnavigation li.childs ul li a:hover,
ul#mainnavigation li.childs ul li.childs a.active, 
ul#mainnavigation li.childs ul li.childs a:hover {
	text-decoration: none;
}
ul#mainnavigation li ul li a {
	display: block;
}
ul#mainnavigation li ul {
	display: none;	
	position: absolute;
	top: 60px;
	left: 0;	
}
ul#mainnavigation li a:hover ul, ul#mainnavigation li a:hover ul li a:hover ul {
	display: block;
}
ul#mainnavigation li a:hover ul li ul, ul#mainnavigationli ul li ul {
	display: none;
}

/*** ------ TALENSWITCH ------ ***/
#languages {
	xposition: absolute;
	xtop: 45px;
	xleft: 0px;
	float: right;
	margin-top: 15px;
	height: 81px;
	
}
#languages div {
	clear: both;
	float: right;
}
#languages div a {
	text-decoration: none;
	color: #fff;
}
#languages div a:hover {
	text-decoration: underline;
}
#languages div img {
	border:1px solid #0e45b1;
}
#languages div.switch_active {
	font-weight: bold;
}
#languages div.switch_active img {
	border:1px solid #fff;
}

/*** ------ ZOEKEN ------ ***/
#zoeken { 
	width: 202px;
	height: 40px;
	background: url('../img/zoeken-wk-honkbal.gif') top left no-repeat;
	position: absolute;
	top: 0px;
	right: 45px;
}
#zoeken input {
	float: left;
	margin: 11px 0 0 14px;
	width: 146px;
	border: 0px;
	color: #9da9bf;
}
#zoeken input.submit {
	color: #efc511;
	margin: 8px 0 0 9px;
	background: #000e67;
	font-weight: bold;
	font-size: 16px;
	width: 30px;
}

/*** ------ CONTENT ------ ***/
#main-box {
	overflow: hidden;
	margin: 0 0 0 65px;
}
#content { 
	width: 500px;
	margin: 0 30px 0 0;
	float: left;
	padding-bottom: 10px;
}
#content p, #content { 
	margin: 10px 0 10px 0;
	line-height: 20px;
}

/*** ------ CONTENT ZOEKRESULTATEN ------ ***/
#content a.zoekresultaat {
	text-decoration: none; 
}
#content span.zoekwoord { 
	background: #fbf2ce;
	font-weight: bold;
}
#content .zoekopdracht { 
	border-bottom: 1px solid #efc511;
	padding: 0 0 15px 0;
}
#content a.url { 
	font-style: italic;
	font-size: 11px;
	color: #999999;
}

/*** ------ CONTENT NIEWSBERICHT ------ ***/
div.news {
	xmargin: 0 0 20px 0;
	/*height: 173px;*/
}
div.newsdate {
	width: 53px;
	float: left;
	border-top: 5px solid #efc511;
	color: #999999;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
}
div.newsdate span.day {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #999999;
	font-weight: bold;
	font-size: 43px;
	letter-spacing: -3px;
	line-height: 45px;
}
div.newsbericht {
	float: left;
	width: 430px;
	padding: 0 0 20px 10px;
	border-top: 1px solid #efc511;
}
div.newsbericht h1 {
	border: 0px;
}
div.newsbericht a.meer {
	color: #ffcc00;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	text-decoration: none; 
	background: url('../img/link-to.gif') center right no-repeat;
	text-transform: uppercase;
}
	
	
/*** ------ CONTENT WESTRIJDSCHEMA ------ ***/
.wedstrijden-in-nl {
	list-style-type: circle;
}
table{
	border-collapse: none;
	border-spacing: 0;
	margin: 0 0 10px 0;
}
table thead {
	background-color: #000e67;
}
table thead tr th {
	color: #FFF;
	padding: 5px;
	text-align: left;
}
table tbody tr th {
	color: #FFF;
	padding: 5px;
	text-align: left;
	background-color: #000e67;
	
}
table tbody {
	zbackground-color: #fbf2ce;
}
table tbody tr td {
	padding: 5px;
	text-align: left;
	xwidth: 20%;
	border-bottom: 1px solid #ffce20;
}

table.tbl_none {
	width: 90%;
	margin: 0 0 20px 13px;
}
table.tbl_none thead tr th.col1, table.tbl_none tbody tr td.col1 {
	width: auto;
}
table.tbl_none thead tr th.col2, table.tbl_none tbody tr td.col2, table.tbl_none thead tr th.col3, table.tbl_none tbody tr td.col3 {
	width: 60px;
}

table.tbl_wedstrijdschema {
	width: 100%;
}
table.tbl_wedstrijdschema tbody tr td.col1, table.tbl_wedstrijdschema thead tr th.col1 {
	width: 4%;
}
table.tbl_wedstrijdschema tbody tr td.col6, table.tbl_wedstrijdschema thead tr th.col6, table.tbl_wedstrijdschema tbody tr td.col5, table.tbl_wedstrijdschema thead tr th.col5 {
	width: 10%;
}
table.tbl_links tr td.col1 {
	width: 180px;
	border: 0px;
	height: 80px;
}
table.tbl_links tr td.col2 {
	width: 300px;
	border: 0px;
}

#sidebar table thead tr th {
	font-size: 10px;	
}
#sidebar table tbody tr td, #sidebar table tbody tr td span {
	font-size: 10px;
}
table tbody tr td span.nederland {
	color: #F60;
	font-weight: bold;
}
span.nederland {
	color: #F60;
	font-weight: bold;
}
/*** ------ SIDEBAR ------ ***/
#sidebar {
	float: left;
	width: 310px;
	background: #f7f7f7;
	padding: 20px 0 60px 0;
}
#sidebar #banners {
	margin: 15px 0 0 27px;
}
#sidebar #tickets {
	margin: 15px 0 0 35px;
}
#sidebar ul#locaties {
	list-style: none;
	margin: 0 38px 20px 38px;
}
#sidebar ul#locaties li {
	padding: 15px 0 8px 0;
	border-bottom: 1px dashed #cecece;
	overflow: hidden;
	font-weight: bold;
	font-size:16px;
	text-transform: uppercase;
}
#sidebar ul#locaties li.first {
	padding: 0 0 8px 0;
	border-bottom: 1px dashed #cecece;
	overflow: hidden;
	font-weight: bold;
	font-size:16px;
	text-transform: uppercase;
}
#sidebar ul#locaties li span {
	width: 115px;
	float: left;
	text-align: center;
}
#sidebar ul#locaties li a {
	color: #ffcc00;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	text-decoration: none; 
	padding: 0 10px 0 0;
	background: url('../img/link-to.gif') center right no-repeat;	
}
#sidebar ul.submenu {
	margin: 0 0 20px 0 
}
#sidebar ul.submenu li {
	margin: 0 35px 0 35px;
}
#sidebar ul.submenu li#submenu-hoofd {
	list-style: none;
	border-top:1px solid #000000;
	background-color: #000e67;
	color:white;
	font-weight:bold; 
	padding-left:10px;
}
#sidebar ul.submenu li {
	border-bottom:1px dotted #000e67;
	line-height:1.6em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:18px;
}
#sidebar ul.submenu li.active, #sidebar ul.submenu li ul li.active {
	background-color:#fbf2ce;
}
#sidebar ul.submenu li a, #sidebar ul.submenu li ul li a {
	text-decoration:none;
	display: block;
}
#sidebar ul.submenu li ul li {
	background: #FFF;
	margin-left: -18px;
	padding-left: 30px;
	display: none;
}
#sidebar ul.submenu li.active ul, #sidebar ul.submenu li.active ul li { 
	background: #FFF;
}
#sidebar ul.submenu li.active ul li {
	display: block;
}

#sidebar #nieuwsbrief {
	margin: 0 35px 0 27px;
	background: url('../img/banner-bg.jpg') top left no-repeat;
	padding: 5px 10px 10px 20px;
	height: 130px;
}
#sidebar #nieuwsbrief form {
	border-top: 1px solid #efc511;
}
#sidebar #nieuwsbrief input { 
	background: #f7f7f7;
	width: 208px;
	margin: 5px 10px 0 0;
	padding: 5px;
}
#sidebar #nieuwsbrief input.aanmelden {
	color: #efc511;
	background: #000e67;
	font-weight: bold;
	font-size: 13px;
	width: 100px;
	padding: 3px;
}


/*** ------ FOOTER ------ ***/
#footer {
	background: url('../img/wk-honkbal-footerbg.jpg') top left repeat-x;
	height: 164px;
}
#footer #footerwrapper, #footer #footerwrapper2 {
	margin: 0 auto;
	width: 860px;
	position: relative;
}
#footer #footerwrapper {
	height: 77px;
	padding: 0 0 0 50px;
}
#footer #footerwrapper2 {
	height: 57px;
	padding: 20px 0 0 70px;
}

#footer #footerwrapper h1, #footer #footerwrapper2 h1 {
	color: #efc511;
	font-size: 20px;
	padding: 0 0 15px 10px;
	border-top: 0px;
}
#footer #footerwrapper img { 
	float: left;
	margin-left: 28px;
}
#footer #footerwrapper2 img { 
	float: left;
	margin-left: 19.5px;
}
/*
#footer #footerwrapper p {
	width: 200px;
	float: left;
	color: #ffffff;
}*/
.sidetekst {
	padding: 10px;
}
.sidelist {
	margin: 0 0 10px 25px;
}

#ticketshop-voorwaarden {
	margin: 0 15px 25px 15px;
}
#content ol {
	list-style:inside decimal;	
}
#rss{
	display: block;
	padding-top: 80px;
}
#rss a {
	color: #ffcc00;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none; 
	text-transform: uppercase;	
}
.getmore {
	cursor: pointer;
}
.getmore .col5 {
	text-decoration: underline;
}