html, body {
	margin:0;
	padding:0;
}
body { 
	font: 80% "Trebuchet MS", verdana, arial,sans-serif;
	text-align:center;
	background:#bea4cb url('/images/bg-body2.gif') fixed bottom left repeat-x;
	color:#444;
}

a {
	color: #96c;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#bea4cb;
}
a span{
	display:none;
}
a:hover span{
	display:block;
	position:absolute;
	float:left;
	white-space:nowrap;
	top:-2.2em;
	left:.5em;
	background:#fffcd1;
	border:1px solid #444;
	color:#444;
	padding:1px 5px;
	z-index:10;			
}	
img {
	border:0;
}

input.submit {
	background:#BEA4CB;
	font:85% "Trebuchet MS", verdana, arial,sans-serif;
	font-weight:bold;
	border: 3px double #96c;
	border-top-color: #306;
	border-left-color: #306;
	padding: 0.25em;
}
input.input {
	width:225px;
	border:1px solid #BEA4CB;
	font: 100% "Trebuchet MS", verdana, arial,sans-serif;
	color:#818181;
	padding:2px;
}
textarea {
	border:1px solid #bea4cb;
	width:225px;
	height:100px;
	font: 100% "Trebuchet MS", verdana, arial,sans-serif;
	padding:2px;
	color:#818181;
}
form input.input:focus, 
form select:focus,
form textarea:focus {
	background:#FFFFCC;
}
form label {
	font-weight:bold;
}

span.nieuw {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#f00;
}

div#outer {
	background:transparent;
	padding:0;
}
div#container {
	text-align:left;
	width:760px;
	margin:0 auto;
	background: #fbf7ff url("/images/bg-content.gif") top left repeat-y;
	border:0;
	padding:0;
	
}
	div#header {
		height:110px;
		margin:0;
		background: #96c;
		padding:0;
		border-bottom:5px solid #fd0;
	}
		div#header h1 {
			margin:0;
			padding:30px 0 0 10px;
			color: #fff;
			text-align:left;
			font-size:250%;
			font-style:italic;
			font-family:Arial, Helvetica, sans-serif;
		}

		div#header img.logo {
			float:left;
			margin:15px 15px 0 5px;
			border:0;
		}
		div#header h2 {
			color:#fff;
			margin:0px 0 0 10px;
			padding:0;
			text-align:left;
			font-size:175%;
			letter-spacing:1px;
			text-transform:uppercase;
			font-family:Arial, Helvetica, sans-serif;
		}

		div#header h1 a, 
		div#header h1 a:visited, 
		div#header h1 a:hover, 
		div#header h1 a:visited:hover,
		div#header h2 a, 
		div#header h2 a:visited, 
		div#header h2 a:hover, 
		div#header h2 a:visited:hover {
			text-decoration:none;
			color:#fff;
		}

	div#content {
		float:right;
		width:535px;
		padding:0 2em 0 0;
		margin:0;
		
		/* dustion diaz min-height fast hack*/
		
		min-height:200px; /*anders bij weinig content een minder mooie achtergrond */
		height:auto !important;		
	}

		div#content h2 {
			color:#306;
			font-size:2em;
			margin:0.5em 0 0 0;
			padding:0;
		}
		div#content h2 a, 
		div#content h2 a:visited, 
		div#content h2 a:hover, 
		div#content h2 a:visited:hover {
			color:#f00;
			text-decoration:none;
		}
		div#content h3 {
			color:#50a;
			margin:0;
			padding:0;
		}

		div#content p {
			padding:0;
			margin:0;
			line-height:1.5em;
			margin-bottom:1.25em;
		}
		div#content p.intro {
			font: 1.5em/1.25em bold italic Georgia, "Times New Roman", Times, serif;
			letter-spacing:1px;
			width:25em;
			margin:0.5em 0 1.25em 0;
			color:#000;
		}
		
		div#content div.personeel {
			border:0;
			margin:0;
			padding:.5em;
			display:block;
			clear:both;
		}
			div#content div.personeel img {
				border:1px solid #306;
				border-bottom:4px solid #fd0;
				float:left;
				margin:.5em 1em 2em 0;
			}
		div#content dl.formulier {
			margin:0 0 1em 0;
			padding:0;
			border:0;
		}
			dl.formulier dt {
				margin:0.75em 0 0 0;
				padding:0;
				border:0;
			}
			dl.formulier dd {
				margin:0.25em 0 0 1em;
				padding:0;
				border:0;
			}


		#rooster {
			padding: 0;
			margin: 0 0 2em 0;
			font-size:85%;
			border-collapse:collapse;
			background:#fff;
		}
		
		#rooster caption {
			padding: 0 0 5px 0;
			text-align: right;
		}
		
		#rooster thead th {
			font-weight: bold;
			font-size:100%;
			color: #fff;
			border:1px solid #bea4cb;
			border-left:0;
			text-transform: uppercase;
			text-align: left;
			padding: 2px;
			background: #306;
		}
		
		#rooster thead th.nobg {
			border-top: 0;
			border-left: 0;
			border-right: 1px solid #bea4cb;
			background: none;
			color:#306;
		}
		
		#rooster td {
			border-right: 1px solid #bea4cb;
			border-bottom: 1px solid #bea4cb;
			padding: 3px;
			color: #4f6b72;
			vertical-align:top;
		}
		#rooster td a,
		#rooster td a:hover,
		#rooster td a:visited {
			text-decoration:none;
			color:#4f6b72;
		}

		#rooster td.easy, 
		#rooster tr.alt td.easy {
			background:#fd0;
		}
		
		
		#rooster tr.alt td {
			background: #f9eeff;
			color: #96c;
		}
		#rooster tr.alt td a,
		#rooster tr.alt td a:hover,
		#rooster tr.alt td a:visited {
			text-decoration:none;
			color:#96c;
		}
		#rooster td a:hover,
		#rooster tr.alt td a:hover {
			text-decoration:underline;
		}
		#rooster tbody th {
			border:1px solid #bea4cb;
			border-right:2px solid #306;
			border-top: 0;
			background: #bea4cb ;
			font-weight: normal;
			vertical-align:top;
			color:#306;
			padding:3px;
			white-space:nowrap;
		}
		
		#rooster tr.alt th {
			border-left: 1px solid #bea4cb;
			border-top: 0;
			background: #f9eeff;
			color: #96c;
		}


	div#nav {
		float:left;
		width:180px;
		margin:0.5em 0 2em 0;
		padding:0;
		border:0;
		/*background:transparent url('/images/bg-nav.gif') top left no-repeat; */
	}

		div#nav ul {
			margin:0 0 0 0;
			padding:0;
			list-style-type:none;
		}
		div#nav ul li {
			list-style-type:none;
			padding:0;
			margin:0;
		}
			div#nav ul li a {
				color:#333;
				text-decoration:none;
				display:block;
				margin:5px 0 1px 10px;
				width:169px;
				padding:0;
			}
			div#nav ul li a:hover {
				text-decoration:none;
				background:#bea4cb;
				color:#306;			
			}
			div#nav ul li a.select {
				font-weight:bold;
				color:#306;
				text-decoration:none;
				border:1px solid #306;
				border-right:0;
				padding-left:3px;
				background:#bea4cb;
				width:166px;
			}
			div#nav ul li a.select:hover {
				background:#bea4cb;
				color:#306;
				text-decoration:none;
			}
		
				div#nav ul li ul {
					margin:-3px 0 0 10px;
					padding:0;
					list-style-type:none;
				}
				div#nav ul li ul li {
					padding:0;
					margin:0;
					list-style-type:none;
				}
				div#nav ul li ul li a {
					font-size:0.95em;
					font-style:italic;
					margin:3px 0 0 15px;
					display:block;
					padding:0;
					width:152px;
				}
				div#nav ul li ul li a:hover {
					background:#bea4cb;
					color:#306;
					display:block;
					text-decoration:none;
				}
				div#nav ul li ul li a:before {
					content: "» ";
				}
				
				div#nav ul li ul li a.select {
					font-weight:bold;
					color:#96c;
					background:#fd0;
					text-decoration:none;
					border:0;
					border-bottom:1px solid #cb0;
					width:152px;
				}
				div#nav ul li ul li a.select:hover {
					font-weight:bold;
					color:#96c;
					background:#fd0;
					text-decoration:none;
					border:0;
					border-bottom:1px solid #cb0;
					cursor:default;
				}

	div#extra {
		background:transparent;
		float:left;
		clear:left;
		width:180px; /* moet gelijk zijn aan #nav */
	}
	
	div#footer {
		background: #306;
		color: #FFF;
		clear:both;
		width:100%;
		font-size:0.8em;
		text-align:right;
	}
		div#footer p {
			margin:0;
			padding:5px 10px;
		}
		div#footer a {
			color:#eee;
			text-decoration:none;
		}
		div#footer a:hover {
			color:#eee;
			text-decoration:underline;
		}
