/* Shared div styles */
div#contentMainBlock
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 766px;
}

div#overlayContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 10000;
}

div#overlayContainer img
{
	behavior:url("/pngbehavior.htc"); /* IE fix voor transparante PNG */
}

div#overlayContainerContent
{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 800px;
	height: 500px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid;
	border-color: #000000;
}

iframe#overlayIframe
{
	margin: 0px;
}

/* END shared div styles */

/* Complex pages styles */
div#contentTopBlock
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 766px;
	color: #ffffff;
	background-color: #2e2e2e;
}

div#contentTopBlockLeftText
{
	position: absolute;
	top: 25px;
	left: 52px;
	line-height: 15px;
}

div#topContentTopBlockSeperator
{
	position: absolute;
	top: 28px;
	width: 1px;
	color: #4a4a4a;
	background-color: #4a4a4a;	
}

div#contentTopBlockRightText
{
	position: absolute;
	top: 25px;
	line-height: 15px;
}

div#contentBlockLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
	background-color: #e9e9e9;
}

div#contentBlockLeftText
{
	position: absolute;
	top: 15px;
	left: 52px;
}

div#contentBlockRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000000;
	background-color: #ffffff;
}

div#contentBlockRightText
{
	position: absolute;
	top: 15px;
	left: 36px;
	color: #000000;
	background-color: inherit;	
}

div.contentBlockLeftTextSeperator
{
	height: 1px;
	color: #e9e9e9;
	background-color: #e9e9e9;	
	margin-bottom: 10px;
	margin-top: 10px;	
}

div.contentBlockLeftTextSeperator hr
{
	height: 0px;
	border: 0px solid #464646;
	border-top-width: 1px;
}

div#contentBlockRightTextSeperator
{
	height: 1px;
	color: #ffffff;
	background-color: #ffffff;	
	margin-bottom: 5px;
}

div#contentBlockRightTextSeperator hr
{
	height: 0px;
	border: 0px solid #e1e1e1;
	border-top-width: 1px;
}
/* END complex pages styles */

/* Simple pages styles */
div#contentBlock
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 766px;
	color: #000000;
	background-color: #ffffff;
}

div#breadcrumbBlock
{
	position: absolute;
	top: 15px;
	left: 52px;
	color: #0084ff;
	background-color: inherit;	
	width: 674px;
}
div#rssContainer
{
	margin-bottom: 25px;
}

div#contentTitleBlock
{
	position: absolute;
	top: 45px;
	left: 52px;
}

div#contentBlockTable
{
	position: absolute;
	left: 52px;
	top: 80px;
	width: 674px;
	display: table;
}

div.contentBlockRow
{
	width: 674px;
	display: table-row;
}

div.contentBlockCellLeft
{
	float: left;
	display: table-cell;
	width: 302px;
}

div.contentBlockCellRight
{
	float: right;
	display: table-cell;
	width: 302px;
}

div.contentBlockCellWide
{
	display: table-cell;
	width: 674px;
}

div#contentBlockSeperator
{
	position: absolute;
	top: 75px;
	left: 389px;
	width: 1px;
	height: 490px;
	color: #e1e1e1;
	background-color: #e1e1e1;
}
/* END simple pages styles */

