html, body {
	margin: 0;
}

body {
	background-color: #98CB00; /* default theme */
	font-size: 71%;
}

html {
	overflow: -moz-scrollbars-vertical;
}

td {
	text-align: left;
}

h1 {
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0em 0em 0.3em 0em;
}
	h1 a {
		text-decoration: none;
	}

h2 {
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0em;
}

h3 {
	color: #00A2C8; 
	font-size: 1.0em;
	font-weight: bold;
	margin: 0em;
}

a {				
	text-decoration: underline;
	color: #000000; 
}
a:hover {	
	text-decoration: none; 
	color: #00A2C8;
}
	h2 a {		color: #00A2C8; }

p, form {
	margin: 0em;
}

ul, li {
	margin: 0em;
	padding: 0em;
}
li {
	margin-left: 1.0em;
}

div.clear {
	height: 0.01em;
	overflow: hidden;
	clear: both;
}
div.hr {
	border-top: 1px solid silver;
	margin: 25px 0 7px 0;
}

img {
	border-color: #000000;
}
img, div { behavior: url('iepngfix.htc') }
/*******************************************************************************
** ALL ELEMENTS THAT SHOULD HAVE THE BASIC FONT
*******************************************************************************/

body, table, td, input, select, textarea {
	font-family:  Arial, Helvetica, Verdana, Georgia, sans-serif;
	font-size: 0.8em;
}
table, td, input, select, textarea {
	font-size: 1.0em;
}
body, table, td {
	color: #000000;
	line-height: 1.4em;
}
div.header, div.topmenu, div.dropdown {
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

/*******************************************************************************
** BASIC FORM ELEMENTS
*******************************************************************************/

input.txt, textarea, select, input.search {
	border: 0.1em solid #979797;
	color: black;
	font-size: 1.0em;
	line-height: 1.2em;
	background-color: #F6F6F7;
}
input.txt {
	height: 1.2em;
}
input.btn, a.btn {
	background-color: #97FF00;
	border: 1px solid #89E206;
	font-size: 1.0em;
	font-weight: bold;
	color: #4B4B4B;
	cursor: pointer;
	padding: 0;
}
input.btn:hover, a.btn:hover {
	background-color: #FD7102;
	border: 1px solid #E44C00; 
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	
	padding: 0em 0.2em;
}
a.btn {
	font-style: normal;
	text-decoration: none;
	display: block;
	float: left;
}
input.btn {
	padding: 0em 0.2em;
}
input.submit {
	padding: 0.2em;
}

input.cb {
	float: left;
	margin: 0.25em 0em 0em 0.3em;
	#margin-top: 2px;
	padding: 0;
	height: 1.2em;
}
label.lbl {
	float: left;
	display: block;
	padding: 4px 0 1px 5px;
	margin: 0;
}
span.err {
	color: red;
}

div.dateinput {
	line-height: 100%;
	background-color: white;
	border: 1px solid #979797;
	float: left;
	height: 17px;
	#height: 19px;
}
	div.dateinput span.hyphen	{
		display: block;
		float: left;
		width: 0.95em;
		text-align: center;
		overflow: hidden;
		color: black;
		font-size: 1.0em;
	}
	div.dateinput input {
		display: block;
		float: left;
		background: none;
		padding: 1px 0 1px 0;
		margin: 0;
		border: 0;
		font-size: 11px;
		line-height: 17px;
		height: 17px;
	}
	div.dateinput span {
		padding: 2px 0 2px 0;
	}
	div.dateinput input.d	{ width: 16px; }
	div.dateinput input.m	{ width: 16px; }
	div.dateinput input.y	{ width: 30px; }
	
/*******************************************************************************
** ELEMENTS THAT MAKE OUT THE PAGE LAYOUT
*******************************************************************************/
h1.title {
	color: #98CB00; /* default theme */
	height: 0.1pt;
	line-height: 0.1pt;
	margin-top: -1px;
	position: absolute;
	overflow: hidden;
}
div.header {
	margin-top: 0;
	width: 930px;
}
	div.header div.lft {
		background-image: url('/graphics/marieke_top_left.jpg'); /* default theme */
		background-position: 0 100%;
		background-repeat: no-repeat;
		float: left;
		width: 376px;
		height: 137px;
	}
	div.header div.ctr {
		background-image: url('/graphics/3_top_mid.gif'); /* default theme */
		background-position: 0 100%;
		background-repeat: no-repeat;
		float: left;
		width: 268px;
		height: 137px;
	}
	div.header div.rgt {
		float: left;
		width: 195px;
		height: 102px;
		padding: 35px 0 0 55px;
	}
		div.header div.rgt a {
			border: 0;
			text-decoration: none;
		}
			div.header div.rgt a img {
				display: block;
				border: 0;
			}

div.topmenu {
	height: 30px;
	width: 930px;
	padding: 0;
	margin: 0;
	background-color: #0099CC;
	position: relative;
	font-size: 0.9em;
}
	div.topmenu div.menu {
		width: 631px;
		display: block;
		float: left;
		background-color: #FFFFFF;
	}
		div.topmenu div.menu ul {
			list-style: none;
			margin: 0;
		}
			div.topmenu div.menu ul li {
				float: left;
				color: #000000;
				font-weight: bold;
				padding: 0;
				margin: 0;
				border-left: solid 1px #0099CC;
				height: 30px;
				display: block;
			}
				div.topmenu div.menu ul li a {
					padding: 6px 18px 0 18px;
					background-color: #FFFFFF;
					height: 24px;
					float: left;
					display: block;
					color: #000000;
					text-decoration: underline;
				}
				div.topmenu div.menu ul li a:hover {
					text-decoration: none;
					color: #0099CC;
				}
				div.topmenu div.menu ul li a.selectedlink {				
					text-decoration: none;
					color: #0099CC; 
				}
				div.topmenu div.menu ul li a:hover.selectedlink {	
					text-decoration: underline; 
					color: #000000;
				}

		div.topmenu div.menu ul li ul.submenu {
			display: none;
		}
		div.topmenu div.menu ul li ul.submenuselectedlink{
			list-style: square inside;
			padding: 10px 15px;
			color: #000000;
			width: 265px;
			right: 0;
			top: 30px;
			position: absolute;
			z-index: 300;
			font-size: 1.0em;
		}
			div.topmenu div.menu ul li ul.submenuselectedlink li {
				float: none;
				margin: 0;
				padding: 0;
				display: block;
				color: #000000;
				font-weight: normal;
				border-left: 0;
				height: auto;
			}
				div.topmenu div.menu ul li ul.submenuselectedlink li a {
					text-decoration: underline;
					display: inline;
					color: #000000;
					font-weight: normal;
					padding: 0;
					margin-top: 5px;
					_margin-top: 0;
					background-color: transparent;
					height: auto;
					float: none;
				}
				div.topmenu div.menu ul li ul.submenuselectedlink li a:hover {
					color: #FFFFFF;
					text-decoration: none;
				}
				div.topmenu div.menu ul li ul.submenuselectedlink li a.selectedlink {
					color: #FFFFFF;
					text-decoration: none;
				}
				div.topmenu div.menu ul li ul.submenuselectedlink li a.selectedlink:hover {
					color: #000000;
					text-decoration: underline;
				}
				
	div.topmenu a.home {
		text-decoration: none;
		color: #FFFFFF;
		padding: 6px 25px 0 25px;
		margin-left: 50px;
		height: 24px;
		float: left;
		display: block;
		font-weight: bold;
		font-size: 1.0em;
		border-left: solid #FFFFFF 1px;
		border-right: solid #FFFFFF 1px;
	}
	div.topmenu a.home:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}

div.main {
	width: 931px; 
	text-align: left;
	border
}
div.main div.rgt {
	min-height: 300px;
	_height: 300px;
	float: left;
	width: 200px;
}
	div.main div.rgt div.menu {
		height: 150px;
	}
	div.main div.rgt div.versus {
		text-align: center;
		width: 160px;
		padding: 10px 29px;
	}
		
div.main div.contentshell {
	float: left;
	background: url('/graphics/3-7_bg.gif'); /* default theme */
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	_width: 1px;
}
	div.main div.contentshell div.content {
		float: left;
		width: 512px;
		margin-bottom: 7px;
		padding: 10px 20px 30px 110px;
		min-height: 372px;
		_height: 372px;
		background: url('/graphics/marieke_left.jpg'); /* default theme */
		background-position: 0 0;
		background-repeat: no-repeat;
	}
		div.main div.contentshell div.content div.img {
			float: right;
			margin: 45px 0 10px 10px;
			padding: 5px;
			border: solid 1px #C0C0C0;
		}
			
div.copyright {
	width: 930px;
	text-align: right;
	font-size: 0.7em;
	font-family: Verdana, Arial, Tahoma, Georgia, sans-serif;
	color: #6B6F7A;
}
	div.copyright a,
	div.copyright a:visited {
		text-decoration: none;
		color: #6B6F7A;
	}
	div.copyright a:hover {
		text-decoration: underline;
		color: #A2A9B9;
	}


