div#container
{
	background: url('/siteimg/css/background2.jpg') repeat-y;
}

div#contentContainer
{
	background: url(/siteimg/css/bg-nieuws.jpg) no-repeat;
	height: 100%;
}

div#contentContainer #content
{
	position: relative;
	/*left: 263px;
	top: 228px;*/
	
	margin-left: 263px;
	margin-top: 228px;
	
	font-size: 11px;
	
	text-align: left;
	
	width: 215px;
	
	line-height: 18px;
	
	color: #4c4241;
	
	width: 425px;
}

div#contentContainer #content a
{
	color: red;
}
div#contentContainer #content a:hover
{
	color: red;
}

div#contentContainer #adress
{
	position: absolute;
	left: 10px;
	top: 486px;
	
	font-size: 11px;
	
	text-align: left;
	
	width: 215px;
	
	line-height: 18px;
}
