/**
 * Default tags
 */
html
{
	height: 100%;
	background: url('../images/bg_pattern.png') repeat;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 0.7em;
}

body
{
	height: 100%;
	background: url('../images/bg_roller.png') repeat-x;
	width: 100%;
	margin: 0 auto;
	color: #000000;
}

img { 
border: 0px; 
}

/**
 * Default styles
 */
.center
{
	text-align: center;
}


/**
 * Container
 */
#container
{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}


/**
 * Header
 */
#header
{
	height: 195px;
	width: 806px;
	background: url('../images/header.png') no-repeat;
	margin: 0 auto;
	padding: 0;
}
	/* Top 5 */
	#top5
	{
		float: right;
		width: 141px;
		margin: 30px 0 0 0;
	}

/**
 * Content
 */
#content
{
	width: 806px;
	background: url('../images/bg_content.gif') repeat-y;
	margin: 0 auto;
	padding: 0 0 55px 0;
	overflow: hidden;
}

/**
 * Left column
 */
#content #left_column
{
	float: left;
	width: 150px;
}

/**
 * Middle column
 */
#content #middle_column
{
	float: left;
	width: 510px;
}
	/* Link -> Default style */
	#content #middle_column a:link, #content #middle_column a:visited
	{
		color: #000000;
		text-decoration: none;
	}
	
	/* Link -> Hover (mouse over) style */
	#content #middle_column a:hover, #content #middle_column a:active
	{
		text-decoration: underline;
	}
	
	/* Box */
	.mc_box
	{
		width: 493px;
		margin: 0 auto 5px auto;
		font-size: 1.2em;
		overflow: hidden;
	}
	/* Box -> Header */
	.mc_box .mc_box_header
	{
		height: 18px;
		width: 480px;
		background: url('../images/mc_box_header.png') no-repeat;
		padding: 2px 0 0 23px;
		color: #FCFCFC;
	}
	/* Box -> Content */
	.mc_box .mc_box_content
	{
		width: 455px;
		background: #E7EDAD;
		margin: 0 auto;
		padding: 5px 14px;
		border-bottom: 1px solid #878D59;
		border-left: 1px solid #878D59;
		border-right: 1px solid #878D59;
		line-height: 19px;
	}

/**
 * Right column
 */
#content #right_column
{
	float: right;
	width: 141px;
}


/**
 * Lister
 */
.lister
{
	width: 141px;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
	/* First Item */
	.lister .head_lister
	{
		height: 17px;
		width: 133px;
		background: url('../images/head_lister.png') no-repeat;
		margin: 0;
		padding: 2px 0 0 8px;
		border: 0;
		color: #FCFCFC;
		font-weight: bold;
	}
	.lister .head_lister a:hover, .lister .head_lister a:link, .lister .head_lister a:visited {
		color: #FCFCFC;
		font-weight: bold;;
}
	
	/* List item */
	.lister li
	{
		min-height: 16px;
		width: 125px;
		background: #E7EDAD;
		margin: 0 0 1px 0;
		padding: 1px 0 0 14px;
		border-top: 1px solid #878D59;
		border-bottom: 1px solid #878D59;
		border-left: 1px solid #878D59;
		border-right: 1px solid #878D59;
	}
	
	/* Advertentie */
	.lister .ad
	{
		width: 139px;
		text-align: center;
		padding: 5px 0 2px 0;
	}
	
	/* Link -> Default style */
	.lister li a:link, .lister li a:visited
	{
		color: #000000;
		text-decoration: none;
	}
	
	/* Link -> Hover (mouse over) style */
	.lister li a:hover, .lister li a:active
	{
		text-decoration: underline;
	}
	


/**
 * Footer
 */
#footer
{
	position: absolute;
	height: 30px;
	width: 100%;
	background: url('../images/bg_footer.png') repeat-x;
	padding: 9px 0 0 0;
	bottom: 0;
	font-size: 1.2em;
	text-align: center;
}
	/* Link -> Default style */
	#footer a:link, #footer a:visited
	{
		color: #000000;
		text-decoration: none;
	}
	
	/* Link -> Hover (mouse over) style */
	#footer a:hover, #footer a:active
	{
		text-decoration: underline;
	}
