   
/*BODY */

	BODY {
			background-color:#666;
	}

/* CONTAINER */

		#container {
			width: 990px;
			margin: 0 auto;
			font-family: "Lucida Grande", Arial, Helvetica, sans-serif; /* Lucida Grande voor Macs, Tahoma voor pc's */
			font-size: 12px;
			line-height: 1.6em;
			color:#333;
			background-color: #fff;
		}
		
/* ALGEMENE DITJES EN DATJES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #fff;
			margin-bottom: 30px;
			background-color: #666;
			padding:5px;
		}
		
		h2 {
			color: #fff;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #3f8bab;
			padding:5px;
		}
		
		h3 {
			color: #fff;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #3a7e40;
			padding:5px;
		}
		
		h4 {
			color: #fff;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #ff1b02;
			padding:5px;
		}
		
		h5 {
			color: #fff;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #2c1b13;
			padding:5px;
		}
		
		a {
			font-size: 12px;
			color: #3954ba;
			text-decoration: none;
		}

		a:hover {
			color: #3954ba;
			text-decoration:underline;
		}

		
		form {
			float: right;
			margin-top: -40px;
			font-size: 9px;
			margin-right:10px;
		}
		
		input {
			background-color: #fff;
			color: #999;
			border: 1px solid #ccc;
			font-size: 11px;
			padding: 3px;
		}
		
		.knop {
			padding: 2px;
		}
		
		.fout {
			color: #f03;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
		}
		
/* HEADER */

		#header {
			/*border-bottom: 10px solid #fff;*/
			padding-bottom: 10px;
			clear: both;
			margin-bottom: 20px;
		}
		

		/* de slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* LEFT */
	
		#left ul {
			margin-left: 0;
			padding-left: 5px;
			list-style-type: none;			
			float: left;
			width: 160px;
		}

		#left a {
			display: block;
			padding: 3px;
			width: 160px;
			border-bottom: 1px solid #666;
		}

		#left a:link, #leftlijst a:visited {
			color:black;
			text-decoration: none;
		}
		
		#left a:hover {
			background: #000000 url(../images/pijl.gif) 96% 50% no-repeat;
			background-color: #3f8bab;
			color: blue;
		}
		
/* NAVIGATIE1 */
	
		#navigatie1 ul {
			margin-left: 0px;
			margin-bottom:3px;
			margin-top: -45px;
			padding-left: 3px;
			list-style-type: none;			
			float: left;
			width: 990px;
			border: solid 1px #666;
		}

		#navigatie1 a {
			display:inline-block;
			padding: 3px;
			width: 85px;
			border-bottom: 0px solid #666;
			border: solid 0px #666;
			/*background-color:#3a7e40;*/
		}

		#navigatie1 a:link, #navlijst1 a:visited {
			color:black;
			text-decoration: none;
		}
		
		#navigatie1 a:hover {
			/*background: #000000 url(../images/pijl.gif) 96% 50% no-repeat;*/
			background-color:#3f8bab;
			color: Yellow;
		}

/* KLEIN KADER ONDER NAVIGATIE */

		#navigatie p {
			margin-top: 50px;
			padding: 5px;
			border-bottom: 1px dotted #666;
			border-top: 1px dotted #666;
		}
		
/* CONTENT */

		#content {
			width: 555px;
			margin-left: 190px;
			margin-right: 200px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 0px solid #666; /* Lichtgrijze lijn onder de tekst */
		}

/* SIDEBAR */

		#sidebar {
			float: right;
			width: 230px;
			padding-right:5px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			padding-right:13px;
			border-bottom: 1px solid #666;
		}

/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color: #666;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#fff;
			padding: 5px;
		}
		
		#footer p a {
			color: #fff;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			background-color: #575352;
			color: #ffffff;
		}

