/* ---------------------------------
   CSS-bestand gebaseerd op
   Leaves v1.0 - Anthonyy @ OSWD.org
   --------------------------------- */

/* CONTAINER */

		#container {
			font-size: 11px;
			font-family: univers, helvetica, arial, verdana, sans-serif;
			line-height: 1.6em;
			color: #333;
			background-color: #fff;
			margin-left: 100px;
			margin-right: 100px
		}
		
/* ALGEMENE DITJES EN DATJES */



		
		h1 {
			font-weight: normal;
			font-size=2em;
		}

		h2 {
			font-weight: normal;
			font-size=1.6em
		}
		
		h3 {
			font-weight: normal;
			font-size=1.2em
		}
		
		h4 {
			font-weight: normal;
			font-size: 1.1em;
		}
				
		img {
			border: 0px;
		}		
		
		a {
			color: #888;
			text-decoration: none;
			
		}

		a:hover {
			color: #000;
		}



		
		form {

		}
		
		input {
			background-color: #fff;
			color: #999;
			border: 1px solid #ccc;
			font-size: 11px;
			padding: 3px;
		}
		
		.knop {
			padding: 2px;
		}
		
		.fout {
			color: #f03;
			font-size: 16px;
			background-color: #fff;
		}

		th {
			text-align: left;
			border-bottom: 1px solid #ccc;
			padding: 5px;
			font-weight: normal;
			vertical-align: bottom;
		}

		td {
			padding: 5px;
			vertical-align: top;
		}

		
/* HEADER */

	@media screen {
		#header {
			padding: 0px;
			height: 60px;
			clear: both;
			background-color: #fff;
			border-bottom: 1px solid #ddd; /* Lichtgrijze lijn onder de tekst */
		}
	}


	@media print {
		#header {
			display: none;
		}
	}
		


/* LOGO */

		.logo {
			float: right;
		}

/* NAVIGATIE */
		#navigation {
		color: #444;
		}

		#navigation a{
		padding-right: 2em;
		}
			
		#navigation ul {
			list-style-type: none;
			margin: 0;
			padding: 0
		}

		#navigation li  {
			float: left;
		}

		#navigation ul li ul{
			display: none;		
		}

		#navigation ul li ul li{
			float: left;			
		}

		#navigation ul li:hover ul {
			display: block;			
		}





		
/* CONTENT */

		#content {
			clear: both;
			padding-top: 0px;
			margin-left: 0px;
			width: 80em
		}
		
		#content p {
		}


		#content ul {
			list-style-type: none;			
		}

		#content li {
			padding-bottom: 0.5em;
		}
		
		#content td {
			padding-top: 0px;
			padding-bottom: 0px
		}

/* TEXT */

		div#text {
			margin-left: 220px;
			clear: right;
			margin-top: 0px
		}

		.text {
			margin-left: 220px;
			margin-top: 0px
		}

/* LEFT */

		div#left {
			margin-left: 0px;
			width: 200px;
			float: left
		}

		.left {
			margin-left: 0px;
			width: 200px;
			float: left
		}
		
/* FOOTER */


	@media screen {
		#footer {
			margin-top: 20px;
			clear: both;
			background-color: #fff;
			padding: 0px 5px 0px 5px;
			border-top: 1px solid #ddd; /* Lichtgrijze lijn onder de tekst */

		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			background-color: #575352;
			color: #ffffff;
		}
		}
		
			@media print {
		#footer {
			display: none;
		}
	}