﻿* {
	margin:0;
	padding:0
}

/* Global */
body { 
 font: 12px Arial, Helvetica, sans-serif; 
 padding: 10px;
 width: 876px;
 margin: 0px auto;
 margin-bottom: 10px;
}

#wrapper 
{
	margin: 0px auto;
}

p
{
	margin-bottom: 6px;
}

a
{
	text-decoration: none;
	color: #009999;
}

a:hover
{
	text-decoration: underline;
}

.textbox, .commentauthor
{
	border: solid 1px white;
	height: 24px;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 14px;
}

textarea
{
	border: solid 1px white;
	font-size: 14px; 
	font-family: Arial;	
	letter-spacing: 1px;
}

/* global layout */
#wrapper  
{
 width: 876px;
  display:        block;         
  margin:         0px auto;
 }       

#header 
{
	height:138px;
}

#body { 
 background: #fff;    /* center column color */ 
 padding:0;

}

/* Content layout */
#innerbody { margin: 0; width: 20px;
} 

#leftcol { 
 width: 576px;              /* left column width */ 
 float: left; 
 position: relative; 
 z-index: 10;
 height:700px;
} 

#rightcol  
{	
	float: left;
	width: 300px;           /* right column width */ 
	margin-bottom: 24px;
} 

.clear, .row { clear: both; } 

.clickable
{
	cursor: pointer;
}

/* Header */
#logo {
	width: 265px;
	height: 91px;
	padding-top:0;
	float: left;
}

#ads {
 margin: 0px;
 width: 608px;
 height:67px;
 float:right;
 padding-top:4px;
 }

dt, dl, dd, ul, li {
list-style-type: none;
margin: 0 0 0 0;
padding: 0;
}
#topmenu {
 height: 20px;
}

#topmenu ul { 
 padding: 0px;    /* removes left indent */ 
 margin: 0px;
 float:right;
}
#topmenu ul, #topmenu li { 
 display: inline;  /* sets list items to display in a row */ 
 padding-left: 3px;  /* puts space in between list items */
}

#topmenu a, #topmenu a:visited { 
 text-decoration: none; 
 color: #333399;
 background-color: White; 
 font: 11px Arial, Helvetica, sans-serif;
 font-weight:normal;
 text-transform: lowercase;
 cursor: pointer;
} 

#topmenu a:active, #topmenu a:hover { 
 text-decoration: underline;
  background-color: White; 
}

/* Navigation menu */

#navigationMenu {
width: 876px;
}

#navigationMenu a {
text-decoration: none;
color: White;
font-family: Verdana; /* heading h4 */
font-size:8pt;
font-weight:bold;
}

#navigationMenu .mainmenuitem
{
	float: left;
	padding-left: 6px;
}

#navigationMenu .firstitem
{
	padding-left: 0px;
	padding-right: 0px;
}

.submenu 
{
	clear: both;
	background-color: #333399;
	color: White;
	height: 16px;
	padding-left: 6px;
	padding-top: 2px;
}

.submenuitem
{
	float: left;
	color: #c2c2e0;
	font-weight: bold;
	padding-right: 6px;
}

.submenuitemseparator
{
	float: left;
	color: White;
	padding-right: 6px;
}

.submenuitem a
{
	font-family: Verdana;
	font-size: 10px;
	color: #c2c2e0;
	text-transform: uppercase;
}

.submenuitem a.active
{
	color: White;
}

.submenuitem a:hover
{
	color: White;
}

/* Info bar */

#infobar
{
	height: 24px;
	padding-top: 6px;
}

#infobar .breadcrumb
{
	float: left;
}

#infobar .date
{
	float: right;	
	font-size: 12px;
}

.CMSBreadCrumbsLink
{
	text-transform: lowercase;
	font-weight: bold;
}

.CMSBreadCrumbsCurrentItem
{
	text-transform: lowercase;
	font-weight: bold;
}


/* master page content: columns */

#bedrijfsVoering {
 height:212px;
 width:576px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 margin: 0;
}
#bedrijfsVoering dl {
 margin: 0 2px 0 0;
}
#headerBedrijfsVoerring {
 height:12px;
 width:576px;
 padding-top:0px;
 padding-left:0px;
}
#headerBedrijfsVoerring li, #contentsBedrijfsVoering li {
position:relative;
float:left;
margin-right:10px;
font-family: Arial;
font-size: 8pt;
font-weight: bold;
color: #3d3c3f;
}
#contentsBedrijfsVoering a.title {
font-size:20pt;
font-weight: bolder;
}

#wet {
position:relative;
float:left;
padding-top:0px;
padding-left:0px;
width:282px;
}
#headerWet {
position:relative;
float:left;
width:282px;
height:20px;
font-family: Verdana;
font-size: 8pt;
color: #3d3c3f;
}
#contentsWet a.title {
font-size:13pt;
font-weight: bolder;
}

#innovatie 
{
position:relative;
float:left;
padding-left:10px;
padding-top:12px;
width:270px;
}
#contentsInnovatie a.title {
font-size:13pt;
font-weight: bolder;
}

#articleheader
{
	border-top: solid 1px #009999;
	background-color: #009999;
	height: 14px;
	margin-bottom: 6px;
	clear: both;
}

#listheader
{
	border-top: solid 1px #415b68;
	background-color: #415b68;
	height: 14px;
}

#articleheader .title, #listheader .title
{
	float: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	padding-left: 4px;
}

#articleheader .segment
{
	color: White;
	font-size: 10px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	float: right;
	border-left: solid 1px white;
}

#widearticle, .widearticle
{
	width: 564px;
	clear: both;
	margin-right: 12px;
	margin-bottom: 15px;
	overflow: hidden;
}

#smallarticle
{
	margin-right: 8px;
	width: 276px;
	float: left;
	margin-bottom: 15px;
	clear: right;
}

#articletext .title {
text-decoration:none;
font-family: Arial;
color: #3d3c3f;
font-size:20pt;
font-weight: bolder;
}

.articleteaserimage
{
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
	display: block;
}

.articleteaserimage2
{
	float: right;
	padding-left: 6px;
	padding-bottom: 6px;
	display: block;
}

.morelink
{
	padding-left: 6px;
	text-decoration: none;
}

table.list
{
	padding: 0px;
	width: 100%;
}

table.list td
{
	border-bottom: solid 1px #415b68;
	padding-bottom: 2px;
	padding-top: 2px;
}

table.list td.time
{
	width: 60px;
	vertical-align: top;
}

table.list td.icon
{
	width: 60px;
	vertical-align: top;
}

table.list td.title
{
	display: block;
	position: relative;
	font-weight: bold;
	left: 60px;
	text-indent: -45px;
	width: 220px;
}

table.list td.relatedtopic
{
	color: #000000;
	float: left;
	width: 100%;
}

table.list td.relatedtopic a
{
	color: #000000;
}

table.list td .icontext
{
	padding-left: 6px;
}

.bannerblock
{
	margin-bottom: 12px;
}

.bannerblock.gray
{
	background-color: #ececed;
}

table.blog
{
}

td.blog
{
	background-color: #ececed;
	clear: both;
	height: 70px;
	border-bottom: solid 1px black;
}

td.blog h2
{
	padding-left: 6px;
	position: relative;	
	width: 205px;
}

td .author
{
	font-size: 12px;
	padding-left: 6px;
}

td .authorpicture
{
	float: right;
	position: relative;
	top: 0px;
}

#footerleftcol
{
	clear : both;
	width: 564px;
	height: 16px;
	font-size: 11px;
	background-color: #e7e7e8;
	display: block;

}

#footerleftcol .leftcolumn
{
	background-color: #e7e7e8;
	float: left;
}

#footerleftcol .rightcolumn
{
	border-left: solid 6px #ffffff;
	padding-left: 12px;
	padding-right: 6px;
	float: right;
	background-color: #e7e7e8;
	height: 16px;
}


/* Default Page Styles */
h1 
{
  font-family: Arial;
  font-weight: bold;
  font-size: 28px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: inline;
  line-height: 30px;
}

h2 
{
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 22px;
}

.blogtitle
{
  font-family: Arial;
  font-weight: bold;
  line-height: 1em;
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
 background-color: #ececed;
	padding-left: 6px;
	position: relative;	
	width: 205px;
}

h3 {
  font-family: Arial;
  line-height: 1em;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*  externe omgeving page */
.content
{
	margin-right: 14px;
	margin-bottom: 12px;
}

.externeOmgevingImgClass {
  float:left;
  padding-right:6px;
  padding-bottom:6px;
  display:inline;
  vertical-align:text-top;
  } 
  
/* Login box */
#loginbox
{
	background-color: #ececed;
}  

#loginbox .bannerblock
{
	padding: 6px 12px 4px 12px;
}

#loginbox label
{
	display: block;
	margin-bottom: 6px;
}

#loginbox input
{
	width: 216px;
	display: block;
}

#loginbox .button
{
	text-align: right;
	display: block;
}

.username
{
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
}
  
  
/* Search box */
#searchbox
{
	background-color: #ececed;
}  

#searchbox .bannerblock
{
	padding: 6px 12px 4px 12px;
}

#searchbox label
{
	display: block;
	margin-bottom: 6px;
}

#searchbox input
{
	width: 216px;
	display: block;
}

#searchbox .button
{
	text-align: right;
	display: block;
}


/* Blogs */
.blogauthorimage
{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.blogimage
{
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

/* Article Page */
.votebar
{
	margin-top: 12px;
	background-color: #e7e7e8;
	padding-top: 3px;
	height: 18px;
}

.votebar .segment
{
	float: left;
	padding-left: 6px;	
	padding-right: 6px;
}

.votebar .segment.rightalign
{
	float: right;
}

#reacties
{
	margin-top: 24px;
	margin-bottom: 24px;
	margin-right: 12px;
}

#reacties .reactie
{
	background-color: #e7e7e8;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

#reacties p
{
	margin-left: 6px;
	margin-right: 6px;
}

#reacties #articleheader
{
	border-top: solid 1px #415b68;
	background-color: #415b68;
} 

#reacties .door
{
	text-transform: none;
	font-weight: normal;
}

.sendtoafriend
{
	margin-top: 6px;	
	width: 100%;	
}

#commentbox
{
	background-color: #e7e7e8;
	margin-bottom: 12px;
	margin-right: 12px;
}

#commentbox fieldset
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	border: none;
}

#commentbox label
{
	float: left;
	width: 120px;
}

#commentbox .field
{
	padding-top: 6px;
	padding-bottom: 6px;
}

#commentbox .commentauthor
{
	width: 400px;
}

#commentbox .commenttext
{
	width: 400px;
	height: 80px;
}

.buttonbar
{
	text-align: right;
	padding-right: 6px;
}

#commentbox p.message
{
	text-align:center;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#subscriptionContainer
{
	 background-color: #ececed;
	 display:  table;
	 width: 564px;
}
.SubscriptionRow
{
	display:  table-row;
	padding-left: 6px;
	margin-bottom: 10px;
	clear: both;
}
.SubscriptionRow .textbox
{
	width: 350px;
}
.SubscriptionCell
{
	float: left;
	display:  table-cell;
	width : 180px;
	padding-top: 2px;
	padding-left: 6px;
}

.SubscriptionCellInput
{
	float: left;
	display:  table-cell;
	width : 370px;
	padding-top: 2px;
}

.SubscriptionRow .buttonbar
{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
}

.SubscriptionRow .newsection
{
	padding-top: 12px;
	padding-left: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}

#ContactContainer
{
	 background-color: #ececed;
	 display:  table;
	 width: 100%
}
.ContactRow
{
	display:  table-row;
	width: 100%;
}
.ContactCell
{
	float: left;
	display:  table-cell;
	width : 50%;
	padding-top: 2px;
}
.archiefBlogLink
{
	font-weight: bold;
	color: #000000;
}

.archiefBlogSeperator {
	font-weight: bold;
	color: #c8c7c7;
	height: 2px;
}

.mostvalued .icontext
{
	color: #40ae49;
}

.mostread .icontext
{
	color: #47828f;
}

/* B&E Active */
#beneactive
{
}

#beneactive .box
{
	height: 48px;
	border-bottom: solid 1px #231f20;
}

#beneactive .percentagebox
{
	padding-top: 10px;
	width: 100px;
	float: left;
}

#beneactive .scorebox
{
	float: left;
	width: 380px;
}

#beneactive .imagebox
{
	width: 48px;
	padding-top: 12px;
	float: right;
}


#beneactive .percentage
{
	font-family: Arial;
	line-height: 1em;
	font-size: 21px;
	color: #5ca223;
	line-height: 1em;
	padding-left: 6px;
}

#beneactive .scorebar
{
	color: #333399;
}











/**

h1{
sIFR-font Auto1 black 31 pt regelafstaan 30pt alt=arial bold
}

h2{
sIFR Auto1 bold 21 pt regelafstand 21 pt Alt=Arial bold
}

h3{
sIFR-font Auto1 light
}**/



h4{
	font-family: Arial;
	font-size:12pt;
	word-spacing:80pt;
	font-weight:bold;
}

#descriptionText
{
	font-family: Arial;
	font-size:23pt;
	letter-spacing:14pt;
}

links
{
 font-family:Arial;
 font-size: 11pt;
 font-style:normal;
}


#colHeader1 {
 color: #009999;
}
#colHeader2 {
 color: #415b68;
}


.loginmessage
{
	clear: both;
	color: #009999;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
}

.required .SubscriptionCell
{
	font-weight: bold;
}

.required .textbox
{
	background-color: #FBFFCE;
	border: solid 1px #F8FEB7;
}

.popup
{
	background-color: White;
	border: solid 1px black;
}

.form
{
	 background-color: #ececed;
	 width: 558px;
	 padding-top: 6px;
	 padding-left: 6px;
	 margin-bottom: 6px;
	 margin-top: 6px;
	 margin-right: 3px;
}

.form .row
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.form label
{
	display: inline-block;
	width: 200px;	
}

.wide label
{
	width: auto;
}

.gender label
{
	margin-left: 4px;
	width: 60px;
}

#profile .textbox
{
	width: 300px;
}

#profile b
{
	font-size: 14px;
}

#profile .buttonbar
{
	margin-right: 6px;
	margin-bottom: 12px;
}

#profile select
{
	width: 100px;
	border: solid 1px black;
	margin-bottom: 3px;
}

.message
{
	background-color: #ffffcc;
	margin-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;		
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.archief
{
	
}

.archiefnummer
{
	float: left;
	width: 140px;
	height: 140px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	cursor: pointer;
}

.archiefnummer:hover
{
	background-color: #e7e7e8;
}

.archief .jaargang
{
	clear: both;
	display: table;
}

.archief .jaargang .magazines
{
	margin-left: 80px;
	float: left;
}

.archief .jaargang a.magazine img
{
	width: 85px;
	height: 120px;
}

.archief .jaar
{
	font-size: 20px;
	float: left;
}

.profilesearchresult
{
	padding-top: 4px;
	margin-right: 12px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	padding-left: 6px;
	background-color: #ffffff;
	background-image: url(/images/bg_dots_horiz_whitebg_4x4.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}

.profilesearchresult:hover
{
	background-color: #e7e7e8;
}

.profilesearchresult .name
{
	font-size: 16px;
	font-weight: bold;
}

.profielvalue
{
	font-weight: bold;
}

.googleAd
{
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    clear: both;
}