html
{
	overflow: hidden;
	height: 100%;
}

body 
{
	background: url(../images/patroon.png) repeat #000000;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFF100;
	scrollbar-3dlight-color: #FFF100;
	scrollbar-shadow-color: #FFF100;
	scrollbar-darkshadow-color: #FFF100;
	scrollbar-track-color: #FFF100;
}

h1
{
	font: 20px Geneva, Arial, Helvetica, sans-serif bold;
}

/* links */
a {
	text-decoration: none;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}		

a:hover, a:active {/* mouse over link */
	font-weight: bold;
}

a.active
{
	font-weight: bold;
}

img
{
border: 0px;
}

p
{
margin-top: 0;
}

#container
{
	position: relative;
	margin: 0px auto;
	width: 820px;
	height: 570px;
	top: 0px;
}

#balk
{
	position: absolute;
	width: 800px;
	height: 58px;
	background: url(../images/topbalk.png) no-repeat;
	top: 0px;
	left: 10px;
	z-index: 2;
}

#logo
{
	position: absolute;
	width: 150px;
	height: 150px;
	background: url(../images/logo.png) no-repeat;
	top: 49px;
	left: 22px;
	z-index: 1;
}

#fotobanner
{
	position: absolute;
	width: 623px;
	height: 150px;
	top: 49px;
	left: 176px;
	z-index: 1;
}

#menu_container
{
	position: absolute;
	width: 150px;
	top: 201px;
	left: 22px;
}

.menuitem
{
	padding-left: 30px;
	padding-top: 2px;
	width: 120px;
	height: 19px;
	background: url(../images/knop.png) no-repeat;
}

#zoeken
{
	position: absolute;
	top: 422px;
	left: 23px;
	width: 134px;
	height: 21px;
	background: url(../images/zoeken.png) no-repeat;
	padding-top: 1px;
	padding-right: 14px;
	color: #FFFFFF;
	font-size: 11px;
}

.zoekveld
{
	width: 102px;
	height: 11px;
	border: none;
	background: none;
	color: black;
	font-size: 11px;
}
#zoekicon
{
	width: 20px;
	height: 19px;
	position: absolute;
	top: 422px;
	left: 23px;
}

#countdownkop
{
	position: absolute;
	top: 456px;
	left: 22px;
	padding-top: 20px;
	width: 150px;
	height: 59px;
	background-color: #D4AF37;
}

#countdownkop a:hover
{
	font-weight: normal;
	text-decoration: underline;
}


#maintekstvak
{
	position: absolute;
	background-color: #FFFFCC;
	width: 408px;
	height:294px;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px 30px;
	top: 201px;
	left: 176px;
	font-size: 13px;
}

#LB
{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 201px;
	right: 21px;
}

#nieuws_container
{
	position: absolute;
	top: 357px;
	right: 21px;
	width: 150px;
}

div#nieuws_container a,
div#nieuws_container a:hover
{
	font-weight: normal;
	cursor: pointer;
}

#nieuwskop
{
	padding-top: 2px;
	height: 19px;
	width: 150px;
	background: url(../images/knop.png) no-repeat;
}

.nieuwstekst
{
	background-color: #FFFFCC;
	width: 141px;
	height: 41px;
	display: block;
	padding: 6px 4px 4px 4px;
	margin-bottom: 2px;
	font-size: 11px;
	overflow: hidden;
}

#sponsorbalk
{
	position: absolute;
	width: 777px;
	height: 30px;
	bottom: 0px;
	left: 22px;
	padding: 0px;
	margin: 0px;
}

.sponsorlogo
{
	display: block;
	width: 14%;
	height: 30px;
	bottom: 0px;
	float: left;
	text-align: center;
}

table#program tr td
{
	border: 1px solid #000000;
}

table#program tr td.date
{
	background-color: #FFFFFF;
}

table#program tr td.spacer
{
	border: 0;
}

table#news
{
	width: 100%;
}

table#news tr td
{
	border: 1px solid #000000;
}
