/* ---------------------------------
   CSS-bestand gebaseerd op
   Leaves v1.0 - Anthonyy @ OSWD.org
   --------------------------------- */
/* BODY */	
   
   BODY {	background : #ffffff;
			/* scrollbar-face-color: #F3CD94;
			scrollbar-shadow-color: #666666;
			scrollbar-highlight-color: #ffffe0;
			scrollbar-3dlight-color: white;
			scrollbar-darkshadow-color: #ffffe0;
			scrollbar-track-color: #d2d2d2;
			scrollbar-arrow-color: #666666;
			
			/* scrollbar-arrow-color: #FFFF00;
			scrollbar-face-color: #FF0000;
			scrollbar-highlight-color: #0000FF;
			scrollbar-3dlight-color: #008000;
			scrollbar-shadow-color: #00FFFF;
			scrollbar-darkshadow-color: #008080;
			scrollbar-track-color: #FFA500; */
		}

		
/* CONTAINER */

		#container {
			/* width: 750px; */
			width: 974px;
			margin: 0 auto;
			font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande voor Macs, Tahoma voor pc's */
			/*font-size: 11px;*/
			font-size: 12px;
			line-height: 1.6em;
			/*color: #666;*/
			color: #333333;
			background-color: #fff;
		}
		
/* ALGEMENE DITJES EN DATJES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #cc6633;
			/* margin-bottom: 30px; */
			margin-bottom: 15px; 
			background-color: #ffffff;
		}
		
		h2 {
			color: #666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
			
		}

		h3 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 24px;
			color: #cc6633;
			margin-bottom: 10px;
			background-color: #ffffff;
		}

		h4 {
			color: #666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
			text-align: center;
			margin-bottom: 0px;
			margin-top: 0px;
		}
				
		th {
			color: #cc6633;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
			
		}
						
		a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			/* color: #000000; */
			/* color: #666; */
			color: #cc6714;
			text-decoration: none;
		}

		a:hover {
			color: #cc6714;
			background-color: #f5f5f5;
		}

		
		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: #fff;
		}

/* HEADER */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		
		#header td	{
			color: #cc6633;
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: center;
			/* padding-top: 10px; */
			padding-bottom: 5px;
		}
		
		/* 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: 2px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigatie a:link, #navlijst a:visited {
			color:#cc6714;
			text-decoration: none;
		}
		
		#navigatie a:hover {
			background: #000000 url(../wwwimages/pijl.gif) 96% 50% no-repeat;
			background-color: #f5f5f5;
			color: #cc6714;
		}

/* KLEIN KADER ONDER NAVIGATIE */

		#navigatie p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #ccc;
			border-top: 1px dotted #ccc;
		}
		
/* CONTENT */

		#content {
			/* width: 362px; */
			width: 586px;
			margin-left: 180px;
			margin-right: 200px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #ddd; /* Lichtgrijze lijn onder de tekst */
		}
		
/* RECEPTEN */

		#recept {
			width: 550px;
			margin-left: -80px;
			/* margin-right: 200px; */
		}	
		
		#recept p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666;
			/* color: #cc6714; */
			text-decoration: none;	
		}
		
		#recept h3 {
			color: #666;
			font-size: 16px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			/* background-color: #fff; */
			background-color: #F3CD94;
		}

		#recept th {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #666;
			/* color: #cc6714; */
			background-color: #F3CD94;
			text-decoration: none;	
		}		

		#recept td{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666;
			/* color: #cc6714; */
			/* background-color: #F3CD94; */
			text-decoration: none;	
		}		
			
		#recept a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666; 
			color: #cc6714;
			text-decoration: none;	
		}		

		#recept a:hover {
			/* background: #000000 url(wwwimages/pijl.gif) 96% 50% no-repeat; */
			text-decoration: underline;
			color: #cc6714;
			background-color: #f5f5f5;
		}
		#recept input {
			/* background: #000000 url(wwwimages/pijl.gif) 96% 50% no-repeat; */
			text-decoration: none;
			color: black;
			background-color: #f5f5f5;
		}
		
		#recept textarea {
			/* background: #000000 url(wwwimages/pijl.gif) 96% 50% no-repeat; */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			text-decoration: none;
			color: black;
			background-color: #f5f5f5;
		}
						
/* 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 5px 0px 5px;
		}
		
		#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;
		}
		
/* RECEPTENTONEN */

		/* #recepttonen {
			border-bottom: 1px solid #948979; 
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			margin-left: 15px;
		} */	

		#recepttonen h4 {
			color: #666;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
			text-align: center;
			margin-bottom: 0px;
			margin-top: 0px;
		}
						
		#recepttonen p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			text-align: justify;
			color: #666; 
			/* color: #cc6714; */
			text-decoration: none;	
		}		
		#recepttonen th {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #666;
			/* color: #cc6714; */
			background-color: #F3CD94;
			text-decoration: none;	
		}		

		#recepttonen td	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666;
			/* color: #cc6714; */
			/* background-color: #F3CD94; */
			text-decoration: none;	
		}
		
		#recepttonen textarea {
			/* background: #000000 url(wwwimages/pijl.gif) 96% 50% no-repeat; */
			font-family: Arial, Helvetica, sans-serif;
			border: none;
			font-size: 11px;
			text-decoration: none;
			/* color: black; */
			color: #666;
			background-color: #f5f5f5;
		}
		
/* NIEUWSTONEN */

		/* #nieuwstonen {
			/*border-bottom: 1px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			margin-left: 15px;
		} */	
		
		#nieuwstonen p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-align: justify;
			color: #333333; 
			text-decoration: none;	
		}		
		#nieuwstonen th {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #666666;
			background-color: #F3CD94;
			text-decoration: none;	
		}
		#nieuwstonen td	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			/*color: #666;*/
			color: #333333; 
			/* color: #cc6714; */
			/* background-color: #F3CD94; */
			text-decoration: none;	
		}

/* Buttons */
						
		#buttons th {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #666;
			background-color: #F3CD94;
			text-decoration: none;	
		}
				
		#buttons td	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			/* color: #000000; */
			/* text-align: justify; */
			border-color: #000000;
			text-decoration: none;	
		}
		
		#buttons a	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			/* color: #f3cd94; */
			/* color: #000000; */
			/
			/* color: #666666;*/
			color: #000000;
			text-decoration: none;	
		}
		
		#buttons a:hover {
			background-color: #575352;
			color: #ffffff;
		}	
		
		#buttons p a {
			color: #ffffff;
			border-bottom: 1px dotted #89817f;
		}
		
		#buttons p a:hover {
			background-color: #575352;
			color: #ffffff;
		}	
		
/* Links */	
	
		#links th {
			color: #cc6633;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #f3cd94;
			
		}