<style type="text/css">
/* Dit is de reset die nodig is... */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

* { font-size: 11px; font-family: Arial, Tahoma, Verdana, sans-serif; padding: 0; margin: 0; border: 0; }

:focus {
	outline: 0;
}

html, body {
	margin:0;
	padding:0;
    height: 100%;
	font-family:Arial, Helvetica, sans-serif;
    overflow: visible;
    overflow-x: auto;
			
}

ul#nav {
			position:relative;
			z-index:3 !important; /* Dit is nodig om de 'resterende' en toekomstige componenten zichtbaar te maken onder het menu. Anders komen ze door het menu heen */
			width:960px;
			list-style:none;
			padding-top: 10px;
}

	ul#nav li {
			float:left;
			border-top-width: 5px;
			background-color: #616161;
			font-weight: bold;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;

	}

		ul#nav li.parent {
			width:190px;
			background-color: #E1E1E1;
			font-weight: bold;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-style: ridge;
			border-right-style: ridge;
			border-bottom-style: ridge;
			border-left-style: ridge;
			border-top-color: #CCC;
			border-right-color: #CCC;
			border-bottom-color: #666;
			border-left-color: #CCC;
		}

		ul#nav li:hover {
			position:static;  /* Een IE7 Hack */
			background-position: 155px -40px;
			text-decoration: underline;
		}

		ul#nav li a {
			color: #333;
			display:block;
			width:150px;
			height:20px;
			padding: 0 10px;
			text-decoration:none;
			line-height:20px;
			text-align:center;
			font-size:12px;
			font-weight:bold;
		}

			ul#nav li.parent a {
			width:155px;
			padding-right:30px;
			color: #333;
			}
		
	ul#nav li ul {
		position: absolute;
		left: -9999em;
		z-index:1;
		width:192px;
		margin:0;
		padding:0;
		list-style:none;
	}
	
		ul#nav li:hover ul {
			left: auto;
		}

		ul#nav li ul li {
			position:relative;
			left:-1px;
			/*float:none;*/ 
			background:#f0f0f0;
			color: #FFF;

}

			ul#nav li ul li:hover {
			position:relative;
			left:-1px;
			background-position: 150px 0;
			}

			ul#nav li ul li a {
			width:200px;
			height:auto;
			padding: 4px 4px;
			color:#0098dd;
			line-height: normal;
			text-align:left;
			font-size:12px;
			font-weight:200;
			}

#text {
			width: 532px;
			float: left;
			margin-left: 15px;
}
#text_35 { width: 497px; float: right; margin-left:5 px; } 
#text a { color: #000; text-decoration: underline; font-weight: bold; }


#text span.sub, td.sub, #text_35 span.sub { font-size: 14px; font-weight: bold; color: #0098dd; }
#text span.subz, td.subz, #text_35 span.subz { font-size: 14px; font-weight: bold; color: #000; }
#text span.subsub, td.subsub, li.subsub { font-weight: bold; }
#text span.italic { font-style: italic; }
#text div.center { text-align: center; }
#text div.right { text-align: right; }
#text td.td_head_black { background-color: #000; color: #ffe600; border: 0px; font-weight: bold; padding: 3px 10px; }
#text td.td_text { border: 1px solid #616161; padding: 3px 10px; }
#text td.td_text_black { border: 1px solid #000; padding: 3px 10px; }
#text td.td_text_form { border: 1px solid #616161; padding: 3px; }
#text td.td_brd, table.td_brd { border: 1px solid #616161; }
#text td.pd_3px, #rechner td.pd_3px { padding: 3px; }
#text td.bg_lightgrey { background-color: #efefef; }
#text td.brd_lightgrey_left { border-left: 1px solid #ccc; }
#text td.brd_lightgrey_right { border-right: 1px solid #ccc; }
#text td.brd_lightgrey_bottom { border-bottom: 1px solid #ccc; }
#text td.red { color:#AF1D06; font-weight: bold; }
#text ul, ol { padding-left: 30px; }
#text td.bold, span.bold, li.bold { font-weight: bold; }
#text input, select, textarea { border: 1px solid #616161; }
#text input.mag_bot_minus_3px { margin-bottom: -2px; }
#text input.radio { border: 0; }
#text input.checkbox { border: 0; }
#text input.button { background-color: #0098dd; border: #0098dd; width: 150px; height: 25px; color: #fff; font-weight: bold; }
#text td.list { width: 20px; vertical-align: top; }
#text table.zw_rand { border: 1px solid #000; width: 100%; }
#text input[type="radio"] { border: 0; }


#rechner input, select, textarea { border: 1px solid #616161; }
#rechner span.bold { font-weight: bold; }
#rechner .button { background-color: #0098dd; border: #0098dd; width: 100px; height: 25px; color: #fff; font-weight: bold; }

td.tabel { border-right: #999 1px solid; border-left: #999 1px solid; border-bottom: #999 1px solid; }

#text ul {
			border: 0;
			margin-left: 15px;
			list-style-type: disc;
}

#logo { width: 928px; margin-top: 5px; margin-left: 15px; }

#content { width: 762px; top: 95px; position: absolute; }
#teaser {
			width: 532px;
			float: left;
			margin-top: 25px;
			margin-left: 15px;
}
#iframe {
			margin-left: 5px;
}

#footer {
			margin-left: 15px;
}



</style>
