*
{
	font-family						: Verdana;
	font-size						: 11px;
	margin							: 0px;
	padding							: 0px;
}

html, body
{
	background-color				: #1a223b;
	font-family						: Verdana;
	font-size						: 11px;
}

div.MainContainer
{
	position							: relative;
	width								: 1024px;
	height							: 620px;
	border							: 0px solid #FF0000;
	left								: 50%;
	margin							: 0px 0px 0px -512px;
}

div.ContainerNormal
{
	background-image				: url('../Images/TitleBarNormal.jpg');
	background-repeat				: no-repeat;
	height							: 423px;
	border							: 0px solid #FF0000;
}

div.ContainerNews
{
	background-image				: url('../Images/TitleBarNews.jpg');
	background-repeat				: no-repeat;
	height							: 343px;
	border							: 0px solid #FF0000;
}

div.Header
{
	background-image				: url('../Images/Header.jpg');
	background-repeat				: no-repeat;
	width								: 1024px;
	height							: 197px;
}

div.TitleBar
{
	float								: left;
	margin-top						: 10px;
	margin-left						: 38px;
	border							: 0px solid #FF0000;
	font-family						: Verdana;
	font-size						: 18px;
	color								: #FF0000;
	
}

div.LeftMenuDiv
{
	background-image				: url('../Images/MenuBgImage.jpg');
	background-repeat				: no-repeat;
	width								: 243px;
	height							: 200px;
	margin-left						: 29px;
	border							: 0px solid #FF0000;
	display							: block;
	z-index							: 10px;
}

div.LeftMenuImage
{
	background-image				: url('../Images/LeftMenuImage.jpg');
	background-repeat				: no-repeat;
	width								: 243px;
	height							: 146px;
	margin							: 36px 0px 0px 29px;
	border							: 0px solid #FF0000;
}

div.ContentContainer
{
	float								: left;
	border							: 0px solid #FF0000;
}

div.ContentNormal 
{
	width								: 617px;
	background-color				: #FFFFFF;
	border							: 0px solid #FF0000;
	padding							: 38px 38px 38px 38px;
	margin-top						: 44px;
	min-height						: 303px;
	height							: 303px;
	overflow							: auto;
}

div.ContentNews
{
	width								: 617px;
	padding							: 38px 38px 0px 38px;
	margin-top						: 44px;
	background-color				: #1a223b;
	color								: #FFFFFF;
	border							: 0px solid #FF0000;
	min-height						: 260px;
}

div.MainBottomDiv
{
	float								: left;
	border							: 0px solid #FF0000;
	margin-left						: 29px;
	margin-bottom					: 10px;
	clear								: both;
}

div.BlueBgDiv
{
	border							: 0px solid #FF0000;
	clear								: both;
	width								: 626px;
	height							: 120px;
	background-image				: url('../Images/BlueBg.jpg');
	background-repeat				: no-repeat;
}                    			
                     			
div.LeftImageBlueDiv 			
{                    			
	float								: left;
	background-image				: url('../Images/LeftInBlueBar.jpg');
	background-repeat				: no-repeat;
	width								: 238px;
	height							: 120px;
}

div.uitgelicht
{
	float								: right;
	margin-top						: 35px;
	margin-left						: 210px;
}

div.RightTextBlueDiv 			
{                    			
	float								: left;
	border							: 0px solid #FF0000;
	padding							: 20px 20px 20px 70px;
	width								: 266px;
	height							: 80px;
}

span.TitleBlueDiv
{
	color								: #FFFFFF;
	font-weight						: bold;
}

span.TextBlueDiv
{
	color								: #FFFFFF;
}

div.DmActie
{
	float								: left;
	border							: 0px solid #FF0000;
	background-image				: url('../Images/DmActie.jpg');
	background-repeat				: no-repeat;
	width								: 282px;
	height							: 120px;
}

div.BottomBar
{
	background-color				: #f71a11;
	padding							: 2px;
	clear								: both;
	width								: 1020px;
}

td.NewsArchive
{
	font-family						: Verdana;
	font-size						: 11px;
	font-weight						: bold;
	color								: #0058a2;
}

div.LoginContainer
{
	position							: relative;
	width								: 700px;
	height							: 300px;
	padding							: 10px;
	top								: 50%;
	left								: 50%;
	margin							: 100px 0px 0px -350px;
	border							: 1px solid #999999;
	background-color				: #FFFFFF;
}

.JobTitle
{
	color								: #1a223b;
}

.JobDate
{
	color								: #0058a2;
}

.Iframe
{
	width								: 600px;
	padding							: 10px;
}

img
{
	border							: 0px solid #FFFFFF;
}

a.NewsItems:link
{
	text-decoration				: none;
	color								: #0058a2;
}

a.NewsItems:hover
{
	text-decoration				: none;
	color								: #0058a2;
}

a.NewsItems:active
{
	text-decoration				: none;
	color								: #0058a2;
}

a.NewsItems:visited
{
	text-decoration				: none;
	color								: #0058a2;
}

a.NewsItemReadOn:link
{
	color								: #00a3e0;
	text-decoration				: none;
}

a.NewsItemReadOn:hover
{
	color								: #00a3e0;
	text-decoration				: none;
}

a.NewsItemReadOn:active
{
	color								: #00a3e0;
	text-decoration				: none;
}

a.NewsItemReadOn:visited
{
	color								: #00a3e0;
	text-decoration				: none;
}

ol li 
{
	list-style-type: decimal;
}