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

	BODY {
			background-color:#fdfdfd; margin:0px;
			font-family:Arial;
			font-size:smaller;
			line-height:1.5em;
			color: #2e3439;
	}

/* CONTAINER */

		#container {
			width: 100%;
			background-color: #fff;
			background-image:url(../images/fill.jpg); background-repeat:repeat-y;
		}
		
/* ALGEMENE DITJES EN DATJES */
		
		h1 {
			font-family: Arial;
			font-weight: normal;
			font-size: 32px;
			color: #fff;
			margin-bottom: 30px;
			background-color: #2e3439;
		}
		
		h2 {
			color: #fff;
			font-size: 16px;
			font-family: Arial;
			background-color: #cb0d05;
			padding:3px;
			width:750px;
		}
		
		a {
			font-size: 12px;
			color: #2e3439;
			text-decoration: none;
		}

		a:hover {
			color: #cb0d05;
			background-color: #2e3439;
		}
		
		.centertext {
			text-align:center;
			font-style:italic;
			font-weight:bold;
		}
		
		form {
			float: right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		#toppic {
			/*position:absolute;*/
			display:inline;
			float:left;
			text-align:center;
			z-index:100;
			width:750px;
		}
		
		table {
			width:750px;
		}
		
		.border-right {
			border-right:1px solid #2e3439;
		}
		
		/*#picture			{ position:absolute; left:720px; top:-130px; height:120px; width:248px; z-index:1; }*/
		
		
/* HEADER */

		#header {
			padding-top: 10px;
			clear: both;
			display:block;
			height:280px;
			background-image:url(../images/top.jpg); background-repeat:no-repeat;
		}
		
		#headerfill {
			padding-top: 0px;
			display:block;
			height:280px;
			background-image:url(../images/topfill.jpg); background-repeat:x-repeat;
		}
		

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

/* NAVIGATIE */
	
		#navigatie ul {
			margin-left: 85px;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 90px;
			font-family: Arial;
			font-size: 12px;
			font-style:oblique;
			font-weight: bold;
			line-height: 1.6em;
		}

		#navigatie a {
			display: block;
			padding: 3px;
			width: 90px;
		}

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

/* KLEIN KADER ONDER NAVIGATIE */

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

		#content {
			/*width: 650px;*/
			align:center;
			margin-left: 220px;
			margin-right: 20px;
		}
		
		#content p {
			margin-bottom:2px;
			/*border-bottom: 1px solid #666; /* Lichtgrijze lijn onder de tekst */
		}

/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			padding: 0px 5px 0px 5px;
			/*background-image:url(../images/footer.jpg); background-repeat:no-repeat;*/
		}
		
		#footer p {
			color:#000;
			text-align:center;
			margin-right:45px;
			margin-left:10px;
			padding: 5px;
			font-size:9px;
			color: #2e3439;
		}
		
		#footer p a {
			color: #2e3439;
			font-size: 9px;
			/*border-bottom: 1px dotted #89817f;*/
		}
		
		#footer p a:hover {
			background-color: #cb0d05;
			color: #2e3439;
		}
		
		hr { height:1px; border:0px; color:#2e3439; background-color:#2e3439; }
