@charset "utf-8";
* {	margin: 0px; padding: 0px;}
body {
	text-align: center;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #000 url(../images/website/header_body_5px.jpg) repeat-x top;
}
/* 1400px container */
	#hoofd_container {
		margin: 0px auto;
		width: 1400px;
		background: url(../images/website/header.jpg) no-repeat top;
	}
/* 960px container */
	#container {
		text-align: left;
		width: 960px;
		position: relative;
		margin: 0px auto;
	}
/* header */
	#header {
		height: 230px;
		width: 960px;
	}
/*menu */
	#menu {
	background: #000;
	height: 48px;
	width: 930px;
	z-index: 1;
	padding: 20px 10px 0px 20px;
	}
/* omvat nieuws en tabellen op de nieuws pagina */
	#inhoud {
	float: left;
	width: 960px;
	font-size: 12px;
	position: relative;
	background: #FFF url(../images/website/inhoud_achtergrond2.png) repeat-y;
	}
/* Footer */
	#footer {
	background: #000 url(../images/website/footer.jpg) no-repeat;
	width: 960px;
	clear: both;
	height: 50px;
	padding-top: 20px;
	}
	#footer p {
	text-align: center;
	font-size:12px;
	color:#FF6;
	padding: 5px;
	width: 950px;
	margin-top: 10px;
	}
	#footer a {
		text-decoration: none;
		color: #FF6;
	}
	#footer a:hover {
		text-decoration: underline;
	}
/* (inhoud) Login (to admin pages) + afgelastingen */
	#login {
	width: 646px;
	height: 100%;
	background-color:#333;
	color: #FFC;
	float:left;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 5px;
	}
	#login input[type="text"], #login input[type="password"] {
		background:#666;
		padding: 3px;
		border: 1px solid #000;
	}
	.tbl_login th {
	color: #FF0;
	padding: 5px;
	border: 1px dotted #666;
	background: #2E2E2E;
	}
/* (inhoud) Nieuws */
	#nieuws {
	width: 640px;
	float: left;
	padding: 10px;
	background-color: #FFF;
	}
#nieuws h2 {
	font-size: 18px;
	background: url(../images/website/table_backgrnd_black.jpg) repeat-x bottom;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 10px;
	color: #CF6;
}
	#inhoud h2 span {
	margin-left: 440px;
	}
#inhoud h2 span a {
	text-decoration: none;
}
	#inhoud h2 span img {
	vertical-align: bottom;
	}
	/* De berichten */
		.bericht {
			float: left;
			width: 100%;
			padding-bottom: 5px;
		}
		.bericht h1 {
	font-size: 15px;
	color: #000;
	margin: 0px 0px 5px;
	padding: 5px 5px 5px 25px;
	background: #FFFF75 url(../images/website/bullet_h1.png) no-repeat 1px center;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
		}
		.bericht p {
			color: #000;
			font: 12px/18px Tahoma, Geneva, sans-serif;
			margin: 10px 0px;
		}
		.bericht img{
	border: 1px solid #333;
	float:left;
	margin: 5px 0px;
		}
/* (inhoud) De tabellen: prikbord, vorige_speeldag, volgende_speeldag, stand, valid, more_websites,oud_nieuws */
	#tabellen {
	width: 300px;
	float:right;
	text-align: center;
	}
/* (inhoud-tabellen) prikbord en oud nieuws */
	#prikbord, #oudnieuws {
	width: 279px;
	text-align: left;
	padding: 10px;
	float: left;
	border-left: 1px dotted #999;
	}
	/* H1 */
		#prikbord h1, #oudnieuws h1 {
	color: #CF6;
	background: url(../images/website/table_backgrnd_black.jpg) repeat-x bottom;
	font-size: 18px;
	padding: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
		}
	/* p */
		#prikbord p, #oudnieuws p {
	color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
		}
	/* a.prikbordlink (extra groot en in blauwe kleur) */
		#prikbord a.prikbordlink {
	color: #03C;
	text-decoration:none;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		#prikbord a.prikbordlink:hover {
	text-decoration:underline;
	color: #03C;
		}
	/* .belangrijk om een span iets groter en in het vet te zetten */
		.belangrijk {
			font-size: 14px;
			font-weight: bold;
		}
/* (inhoud-tabellen) vorige_speeldag, volgende speeldag */
	#vorige_speeldag, #volgende_speeldag {
	width: 300px;
	float: left;
	background: #333;
	}
	#vorige_speeldag h1 {
	font-size: 14px;
	color: #CF6;
	background: #191919;
	border: 1px solid #000;
	padding: 10px 5px;
	font-weight: normal;
	text-transform: uppercase;
	}
	/* tabel met class="speeldag" */
		.speeldag {
	width: 280px;
	margin: 10px;
		}
		.speeldag th, .stand th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #CF6;
	padding: 5px;
	background: #191919;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
		}
		.speeldag td, .stand td {
			color: #FFF;
			height: 30px;
			font-size: 12px;
		}
/* (inhoud-tabellen) stand */
	#stand {
	width: 300px;
	float: left;
	background: #333;
	}
	#stand p {
	color: #CF6;
	padding-left: 10px;
	margin-bottom: 10px;
	}
	/* tabel met class="stand" */
		.stand {
	margin: 10px;
	width: 280px;
		}
		.stand td a {
			text-decoration: none;
			color: #FFF;
		}
		.stand td a:hover {
			text-decoration: underline;
			color: #03C;
		}
/* (inhoud-tabellen) websites */
	#websites {
	color: #FF9;
	width: 280px;
	padding: 10px;
	float: left;
	background: #191919;
	}
.tbl_trainer {
	font-size: 12px;
	text-align: left;
	border: 1px solid #000;
	background: #FF6;
}
.tbl_trainer tr th {
	background: url(../images/website/table_backgrnd_black.jpg) repeat-x bottom;
	color: #FF9;
	padding: 5px;
}
.tbl_trainer tr td {
	padding: 5px;
}
/* (inhoud-tabellen) valid (+ google add) */
	#valid {
		width: 300px;
		background: #333;
		padding: 10px 0px;
	}
	#valid p{
		padding-bottom: 5px;
	}
/*  inhoud2 is de main div van alle andere pagina's */
	#inhoud2 {
	width: 920px;
	background: #FF9;
	padding: 20px;
	min-height: 500px;
	text-align: left;
	}
		#inhoud2 p {
			font-size: 13px;
			margin: 5px 10px;
		}
		#inhoud2 h1 {
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	background: #FFFF75;
	border-top: 1px solid #333;
	padding-left: 5px;
		}
		#inhoud2 h2 {
			display: block;
			padding: 10px 10px 10px 0px;
			margin: 0px;
			width: 250px;
			font-size: 18px;
		}
		#inhoud2 a{
			color: #039;
			text-decoration: none;
		}
		#inhoud2 a:hover{
			text-decoration: underline;
		}
		#inhoud2 ul {
			list-style: none;
		}
		#inhoud2 ul li {
			font-size: 11px;
		}
/*


Alle andere classes en div die nog uitgezocht moeten worden


*/
#bezoekers {
	margin: 10px;
	float: left;
	width: 300px;
}

img.imgkader {
	background: #FF6;
	padding: 2px;
	border: 2px solid #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.sponsor {
	display: block;
	padding: 10px;
	float: left;
}
a.afgelast {
	float: left;
	height: 67px;
	width: 260px;
	margin-left: 10px;
	padding-bottom: 5px;
	}
.bg1 {
	background: #FFB;
}
.bg2 {
	background: #FC0;
}
.bg3 {
	background: #F30;
}
.bg4 {
	background: #404040;
}
.bg5 {
	background: #797900;
}
.rechts {
	margin: 3px;
	border: 3px solid #333;
	float: right;
}
.links {
	margin: 3px;
	border: 3px solid #333;
	float: left;
}
.block {
	display: block;
	border: 2px solid #000;
	background: #FF0;
	padding: 2px;
}
.login td{
	font-size: 12px;
	color: #FF6;
}
#het_iframe {
	width: 896px;
	height: 400px;
	border: 2px solid #333;
	padding: 10px;
	background: #FFF;
}
.tabel_bvr {
	border: 1px solid #333;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	background-color:#FFC;
	margin-top: 20px;
	margin-right: auto;
}
.poppel {
	color: #FF0;
	background-color: #66C;
}
.weelde {
	color: #FFF;
	background-color: #66C;
}
.flandria {
	color: #FF0;
	background-color: #000;
}
img.logo_contact {
	display: block;
	float: right;
	padding-top: 60px;
	padding-right: 60px;
}
.bestuur {
	border: 1px solid #000;
	margin-bottom: 10px;
}
.bestuur th{
	font-weight: normal;
	font-size: 18px;
	background-color: #333;
	background-image: url(../images/website/table_backgrnd_black.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FF0;
	padding: 5px;
}
.bestuur td{
	color: #000;
	font-size: 11px;
	padding: 5px;
}
.activiteit {
	border: 1px solid #333;
	margin: 25px auto 0px;
}
.activiteit tr th {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #333;
	background-color: #FF0;
	background-image: url(../images/website/h1_bckgrnd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.activiteit tr td {
	font-size: 12px;
	background: #FFC;
	padding: 5px;
}
img.imgprikbord {
	float:right;
	padding:2px;
	border: 1px solid #333;
}
img.imgarchief {
	border: solid 1px #000;
	padding:1px;
	background-color:#FF0;
}
.rounded2 {
	-moz-border-radius-topleft:2ex;
	-moz-border-radius-topright:2ex;
	-webkit-border-top-left-radius:2ex;
	-webkit-border-top-right-radius:2ex;
}
#contact_tbl1 {
	font-size: 12px;
}
#contact_tbl1 td {
	padding: 5px;
}
#box {
	font-size: 12px;
	height: 100%;
	width: 100%;
	background: #FFF;
}
.seizoen {
	padding: 5px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.seizoen th {
	padding: 5px;
	font-size: 13px;
	color: #FFF;
	background-color: #333;
}
.seizoen td {
	padding: 5px;
	}
.seizoen p {
	font-size:11px;
}
.test {
	width:600px;
	}
#kantinedienst {
	padding: 5px;
	width: 400px;
}
#kantinedienst p {
	font-size:14px;
	line-height:16px;
	margin-bottom: 10px;
	}
