/*********************************************
 | DIMENSYS BUSINESS SOLUTIONS CSS
 ********************************************/

/**********************
 * CSS Reset
 *********************/
body {
	line-height: 1;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
a {
	text-decoration: underline;
	color: #009cd9;
}
a:hover {
	color: #009cd9;
	text-decoration: none;
}

a img{
	border: 0;
}
ol, ul {
	list-style: none;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	border: 0px;
	height: 1px;
	background-color: #E4E4E4;
	color: #E4E4E4;
}
strong{
	font-weight: bold;
	color: #5e5e5e;
}
.floatright{
	float: right;
}

/**********************
 * Global CSS
 *********************/
body {
	background: #515151;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	color: #000;
}
h1, h2, h3, h4, h5, h6, ul, li {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 15px 0;
	line-height: 20px;
}
#container {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	background: #fff url(img/header.png?version=1) top center repeat-x;
}

/* buttons */

.button-blue{
	background-color: #929292;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#01b0db),to(#017ac3));
	background-image: -webkit-linear-gradient(top,#01b0db,#017ac3);
	background-image: -moz-linear-gradient(top,#01b0db,#017ac3);
	background-image: -ms-linear-gradient(top,#01b0db,#017ac3);
	background-image: -o-linear-gradient(top,#01b0db,#017ac3);
	background-image: linear-gradient(top,#01b0db,#017ac3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#01b0db',EndColorStr='#017ac3');
	border: 1px solid #0194cf;
	color: #fff;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
}
.button-blue:hover{
	color: #fff;
	background-color: #0193cd;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#0193cd),to(#006289));
	background-image: -webkit-linear-gradient(top,#0193cd,#006289);
	background-image: -moz-linear-gradient(top,#0193cd,#006289);
	background-image: -ms-linear-gradient(top,#0193cd,#006289);
	background-image: -o-linear-gradient(top,#0193cd,#006289);
	background-image: linear-gradient(top,#0193cd,#006289);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0193cd',EndColorStr='#006289');
}
.button-blue:active{
	color: #fff;
	background-color: #0194cf;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#0194cf),to(#0194cf));
	background-image: -webkit-linear-gradient(top,#0194cf,#0194cf);
	background-image: -moz-linear-gradient(top,#0194cf,#0194cf);
	background-image: -ms-linear-gradient(top,#0194cf,#0194cf);
	background-image: -o-linear-gradient(top,#0194cf,#0194cf);
	background-image: linear-gradient(top,#0194cf,#0194cf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0194cf',EndColorStr='#0194cf');
}


#quicksearch input.submit,
.button-grey{
	background-color: #b2b2b2;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#b2b2b2),to(#818181));
	background-image: -webkit-linear-gradient(top,#b2b2b2,#818181);
	background-image: -moz-linear-gradient(top,#b2b2b2,#818181);
	background-image: -ms-linear-gradient(top,#b2b2b2,#818181);
	background-image: -o-linear-gradient(top,#b2b2b2,#818181);
	background-image: linear-gradient(top,#b2b2b2,#818181);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b2b2b2',EndColorStr='#818181');
	border: 1px solid #818181;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	font-style: normal;
}

.button-grey{
	padding: 4px 16px 5px 16px;
}

#quicksearch input.submit:hover,
.button-grey:hover{
	color: #fff;
	background-color: #969696;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#969696),to(#575757));
	background-image: -webkit-linear-gradient(top,#969696,#575757);
	background-image: -moz-linear-gradient(top,#969696,#575757);
	background-image: -ms-linear-gradient(top,#969696,#575757);
	background-image: -o-linear-gradient(top,#969696,#575757);
	background-image: linear-gradient(top,#969696,#575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#969696',EndColorStr='#575757');
}
#quicksearch input.submit:active,
.button-grey:active{
	color: #fff;
	background-color: #818181;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#818181),to(#818181));
	background-image: -webkit-linear-gradient(top,#818181,#818181);
	background-image: -moz-linear-gradient(top,#818181,#818181);
	background-image: -ms-linear-gradient(top,#818181,#818181);
	background-image: -o-linear-gradient(top,#818181,#818181);
	background-image: linear-gradient(top,#818181,#818181);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#818181',EndColorStr='#818181');
}


#breadcrumb {
	width: 960px;
	margin: 0 auto
}
.contain {
	margin: 0 auto;
	width: 959px;
	padding: 0 0 0 2px;
}
.homepage .contain{
	padding: 0;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 115px;
	padding: 0 5px;
	position: relative;
	z-index: 10;
}
#header h1 {
	position: absolute;
	top: 22px;
	left: 9px;
}
#header h1 a {
	background: transparent url(img/logo.png?version=1) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 41px;
	width: 174px;
}
.top-nav {
	color: #000000;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 10px;
	font-size: 11px;
	line-height: 10px;
}
.top-nav a {
	color: #000;
}
#languages, .top-nav .service-desk {
	float: left;
	padding: 0 4px 2px 3px;
}
.top-nav .seperator {
	float: left;
	padding: 0 3px 2px 2px;
}
#header .unicef {
	display: inline;
	height: 33px;
	width: 165px;
	float: right;
	margin-top: 13px; *
	margin-top: 35px;
}
#languages .lang-icon {
	width: 16px;
	height: 11px;
	display: block;
	float: left;
	margin: 0 0 0 6px;
}
#languages .lang-choose {
	float: left;
}
#languages .lang-icon.nl {
	background: url(img/flag_dutch.gif?version=1);
}
#languages .lang-icon.en {
	background: url(img/flag_english.gif?version=1);
}
#languages .lang-icon.de {
	background: url(img/flag_german.gif?version=1);
}
#breadcrumb {
	padding: 0;
	border-top: 1px solid #fff;
	font-size: 11px;
	height: 37px;
	line-height: 33px;
	color: #999;
	overflow: hidden;
}
#breadcrumb a {
	color: #999;
}

#breadcrumb ul{
	padding: 4px 0 0 5px;
}

#breadcrumb ul li {
	float: left;
	margin: 0;
	font-size: 12px;
}
#breadcrumb ul li {
	margin: 0 3px 0 0;
}
#breadcrumb ul li a {
	background: transparent url(img/arrow_grey.gif?version=1) no-repeat right 5px;
	padding: 0 12px 0 0;
	margin: 0 4px 0 0;
	text-decoration: underline;
}
#breadcrumb ul li a:hover {
	color: #1C8AD0;
}
li a:hover {
	color: #1C8AD0;
}
/************* menu *************/
#menu {
	clear: both;
	position: absolute;
	top: 75px;
	left: 5px;
	width: 100%;
	height: 35px;
	margin: 0 5px;
}
#menu ul:after,
#menu:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#menu ul {
	display: block;
	table-layout: fixed;
}
#menu ul li {
	position: relative;
	float: left;
	margin: 0;
}
#menu ul li a {
	color: #5e5e5e;
	font-size: 15px;
	text-decoration: none;
	display: block;
	height: 35px;
	line-height: 37px;
	text-align: center;
	padding: 0;
	margin: 5px 0 0 0;
	font-weight: bold;
}
#menu ul li a span {
	cursor: pointer;
	float: left;
	height: 35px;
	padding: 0 19px;
}
#menu > ul > li.activeDropdown > a,
#menu > ul > li > a:hover {
	color: #000;
	background-color: #ffffff;
}
#menu ul > li.active > a {
	background-color: #ffffff;
	height: 35px;
	line-height: 37px;
	margin: 5px 0 0 0;
	color: #000;
}
/**********************
 * Drop down CSS
 *********************/
#menu ul li div.dropdownContainer {
	background: transparent url(img/bottom_submenu_4columns.png?version=1) no-repeat bottom left;
	padding: 0 7px 18px 0;
	position: absolute;
	width: 634px;
	left: -169px;
	top: 40px;
	visibility: hidden;
	z-index: 5;
}
/* niveua 1 geld voor multi menu colum*/
#menu ul li div.dropdownContainer .divider {
	overflow: hidden;
	width: 100%;
}
#menu ul li div.dropdownContainer ul.multipleColumns {
	float: left;
	display: block;
	width: 100%;
	padding: 0 0 0 9px;
}
#menu ul li div.dropdownContainer ul.multipleColumns li {
	float: left;
	display: block;
	width: 191px;
	padding: 0 17px 0 0;
}

#menu ul li div.dropdownContainer ul.multipleColumns li:last-child {
	padding: 0;
}

#menu ul li div.dropdownContainer ul.multipleColumns li a {
	background: none;
	color: #616161;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 6px;
	text-decoration: none;
}
#menu ul li div.dropdownContainer ul.multipleColumns li a:hover {
	padding-bottom: 6px;
}
/* niveua 2 pas op de over-erven.*/
#menu ul li div.dropdownContainer ul.multipleColumns li ul.multipleColumns {
	border: none;
}
#menu ul li div.dropdownContainer ul.multipleColumns li ul.multipleColumns li {
	float: none;
	border: none;
	width: auto;
}
#menu ul li div.dropdownContainer ul.multipleColumns li ul.multipleColumns li a {
	float: none;
	border: none;
	width: 183px;
	color: #797979;
	font-weight: normal;
	line-height: 20px;
	background: url(img/bullet-blue.png?version=1) no-repeat 0 8px;
	margin: 0 0 0 1px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: underline;
}
#menu ul li div.dropdownContainer ul.multipleColumns li ul.multipleColumns li a:hover {
	color: #019cda;
	text-decoration: none;
}

#menu .dropdownContainer.news{
	line-height: 1!important;
	height: auto!important;
}


/* end * test multi menu * end */

/* enkel  bekijk   */

/* enkel  niveua 1 */
#menu ul li span.activeJoin {
	position: absolute;
	font-size: 0px;
	top: 40px;
	left: 0;
	height: 2px;
	z-index: 6;
	visibility: hidden;
}
#menu ul li span.activeJoin span {
	font-size: 0px;
	z-index: 7;
	display: block;
	height: 2px;
	visibility: hidden;
}
#menu ul li div.dropdownContent {
	background: transparent url(img/tile_submenu.png?version=1) 0 -300px no-repeat;
	padding: 0 0 0 7px;
}

.side-block .dropdownContent .contain{
	width: auto;
}

#menu ul li div.dropdownContainer ul {
	margin: 0;
	width: 159px;
}
#menu ul li div.dropdownContainer ul li {
	margin: 0;
	background-image: none;
	padding: 0;
	text-align: left;
	width: 162px;
	display: block;
}
#menu ul li div.dropdownContainer ul li a {
	padding: 0 0 0 10px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	height: auto !important;
	text-align: left;
	display: block;
	border: 0;
	margin: 0;
	font-weight: normal;
	background: url(img/bullet-blue.png?version=1) no-repeat 0 7px;
	text-decoration: underline;
}
#menu ul li div.dropdownContainer ul li a:hover {
	color: #019cda;
	margin: 0;
	text-decoration: none;
}
#menu ul li div.dropdownContainer.narrow {
	width: 200px;
	left: -6px;
}
#menu ul li div.dropdownContainer.narrow {
	background: transparent url(img/bottom_submenu_1column.png?version=1) bottom left no-repeat;
}
#menu ul li div.dropdownContainer .contain_menu {
	background: transparent url(img/tile_submenu.png?version=1) top right no-repeat;
	padding: 22px 7px 6px 0;
	overflow: hidden;
	width: 100%;
}
#menu ul li div.dropdownContainer .column {
	width: 162px;
	padding: 0 0 0 18px;
}
#menu ul li div.dropdownContainer .column.last {
	background-image: none;
}
#menu ul li div.dropdownContainer ul li.activeDropdown a:hover, #menu ul li div.dropdownContainer ul li.activeDropdown a {
	background: transparent url(img/tile_menu.gif?version=1) 0 -220px repeat-x;
	color: #1c8ad0;
	height: 40px;
	line-height: 40px;
	margin: 0;
}
#menu ul li div.dropdownContainer ul li.activeDropdown a:hover span, #menu ul li div.dropdownContainer ul li.activeDropdown a span {
	background: transparent url(img/tile_menu.gif?version=1) right -261px repeat-x;
	height: 40px;
	margin-top: 0 !important;
}
/* enkel  niveua 2 */
#menu ul li .dropdownContainer ul li ul li {
	display: none;
}
/************* eind menu *************/

#quicksearch {
	width: auto;
	margin: 6px 4px 0 0;
}

#quicksearch input, #quicksearch label {
	display: inline;
	float: left;
	height: 18px;
	line-height: 18px;
}
#quicksearch input.field {
	border-left: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-right: none;
	color: #b2b2b2;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	padding: 0 3px 0 6px;
	width: 163px;
	height: 23px;
	margin: 0 0 0 4px;
	font-style: italic;
}

.ie8 #quicksearch input.field,
.ie7 #quicksearch input.field{
	line-height: 23px;
}


#quicksearch input.submit{
	color: #fff;
	font-size: 12px;
	height: 25px;
	width: 74px;
	line-height: 25px;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 0 4px 0;
}

.side-block{
	margin: 0 0 9px 0;
}

.side-block-top,
.side-block-middle,
.side-block-bottom{
	background: url(img/sidebar-shadow.png?version=1) no-repeat;
	width: 198px;
}

.side-block-top{
	height: 4px;
	background-position: 0 0;
}

.side-block-middle{
	background-position: -198px 0;
	background-repeat: repeat-y;
}

.side-block-bottom{
	background-position: -400px 0;
	height: 4px;
}

.side-block-middle-gradient{
	overflow: hidden;
	margin: 0 3px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));
	background-image: -webkit-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -moz-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -ms-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -o-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: linear-gradient(top,#ffffff,#f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8');
}

.side-block-middle-gradient p{
	overflow: hidden;
}

#left {
	width: 201px;
	margin: 0 9px 0 0;
}
#left #navigation ul li ul {
	border-top: 0;
	margin: 0;
	padding: 0 0 0 10px;
	width: 145px;
}
#left #navigation ul li ul li a {
	border: 0;
}
#left #navigation ul li ul li a:hover {
}
#right {
	width: 201px;
	margin: 0 0 20px 0;
	float: right;
}
#left h2 a, #right h2 a,
#left h2, #right h2 {
	color: #000;
	font-size: 15px;
	text-align: left;
	margin: 0 0 9px 0;
	font-weight: bold;
	text-decoration: none;
}

#left p, #right p,
#left li, #right li{
	line-height: 20px;
	margin: 0;
}

#left h2, #right h2{
	padding: 0 0 5px 0;
	border-bottom: 1px solid #019cda;
}

#left input, #right input {
	border: 1px solid #C1C1C1;
	font-size: 12px;
	color: #999;
	margin: 0 0 6px 0;
	width: 144px;
	padding: 4px 3px;
	line-height: 20px;
	height: auto;
}

#left input.error, #right input.error {
	border: 1px solid #FF6600;
}

#left .content, #right .content {
	overflow: hidden;
	padding: 19px 20px 22px 20px;
	margin: 0;
}
#right .grey_wrapper, #left .grey_wrapper {
	background: transparent url(img/sidemenu_block_line_grey.gif?version=1) no-repeat left top;
	padding: 5px 0 0 0;
}
#right .blue_wrapper, #left .blue_wrapper {
	background: transparent url(img/sidemenu_block_line_blue.gif?version=1) no-repeat left top;
	padding: 5px 0 0 0;
}

#right .content .button-blue{
	float: right;
	margin-top: 8px;
}

.ie7 #right .content .button-blue{
	margin-top: 0;
}


#content div.related ul, .contain .content ul {
	margin: 10px 0 0 0;
	width: 159px;
}
#content div.related ul {
	width: auto;
}
#content div.related ul li, .contain .content ul li {
	margin: 0;
	background: none;
	padding: 0;
	text-align: left;
	clear: left;
}
#header .language #languages ul li a, #content div.related ul li a, .contain .content ul li a {
	background: url(img/bullet-blue.png?version=1) no-repeat 0 8px;
	line-height: 20px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	display: block;
	padding: 0 0 0 10px;
	text-align: left;
}
#header .language #languages ul li a {
	border-bottom: 0;
}
#header .language #languages ul li a:hover, #content div.related ul li a:hover, .contain .content ul li a.active, .contain .content ul li a:hover {
	color: #009cd9;
	line-height: 20px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
.contain .content ul li a.active {
	background: url(img/list-style-square-blue.gif?version=1) 0 7px no-repeat;
	color: #1d8ad0;
}
#content div.related ul li a, #content div.related ul li a:hover {
	background-position: 0 7px;
	border: 0;
	display: block;
}

#right ol,
.contain .why ol, .contain .content.why ol,
.contain .why ul, .contain .content.why ul {
	margin: 0;
}
.contain .content.call {
	text-align: right;
}
.contain .content.call ul {
	text-align: left;
}
.contain .content.call ul li.callback {
	background: url(img/callback.gif?version=1) 0 0 no-repeat;
	height: 42px;
	padding: 0 0 0 30px;
}
.contain .content.call a.more {
	color: #fff;
	text-decoration: none;
	margin: 4px 0 5px 0;
}
.contain .content.call a {
	color: #999;
	text-decoration: underline;
}
.contain .why  ul li {
	background: url(img/list-style-tick.gif?version=1) 0 2px no-repeat;
	margin: 0;
	padding: 3px 0 6px 18px;
}
#right .why ul li {
	background: url(img/list-style-tick.gif?version=1) 0 4px no-repeat;
	margin: 0;
	padding: 3px 0 6px 18px;
	line-height: 16px;
}
#content {
	width: 536px;
	padding: 2px 0 20px 0;
}
#content.wide {
	width: 737px;
	padding: 16px 0 30px 4px;
}
.mceContentBody h2,
#content h2 {
	font-size: 28px;
	color: #019cda;
	text-transform: uppercase;
	line-height: 25px;
	margin: 10px 0 18px 0;
	font-family: 'FrutigerLTW01-45Light', arial, sans-serif;
}
.mceContentBody h3,
.mceContentBody h4,
#content h4,
#content h3 {
	font-size: 20px;
	color: #5e5e5e;
	line-height: 20px;
	padding: 4px 0 0 0;
	margin: 0 0 18px 0;
	font-family: 'FrutigerLTW01-45Light', arial, sans-serif;
}

.mceContentBody h4,
#content h4 {
	color: #019cda;
}

.contain .related h4,
.contain .related h5,
#content h5 {
	margin: 0!important;
	color: #000!important;
	font-size: 15px!important;
	font-weight: bold!important;
	padding: 0 0 2px 0!important;
	border-bottom: 1px solid #019cda!important;
	font-family: arial, sans-serif!important;
}


#content p {
	font-size: 12px;
	line-height: 20px;
}
#content p.important,
#content p.intro {
	font-size: 17px;
	color: #009cd9;
	line-height: 22px;
}
#content div.related {
	padding-top: 10px 0;
}
#content div.orange_wrapper {
	padding: 5px 0 0 0;
	margin: 30px 0 20px 0;
	clear: both;
}
#content img.left {
	padding: 3px 15px 0 0;
}
#content img.right {
	padding: 3px 0 0 15px;
}
.contain #content ol,
.contain #content ul {
	margin: 4px 0 10px 0;
}
#footer {
	background: #515151;
	height: 60px;
	padding: 0;
	text-align: left;
	color: #cbcbcb;
	font-size: 11px;
}

#footer li{
	line-height: 20px;
}
#footer p {
	margin: 0 0 8px 0;
}
#footer a {
	color: #cbcbcb;
	margin: 0 6px 0 0;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.links {
	color: #1c8ad0;
}
#footer-container {
	width: 960px;
	margin: 0 auto;
}


.footer-cooperation-logo{
	margin-top: 7px;
	width: 133px;
	height: 41px;
	background: url(img/footer-cooperation.png?version=1) no-repeat;
}

#footerisaac a{
	text-decoration: underline;
}
#footerisaac a:hover{
	text-decoration: none;
}
#footersponsor span,
#footervolg span{
	position: relative;
	bottom: 8px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

#footersponsor span{
	bottom: 5px;
	padding: 0 12px 0 0;
}

#footersponsor{
	margin: 0 0 24px 0;
}
#footersponsor a{
	padding: 0 4px 0 0;
}

#footervolg{
	margin: 0 0 14px 0;
}

#footervolg a{
	padding: 0;
	margin: 0 8px 0 0;
}

.footercontact,
.footerlinks,
.footer-cooperation,
.footersocial{
	float: left;
	color: #cbcbcb;
	background: url(img/footer-line.png?version=1) top right no-repeat;
	min-height: 143px;
	padding: 22px 20px 0 25px;
}

.footerlinks{
	padding: 22px 1px 0 20px;
}

.footerlinks .english .terms,
.footerlinks .english .downloads,
.footerlinks .english .links,
.footerlinks .english .glossary,
.footerlinks .german .terms,
.footerlinks .german .downloads,
.footerlinks .german .links,
.footerlinks .german .glossary{
	display: none;
}

.footer-cooperation{
	padding: 22px 21px 0 20px;
}


.footerlinks ul{
	float: left;
	margin: 0 12px 0 0;
}

.footerlinks li{
	padding: 0 0 0 10px;
	background: url(img/bullet-grey.png?version=1) 0 8px no-repeat;
}

.footersocial{
	background: none;
	padding: 20px 0 0 20px;
}

#footer strong{
	color: #cbcbcb;
}

.left {
	display: inline;
	float: left;
}
.right {
	float: right;
}
.centered {
	text-align: center;
	padding-top: 3px;
}

.newsContain:after, .contain:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.newsContain {
	margin-bottom: 10px;
}
.contain ol,
.contain ul {
	margin: 12px 0 0 23px;
}
.contain #content ol li,
.contain #content  ul li {
	font-size: 12px;
	background: url(img/bullet-black.png?version=1) no-repeat 0 8px;
	margin: 0 0 6px 0;
	padding: 0 19px 0 15px;
	color: #000;
	line-height: 20px;
}


.contain ol li li ,
.contain ul li li {
	font-size: 12px;
	margin: 0 0 6px 2px;
	padding: 0 0 0 10px;
}

.contain #content ol li,
.contain #content ul li {
	line-height: 16px;
	background-position: 0 6px;
}

.contain #content ol li{
	list-style: decimal;
	background: none;
	padding-left: 0;
	margin-left: 15px;
}

.contain ul li a{
	color: #000;
}

.contain #content ul.level1 li, .contain #content ul.level2 li {
	line-height: auto !important;
}
.contain ul li.active .dropdownContent a {
	font-size: 11px;
}
.contain ul li.active .dropdownContent a:hover, .contain ul li.active .dropdownContent .active a {
}

.menu-services #slidedown li:hover,
.menu-services #slidedown li{
	margin: 0!important;
	padding: 0!important;
}

.menu-services #slidedown li a{
	background-position: 0 0;
	padding: 15px 0 5px 21px;
	font-style: normal;
	color: #666;
}

.menu-services #slidedown li a:hover{
	background-position: -536px 0;
	padding: 15px 0 5px 21px;
}




#slidedown {
	margin: 0 0 15px 0;
}

#slidedown ul {
	margin: 0 !important;
}
#slidedown li {
	background: none !important;
	padding: 0 15px 0 0 !important;
	margin: 0;
}

#slidedown a {
	background: url(img/overviewlist-item-slim.png?version=1) no-repeat;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid white;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	display: block;
	line-height: 15px;
	padding: 15px 0 5px 21px;
	margin: 0;
	cursor: pointer;
	min-height: 25px;
	font-style: italic;
	width: 515px;
	text-decoration: none;
}

#slidedown a.news {
	background: url(img/overviewlist-item.png?version=1) no-repeat;
	min-height: 49px;
}
#slidedown a .dark {
	font-style: normal;
}

#slidedown a:hover {
	background-position: -536px 0;
	color: #019cda;
}
#slidedown a.news:hover {
	background-position: -536px -1px;
}

#slidedown .tijdsduur{
	color: #666;
}

#slidedown a:hover span{
	color: #019cda;
}
#slidedown a:hover .dark {
	color: #019cda;
}
#slidedown a.pluginLink {
	height: 40px;
}
#slidedown a.pluginLink small {
	font-weight: normal;
}
#slidedown a span {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}
#slidedown li a {
	padding: 5px 0 5px 33px;
	margin: 0;
}
#slidedown li a, #slidedown li a:hover {
	background-position: 14px 8px;
}
.col2_block {
	background: url(img/col2_block.gif?version=1) no-repeat;
	width: 225px;
	min-height: 90px;
	padding: 20px 10px 20px 20px;
	margin: 0 2px;
}
.searchResult {
	display: block;
	padding: 0;
	margin: 0;
}

#searchResults li {
	padding: 0!important;
	margin: 0!important;
	list-style: none!important;
}

.searchResult a {
	text-decoration: none;
}
.searchResult a:hover {
	text-decoration: underline;
}

.searchResult h5 {
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#content .col2_block h3, .col2_block h3 {
	margin: 0;
}
#content .col2_block p, .col2_block p {
	margin: 0;
	color: #333;
	font-size: 11px;
}


.form-top,
.form-middle,
.form-bottom{
	background: url(img/form-bg.png?version=1) -1px 0 no-repeat;
	height: 3px;
}



.form-middle{
	height: auto;
	background-repeat: repeat-y;
	background-position: -557px 0;
}

.form-bottom{
	background-position: -1103px 0;
}

.form-middle-gradient{
	padding: 20px 20px 20px 19px;
	margin: 0 8px 0 2px;
	background-color: white;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));
	background-image: -webkit-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -moz-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -ms-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -o-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: linear-gradient(top,#ffffff,#f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8');
	overflow: hidden;
}

.overlay .form-middle{
	width: 545px;
}

.overlay .form-bottom{

}


.form-middle .button-blue{
	float: right;
}

form.wrapper {
	margin: 0 -7px 0 -3px;
}
form.wrapper label {
	float: left;
	width: 120px;
}
form.wrapper .inside {
	margin-left: 15px;
	width: 85px;
}
form.wrapper .medium {
	height: 21px;
	width: 218px;
	margin-bottom: 5px;
	border: 1px solid #cfcfcf;
}

.ie8 form.wrapper .medium,
.ie7 form.wrapper .medium{
	height: 18px;
	padding: 3px 0 0 0;
}


#content form.wrapper textarea.medium {
	width: 371px;
	height: 113px;
	margin-bottom: 11px;
}



form.wrapper .small {
	float: left;
	width: 50px;
	margin-bottom: 5px;
	border: 1px solid #CFCFCF;
}
form.wrapper .xsmall {
	float: left;
	width: 25px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #CFCFCF;
}
form.wrapper input.radio {
	margin-bottom: 5px;
}
form.wrapper a.more {
	width: 204px;
	margin: 20px 0 0 120px;
}
form.wrapper a.more span {
	display: block;
}
.clearfix {
	clear: left;
}
/**********************
 * Home CSS
 *********************/

.homepage #quicksearch{
	position: absolute;
	top: 0;
	right: -1px;
	margin: 7px 0 0 0;
}

.homepage-banner-container{
	padding: 40px 0 0 40px;
	position: relative;
	margin: 0 5px;
}

.homepage-banner,
.banner-item{
	width: 910px;
	height: 257px;
}

.banner-item{
	position: relative;
}

.banner-item a{
	text-decoration: none;
}

.banner-text{
	position: absolute;
	color: #fefefe;
	text-decoration: none;
	width: 244px;
	height: 191px;
	padding: 20px 0 0 17px;
}

.banner-text p{
	margin: 0;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: 'FrutigerLTW01-45Light', arial, sans-serif;
}

.banner-image img{
	border: 0;
}

.homepage-banner-blue-block{
	width: 301px;
	height: 251px;
	background-color: #019cda;
	position: absolute;
	top: 0;
	left: 0;
}

.homepage-banner-nav{
	width: 70px;
	height: 65px;
	background: url(img/homepage-banner-nav.png?version=1) no-repeat;
	position: absolute;
	right: 28px;
	bottom: -40px;
	z-index: 10;
	padding: 8px 0 0 7px;
}

.homepage-banner-nav a{
	margin: 0 4px 0 0;
	color: #fff;
	width: 14px;
	float: left;
	display: block;
	height: 13px;
	padding: 1px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.homepage-banner-nav a:hover{
	text-decoration: underline;
}

.homepage-banner-nav a.activeSlide{
	color: #000;
	background: #fff;
	cursor: default;
}

.homepage-banner-nav a.activeSlide:hover{
	text-decoration: none;
}

.tagline-container{
	margin: 0 auto;
	width: 960px;
}

.tagline-container p{
	font-size: 17px;
	color: #009cd9;
	width: 750px;
	line-height: 22px;
	margin: 20px 0 0 24px;
}

.homepage-call-to-actions{
	width: 956px;
	margin: 19px auto 22px auto;
}

.cta-top{
	height: 5px;
	background: url(img/cta-top.png?version=1);
}
.cta-middle{
	background: url(img/cta-middle.png?version=1);
}
.cta-bottom{
	height: 5px;
	background: url(img/cta-bottom.png?version=1);
}

.cta-middle-gradient{
	overflow: hidden;
	padding: 17px 0 0 19px;
	min-height: 199px;
	margin: 0 3px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));
	background-image: -webkit-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -moz-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -ms-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: -o-linear-gradient(top,#ffffff,#f8f8f8);
	background-image: linear-gradient(top,#ffffff,#f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8');
}

.cta-middle-gradient p{
	margin: 0 0 14px 0;
}

.cta-middle-gradient h2{
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #019cda;
	margin: 0 0 19px 0;
	padding: 0 0 5px 0;
}

.cta-middle-gradient .cta-right,
.cta-middle-gradient .cta-center,
.cta-middle-gradient .cta-left{
	width: 355px;
	float: left;
}

.cta-middle-gradient .cta-left ul{
	margin: 0;

}

.cta-middle-gradient .cta-left li{
	float: left;
	background: url(img/bullet-blue.png?version=1) 0 8px no-repeat;
	margin: 0;
	padding: 0 0 0 10px;
	width: 193px;
	display: block;
	line-height: 20px;
}

.cta-middle-gradient .cta-left li.second-li{
	width: 140px;
}

.cta-middle-gradient .cta-center{
	width: 237px;
	margin: 0 41px;
}
.cta-middle-gradient .cta-right{
	width: 236px;
}

.cta-middle-gradient > div{
	min-height: 199px;
	position: relative;
}


.cta-middle-gradient .more,
.cta-middle-gradient .button-blue{
	position: absolute;
	right: 0;
	bottom: 22px;
}

.cta-middle-gradient .more{
	left: 0;
	right: auto;
	height: 25px;
	line-height: 25px;
	width: 100%;
}

.wide_block {
	background: url(img/news_block.gif?version=1) no-repeat;
	padding: 13px;
	width: 452px;
	margin: 18px 0 0 0;
	position: relative;
}
.narrow_block {
	width: 207px;
	margin: 18px 0 0 0;
	padding: 13px 17px 13px 16px;
	position: relative;
}

.wide_block, .narrow_block {
	height: 150px;
}
.narrow_block a.more_white, .wide_block a.more_white {
	position: absolute;
	left: 15px;
	top: 138px;
}
.narrow_block a.more_white {
	left: 18px;
}
.subMenu {
	background: red;
	padding: 10px 0;
}
a.more_white {
	cursor: pointer;
}
/**********************
 * Definitions CSS
 *********************/
#alphabet {
	background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ececec),to(#fff));
	background-image: -webkit-linear-gradient(top,#ececec,#fff);
	background-image: -moz-linear-gradient(top,#ececec,#fff);
	background-image: -ms-linear-gradient(top,#ececec,#fff);
	background-image: -o-linear-gradient(top,#ececec,#fff);
	background-image: linear-gradient(top,#ececec,#fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ececec',EndColorStr='#ffffff');
	padding: 6px 0 6px 4px;
	height: 24px;
	border-bottom: 1px solid #cfcfcf;
	margin-top: 22px;
}
#alphabet a {
	color: #5f5f5f;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin: 0 0 0 3px;
	display: inline;
	width: 22px;
	padding: 0;
}
#alphabet a span {
	display: inline-block;
	width: 22px;
	font-size: 19px;
	text-align: center;
	padding: 0;
	margin: 0;
}
#alphabet a:hover span {
	color: #1c8ad0;
}
#alphabet a.disabled span, #alphabet a.disabled:hover span {
	color: #ccc;
}
#definitions h3 {
	border-bottom: 1px solid #019cda;
	color: #1c8ad0;
	padding: 0;
	margin: 20px 0 0 0;
	line-height: 24px;
	font-family: arial, sans-serif;
}

#definitions h3 span {
	background: #019cda;
	color: #fff;
	display: block;
	width: 25px;
	height: 24px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 29px;
}

#definitions a.right {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin-top: -17px;
	text-decoration: underline;
}
#definitions a.right:hover {
	text-decoration: none;
}
/* definitions table */
.begrip {
	display: block;
	width: 732px;
	border-collapse: collapse;
	border-spacing: 1;
}
.begrip tr {
	border-bottom: 1px solid #E4E4E4;
}
.begrip tr td {
	vertical-align: top;
	width: 200px;
	padding: 11px 0 10px 0;
	font-size: 12px;
	color: #5f5f5f;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid #E4E4E4;
}
.begrip tr td.uitleg {
	color: #000;
	font-weight: normal;
	width: 532px;
}
#statblock {
	width: 536px;
	height: 146px;
	padding: 0;
	position: relative;
	background: url(img/startblock-tile.gif?version=1) repeat-x;
	margin: 15px 0 0 0;
}
#statblock .column {
	color: #565555;
	width: 99px;
	margin: 0 0 0 7px;
	font-weight: bold;
	height: 136px;
	float: left;
	display: inline;
	padding: 10px 0 0 0;
	text-align: center;
	position: relative;
	background: url(img/statblock_number_bg.gif?version=1) no-repeat 3px 60px;
}
#statblock .column span {
	display: block;
	width: 99px;
	text-align: center;
	left: 0;
	position: absolute;
	top: 75px;
	font-size: 36px;
	color: #1c8ad0;
	font-weight: normal;
}
#statblock .column span span {
	display: inline;
	font-size: 12px;
	width: auto;
	position: static;
}
#statblock .more {
	position: absolute;
	top: 137px;
	left: 14px;
}
#blueblock {
	background: url(img/blue_block_bg.gif?version=1) no-repeat;
	color: #fff;
	font-size: 11px;
	height: 116px;
	width: 486px;
	padding: 15px;
}
#blueblock p {
	font-size: 11px;
}
#blueblock h3 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#blueblock a.more_white {
	background: transparent url(img/btn_more_blueblock.gif?version=1) no-repeat left top;
	color: #797979;
}
#blueblock a.more_white span {
	background: transparent url(img/btn_more_blueblock.gif?version=1) no-repeat right top;
	padding-top: 1px;
}
#greyblock-big {
	background: url(img/blue_block_bg_big.gif?version=1) no-repeat;
	color: #fff;
	font-size: 11px;
	height: 160px;
	width: 486px;
	padding: 15px;
}
#greyblock-big p {
	font-size: 11px;
}
#greyblock-big h3 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#greyblock-big a.more_white {
	background: transparent url(img/btn_more_blueblock.gif?version=1) no-repeat left top;
	color: #797979;
}
#greyblock-big a.more_white span {
	background: transparent url(img/btn_more_blueblock.gif?version=1) no-repeat right top;
	padding-top: 1px;
}
.right-floating-link {
	float: left;
	text-decoration: underline;
}
.alphabet-header {
	color: #1C8AD0;
	text-decoration: none;
}
.dark {
	color: #666666;
}
.invalid {
	color: #ff0000;
}
.eventblock {
	width: 508px;
	padding: 20px 0 18px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
	margin: 0;
	overflow: hidden;
	background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ececec),to(#fff));
	background-image: -webkit-linear-gradient(top,#ececec,#fff);
	background-image: -moz-linear-gradient(top,#ececec,#fff);
	background-image: -ms-linear-gradient(top,#ececec,#fff);
	background-image: -o-linear-gradient(top,#ececec,#fff);
	background-image: linear-gradient(top,#ececec,#fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ececec',EndColorStr='#ffffff');
}

.eventblock a{
	color: #000;
}

.eventblock a.button-blue{
	color: #fff;
	float: right;
	margin: 10px 0 0 0;
}

.eventblock p{
	margin: 0;
}

.eventblock p:first-child{
	margin: 0 0 20px 0;
}

.eventblock .left {
	float: left;
	width: 96px;
}
.eventblock .right {
	float: right;
	padding: 2px 20px 0 0;
	width: 392px;
}
.eventheader {
	width: 508px;
	height: 110px;
	padding: 0;
	margin: 15px 0 0 0;
}
.eventheader label {
	width: 100px;
	display: block;
	float: left;
}
.eventheader .left {
	float: left;
	font-weight: bold;
	line-height: 150%;
	padding-left: 0;
	padding-top: 23px;
	width: 245px;
}
.eventheader .right {
	padding-top: 15px;
	float: right;
	width: 245px;
}
.contactdata {
	width: 508px;
}
.contactdata .left {
	width: 224px;
}
.contactdata .right {
	width: 284px;
}
.googlemap {
	width: 284px;
	height: 254px;
}
.level_1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 190px;
	border-top: 1px solid #E4E4E4;
	margin: 0px !important;
	padding: 5px 0 0 0;
}
.level_1 li {
	width: auto;
	overflow: hidden;
}
.rightBlock {
	font-size: 10px;
	font-weight: normal;
	float: right;
	clear: both;
	width: 170px;
	height: 180px;
	background-color: #E4E4E4;
	margin-left: 10px;
	z-index: -1000;
}
.level_1 li {
	list-style: none;
	background: #FFFFFF !important;
	margin-left: 0px !important;
	padding: 6px 0 0 0 !important;
}
.level_1 ul {
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	list-style: none;
	background: transparent !important;
}
.level_1 ul li {
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	list-style: none;
	background: transparent !important;
}
.level_1 div {
	font-size: 10px;
	font-weight: normal;
	float: right;
	clear: both;
	width: 162px;
	height: 180px;
	margin: 17px 0 0 10px;
	padding: 0 0 10px 0;
}
.inlineBlock {
	font-size: 12px !important;
	width: 330px !important;
	background-color: #FFFFFF !important;
	background-image: none !important;
	line-height: 20px;
	margin: 5px !important;
	margin-left: 0px !important;
}
.inlineBlock img {
	float: left;
	margin: 0px !important;
	margin-right: 5px !important;
}


#content #oplossingen hr {
	margin: 0;
}
#content #oplossingen .level1 {
	margin: 0 !important;
}
#content #oplossingen .level1 li {
	background: none;
	border-bottom: 1px solid #E4E4E4;
	margin: 0;
	padding: 10px 0;
	width: auto;
	overflow: hidden;
	list-style: none;
	background: none;
}
#content #oplossingen .level2 {
	float: right;
	width: 160px;
	margin: 18px 0 0 8px !important;
	padding: 0 0 0 20px;
}
#content #oplossingen .level2 li {
	background: none;
	border: 0;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#content #oplossingen .level2 li a {
	color: #1C8AD0;
}
#content #oplossingen .title {
	color: #1C8AD0;
	font-weight: bold;
}
#leesmeer_wrapper {
	width: 100%;
	text-align: right;
	border-top: 1px solid #1c8ad0;
}
#leesmeer {
	float: right;
	color: #000;
	padding: 3px;
	padding-left: 25px;
	width: 100px;
}

#leesmeer a{
	color: #000!important;
	text-decoration: underline;
}
#leesmeer a:hover{
	text-decoration: none;
}

#leesmeerContent_2100 {
	width: 525px;
}
.meerplugins_wrapper {
	width: 100%;
	border-top: 1px solid #1c8ad0;
}
.meerplugins {
	float: right;
	background: #1c8ad0;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 25px;
	width: 100px;
}
.smallList {
	margin-top: 25px;
	border: 1px solid #CCCCCC;
	background-color: #E4E4E4;
}
.smallList ul {
	margin-top: 0px !important;
	width: 500px;
	border-bottom: 1px solid #CCCCCC;
}
.smallList li {
	margin: 0px !important;
}
.smallList div {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}
#cases div {
	width: 100%;
}
#cases span {
	display: inline-block;
	width: 150px;
}
#cases .column1 {
	width: 148px;
	height: 100%;
	vertical-align: middle;
}
#cases .header {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
#cases .column2 {
	width: 25px;
}
#cases .star {
	background: url(img/star_icon.gif?version=1) no-repeat 5px 3px;
	height: 100%;
}
#cases .column3 {
	width: 320px;
	height: 100%;
	vertical-align: middle;
}
#cases p {
	font-size: 10px;
	margin: 0px;
}
#cases .row {
	line-height: 20px;
	border-bottom: 1px solid #CCCCCC;
}
#cases .row:hover {
	background-color: #CCCCCC;
}
.slideDown {
	background-color: #E4E4E4;
	border-top: 1px solid #CCCCCC;
	overflow-y: hidden;
	height: 150px;
}
.slideDown img {
	border: 1px solid #CCCCCC;
}
.slideDown span {
	padding: 15px;
	float: left;
	height: 100%;
	clear: both;
}
.slideDown a:hover {
	text-decoration: underline;
}
.news {
	line-height: 14px !important;
	height: 30px !important;
}
.newsPost {
	height: 50px !important;
	line-height: 20px;
}
.siteMap {
	width: 200px;
}
.sitemap-container{
	overflow: hidden;
}


.sitemap-container li{
	background: none!important;
	padding: 0!important;
}

#sitemap_home, #sitemap_over-dimensys, #sitemap_nieuws, #sitemap_oplossingen-en-diensten, #sitemap_klanten-en-partners, #sitemap_vacatures, #sitemap_contact,
#sitemap_home, #sitemap_uber-dimensys, #sitemap_nachrichten, #sitemap_prefab-sap, #sitemap_partners, #sitemap_jobs, #sitemap_kontakt,
#sitemap_home, #sitemap_news, #sitemap_prefab-sap, #sitemap_partners, #sitemap_partners, #sitemap_vacancies, #sitemap_contact
{
	font-weight: bold;
	width: 200px;
	margin-bottom: 12px!important;
	padding: 0 0 4px 0!important;
}
#sitemap_over-dimensys ul li, #sitemap_nieuws ul li, #sitemap_oplossingen-en-diensten ul li, #sitemap_klanten-en-partners ul li, #sitemap_vacatures ul li, #sitemap_contact ul li,
#sitemap_home ul li, #sitemap_uber-dimensys ul li, #sitemap_nachrichten ul li, #sitemap_prefab-sap ul li, #sitemap_partners ul li, #sitemap_jobs ul li, #sitemap_kontakt ul li,
#sitemap_home ul li, #sitemap_news ul li, #sitemap_prefab-sap ul li, #sitemap_partners ul li, #sitemap_partners ul li, #sitemap_vacancies ul li, #sitemap_contact ul li
 {
	font-weight: normal;
	margin-left: 0px;
	width: 200px;
}
#column1_wrapper, #column2_wrapper, #column3_wrapper {
	width: 33%;
	float: left;
}
.opmerking {
	width: 514px;
	height: 95px;
	background: url(img/textballoon.jpg?version=1) 0 0 no-repeat;
	margin-top: 10px;
}
.opmerking img {
	float: left;
	margin: 10px;
}
.opmerking div.right {
	float: left;
	width: 400px;
	margin-top: 8px;
	height: 65px;
	overflow-y: hidden;
}
.opmerking p.subtitle {
	margin-left: 35px;
	width: 400px;
	height: 25px;
	float: left;
}
br.clear {
	clear: both;
	line-height: 1%;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.back {
	color: #999999;
}
body.mceContentBody {
	text-align: left;
}
input.opdehoogte {
	margin: 0 15px 0 0;
}
/*Blueblock class*/

#content .blueblock {
	background: url(img/blue_block_bg.gif?version=1) no-repeat;
	color: #fff;
	font-size: 11px;
	height: 116px;
	width: 486px;
	padding: 15px;
}
#content .blueblock p {
	font-size: 11px;
}
#content .blueblock h3 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#content .blueblock a.more_white {
	background: transparent url(img/btn_more_blueblock.gif?version=1) no-repeat left top;
	color: #797979;
}
#content .blueblock a.more_white span {
	background: transparent url(img/btn_more_blueblock.gif?version=1) no-repeat right top;
	padding-top: 1px;
}
#content .greyblock-big {
	background: #e7e7e7;
	color: #000;
	font-size: 11px;
	width: 502px;
	padding: 20px 15px 15px 19px;
	overflow: hidden;
	margin: 10px 0;
}
#content .greyblock-big p {
	font-size: 12px;
	font-style: italic;
	margin: 0;
}
#content .greyblock-big h3 {
	color: #5e5e5e;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 9px 0;
	padding: 0;
}

#content .greyblock-big .button-grey{
	float: right;
}

#content .greyblock-big img{
	margin-right: 13px;
}

#content .greyblock-big a.more_white {
	background: transparent url(img/btn_more_blueblock.gif?version=1) no-repeat left top;
	color: #797979;
}
#content .greyblock-big a.more_white span {
	background: transparent url(img/btn_more_blueblock.gif?version=1) no-repeat right top;
	padding-top: 1px;
}

#container a[href^="javascript:editFile"]{
	display: none;
}

body.mcecontentbody,
body#tinymce{
	background: #fff!important;
}


