/* Algemene deel stylen */
body {
font-family: Tahoma;
color: #535353;
background-image: url(../images/bg.gif);
background-repeat: repeat-x;
text-align: center; /* voor IE */ 
background-color: #e8ded6;

margin: 0px;
padding: 0px;
} 



/* CONTAINERS */
	#container {
		width: 900px;
		height: auto;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		
		padding: 0px;
	}

		
	/* LOGO & HEADER */
		#logo {
			width: 306px;
			height: 66px;
			background-image: url(../images/logo.gif);
			float: left;
			margin-top: 14px;
		}
		#header_bookmark {
			width: 166px;
			height: 91px;
			background-image: url(../images/bookmark.gif);
			float: right;
			margin-top: 8px;
		}
			
	/* MENU */
		#menu_container {
			width: 900px;
			height: 31px;
			float: left;
			
		}
			#menu_container ul {
				list-style: none;
				padding: 0px;
				margin: 0px;
			}
			#menu_container li {
				padding-right: 45px;
				font-family: tahoma;
				font-size: 12px;
				float: left;
				line-height: 29px;
			}
			#menu_container li a {
				color: #1c1c1c;
				font-weight: bold;
				text-decoration: none;
			}
			#menu_container li a:hover {
				color: #e74100;
				text-decoration: underline;
				font-weight: bold;
			}
	

			
	/* INHOUD */
		#inhoud_vlak {
			width: 900px;
			float: left;
			margin-top: 35px;
		}
		
		/* LINKS */
			#links {
				width: 162px;
				float: left;
			}
				#links h2 {
					width: 152px;
					height: 42px;
					background-image: url(../images/small_kop.gif);
					float: left;
					
					font-family: tahoma;
					font-size: 12px;
					color: #ffffff;
					padding-left: 10px;
					line-height: 30px;
					margin: 0px;
				}
				#links ul {
					padding: 0px;
					margin: 0px;
				}
					
				#links li {
					width: 142px;
					background-image: url(../images/small_bg.gif);
					list-style: none;
					
					font-family: Tahoma;
					font-size: 11px;
					color: #7e7e7e;
					
					padding-left: 20px;
					clear: both;
					line-height: 20px;
					
				}
				#links .bottom {
					width: 162px;
					height: 18px;
					background-image: url(../images/small_bottom.gif);
					float: left;
					margin-bottom: 20px;
				}
				
				#links li a {
					color: #7e7e7e;
					text-decoration: none;
				}
				#links li a:hover {
					color: #e14000;
					text-decoration: underline;
				}
				#links li .anders a {
					color: #e14000;
					text-decoration: none;
				}
				#links li .anders a:hover {
					color: #7e7e7e;
					text-decoration: underline;
				}
					
		/* MIDDEN */
			#midden {
				width: 513px;
				float: left;
				margin-left: 30px;
			}
				#midden .adv {
					width: 475px;
					height: 65px;
					border: 1px solid #cbbcb1;
					background-color: #ffffff;
					margin-left: 20px;
					margin-bottom: 20px;
				}
				
				#midden .adv2 {
					width: 468px;
					height: 60px;
					border: 1px solid #cbbcb1;
					background-color: #ffffff;
					margin-left: 20px;
					margin-bottom: 20px;
				}
				
				#midden h1 {
					width: 503px;
					height: 42px;
					background-image: url(../images/midd_kop.gif);
					float: left;
					
					font-family: tahoma;
					font-size: 12px;
					color: #ffffff;
					padding-left: 10px;
					line-height: 30px;
					margin: 0px;				
				}	
				
				#midden .tekst {
					width: 503px;
					background-image: url(../images/midd_bg.gif);
					float: left;
					padding-left: 10px;
					margin: 0px;
					font-size: 12px;
					color: #1c1c1c;
					font-weight: bold;
				}
				p a {
					color: #797979;
					text-decoration: none;
				}
				p a:hover {
					color: #797979;
					text-decoration: underline;
				}
				
				#midden .bottom {
					width: 513px;
					height: 28px;
					background-image: url(../images/midd_bottom.gif);
					float: left;
					margin-bottom: 20px;
		
				}	
				
		/* RECHTS */
			#rechts {
				width: 162px;
				float: right;
			}
				#rechts h2 {
					width: 152px;
					height: 42px;
					background-image: url(../images/small_kop.gif);
					float: left;
					
					font-family: tahoma;
					font-size: 12px;
					color: #ffffff;
					padding-left: 10px;
					line-height: 30px;
					margin: 0px;
				}
				#rechts ul {
					padding: 0px;
					margin: 0px;
				}
					
				#rechts li {
					width: 142px;
					background-image: url(../images/small_bg.gif);
					list-style: none;
					
					font-family: Tahoma;
					font-size: 11px;
					color: #7e7e7e;
					
					padding-left: 20px;
					clear: both;
					line-height: 20px;
					
				}
				#rechts .bottom {
					width: 162px;
					height: 18px;
					background-image: url(../images/small_bottom.gif);
					float: left;
					margin-bottom: 20px;
				}
				#rechts li a {
					color: #7e7e7e;
					text-decoration: none;
				}
				#rechts li a:hover {
					color: #e14000;
					text-decoration: underline;
				}
				
		/* FOOTER */
			#footer {
				width: 513px;
				height: 21px;
				font-family: tahoma;
				font-size: 12px;
				color: #797979;
				font-weight: bold;
			}
			#footer a {
				color: #2f2f2f;
				text-decoration: none;
			}
			#footer a:hover {
				color: #2f2f2f;
				text-decoration: underline;
			}
		
