/* Algemene stijl
------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	margin-bottom: 10px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000000;
	line-height: 17px;
	background-image: url(images/achtergrond.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

table {
	border-collapse: collapse;
}

table td{
	border: 1px solid #485D88;
	padding: 2px;
}

.tabelgeenrand td{
	padding: 0px;
	border-width: 0px;
	vertical-align: top;
}

img {
	border: none;
}

a { 
	text-decoration: underline;
	color: #485D88;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 20px;
}

h1, h2, h3{
	font-weight: bold;
	margin: 12px 0px 12px 0px;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-family: English111 Vivace BT, Edwardian Script ITC, Monotype Corsiva;
	font-size: 23px;
	font-weight: normal;
	margin-top: 12px;
}

/* Header
------------------------------------------------------------------------- */

#header { 
	line-height: 40px;
	height: 161px;
	width: 950px;
	margin: 0px auto;
	text-align: center;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	margin-bottom: -21px;
}

#header a{
	text-decoration: none;
	color: #000000;
}

/* Menu
------------------------------------------------------------------------- */

/* opmaak van het menu, met name de width bepaald of het menu goed gecentreerd is*/
#menu { 
    height: 20px;
    width: 780px; 
    margin: 0px auto;
}

/* common styling */
.menu {position:relative; font-size:11px; z-index:100;}
.menu ul li a{margin:0px 0px 0px 12px; display:block; text-decoration:none; color:#000000;width:114px; height:20px; text-align:center; border:1px solid #000000; background:#FFFFFF; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0px 0px 0px 0px; margin: 0px 0px 0px 0px; list-style-type: none;}
.menu ul li {float:left; margin:-1px 0px 0px 0px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000000; background:#AFCAFF; border:1px solid #000000;}
.menu ul li:hover ul {display:block; position:absolute; top:22px; left:0px; width:105px;}
.menu ul li:hover ul li a.hide {background:#AFCAFF; color:#000000;}
.menu ul li:hover ul li:hover a.hide {background:#AFCAFF; color:#000000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#FFFFFF; color:#000000;}
.menu ul li:hover ul li a:hover {background:#AFCAFF; color:#000000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0px;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/* Midden gedeelte
------------------------------------------------------------------------- */

#container-midden {
    width: 950px;
    margin: 0px auto;
    margin-bottom: 20px;
    position: relative;
    top:10px;
}

	#container-kolomlinks {
		width: 180px;
		position: absolute;
		left: 0px;
		top: 0px;
	}

		/* de highlight koppen, zoals Agenda, Sponsors, Nieuws, Forum*/
		.highlightkop {
			width: 178px;
			border:1px solid #000000;
			text-decoration: underline;
			margin-bottom: -1px;
			font-size:11px;
			text-align: center;
			line-height: 20px;
		}

		.highlightkop:hover {
			text-decoration: none;
		}

		/* de opmaak van de aankondigingen, zoals Agenda en Nieuws*/
		.aankondiging {
			width: 178px;
			background: #FFFFFF;
			border-left:1px solid #000000;
			border-right:1px solid #000000;
			border-top:1px solid #000000;
			border-bottom-width: 0px;
			font-size: 11px;
			margin-bottom: 10px;
		}

		.aankondiging ul{
			margin-left: 0px;
		}

		.aankondiging .topnav li{
			color: #485D88;
			border-bottom: 1px solid #000000;
			padding: 3px 3px 3px 3px;
			margin-top: -1px;
			list-style: none;
			text-align: left;
			line-height: 13px;
		}

		.aankondiging .topnav a{
			text-decoration: none;
		}

		.sponsors{
			margin-bottom: 10px;
			width: 178px;
			border: 1px solid #000000;
			background: #FFFFFF;
			cursor: pointer;
		}

		.sponsorsinhoud{
			width: 178px;
			margin: 0px auto;
			background-repeat: no-repeat;
			background-position: 50% 50%
		}

	#container-inhoud {
		margin: 0px auto;
		width: 570px;
		background: #FFFFFF;
		border:1px solid #000000;
		background-repeat: no-repeat;
		background-position: 18px 10px;
	}

		#paginatitel {
			font-size:17px;
			font-weight: bold;
			line-height: 40px;
			margin-left: 100px;
		}

		#submenu {
			font-size:11px;
			margin-left: 100px;
			height: 17px;
			width: 412px;
			border-top: 1px solid #485D88;
			border-bottom: 1px solid #485D88;
		}

		#submenu li{
			margin-right: 10px;
			border-bottom: 0px;
			list-style: none;
			line-height: 17px;
			float:left;
		}

		#submenu ul{
			margin-left: 0px;
		}

		#submenu a{
			text-decoration: none; 
		}

		#inhoud{
			padding: 15px;
		}

	/* de items in de rechter kolom gebruiken veelal de classes uit de linker kolom*/
	#container-kolomrechts {
		width: 180px;
		position: absolute;
		right: 0px;
		top: 0px;
	}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	width: 570px;
	margin: 0px auto;
	border:1px solid #000000;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}