body {
	padding:			0px;
	margin:				0px;
	
	font-family:		verdana, arial;
	font-size:			11px;
	color:				black;
	
	text-align:			center;
	line-height:		20px;
	
	height:				100%;
}

#content_overflow a:link {
	color:#c11a1d; font-weight:bold; text-decoration:none;}
#content_overflow a:visited {
	color:#c11a1d; font-weight:bold; text-decoration:none;}
#content_overflow a:hover {
	color:#c11a1d; font-weight:bold; text-decoration:underline;}

#container {
	width:				900px;
	
	position:			relative;
	margin:				0 auto;
	
	background:			url("../images/bg_film.jpg") top left repeat-y;
	
	text-align:			left;
	border-left:		1px solid black;
	border-right:		1px solid black;
	
	min-height:			100%;
	_height:			100%;
}

#header {
	background:			url("../images/wht_header.jpg") top left no-repeat;
	width:				900px;
	height:				295px;
}

#menu {
	background:			url("../images/wht_menu_bg.jpg") top left repeat-y;
	width:				154px;
	float:				left;
}

/*
#menu ul{
	padding:			10px 0px 20px 25px;
	margin:				0px;
}

#menu ul li {
	padding:			0px 0px 10px 0px;
	list-style-type:	square;
	color:				#c21e21;
}
*/
#menu_footer {
	background:			url("../images/wht_menu_bottom.jpg") bottom left no-repeat;
	width:				154px;
	height:				17px;
}
/*
#menu a:link {color:black; text-decoration:none;}
#menu a:visited {color:black; text-decoration:none;}
#menu a:hover {color:#c21e21; text-decoration:none;}
*/
#content_overflow {
	overflow:			hidden;
	width:				740px;
	padding:			0px 0px 30px 0px;
	
	min-height:			400px;
}

#content_left_column {
	float:				left;
	width:				420px;
	margin:				10px 0px 30px 30px;
	_padding:			0px 0px 30px 0px;
	
	display:			inline;
}

h1 {
	font-size:			13px;
	color:				#c11a1d;
}

#content_right_column {
	float:				left;
	width:				250px;
	margin:				0px 0px 0px 30px;
	display:			inline;
}

#footer {
	background-color:	#cccccc;	
	width:				900px;
	height:				27px;
	
	position:			absolute;
	bottom:				0px;
	left:				0px;
	
	color:				white;
}

.footer_links {
	float:				left;
	margin:				3px 0px 0px 14px;
	display:			inline;
}

.footer_impres {
	float:				right;
	margin:				3px 14px 0px 0px;
	display:			inline;
}
	
#footer a:link {
	color:white; text-decoration:none;}
#footer a:visited {
	color:white; text-decoration:none;}
#footer a:hover {
	color:white; text-decoration:underline;}
	
/* MENU STYLES  <====>  VERTICAAL */
ul#idMenuLeft
{
	padding:			10px 0px 20px 25px;
	margin:				0px;
	border-bottom:		none;
	width:				125px; /* Breedte van het menu. */
}

ul#idMenuLeft li
{
	padding:			0px 0px 10px 0px;
	color:				#c21e21;
	width:				127px; /* Breedte van het menu. */
	list-style-type:	square;
	vertical-align:		middle;
}

ul#idMenuLeft li a
{
	display:			block;
	color:				#000000;
	text-decoration:	none;
	line-height:		16px;
}

ul#idMenuLeft li a:hover
{
	color:				#c21e21;
}

ul#idMenuLeft li ul
{
	padding-left:		20px;
	padding-top:		12px;
	list-style:			none;
	position:			absolute;
	margin:				0px;
	margin-top:			-27px;
	margin-left:		103px; /* Breedte van het menu. */
	display:			none;
	border:				1px solid #7F7F7F;
	width:				150px; /* Breedte van het menu. */
}

ul#idMenuLeft li ul li
{
}
