/* Styling in the XHTML 1.1 Document Type  - http://www.w3.org/TR/xhtml11/doctype.html#s_doctype*/
/* structure (body, head, html, title) */
html {}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;	
	color : #000000;
	background-color : #FFFFFF;
	margin : 0em 0em 0em 0em;
	padding : 2em 2em 2em 2em;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color : #ccc;
	scrollbar-base-color : #ccc;
	scrollbar-shadow-color : #ccc;
	scrollbar-3d-light-color : #ccc;
	scrollbar-arrow-color : #ccc;
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

body.print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;	
	color : #000000;
	background-color : #FFFFFF;
	margin : 0em 0em 0em 0em;
	padding : 2em 2em 2em 2em;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color : #ccc;
	scrollbar-base-color : #ccc;
	scrollbar-shadow-color : #ccc;
	scrollbar-3d-light-color : #ccc;
	scrollbar-arrow-color : #ccc;
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

	#header1 
	{
	margin: 0 0 0 0;
	width: 760px;
	height: 229px;
	background: url(../images/header.jpg);
	}

	#footer1 
	{
	margin: 0 0 0 0;
	width: 760px;
	height: 30px;
	background: url(../images/footer.gif);
	}

/*	margin: 0 0 0 0;
	width: 760px;
	height: 30px;
	background: url(../images/footer.jpg);
*/

	/* text (abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var) */
	h1 {
		font-size :	100%;		
		color : #000;
		margin : 0em 0em 0em 0em;
	}
	h2 {
		font-size :	100%;
		margin : 0em 0em 0em 0em;
	}
	h3 {
		font-size :	100%;
		margin : 0em 0em 0em 0em;
	}
	p 
	{
		margin : 0em 0em 1em 0em;
		clear : both;
	}
	pre, code {}
	/* hypertext (a) */
	a {}
		a:link 
		{
			color: #000000;
		}
		a:visited 
		{
			color: #000000;
		}
		a:hover 
		{
			color: #E72D06;
		}
		a:active 
		{
			text-decoration: underline;
			color: #000000;
		}

	.style1 
	{
		font-size: 13px;
	}
	
	.kop 
	{
		font-size: 16px;
		font-weight: bold;
	}
	.normaal 
	{
		font-size: 11px;
	}
	.groot
	{
		font-size: 15px;
	}
	.print 
	{
		font-size: 13px;
	}
	.bijschrift 
	{
		font-size: 11px;
		font-style:	italic;
	}
	.kopkeusoplossing 
	{
		font-size: 13px;
		font-weight: bold;
		background-color: #CCCCCC;
	}
	.keusoplossing 
	{
		font-size: 13px;
		background-color: #F0F0F0;
	}
	.naararbouw
	{
		font-size: 13px;
		margin-left: 625px;
	}
	.style8 {font-size: 12px; font-weight: bold; }
	.style9 {font-size: 11px}
	.style10 {font-size: 11px; }
	.style11 {font-size: 11px; font-weight: bold; }

	.style27 
	{
	color: #000000;
	font-size: 16px;
	}
	
	.style30 
	{
	font-size: 13px
	}

	.style31 
	{
	font-size: 13px;
	}

	UL         
	{ 
		list-style-position: outside;		
		list-style-type: disc;
		margin-top: 0px; 
		margin-bottom: 10px; 
		margin-left: 5px; 
		padding-left: 1em
	}
    
	UL.compact 
	{ 	
		list-style: inside; 
		list-style-type: disc;
	}

	/* list (dl, dt, dd, ol, ul, li) */
	/*ul, ol {
		margin : 0em 0em 1em 2em;
		padding : 0em 0em 0em 0em;
	}*/
		ul li {}
		ol li {}
	dl
		dt {}
		dd {
			font-weight : bold;
		}
	/* object (object, param) */
	object {}
	/* presentation (b, big, hr, i, small, sub, sup, tt) */
	hr {
		border : none;
		width : 100%;
		height : 0.1em;
		background-color : #000000;
		clear : both;	
		color: #CCCCCC;
	}
	/* forms (button, fieldset, form, input, label, legend, select, optgroup, option, textarea) */
	form {
		margin : 0em;
	}
		fieldset {
			width : 100%;
			border : solid 0.2em #000000;
			padding : 0.4em 0.4em 0.4em 0.4em;
		}
			legend {
				font-size : 100%;
				font-weight : bold;
			}
			input {
			/*	width : 16em; 
				border : solid 0.1em #979797; 
				background-color:#f5f5f5; */
				font-size : 100%;
				vertical-align : middle;
			}
			
			textarea{background-color:#f5f5f5;}
			select{background-color:#f5f5f5; font-size : 100%;}
			
				input.radio, .radio input {
					width : auto;
					border : none;
					background-color:Transparent;
				}
				input.image {
					width : auto;
					border : none;
				}
				input.button,
				input.submit {
					width : auto;
					border : solid 0.1em #979797;
				}
			label {
				vertical-align : top;
				font-size : 100%;
				font-weight : bold;
			}
	/* table (caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr) */
	table 
	{
		font-size : 100%;
		border-collapse : collapse;
		margin : 0em 0em 0em 0em;
	}

	table.home
	{
		width: 760px;
		height: 30px;
		border: 0px;
		cellpadding: 25px;
		cellspacing: 0px;
		margin-left: auto; 
		margin-right: auto;
		background-color: #FFFFFF;
		font-size: 13px;
	}

	table.wvd
	{
		width: 650px;
		height: 30px;
		border: 0px;
		cellpadding: 0px;
		cellspacing: 0px;
		margin-left: auto; 
		margin-right: auto;
		background-color: #FFFFFF;
	}

	table.keusoplossing
	{
		width: 710px;
		height: 24px;
		border: 0px;
		cellpadding: 0px;
		cellspacing: 0px;
		margin-left: auto; 
		margin-right: auto;
		background-color: #F0F0F0;
	}

	caption 
	{
		font-weight : bold;
		text-align : left;
	}
	thead {}
	tfoot {}
	tbody {}
	tr 
	{
		vertical-align : top;
	}
	th 
	{
		padding : 0em 0em 0em 0em;
		text-align : left;
		font-weight : normal;
	}
	td 
	{
		padding :  0em 0em 0em 0em;	
	}
	/* img */
	a img {
		border : none;
	}
/* Generic */
	.smaller {
		font-size : smaller;
	}
	.hidden {
		display : none;
	}
	.left {
		float : left;
	}
	.right {
		float : right;
	}
	.lastupdate {
		font-size : smaller;
	}
	.clear {
		clear : both;
	}
	
/**/	
	#header	a:link, 
	#header	a:visited {
			text-decoration : none;
			color : #D70000;
		}
	#header	a:hover, 
	#header	a:active {
			text-decoration : none;
			color :  #D70000;
		}	
	
	#menu a:link, 
	#menu a:visited {
			text-decoration : none;
			color : #D70000;
			font-weight:bold;
		}
	#menu a:hover, 
	#menu a:active {
			text-decoration : none;
			color : #D70000;
			font-weight:bold;
			}	
	
	#categorie a:link, 
	#categorie a:visited {
			text-decoration : none;
			color : #D70000;			
		}
	#categorie a:hover, 
	#categorie a:active {
			text-decoration : none;
			color : #000;			
			}	
	
	#internlinks a{font-weight:bold;}
	
