/* Algemene deel stylen */
body {
background-color: #29211f;
font-size : 11px;
text-align: center; /* voor IE */ 
margin-top: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
} 

A: Link {
color: #3a312e;
}

A: Active {
color: #3a312e;
}

A: Hover {
color: #3a312e;
}



/* CONTAINER */
#container {
	width: 820px; 
	height: auto;
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
	/* HEADER */
		#header {
			width: 820px;
			height: 127px;
			background-image: url(../images/header.gif);
		}
		#header_stats_top {
			width: 223px;
			height: 34px;
			position: absolute;
			left: 586px;
			top: 17px;	
			
			font-family: Tahoma;
			font-size: 11px;
			color: #2d2422;
			font-weight: bold;
			
			padding-top: 12px;	
			padding-left: 10px;				
		}
		#header_stats_onder {
			width: 223px;
			height: 70px;
			position: absolute;
			left: 586px;
			top: 50px;	
			
			font-family: Tahoma;
			font-size: 11px;
			color: #2d2422;
			
			padding-top: 12px;	
			padding-left: 10px;				
		}
		
	/* MENU */
		#menu_left {
			width: 115px;
			height: 63px;
			background-image: url(../images/menu_poppetje.gif);
		}
		
		/* MENU 1 */
			#menu_1 {
				width: 705px;
				height: 28px;
				position: absolute;
				top: 127px;
				left: 115px;
				background-image: url(../images/menu_1_bg.gif);
				
				font-family: Tahoma;
				font-size: 11px;
				color: #2d2422;
				font-weight: bold;
				
				line-height: 26px;
			}
			/* MENU 1 MOUSE */	
				#menu_1 a			{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: bold;}
				#menu_1 a:link		{color: #3a312e}
				#menu_1 a:visited	{color: #3a312e}
				#menu_1 a:active	{color: #3a312e; text-decoration: underline}
				#menu_1 a:hover		{color: #3a312e; text-decoration: underline}
				
			#menu_1 ul {
				padding: 0px;
				margin: 0px;
			}
			#menu_1 li {
				list-style: none;
				float: left;
				padding-right: 3px;
			}
			#menu_1 li.lijn {
				width: 16px;
				height: 28px;
				background-image: url(../images/menu_1_streep.gif);
				float: left;
			}
		
		/* MENU 2 */
			#menu_2 {
				width: 705px;
				height: 35px;
				position: absolute;
				top: 155px;
				left: 115px;
				background-image: url(../images/menu_2_bg.gif);
				
				font-family: Tahoma;
				font-size: 11px;
				color: #2d2422;
				
				line-height: 26px;
			}
			/* MENU 2 MOUSE */	
				#menu_2 a			{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: lighter;}
				#menu_2 a:link		{color: #3a312e}
				#menu_2 a:visited	{color: #3a312e}
				#menu_2 a:active	{color: #3a312e; text-decoration: underline}
				#menu_2 a:hover		{color: #3a312e; text-decoration: underline}
					
			#menu_2 ul {
				padding: 0px;
				margin: 0px;
			}
			#menu_2 li {
				list-style: none;
				float: left;
				padding-right: 3px;
			}
			#menu_2 li.lijn {
				width: 13px;
				height: 35px;
				background-image: url(../images/menu_2_streep.gif);
				float: left;
			}
		
		/* MENU ONDER */
			#menu_onder {
				width: 810px;
				height: 25px;
				background-image: url(../images/menu_onder.gif);
				
				padding-left: 10px;				
				padding-top: 10px;
				
				font-family: Tahoma;
				font-size: 11px;
				color: #e9dbc4;
			}
			#menu_onder a{
				font-family: Tahoma;
				font-size: 11px;
				color: #e9dbc4;
				text-decoration:none;
			}
			#menu_onder table {
				width: auto;
				padding-right: 4px;
			}
			#menu_onder td.ico {
				width: 16px;
				padding-right: 8px;
			}
			#menu_onder td{
				padding-right: 30px;
			}
			
	/* INHOUD */
		#inhoud_vlak {
			width: 818px;
			border-left: 1px solid #f4f1e9;
			border-right: 1px solid #f4f1e9;
			background-color: #eee8dc;
			float: left;
			margin: 0px;
		}
		
		/* LINKS */		
			#inhoud_L {
				width: 582px;
				float: left;
				margin-left: 5px;
				margin-top: 5px;
			}
				#inhoud_L .box {
					width: 582px;
					background-color: #faf6ed;
					border: 1px solid #d9d1c2;
					margin-bottom: 15px;
				}
				.box .kop1 {
					width: 573px;
					height: 32px;
					margin: 1px 1px 1px 1px;
					background-image: url(../images/L_kop1.gif);
					
					font-family: Tahoma;
					font-size: 12px;
					color: #322927;
					font-weight: bold;
					
					line-height: 30px;
					padding-left: 7px;
					
				}
				.box .kop2 {
					width: 573px;
					height: 32px;
					margin: 1px 1px 1px 1px;
					background-image: url(../images/L_kop2.gif);
					
					font-family: Tahoma;
					font-size: 11px;
					color: #e9dbc4;
					font-weight: bold;
					
					line-height: 28px;
					padding-left: 7px;
					
					
				}
				.box h2 {
					display: block;
					width: 572px;
					height: 26px;
					vertical-align: center;
					margin: 1px 1px 1px 1px;
					font-size: 11px;
					background-image: url(../images/L_kop2.gif);	
					color: #e9dbc4;
					clear: both;
					padding: 10px 0px 0px 8px;		
				}
				.h2 b {
					float: left;
				}
				.h2 img.icon {
					width: 16px;
					height: 16px;
					float: left;
				}
				.box .tekst {
					width: 550px;
					
					font-family: Tahoma;
					font-size: 11px;
					color: #3a312e;
					
					padding: 5px;	
					margin-bottom: 10px;				
				}
				/* INHOUD LINKS MOUSE */	
					#inhoud_L a				{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: lighter;}
					#inhoud_L a:link		{color: #3a312e}
					#inhoud_L a:visited		{color: #3a312e}
					#inhoud_L a:active		{color: #3a312e; text-decoration: underline}
					#inhoud_L a:hover		{color: #3a312e; text-decoration: underline}
					
					
		
				
		/* RECHTS */
			#inhoud_R {
				width: 200px;
				float: right;
				margin-right: 5px;
				margin-top: 5px;
			}
				#inhoud_R .box {
					width: 200px;
					height: auto;
					float: left;
					background-color: #faf6ed;
					border-top: 1px solid #d9d1c2;
					border-left: 1px solid #d9d1c2;
					border-right: 1px solid #d9d1c2;
					margin-bottom: 5px;
					
					font-family: Tahoma;
					font-size: 11px;
					color: #3a312e;
					line-height: 25px;
				}
				.box ul {
					margin: 0px;
					padding: 0px;
				}
				.box li {
					list-style: none;
					height: 26px;
					padding-left: 5px;
					border-bottom: 1px solid #ded7c7;
				}
				.box li.tekst {
					list-style: none;
					width: 180px;
					height: auto;
					line-height: 20px;
					border: none;
					clear: both;
				}
				.box li.dark {
					list-style: none;
					height: 26px;
					background-color: #312825;
					padding-left: 5px;
					
					font-family: Tahoma;
					font-size: 11px;
					color: #e9dbc4;
					font-weight: bold;
				}
				
				/* INHOUD RECHTS MOUSE */	
					#inhoud_R a				{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: lighter;}
					#inhoud_R a:link		{color: #3a312e}
					#inhoud_R a:visited		{color: #3a312e}
					#inhoud_R a:active		{color: #3a312e; text-decoration: underline}
					#inhoud_R a:hover		{color: #3a312e; text-decoration: underline}
		
					
			
				
		/* FOOTER */
			#footer {
				width: 810px;
				height: 31px;
				float: left;
				border-top: 1px solid #dcd2bf;
				background-image: url(../images/L_kop1.gif);
				
				font-family: Tahoma;
				font-size: 11px;
				color: #2d2422;
				
				line-height: 31px;
				padding-left: 10px;
			}
			

				
		/* FOOTER MOUSE */	
				#footer a				{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: lighter;}
				#footer a:link			{color: #002c8e; text-decoration: underline}
				#footer a:visited		{color: #002c8e; text-decoration: underline}
				#footer a:active		{color: #282828; text-decoration: underline}
				#footer a:hover			{color: #282828; text-decoration: underline}
				
			#clear {
				clear: both;
			}
					
				

			

			
/* TEKST CLASS */
.LRoodN {
	color: #ff0000;
	font-family: Tahoma;
	font-size: 11px;
	}
.LGrijsN {
	color: #929292;
	font-family: Tahoma;
	font-size: 11px;
	}
.DGrijsN {
	color: #282828;
	font-family: Tahoma;
	font-size: 11px;
	}
.DGrijsSG {
	color: #282828;
	font-family: Trebuchet MS;
	font-size: 21px;
	}
.LBlauwN {
	color: #0a43c4;
	font-family: Tahoma;
	font-size: 11px;
	}
.LBlauwSG {
	color: #0a43c4;
	font-family: Trebuchet MS;
	font-size: 13px;
	}
.SLBlauwN {
	color: #a4c0ff;
	font-family: Tahoma;
	font-size: 11px;
	}
.DBlauwN      {
	color: #002c8e;
	font-family: Tahoma;
	font-size: 11px;
	}
.LOranjeN     {
	color: #ff8603;
	font-family: Tahoma;
	font-size: 11px;
	}
.DOranjeN {
	color: #6f3a00;
	font-family: Tahoma;
	font-size: 11px;
	}