/* ALL THE GENERAL LAYOUT STYLES - NO MODULE LAYOUT */

body
{
	margin:0px;
	background:#000;
	color:#fff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
p
{
	margin:0px;
	margin-bottom:5px;
	padding:0px;
}
#main
{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	width:100%;
}
#lc
{
	background:url(../img/leftback.jpg) top right no-repeat;
}
#mc
{
	width:988px;
	vertical-align:top;
}
#header
{
	width:988px;
	height:212px;
	background:url(../img/header.jpg);
	float:left;
}
	#headerButtons
	{
		width:980px;
		height:20px;
		margin-top:175px;
		float:left;
	}
	#headerButtonSpacer
	{
		width:840px;
		height:18px;
		float:left;
	}
	#headerButtonHome
	{
		width:70px;
		height:18px;
		float:left;
		cursor:pointer;
	}
	#headerButtonContact
	{
		width:65px;
		height:18px;
		float:left;	
		cursor:pointer;
		border:0px solid yellow;
	}
#contentContainer
{
	width:988px;
	background:url(../img/contentcontainerback.jpg) top left repeat-y;
	float:left;
	overflow:hidden;
}

#contentLeftContainer
{
	width:205px;
	float:left;
	border:0px solid red;
	background:url(../img/contentleftcontainerback.jpg) top left no-repeat;
}
#contentLeftSpacer
{
	float:left;
	width:10px;
	height:100px;
	overflow:hidden;
	border:0px solid yellow;
}
#contentLeftItemsContainer
{
	width:185px;
	float:left;
	border:0px solid red;

}
	#menuContainer
	{
		width:195px;
		vertical-align:top;
		margin-top:5px;

	}
	#menuContainer a 
	{
		color: #FFFFFF;
	}
	#menuContainer ul
	{
		margin:0px;
		padding:0px;
		float:left;
	}
	#menuContainer li 
	{
		text-decoration: none;
		list-style:none;
		height:20px;
		width:180px;
		background:url(../img/menubottom.gif) bottom left no-repeat;

	}
	#menuContainer li a
	{
		text-decoration:none;
		color:#bbb;
		font-weight:bold;
	}
	#menuContainer li a:hover
	{
		text-decoration:none;
		color:#f00;
		font-weight:bold;
	}
	
#banner
{
	
}	
#nieuwsbriefContainer
{

}
#nieuwsbriefInput
{
	background:#120000;
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px;	
	width:180px;
	height:16px;
	margin-top:5px;
	border:1px solid #6d0000;
}
#nieuwsbriefButton
{
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contentLeftHeaderImg
{
	margin-top:10px;
	margin-bottom:5px;
}


#contentRightContainer
{
	width:783px;
	float:left;
	border:0px solid red;
	background:url(../img/contentrightcontainerback.jpg) top repeat-x;

}
#contentRightSpacer
{
	float:left;
	width:5px;
	height:300px;
	overflow:hidden;
}
#contentRightItemsContainer
{
	width:763px;
	float:left;
}
#footerContainer
{
	width:988px;
	height:135px;
	float:left;
	background:url(../img/footerback.jpg);
	overflow:hidden;
}
#rc
{
	background:url(../img/rightback.jpg) top left no-repeat;
}	
.newsDJs a
{
	text-decoration:none;
}
.newsDJs a:hover
{
	color:#fff;	
}
