/* ----------------------------------------------------------------------------------------------
This CSS style and its images mentioned in this style are made by Webytes! info: info@webytes.be
------------------------------------------------------------------------------------------------- */

/* Global page settings */
body {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-color: #a9a9a9;
	color: #333333;
	margin: 0;
}

a {
	color: #9933FF;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* Headings */
h1, h2, h3 {
	color: #0033FF;
	font-weight: normal;
}

h1 {
	padding-left: 25px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9999FF;
	background-image: url(/images/titel_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
}
h2 {
	padding-left: 20px;
	font-size: 14px;
	background-image: url(/images/titel_bullet-klein.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-bottom: 0px;
}



/* Centered block */
#wrapper {
	width: 934px;
	padding: 0;
	text-align: left;
	background-image: url(/images/ag_blad.gif);
	background-position: left top;
	margin: auto;
}

/* Banner */
#kop {
	height: 220px;
	margin: 0;
	background-image: url(/images/ag_hoofd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Menu in right top */
#menu_top {
	height: 172px;
	font-size: 11px;
	text-align: right;
	padding-right: 37px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

#menu_top     a       {
	color: #9966FF;
	text-decoration: none;
}
#menu_top    a:hover      {
	color: #FFFFFF;
}

/* Menu on top of pages */
#menu_hoofd {
	font-weight: bold;
	height: 68px;
}

#menu_hoofd ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
}

#menu_hoofd ul li {
	display: inline;
	float: left;
	margin-right: 3px;
	width: 90px;
	text-align: center;
}

#menu_hoofd ul li a {
	display: block;
	height: 28px;
	line-height: 26px;
	color: #301f4c;
	font-weight: bold;
	background-image: url(/images/tab_normal.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

#menu_hoofd ul li a.current {
	color: #9900FF;
	background-image: url(/images/tab_current.gif);
	}

#menu_hoofd ul li a:hover {
	color: #9900FF;
	background-image: url(/images/tab_hover.gif);
}
#menu_hoofd ul li a.current:hover {
background-image: url(/images/tab_current.gif);
}

/* left column */
#vak_links {
	padding-left: 20px;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-left: 17px;
	width: 520px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #9999FF;
	text-align: justify;
	padding-top: 10px;
	margin-top: 0px;
}

#forum {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-left: 17px;
	width: 900px;
	text-align: justify;
	padding-top: 0px;
	margin-top: 0px;
}

/* Right column */
#vak_rechts {
margin:0;
padding:0;
	width: 300px;
	margin-top: 20px;
	margin-right: 37px;
	padding-top: 10px;
}

/* Menu on page */
#menu_pagina {
	background-image: url(/images/ag_pagelinks.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	min-height: 150px;
}

#menu_pagina  ul {
	list-style: none;
	margin-left: 16px;
	margin-right: 16px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#menu_pagina  ul  li {
	padding: 1px 0;
	border-bottom: 1px solid #999999;
}


#menu_pagina  ul  li  a {
	display: block;
	width: 100%;
	color: #0033FF;
	text-indent: 25px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(/images/links_pijl.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

#menu_pagina  ul  li  a:hover {
	color: #9900FF;
	background-image: url(/images/links_pijl_hover.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

/* Sponsor area */
#sponsors  img    {
	border: 0px;
	padding-bottom: 20px;
}

/* Footer */
#voetnoot {
	text-align: center;
	color: #FFFFFF;
	background-image: url(/images/ag_onderkant.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	clear: both;
}

#voetnoot p {
	padding-top: 30px;
}

#voetnoot   a {
	color: #9966FF;
	text-decoration: none;
}


#voetnoot   a:hover {
	color: #FFFFFF;
}
#reglement {
	padding-top: 20px;
	padding-right: 17px;
	padding-bottom: 20px;
	padding-left: 17px;
	margin: 17px;
}
#reglement  li {
	background-color: #ddd;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.sponsor
{
padding: 25px;
font-size: 14px;
}




/* Some helping classes */
.rechts {
	float: right;
}
.links {
	float: left;
}
.cleanen {
	clear: both;
}
.titel {
	font-size: 24px;
	font-weight: bold;
	background-color: #E6E6E6;
	display: block;
}

