body
{
	font-family:				Verdana;
	font-size:					12px;
	color:						#000000;
	background-color:			#FFFFFF;
	padding:					0px;
	margin:						0px;
	overflow:					auto;

	scrollbar-face-color: 		#FFE42B;
	scrollbar-highlight-color: 	#FFE42B;
	scrollbar-3dlight-color: 	#000000;
	scrollbar-darkshadow-color:	#000000;
	scrollbar-shadow-color: 	#FFE42B;
	scrollbar-arrow-color: 		#000000;
	scrollbar-track-color: 		#FFE42B;
}

td
{
	font-size:					12px;
}

/* DIVS */

#page
{
	position:					absolute;
	top:						0px;
	left:						0px;
	width:						1000px;
	height:						598px;
	box-sizing:					border-box;
	-moz-box-sizing:			border-box;
}

#menu
{
	position:					absolute;
	left:						0px;
	top:						0px;
	height:						66px;
	width:						1000px;
	background-image:			url(../images/bg_boven.gif);
	box-sizing:					border-box;
	-moz-box-sizing:			border-box;
}

#buttons
{
	position:					absolute;
	top:						36px;
	height:						30px;
	width:						1000px;
	bottom:						0px;
	box-sizing:					border-box;
	-moz-box-sizing:			border-box;
}

#content
{
	position:					absolute;
	left:						5px;
	top:						73px;
	width: 						753px;
	height:						477px;
	background-color:			#FFFFFF;
	overflow:					auto;
	box-sizing:					border-box;
	-moz-box-sizing:			border-box;
}

#rightblack
{
	position:					absolute;
	left:						764px;
	top:						73px;
	width:						236px;
	height:						40px;
	background-color:			#000000;
	box-sizing:					border-box;
	-moz-box-sizing:			border-box;
}

#rightyellow
{
	position:					absolute;
	left:						764px;
	top:						120px;
	width:						236px;
	height:						429px;
	background-color:			#FFE42B;
	box-sizing:					border-box;
	-moz-box-sizing:			border-box;
}

#bottom
{
	position:					absolute;
	top:						557px;
	height:						40px;
	width:						1000px;
	background-color:			#000000;
	box-sizing:					border-box;
	-moz-box-sizing:			border-box;
}

#title
{
	font-size:					13pt;
	margin-bottom:				20px;
}
#titlenieuws
{
	font-size:					13pt;
}
#ondertitel
{
	font-style:					italic;
}

#gastenboek
{
	border:						1px solid;
	width:						728px;
}

#gastenboek td
{
	background-color:			#FDF6C3;
}

#gastenboek td.wit
{
	background-color:			#FFFFFF;
}

#laatstenieuws
{
	width:						728px;
}

#laatstenieuws table
{
	width:						728px;
	border:						1px solid;
	border-color:				#000000;
}

#laatstenieuws td
{
	background-color:			#FDF6C3;
}

#laatstenieuws td.wit
{
	background-color:			#FFFFFF;
}

#links
{
	position:					absolute;
}

#rest
{
	position:					absolute;
	left:						171px;
}

#sponsor
{
	padding:					5px;
	left:						0px;
	width:						164px;
	border:						1px solid;
	margin-bottom:				7px;
}

#kpn
{
	padding:					5px;
	left:						0px;
	width:						164px;
	border:						1px solid;
	margin-bottom:				7px;
}

#agenda
{
	padding:					5px;
	left:						0px;
	width:						164px;
	border:						1px solid;
	margin-bottom:				7px;
}

#agenda td
{
	background-color:			#FDF6C3;
}

#agenda td.wit
{
	background-color:			#FFFFFF;
}

#nieuws
{
	padding:					2px;
	top:						0px;
	width:						325px;
	border:						1px solid;
}

#competitie
{
	position:					absolute;
	padding:					5px;
	top:						0px;
	left:						332px;
	width:						226px;
	border:						1px solid;
}

#pagina
{
	width:						728px;
	padding-right:				3px;
}

img
{
	padding:					5px;
}

/* LINKS */

a:link 
{
	font-family:				Verdana;
	text-decoration:			none;
	color:						#000000;
}

a:visited 
{
	font-family:				Verdana;
	text-decoration:			none;
	color:						#000000;
}

a:hover 
{
	font-family:				Verdana;
	text-decoration:			none;
	color:						#000000;
	text-decoration:			underline;
}

a:active 
{
	font-family:				Verdana;
	text-decoration:			none;
	color:						#000000;
}

