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

/* CONTAINER */
  body {
    background-color: #333333 }

div#nook { display : none; }

		#container {
			width: 750px;
			margin: auto;
			font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande voor Macs, Tahoma voor pc's */
			font-size: 11px;
			line-height: 1.6em;
			color: white;
			background-color: #333333;
		}
		
				.front {
		text-align:center;
		margin-top: 50px;
		}
		
/* ALGEMENE DITJES EN DATJES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #C5E9F9;
			margin-bottom: 5px;
			background-color: #333333;
		}
		
		h2 {
			color: #C5E9F9;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #333333;
		}
		
		a {
			color: #C5E9F9;
			text-decoration: none;
		}

		a:hover {
			color: #666666;
			
		}

		
		form {
			float: right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		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: #333333;
		}
		
/* HEADER */

		#header {

			padding-top: 0px;
			clear: both;
			margin-bottom: 10px;
		}
		

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

/* NAVIGATIE */
	
		#navigatie ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigatie a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigatie a:link, #navlijst a:visited {
			color:#C5E9F9;
			text-decoration: none;
		}
		
		#navigatie a:hover {
			background: #000000 url(../images/pijl.gif) 96% 50% no-repeat;
			background-color: #666666;
			color: #C5E9F9;
		}

/* KLEIN KADER ONDER NAVIGATIE */

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

		#content {
			width: 565px;
			margin-left: 180px;
			margin-right: 0px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 0px solid #ddd; /* Lichtgrijze lijn onder de tekst */
		}

/* SIDEBAR */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #ddd;
		}

/* FOOTER */

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