/* GENERAL MARKUP */

body
{
	background-color: white;
	font: normal normal normal 12px Arial, Sans-Serif;
	color: black;
}

h2
{
	color: #702F90;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

div.pageContainer
{
    position: absolute;
	width: 898px;
    left: 50%;
	top: 0px;
    margin-left: -449px;
}

/* LANDING PAGE */
div#landingList div
{
    margin-left: 300px;
}

div#landingList ul
{
    list-style-type: none;
}

div#landingList ul li
{
    margin-top: 10px;
    margin-bottom: 70px;
}

div#landingList a img
{
    padding-right: 40px;
    vertical-align: bottom;
    border-width: 0px;
}

div#landingList a
{
    text-decoration: none;
    color: #919295;
    font-size: 24px;
    font-weight: bold;
}

div#landingList a:hover
{ 
	color: rgb(252, 110, 0); 
	text-decoration: none;
}


/* PAGE HEADER */

div#sectionHeader
{
	width: 100%;
	height: 144px;
}

div#sectionHeader div#banner 
{
    width: 100%;
    height: 121px;
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #85898C;
}

div#sectionHeader div#banner input
{
    width: 420px;
    height: 121px;
    background-color: Transparent;
    background-image: none;
    border: none 0px black;
    cursor: pointer;
}

div#banner img 
{
 border-width: 0px;  
}

div#banner div.socialmediaTwitter
{
    position: absolute;
    top: 76px;
    left: 790px;
}

div#banner div.socialmediaHyves
{
    position: absolute;
    top: 75px;
    left: 840px;
}

div#banner div.socialmediaFacebook
{
    position: absolute;
    top: 76px;
    left: 740px;
}

div#sectionHeader div.NL
{
    background-image: url('../images/banner.png');
}

div#sectionHeader div.AN
{
    background-image: url('../images/banner.png');
}

div#sectionHeader div.BE
{
   background-image: url('../images/banner.png');
}

div#sectionHeader div.NET
{
    background-image: url('../images/banner.png');
}

div#sectionHeader div.menubar 
{
    width: 100%;
    height: 23px;
    background-color: #919295;
    background-image: url('../images/menubalk.jpg');
}

div#sectionHeader div.mainMenu
{
    padding-top: 3px;
}

div#sectionHeader div.mainMenu a.menuDropdown
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	margin-left: 17px;
}

div#sectionHeader div.date 
{
    float: right;
	margin-right: 10px;
	color: #ffffff;
	margin-top: 3px;
	font-weight: bold;
}

/* CMS Section */
div#phCms h1
{
	font-size: 4;
	font-weight: bold;
	color: #702F90;
	margin-bottom: 15px;
}

div#phCms a
{
    color:#919295;
    text-decoration:none;
}

div#phCms a:hover
{
    color:#143087;
    text-decoration:none;
}

div#ucSectionCMS_phCms h1
{
	font-size: 20px;
	font-weight: bold;
	color: #702F90;
	margin-bottom: 15px;
}

div#ucSectionCMS_phCms a
{
    color:#919295;
    text-decoration:none;
}

div#ucSectionCMS_phCms a:hover
{
    color:#FC6E00;
    text-decoration:none;
}

/* SIDEBAR */

div#sectionSidebar
{
	float: left;
	width: 170px;	
	background-color: white;
}

div#sectionSidebar div.menuSeparator
{
    margin: 3px 0px 3px 8px;
    background-image: url('../images/vacatures_l_streep.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 149px;
    height: 1px;
    overflow: hidden; /* Needed for IE, which enforces minimum height of one text line. */
}

div#sectionSidebar a.menuItem
{
	font-size: 12px;
	color: #919295;
	text-decoration: none;
	margin-left: 8px;
	padding-left: 20px;
	background-image: url('../images/menu_item.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}

div#sectionSidebar a.menuItem:hover
{ 
	color: rgb(252, 110, 0); 
	text-decoration: none;
	background-image: url('../images/menu_item_hover.jpg');
}

div#sectionSidebar div#searchbar 
{
	width: 159px;
	height: 74px;
	margin-left: 0px;
	background-image: url('../images/zoek.png');
}

div#sectionSidebar div#searchbar input.textbox  /* No attribute selector support for IE 6- */
{ 
	margin-top: 42px;
	margin-left: 10px;
	width: 105px;
}

div#sectionSidebar div#searchbar input.image  /* No attribute selector support for IE 6- */
{ 
	margin-top: 34px;
	height: 35px;
	width: 35px;
	position: absolute;
}

div#sectionSidebar div#vacatures
{
	width: 170px;
	background-image: url('../images/vacatures_l_bg.gif');
}

div#sectionSidebar div#vacatures div.top
{
    width: 100%;
    padding-top: 43px;
    background-image: url('../images/vacatures_l_boven.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

div#sectionSidebar div#vacatures div.bottom
{
    padding-bottom: 18px;
    background-image: url('../images/vacatures_l_onder.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}

div#sectionSidebar div#newsletter
{
	position: relative;
	width: 159px;
	height: 74px;
	margin-left: 0px;
	background-image: url('../images/nieuwsbrief.png');
}

div#sectionSidebar div#newsletter input.textbox  /* No attribute selector support for IE 6- */
{
	margin-top: 42px;
	margin-left: 10px;
	width: 105px;
}

div#sectionSidebar div#newsletter input.image  /* No attribute selector support for IE 6- */
{
	margin-top: 34px;
	height: 35px;
	width: 35px;
	position: absolute;
}

div#sectionSidebar div#miscMenu 
{
	width: 170px;
	background-image: url('../images/vacatures_l_bg.gif');
}

div#sectionSidebar div#miscMenu div.top
{
    width: 100%;
    padding-top: 16px;
    background-image: url('../images/overig_menu_boven.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

div#sectionSidebar div#miscMenu div.bottom
{
    padding-bottom: 18px;
    background-image: url('../images/vacatures_l_onder.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}

div#sectionSidebar div#sidebarAd 
{
	width: 170px;
	background-image: url('../images/vacatures_l_bg.gif');
}

div#sectionSidebar div#sidebarAd div.top
{
    width: 100%;
    padding-top: 16px;
    background-image: url('../images/overig_menu_boven.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

div#sectionSidebar div#sidebarAd div.bottom
{
    padding-bottom: 18px;
    background-image: url('../images/vacatures_l_onder.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}

div#sectionSidebar div#sidebarAd div.contents
{
    margin-left: 23px;
    width: 120px;
    height: 600px;
    overflow: hidden;    
}

/* CONTENT */

div#sectionContent 
{
    float: right;
	width: 728px;
	height: auto;
	background-color: white;
}

div#sectionContent div#headerAd
{
	width: 728px;
	height: auto;
	overflow: hidden;
}

div#sectionContent div.headerbar
{
	position: relative;
	width: 728px;
	height: 26px;
	margin-top: 8px;
	background-image: url('../images/balk_oranje_boven.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div#sectionContent div#sectionCMS
{
	width: 728px;
	height: auto;
	margin: 10px 0px 10px 0px;
}

div#CMSBlockMovie
{
    float: right;
    width: 380px;
    height: 346px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-image: url('../images/film_inlinekader.png');
    background-position: top left;
    background-repeat: no-repeat;
}

div#CMSBlockMovie div.contents 
{
    margin: 3px;
    overflow: hidden;
}

div#sectionContent div#sectionCMS div#CMSBlockAd
{
    float: right;
    width: 352px;
    height: 296px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-image: url('../images/reclame_inlinekader.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

div#sectionContent div#sectionCMS div#CMSBlockAd div.contents
{
    margin: 8px;
    width: 336px;
    height: 280px;
    overflow: hidden;
}

div#sectionContent div#sectionCMS div#CMSContent
{
    height: auto;
    margin: 0px 10px 30px 10px;
}

div#sectionContent div#sectionCMS div#categoriesList a
{
	font: normal normal bold 11px Verdana; 
	color: black;
}

div#sectionContent div#sectionCMS div#categoriesList a:hover
{
	color: rgb(252, 110, 0);
}

div#sectionContent div#sectionCMS div#categoriesList p
{
	margin-bottom: 15px;
}

div#sectionContent div#sectionCMS div#categoriesList h1
{
	font-size: 16px;
	font-weight: bold;
	color: rgb(252, 110, 0);
	margin-bottom: 15px;
}

div#sectionContent div#sectionVacatures
{
    width: 720px;
    margin-left: 8px;
    margin-top: 5px;
}
div#sectionContent div#sectionVacatures div.headerbar
{
    width: 720px;
	height: 45px;
	background: #702F90 url('../images/vacaturebalk.jpg') no-repeat top left;
	border-width: 0px;
}

div#sectionContent div#sectionVacatures div.contents_dummy
{
	width: 720px;
	height: 429px;
	background-image: url('../images/vacatures_afbeelding.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div#sectionContent div#sectionVacatures div.contents
{
	width: 718px;
	border: solid 1px #702F90;
}

div#sectionContent div#sectionVacatures div.contents table
{
    border-collapse: collapse;
    table-layout: fixed;
    border-width: 0px;    
    width: 718px;
}

div#sectionContent div#sectionVacatures div.contents table th
{
    height: 23px;
    font-size: 10px;
    font-weight: bold;
    text-align: left;    
    border-left: solid 1px #702F90;
    border-bottom: solid 1px #702F90;
}

div#sectionContent div#sectionVacatures div.contents table th div
{
    margin-left: 15px;
}

div#sectionContent div#sectionVacatures div.contents table th div a
{
    color: Black;
}

div#sectionContent div#sectionVacatures div.contents table th.linkColumn
{
    margin-left: 25px;
    width: 310px;
    border-left-width: 0px;
}

div#sectionContent div#sectionVacatures div.contents table th.linkColumn div
{
    margin-left: 25px;    
}

div#sectionContent div#sectionVacatures div.contents table td
{
    height: 23px;
    font-size: 9px;
    text-align: left;
    padding-left: 13px;
    border-left: solid 1px #702F90;
}

div#sectionContent div#sectionVacatures div.contents table td.linkColumn
{
    font-size: 11px;
    padding-left: 8px;
    border-left-width: 0px;
}

div#sectionContent div#sectionVacatures div.contents table td.linkColumn div
{
    padding-left: 15px;
    background-image: url('../images/menu_item.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}

div#sectionContent div#sectionVacatures div.contents table td.linkColumn a
{
	text-decoration: none;
	color: #919295;	
}


div#sectionContent div#sectionVacatures div.contents table td.linkColumn a:hover
{ 
	text-decoration: none;
	color: rgb(252, 110, 0);
}


div#sectionContent div#sectionVacatures div.footerbar 
{
    width: 720px;
	height: 22px;
	background-color:  #702F90;
}

div#sectionContent div#footerAd
{
	width: 720px;
	height: auto;
	margin-top: 54px;
	margin-left: 8px;	
}

div#sectionContent div#footerAd div.top 
{
    padding-top: 20px;
    width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url('../images/reclame_onder_streep.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div#sectionContent div#footerAd div.bottom 
{
    padding-bottom: 20px;
    width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url('../images/reclame_onder_streep.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#sectionContent div#footerAd div.contents
{
    text-align: center;
	height: auto;
}

div#sectionContent div#footerAd div.contents img
{
    border-width: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

div#sectionContent div#footerMenu 
{
    margin-top: 10px;
    margin-left: 8px;
}

div#sectionContent div#footerMenu div.bottom
{
    padding-bottom: 10px;
    width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url('../images/reclame_onder_streep.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#sectionContent div#footerMenu div.contents
{
    text-align: center;
}

div#sectionContent div#footerMenu div.contents span
{
    color: #CCCCCC;
}

div#sectionContent div#footerMenu div.contents a
{
	text-decoration: none;
	color: #919295;	
}

div#sectionContent div#footerMenu div.contents a:hover
{ 
	text-decoration: none;
	color: rgb(252, 110, 0);
}

div#sectionContent div#footerMenu div.contents a.left 
{
    float: left;
    padding-left: 13px;
    background-image: url('../images/vacatures_l_pijl.gif');
	background-position: left center;
	background-repeat: no-repeat;	
}

div#sectionContent div#footerMenu div.contents a.right 
{
    float: right;
    padding-left: 13px;
    background-image: url('../images/vacatures_l_pijl.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

div#vacature
{
	font: normal normal normal 10px Arial;
}

/* FOOTER */

div#sectionFooter 
{
    clear: both;
	width: 898px;
	height: 34px;
	margin-top: 4px;
	background: #26ABE3;
}

div#sectionFooter div.contents
{
	padding-top: 7px;
	padding-left: 16px;
}

div#sectionFooter div.contents span.menuSeparator
{
    display: block;
    float: left;
    margin-left: 8px;
    margin-right: 8px;    
    width: 1px;
    height: 23px;
    overflow: hidden;
    background-image: url('../images/footer_streep.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

div#sectionFooter div.contents a.menuItem
{
    display: block;
    float: left;    
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	margin-top: 3px;
	padding-left: 5px;
}

div#sectionFooter div.contents a.menuItem:hover
{ 
	color: #919295; 
	text-decoration: none;
}

div#sectionDesign
{
    font-size: 10px;
    margin-top: 3px;
    text-align: center;
}

div#sectionDesign a
{
	text-decoration: none;
	color: #919295;	
}

div#sectionDesign a:hover
{ 
	text-decoration: none;
	color: rgb(252, 110, 0);
}

table.contactForm
{
	/*
	clear: both;
	border-collapse: collapse;
	width: 600px;
	*/
	width: 350px;
}

table.contactForm th
{
    text-align: left;
    width: 90px;
}

table.contactForm td.validator
{
    width: 15px;
    color: Red;
}

table.contactForm input
{
    width: 255px;
}

table.contactForm textarea
{
    width: 345px;
}

div#siteLinks 
{
  background-color: #949599;
  color: #ffffff;
}

div#siteLinks a
{
  color: #ffffff !important;
}

div#siteLinks a:hover 
{
    color:#F9B812 !important;
}

div#siteLinks div#phCms
{
    margin-left: 40px;   
}
