﻿/*--------------------------------------------------------------
NIEUWS
--------------------------------------------------------------*/
.nieuwsContainer,
.rssContainer
{
	width: 652px;
}
	.nieuwsContainer .nieuwsContainerTop
	{
		width: 100%;
		height: 8px;
		background: url("Images/nieuwsContainer_top.gif") bottom left repeat-x;
	}
	.nieuwsContainer .nieuwsContainerContent
	{
		width: 100%;
		min-height: 228px;
		background: url("Images/nieuwsContainer_back.gif") top left repeat-x #47CCD6;
	}
	.nieuwsContainer .nieuwsContainerBottom
	{
		width: 100%;
		height: 8px;
		background: url("Images/nieuwsContainer_bottom.gif") top left repeat-x;
	}
	
	.rssContainer .rssContainerTop
	{
		width: 100%;
		height: 8px;
		background: url("Images/nieuwsContainer_top2.gif") bottom left repeat-x;
	}
	.rssContainer .rssContainerContent
	{
		width: 100%;
		background-color: #47ccd6;
	}
	.rssContainer .rssContainerBottom
	{
		width: 100%;
		height: 8px;
		background: url("Images/nieuwsContainer_bottom.gif") top left repeat-x;
	}

.nieuwsItem
{
	position: relative;
	width: 98%;
	margin: 0px auto;
	padding-top: 4px;
	padding-bottom: 4px;
}
	.nieuwsItem .nieuwsItemLeft
	{
		position: absolute;
		top: 4px;
		left: 0px;
		width: 8px;
		height: 39px;
		background: url("Images/nieuwsitem_left.gif") top left no-repeat;
	}
	.nieuwsItem .nieuwsItemContent
	{
		width: 573px;
		height: 39px;
		margin-left: 8px;
		padding-left: 50px;
		background-color: #F1FEFF;
	}
		.nieuwsItem .nieuwsItemContent .nieuwsTitel
		{
			font-size: 13px;
			font-weight: bold;
			color: #EE3689;
		}
		.nieuwsItem .nieuwsItemContent .lnkLeesmeer
		{
			display: block;
			position: absolute;
			right: 20px;
			top: 15px;
		}
	
	.nieuwsItem .nieuwsItemRight
	{
		position: absolute;
		top: 4px;
		right: 0px;
		width: 8px;
		height: 39px;
		background: url("Images/nieuwsitem_right.gif") top left no-repeat;
	}

/*--------------------------------------------------------------
ADVERTEERDERS
--------------------------------------------------------------*/
.bannerContainer
{
	clear: both;
	position: relative;
	width: 652px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
	.bannerContainer .bannerContainerHeader
	{
		position: absolute;
		left: 0px;
		top: -15px;
		width: 100%;
		color: #BEBEBE;
		font-size: 11px;
		letter-spacing: 2px;
	}
	.bannerContainer .bannerContainerLeft
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 11px;
		height: 72px;
		background: url("Images/bannerContainer_left.gif") top left no-repeat;
	}
	.bannerContainer .bannerContainerRight
	{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 11px;
		height: 84px;
		background: url("Images/bannerContainer_right.gif") top left no-repeat;
	}
	.bannerContainer .bannerContainerInhoud
	{
		width: 652px;
		height: 66px;
		padding-top: 4px;
		border-top: 1px solid #53D1DB;
		border-bottom: 1px solid #53D1DB;
		background: url("Images/bannerContainer_back.gif") top left repeat-x #CBF1F3;
	}

/*--------------------------------------------------------------
TEMPLATE CONTAINER
--------------------------------------------------------------*/
.templateContainer
{
	clear: both;
	position: relative;
	width: 682px;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
	.templateContainer .templateContainerTop
	{
		width: 682px;
		height: 10px;
		background: url("Images/templateContainer_top.gif") top left no-repeat;
	}
	
	.templateContainer .templateContainerInhoud
	{
		width: 680px;
		height: 28px;
		padding-top: 9px;
		border-top: 1px solid #BDBDBD;
		border-bottom: 1px solid #BDBDBD;
		background: url("Images/templateContainer_back.gif") top left repeat-x #FBEEF4;
	}
		.templateContainer .templateContainerInhoud a
		{
			font-size: 14px;
			font-weight: bold;
			color: #FFFFFF;
			margin-left: 25px;
		}
	
	.templateContainer .templateContainerBottom
	{
		width: 682px;
		height: 10px;
		background: url("Images/templateContainer_bottom.gif") top left no-repeat;
	}