/* 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: #620a0a;
font-weight: lighter;

margin: 0px;
padding: 0px;
} 



/* CONTAINERS */
	#container {
		width: 837px;
		height: auto;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		
		padding: 0px;
	}

		
	/* LOGO & HEADER */
		#header_L {
			width: 528px;
			height: 90px;
			background-image: url(../images/header_L.gif);
			float: left;
			margin-top: 20px;
		}
		#logo {
			width: 309px;
			height: 90px;
			background-image: url(../images/logo.gif);
			float: left;
			margin-top: 20px;
		}
		
	/* MENU */
		#menu {
			width: 837px;
			height: 38px;
			background-image: url(../images/menu_bg.gif);
			float: left;
		}
			#menu ul {
				padding: 0px;
				margin: 0px;
			}
			#menu li {
				list-style: none;
				float: left;
				
				font-size: 12px;
				color: #444444;
				
				padding-left: 25px;
				padding-right: 25px;
				font-weight: bold;
				
				line-height: 35px;
			}
				#menu li a {
					color: #444444;
					text-decoration: none;
				}
				#menu li a:hover {
					color: #470303;
					text-decoration: underline;
				}
	/* CONTENT */
		#content_vlak {
			width: 835px;
			float: left;
			height: auto;
			background-color: #ffffff;
			padding-left: 1px;
			padding-right: 1px;
			
			margin-bottom: 3px;
		}
			
			#content_cam {
				width: 795px;
				background-image: url(../images/content_cam.gif);
				float: left;
				margin-bottom: 25px;
				background-repeat: repeat-x;
				background-color: #ffffff;
				padding-left: 20px;
				padding-right: 20px;
			}
			#content_cam h1 {
				font-size: 12px;
				text-align: center;
				margin-top: 10px;
				margin-bottom: 20px;
				color: #470303;
			}
			
			/* LINKS */
				#links {
					width: 152px;
					float: left;
					
					color: #6b6b6b;
					font-size: 12px;
					margin-bottom: 25px;
				}
					#links h3 {
						width: 142px;
						height: 47px;
						background-image: url(../images/L_kop.gif);
						
						padding-left: 10px;
						margin: 0px;
						
						line-height: 35px;
						
						font-size: 12px;
						color: #005db4;
					}
					#links ul {
						padding: 0px;
						margin: 0px;
						margin-bottom: 25px;
					}
					#links li {
						list-style: none;
						padding-left: 10px;
					}
					#links a {
						color: #6b6b6b;
						text-decoration: none;
					}
					#links a:hover {
						color: #005db4;
						text-decoration: underline;
					}
					
			/* MIDDEN */
				#midden {
					width: 470px;
					float: left;
					margin-left: 20px;
					
					font-size: 12px;
					color: #6b6b6b;
					
					line-height: 20px;
				}
					#midden h1 {						
						font-size: 12px;
						color: #470303;
						text-decoration: underline;
						
						padding: 0px;
						margin: 0px;
					}
					#midden a {
						color: #470303;
						text-decoration: underline;
					}
					#midden a:hover {
						color: #6b6b6b;
						text-decoration: underline;
					}
					#midden .lijn {
						width: 470px;
						border-top: 1px solid #e0e0e0;
						margin-top: 10px;
						margin-bottom: 10px;
					}
						
					
			/* RECHTS */
				#rechts {
					width: 152px;
					float: right;
					
					color: #6b6b6b;
					font-size: 12px;
					margin-bottom: 25px;
				}
					#rechts h3 {
						width: 142px;
						height: 46px;
						background-image: url(../images/R_kop.gif);
						
						padding-left: 10px;
						margin: 0px;
						
						line-height: 35px;
						
						font-size: 12px;
						color: #005db4;
					}
					#rechts ul {
						padding: 0px;
						margin: 0px;
						margin-bottom: 25px;
					}
					#rechts li {
						list-style: none;
						padding-left: 10px;
					}
					#rechts a {
						color: #6b6b6b;
						text-decoration: none;
					}
					#rechts a:hover {
						color: #005db4;
						text-decoration: underline;
					}
					
			/* FOOTER */
				#footer_top {
					width: 837px;
					height: 30px;
					float: left;
					line-height: 25px;
					background-color: #250000;
					
					font-size: 12px;
					margin-bottom: 5px;
				}
					#footer_top ul {
						padding: 0px;
						margin: 0px;
					}
					#footer_top li {
						list-style: none;
						float: left;
						padding-left: 25px;
						padding-right: 25px;
					}
						#footer_top li a {
							color: #ffffff;
							text-decoration: none;
						}
						#footer_top li a:hover {
							color: #ffffff;
							text-decoration: underline;
						}
				
				#footer_onder {
					width: 837px;
					float: left;
					text-align: center;
					
					font-size: 11px;
					color: #ffffff;
					line-height: 20px;
				}
					#footer_onder a {
						color: #ffffff;
						font-weight: bold;
						text-decoration: none;
					}
					#footer_onder a:hover {
						color: #ffffff;
						font-weight: bold;
						text-decoration: underline;
					}
						#footer_onder .anders {
							color: #dedede;
							text-decoration: none;
						}
						#footer_onder a.anders {
							color: #dedede;
							text-decoration: none;
							font-weight: lighter;
						}
						
						#footer_onder a.anders:hover {
							color: #dedede;
							text-decoration: underline;
						}
					
					
/* TEKST CLASSES */
.Klein {
	font-size: 11px;
}
			
					

		