
/*------------------------------------------------------------------
[ContentForces Framework Main Stylesheet]

Project:
Version:
Last change:10.04.2009
-------------------------------------------------------------------*/

/*------------------>> Reset style <<-----------------------
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
---------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {	outline: 0;}
body {line-height: 1;}
ol, ul {	list-style: none;}
table {border-collapse: separate;border-spacing: 0;}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align:top;
}

blockquote:before, blockquote:after, q:before, q:after { 	content: "";}
blockquote, q {quotes: "" "";}
a img {border:0;} /* added to remove border */

/*------------------FCK Orange border float fix----------------*/

.show_mainFCK,.show_sideFCK {
	overflow:hidden;
}

/*------------------>> Layout <<-----------------------*/

body {
	font-size: 13px;
	font-family: Arial;
}

p {
	line-height:22px;
	/*text-align: justify;*/
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

/*--------------------HEADER-----------------------*/

#header {
	width:100%;
	height:132px;
	margin:10px 0 20px;
}

#header #logo {
	float:left;
	width:122px;
	height:133px;
}

#header .top {
	border-top:1px solid #D4D4D4;
	float:right;
	font-size:11px;
	width:878px;
	height:80px;
	padding:10px 0 0;
}

#header .top .editorial {
	color:#999999;
	float:left;
	font-size:22px;
	margin:0 2px 0 17px;
	width:364px;
}

#header .top .links {
	float:left;
	margin:7px 10px 0 0;
}

#header .top .links li {
	border-right:1px solid #D4D4D4;
	float:left;
	margin-left:10px;
}

#header .top .links li a {
	padding-right:10px;
	text-transform:uppercase;
	color:#999;
	text-decoration:none;
}

#header .top .lang_selector {
	float:left;
	margin-top:4px;
	text-transform:uppercase;
	color:#999;
}

#header .top .lang_selector span {
	margin:0 4px 0 0;
}

#header .top .lang_selector select {
	color:#003366;
	font-size:10px;
	height:18px;
}

#header .top #cse-search-box {
	float:right;
	height:17px;
	margin-top:4px;
	width:190px;
}

#header .top .search {
	color:#333;
	float:left;
	font-size:9px;
	height:11px;
	text-transform:uppercase;
	width:130px;
}

#header .top .submit {
	float:right;
	text-transform:lowercase!important;
	height:17px!important;
	padding:0 5px 4px!important;
}

#header .navigation {
	float:left;
	height:auto;
	width:878px;
}

/*---------------------NAVIGATION-----------------------*/

#mainMenu {
	border-bottom:1px solid #003366;
	float:right;
	font-size:14px;
	font-weight:bold;
	height:25px;
	margin-left:18px;
	position:absolute;
	text-transform:uppercase;
	width:860px;
	z-index:1000;
}

#mainMenu li {
	float:left;
	margin:0 10px -1px 0;
}

#mainMenu li:hover, #mainMenu .active {
	margin: 0 7px -1px 0;
	padding-right: 3px;
	background: url(../images/nav_shade.gif) no-repeat right 2px;
}

#mainMenu li a {
	color:#003366;
	padding:6px;
	float:left;
	text-decoration: none;
}

#mainMenu li:hover a,#mainMenu li.hover a{
	background:#FFF url(../images/menu_gradient.gif) repeat-x scroll 0 0;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
	border-bottom: 1px solid #D4D4D4;
	color:#003366;
	padding:5px;
}

#mainMenu ul li:hover a, #mainMenu ul li.hover a{
	padding:6px;
}

#mainMenu .active a {
	background:#FFF url(../images/menu_gradient.gif) repeat-x scroll 0 0;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #fff;
	color:#003366;
	padding:5px;
	position:relative;
	z-index:5;
}

#mainMenu .active:hover,#mainMenu li:hover a {
	border-bottom: 1px solid #D4D4D4;
	position:relative;
	z-index:5;
}

#mainMenu ul {
	position: absolute;
	margin: 25px 0 0;
	border-top:1px solid #003366;
	display: none;
	z-index:4;
	background: #F1F4F7;
	text-transform:none;
}

#mainMenu li:hover ul,#mainMenu li.hover ul{
	display: block;
}

#mainMenu ul li {
	background:#F1F4F7 none repeat scroll 0 0 !important;
	border-bottom:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	display:block;
	float:none;
	margin:0 !important;
	min-height:24px;
	overflow:hidden;
	padding:0 !important;
	width:162px;
}



#mainMenu ul li a {
	font-size:12px;
	width: 150px;
	border: 0!important;
	background: transparent!important;
	line-height:13px;
}

#mainMenu ul li a:hover {
	border: 0;
	padding: 5px 6px;
	color: #fff;
	background: #003366!important;
}

/*-----------------------------------CONTENT----------------------------------*/

#contentWrapper {
	float:left;
	border-bottom:1px solid #ccc;
}

.left {float: left!important;}
.right {float: right!important;}

#content {
	background: #fff;
	width: 800px;
	color: #333;
}

#content .main_header {
	background:none repeat scroll 0 0 #003366;
	float:left;
	margin-bottom:15px;
	width:790px;
}

#content .main_header a {
	color:#FFF;
	float:right;
	font-size:11px;
	padding:4px 18px 1px 20px;
	text-transform:uppercase;
	text-decoration:none;
}

.printButton {
	float:left;
	margin-left:0px;
}

#content .main_header .printButton a {
	background: url(../images/print.gif) no-repeat 0 2px;
}

#content .main_header .mail {
	background: url(../images/mail.gif) no-repeat 0 5px;
}

/*------------------>> Breadcrumbs <<-----------------------*/

.breadcrumbs{
	color:#FFFFFF;
	float:left;
	font-size:11px;
	line-height:20px;
	margin-left:10px;
	width:580px;
}

.breadcrumbs li{
	float:left;
	white-space:nowrap;
}

.breadcrumbs span{
	float:left;
	margin:-1px 2px 0;
}

.breadcrumbs li a:link,.breadcrumbs li a:visited{
	padding:0 !important;
	margin: 0;
	float: left!important;
}

.breadcrumbs .root_location span {
	display:none;
}

/*--------------------------- PAGE TITLE ----------------------------------*/

#content .page_title {
	color:#003366;
	float:left;
	font-family:helvetica;
	font-size:23px;
	font-weight:normal;
	height:23px;
	line-height:23px;
	margin-bottom:10px;
	text-shadow:2px 2px 1px #CCCCCC;
	width:70%;
}

/*------------------------- BACK BUTTON --------------------------------*/

#content .back_button {
	color:#6699CC;
	float:right;
	font-size:13px;
	height:10px;
	line-height:10px;
	margin-bottom:5px;
	margin-right:10px;
	text-decoration:none;
	text-transform:lowercase;
}

#content .back_button:hover {
	color:#333;
}

#content .back_button span {
	color:#45698B;
	float:left;
	font-size:23px;
	height:10px;
	line-height:10px;
	margin-right:2px;
}

#content .back_button:hover span {
	color:#333;
}

/*------------------------ BANNER SLIDER -----------------------------*/

#content .banner {
	border-bottom:1px solid #D4D4D4;
	display:block;
	height:200px;
	margin:0 0 0 5px;
	padding:0 0 20px;
	position:relative;
	width:780px;
	z-index:1;
}

#slider ul, #slider li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#slider li {
	height:200px;
	overflow:hidden;
	width:780px;
}

ol#controls {
	height:20px;
	margin:0 0 0 685px;
	padding:0;
	position:absolute;
	top:330px;
	z-index:3;
}

ol#controls li {
	float:left;
	height:18px;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
}

ol#controls li a {
	background:#FFF;
	border:1px solid #D4D4D4;
	color:#999;
	float:left;
	height:18px;
	line-height:18px;
	padding:0 5px;
	text-decoration:none;
}

ol#controls li.current a {
	background:#999;
	color:#FFF;
}

/*--------------------------------------FCK-----------------------------------*/

#flash {
	height:283px;
	position:relative;
	width:780px;
	z-index:0;
}

.subscribe .fck {
	background:#D9D9D9 none repeat scroll 0 0 !important;
	margin:0 !important;
	padding:20px 0 20px 15px;
	width:485px !important;
}

.centered .fck {
	margin-left:140px !important;
}

#content .fck {
	background:#FFF;
	float:left;
	margin-bottom:20px;
	margin-top:5px;
	position:relative;
	width:780px;
	z-index:2;
}

#content .fck img {
	border-color:#FFFFFF #EEEEEE #EEEEEE #FFFFFF;
	border-style:solid;
	border-width:1px 3px 3px 1px;
}

#content .fck ul, .text ul{
	line-height:1.5;
	margin-left:25px;
}

#content .fck ul li, .text ul li {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	*list-style-image:none;
	*list-style-type:square;
}

.main_box {
	float:left;
	width:100%;
}

.main_box .title,#FCKcontent_mainFCK h1, h1 {
	color:#003366;
	float:left;
	font-size:23px;
	line-height:23px;
	width:100%;
	margin-bottom:8px;
	font-weight:normal;
	text-shadow:2px 2px 1px #CCC;
}

.main_box .item_title {
	color:#999;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	width:100%;
}

.main_box img {
	float:left;
	margin: 6px 10px 4px 0;
	border-color:#fff #eee #eee #fff;
	border-style:solid;
	border-width:1px 3px 3px 1px;
}

.main_box .text {
	display:inline;
	
}

.main_box .text .subtitle,#FCKcontent_mainFCK h2, h2 {
color:#003366;
font-size:14px;
font-weight:bold;
line-height:16px;
margin-top: 10px;
	
}

.main_box .text .gray_subtitle {
	color:#333333 !important;
	font-size:20px !important;
}

.main_box .text .link {
	margin:5px 0;
}

.main_box .text p {
	float:left;
	font-size:13px;
	margin-bottom:5px;
	float:none;
}

#FCKcontent_mainFCK h3, h3, h3 a {
	color:#003366 !important;
	
	font-size:13px;
	font-weight: bold;
	/*line-height:30px;*/
	line-height:20px;

}

#FCKcontent_mainFCK a {
	color: #6699cc;
	text-decoration:none;
}

#FCKcontent_mainFCK a:visited {
	color: #006699;
}

#FCKcontent_mainFCK a:hover {
	color: #ff9900;
}

#content.center {
	width: 1000px;
}

/*---------------------------Quote--------------------------------------------*/

.quote {
	background:#9CBAD6 url(../images/quotation_mark2.gif) no-repeat scroll right bottom;
	float:left;
	margin:10px 0;
	width:100%;
	height:auto;
}

.quote .q1 {
	background:transparent url(../images/quotation_mark1.gif) no-repeat scroll 0 0;
	overflow:hidden;
	text-indent:-10000px;
	float:left;
	height:30px;
	margin:10px 1% 0;
	width:5%;
}

.quote .text{
	color:#003366;
	float:left;
	font-size:20px;
	font-style:italic;
	line-height:1.5;
	padding:10px 8% 10px 1%;
	text-align:center;
	width:84%;
}

/*-------------------------Column Template--------------------------------------*/

.column_template {
	border-top:1px solid #D4D7DE;
	float:left;
	margin:0 5px;
	overflow:hidden;
	padding:5px 0 6px 0;
	width:250px;
	display: inline;
}

.wide {
	width:510px;
}

.column_template .header {
	width:100%;
	margin-bottom:5px;
}

.column_template .img_group {
	float:left;
}

.column_template strong, .home_event strong {
	color:#999999;
	float:left;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	width:181px;
	padding-bottom:4px;
}

.column_template  h1,.column_template  h3,.column_template  h1 a, .column_template  h3 a {
	float:left;
	width:185px !important;
}

.column_template h2 {
	float:left;
	font-size:14px !important;
	font-weight:bold;
	padding-top:7px;
	width:100%;
	
}

.wide h2 {
	margin:0;
}

.column_template img {
	float:left;
	margin:1px 5px 5px 0;
	width:60px;
	clear:both;
}
.column_template tr td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.column_template tr td a b{
	color:#006699;
}
.img_group img {
	clear:right;
	margin:0 0 5px;
	width:120px;
}

.img_group span {
	clear:right;
	float:left;
	width:10px;
}

.column_template p {
	float:none !important; 
	/*line-height:1.3;*/
		line-height:22px;
	
}

.column_template a {
	margin:5px 0;
}

.column_template .header_links a {
	color:#003366 !important;
	float:left;
	font-weight:bold;
	width:100%;
}

/*-------------------------Contact Link--------------------------------------*/

.phone_contact {
	background:transparent url(../images/side_phone.gif) no-repeat scroll 5px 7px;
	border:1px solid #D0D0D0;
	color:#C15D0F;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding-right:10px;
	text-decoration:none;
	text-indent:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.phone_contact a {
	color:#C15D0F;
	text-decoration:none;
	text-indent:30px;
}

/*------------------------ADVISOR-----------------------------------------*/

.advisor {
	border-bottom:1px solid #D3D6DF;
	border-top:1px dotted #D0D0D0;
	float:left;
	width:790px;
	/*margin-bottom:20px;*/
	margin-bottom: 1px;
}

.advisor form {
	background:#E2EBF0 none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	float:left;
	height:55px;
	width:100%;
}

.advisor .legend {
	float:left;
	margin-top:19px;
	text-align:right;
	width:505px;
	display:none;
}

.advisor fieldset {
	float:right;
	height:50px;
	margin-top:5px;
	width:340px;
}

.advisor fieldset div {
	float:left;
	width:120px;
	margin-right:10px;
}

.advisor fieldset div label {
	color:#00315C;
	float:left;
	font-size:9px;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
	width:120px;
}

.advisor fieldset div select {
	border:1px solid #333333;
	color:#333333;
	float:left;
	font-size:12px;
	font-weight:bold;
	width:120px;
}

.advisor .advisor_submit {
	margin-right:0;
	margin-top:13px;
	width:auto;
}

.advisor .advisor_submit input {
	font-size:9px !important;
	height:20px !important;
}

.advisor .advisor_result {
	float:right;
	font-size:10px;
	height:13px;
	line-height:13px;
	margin:-15px 89px 0 0;
}

.advisor .advisor_res {
	height:20px;
}

.advisor .advisor_res #lblSearch {
	position:absolute;
}

/*------------------------SIDEBAR-----------------------------------------*/

#sidebar {
	width: 200px;
	overflow:hidden;
	min-height: 400px;
	
	
}

#sidebar .side_header {
	background:#F3F3F3 none repeat scroll 0 0;
	border:1px solid #DBDBDB;
	color:#999999;
	font-size:10px;
	height:31px;
	width:198px;
	text-align:center;
	text-shadow:0 0 0;
	margin-bottom: 10px;
}

#sidebar .side_header span {
	position:relative;
	top:6px;
}

#sidebar .side_header img {
	position:relative;
	top:3px;
	margin:0 3px;
}

#sidebar .banner {
	/*display:block;
	height:200px;
	width:100%;
	position:relative;
	top:6px;
	border: 1px solid;*/
	position:absolute;
	border: 0px solid;
	min-height: 200px;
	height:auto !important;
	height: 200px;
	width: 200px;
	z-index:0;
}

#sidebar .fck {
	float:right;
	position:relative;
	margin-top:8px;
	z-index:100;
}

#bmContainer_sideBanner{
	top:-9px;
}

/*---------------------- Side Box -------------------------*/



#FCKcontent_sideFCK{
	border: 0px solid;
}

#sidebar .fck .side_box {
	
	/*display:block;*/
  float:left;	
	margin:10px 0;
	padding:0 2px 2px 0;
	width:198px;
}

#sidebar .fck .side_box span {
	background:#FFF;
	border:1px solid #D0D0D0;
	float:left;
	height:100%;
	width:196px;
	padding: 0 0 8px;
}

#sidebar .fck .side_box h1{
	float:left;
	margin:5px 5px 0;
	width:138px;
	text-shadow:0 0 0;
	border: 0px solid;
}

#sidebar .fck .side_box .subject{
	color:#9b9b9b;
	font-size:11px;
	font-weight:normal;
	margin-bottom:5px;
	text-transform:uppercase;
}

#sidebar .fck .side_box .title {
	color:#003366;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}

#sidebar .fck .side_box img{
	border:1px solid #FFFFFF;
	float:right;
	height:40px;
	margin:5px 5px 0 0;
	width:40px;
}

#sidebar .fck .side_box p{
	color:#333333;
	float:left;
	font-size:13px;
	line-height:1.3;
	padding:5px;
	width:188px;
}

#sidebar .fck .side_box ul{
	margin: 5px;
}

#sidebar .fck .side_box ul li{
	float:left;
	width:100%;
	list-style-image:url(../images/bullet.gif);
	list-style-position:inside;
	color:#C15D0F;
	line-height:1.5;
}

#sidebar .fck .side_box ul li a {
	color:#6699CC;
	text-decoration:none;
}

#sidebar .fck .side_box ul li a:hover {
	color: #ff9900;
}

#sidebar .fck .side_box .download_arrow {
	background:#FFFFFF url(../images/arrow.gif) no-repeat scroll 160px 15px;
}

#sidebar .fck .side_box .pdf_link li {
	background:transparent url(../images/pdf.gif) no-repeat scroll left 2px;
	color:#6699CC;
	font-weight:bold;
	line-height:1.5;
	list-style-image:none;
	margin-bottom:5px;
	padding-left:25px;
	width:163px;
	border: 0px solid;
}

#sidebar .fck .side_box .pdf_link li b {
	color:#333333;
	font-weight:normal;
	margin:0 3px;
}

#sidebar .fck .side_box .pdf_link a {
	color:#6699CC;
	text-decoration:none;
}

#sidebar .fck .side_box .pdf_link a:hover {
	color:#FF9900;
}

.link {
	float:left;
	display: inline;
	background:url("../images/read.gif") no-repeat scroll 5px 0 transparent;
	color:#6699CC;
	font-size:13px;
	border:0;
	font-weight:bold;
	line-height:16px;
	padding:0 5px 5px 25px;
}

.link a {
	color:#6699CC;
	text-decoration:none;
}

.column_template .link{
	margin:5px 0px;
}

.link:hover, .link a:hover {
	color:#FF9900;
}

/*----------------------------------Sidebar Contact box---------------*/

.side_contact {
	float:left;
	line-height:1.5;
	margin:5px 3%;
	width:94%;
}

.side_contact .welcome {
	float:left;
	text-align:left;
	width:70%;
}

.side_contact .emphasis {
	float:left;
	margin:10px 0;
	text-align:left;
	width:65%;
}

.side_contact .phone {
	background:transparent url(../images/side_phone.gif) no-repeat scroll 0 3px;
	color:#C15D0F;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	text-indent:20px;
	width:70%;
}

.side_contact .mail {
	background:transparent url(../images/side_mail.gif) no-repeat scroll 0 3px;
	color:#C15D0F;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
	text-indent:20px;
	width:70%;
}

.side_contact .mail a {
	color:#C15D0F;
	text-decoration:none;
	text-indent:20px;
}

.side_contact .contact {
	background:transparent url(../images/side_arrow.gif) no-repeat scroll 5px 7px;
	border:1px solid #D0D0D0;
	color:#C15D0F;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:23px;
	text-decoration:none;
	text-indent:20px;
	width:69%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.side_contact .contact a {
	color:#C15D0F;
	text-decoration:none;
	text-indent:20px;
}

/*--------------------------------FOOTER--------------------------------*/

#footer {
	background:transparent url(../images/footer_gradient.gif) repeat-x scroll 0 0;
	clear:both;
	float:left;
	font-size:11px;
	height:40px;
	letter-spacing:0.06em;
	padding-top:20px;
	text-transform:uppercase;
	width:1000px;
}

#footer .navigation {
	float:left;
	height:100%;
	width:570px;
}

#footer .navigation #footerMenu {
	float:left;
}

#footer .navigation #footerMenu li {
	float:left;
	height:20px;
	margin-right:10px;
	overflow:hidden;
	width:180px;
}

#footer .navigation #footerMenu #m63318 {
	display:none;
}

#footer .copyright {
	color:#ADADAD;
	float:left;
	margin:17px 0 0 -190px;
	overflow:hidden;
	text-align:right;
	width:180px;
}

#footer a:link,#footer a:visited {
	color:#999999;
	float:left;
	text-decoration:none;
	width:100%;
}

#footer #m63280 a {
	text-align:right;
}

#footer .boxes {
	float:right;
}

#footer .boxes li {
	float:left;
	height:20px;
	margin-left:1px;
	width:20px;
}

#footer .boxes .no1 {
	background:#00305c;
}

#footer .boxes .no2 {
	background:#0070bc;
}

#footer .boxes .no3 {
	background:#009fec;
}

#footer .boxes .no4 {
	background:#c25e09;
}

/* ----------------------CONTACT FORM------------------------- */

#contact_form_form {
	background:#d9d9d9;
	float:left;
	width:790px;
	margin:0 0 20px;
}

#contact_form_form .contact_form {
	margin:10px;
	float:left;
}

/* ----------------------SUBSCRIBE FORM------------------------- */

.subscribe #contact_form_form {
	width:500px;
}

.centered #contact_form_form {
	margin-left:140px;
}

.subscribe #contact_form_form .contact_form {
	width:480px;
}

.subscribe #contact_form_form .contact_form .row {
	height:25px;
	line-height:25px;
	margin:0 0 10px;
	width:100%;
}

#row_sn_Bericht_aan_DCE,#row_sn_opmerkingen {
	height:auto !important;
}

#row_sn_Bericht_aan_DCE textarea,#row_sn_opmerkingen textarea {
	border:1px solid #333333;
	width:310px;
}

.subscribe #contact_form_form .contact_form .row .contact_form_span1 {
	float:left;
	height:100%;
	width:30%;
}

.subscribe #contact_form_form .contact_form .row .contact_form_span2 {
	float:left;
	height:100%;
	margin-left:2%;
	width:66%;
}

.subscribe #contact_form_form .contact_form .contact_form_input {
	width:98%;
}

.subscribe #row_required {
	width:30% !important;
}

.subscribe #row_submit {
	clear:none !important;
	float:right !important;
	width:70% !important;
}

.subscribe #row_submit .contact_form_span1 {
	display:none !important;
}

.subscribe #row_submit .contact_form_span2 {
	float:right !important;
	margin:10px 4% 0 0;
	width:auto !important;
}

.subscribe #contact_form_form .contact_form .contact_form_error_message {
	margin-right:5px;
	margin-top:-3px;
}

/*---------------- Contact US -------------------*/

.contact_form_page #contact_form_form .contact_form {
	width:770px;
}

.contact_form_page #contact_form_form {
	height:330px;
	overflow:hidden;
}

.contact_form_page #row_Address {
	left:0;
	top:0;
}

.contact_form_page #row_Country {
	left:0;
	top:-43px;
}

.contact_form_page #row_Zip {
	width:150px !important;
}

.contact_form_page #row_Place {
	left:160px;
	position:relative;
	top:-41px;
	width:150px !important;
}

.contact_form_page #row_required {
	position:relative;
	top:-40px;
}

.contact_form_page #row_email {
	float:right !important;
	margin-right:40px;
	position:relative;
	top:-306px;
}

.contact_form_page #row_Telephone {
	position:relative;
	top:-306px;
}

.contact_form_page #row_Question {
	float:right !important;
	position:relative;
	margin-right:40px;
	top:-303px;
}

.contact_form_page #row_Question textarea {
	border:1px solid #333333;
	height:97px;
	width:280px;
}

.contact_form_page #row_DCE_Newsletter, .contact_form_page #row_Notify_me {
	position:relative;
	top:-308px;
}

.contact_form_page #row_submit {
	left:360px;
	position:relative;
	top:-308px;
}

/*--------------- Download form ----------------------*/

.download_form_page #contact_form_form {
	height:270px;
	overflow:hidden;
}

.download_form_page #contact_form_form .contact_form {
	width:100%;
	height:330px;
}

#contact_form_form .contact_form #row_antispam {
	display: none;
}

#contact_form_form .contact_form .row {
	clear:both;
	float:left;
	width:350px;
	margin-left:20px;
	margin-top:6px;
	position:relative;
}

#contact_form_form .contact_form .row .contact_form_span1 {
	display:block;
}

#contact_form_form .contact_form #row_Personal_Text {
	clear:none;
	float:right;
	margin-left:0;
	margin-right:40px;
	margin-top:-200px;
	width:350px;
}

#row_Address,
#row_Postcode,
#row_Location {
	left:360px;
	position:relative;
	top:-184px;
}

#row_Postcode {
	width:150px !important;
}

#row_Location {
	left:520px;
	top:-225px;
	width:150px !important;
}

#row_Country,
#row_Telephone,
#row_DCE_Newsletter,
#row_Notify_me,
#row_Verstuur {
	left:360px;
	position:relative;
	top:-225px;
}

#row_Notify_me .contact_form_span1{
	float:right;
	width:320px;
}

#row_Notify_me .contact_form_span1 label {
	margin:4px 0;
}

#row_Notify_me .contact_form_span2 {
	margin-top:-2px;
	float:left;
}

#contact_form_form .contact_form #row_Personal_Text textarea {
	height:130px;
	border:1px solid #333;
	width:350px;
	margin-top:4px;
}

#contact_form_form .contact_form #row_Verzenden {
	clear:none;
	float:right;
	left:-50px;
	margin-top:-30px;
	position:relative;
	width:auto;
}

#contact_form_form .contact_form .contact_form_input {
	border:1px solid #333;
	height:14px;
	width:80%;
	margin-top:4px;
	float:left;
}

#contact_form_form .contact_form .contact_form_span1 label {
	width:100%;
}

#contact_form_form .contact_form .contact_form_submit_button,
.advisor .advisor_submit input,.download .file,.news_event_detail .register,
#subscribe,#header .top .submit {
	background:transparent url(../images/button_blue.gif) repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	display:inline;
	font-size:11px;
	height:20px;
	padding:0 5px;
	text-transform:uppercase;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#subscribe {
	float:right;
	line-height:20px;
	text-decoration:none;
	margin-bottom: 20px;
}

#contact_form_form .contact_form .contact_form_submit_button:hover,
.advisor .advisor_submit input:hover,
.news_event_detail .register:hover,
#subscribe:hover,#header .top .submit:hover {
	background:transparent url(../images/button_orange.gif) repeat scroll 0 0;
}

#contact_form_form .contact_form .contact_form_error_message {
	color:#FF0000;
	float:right;
	font-size:10px;
	height:0;
	margin-right:70px;
}

/*-------------------------DOWNLOADS PIM ------------------------------*/

#pimCompareForm {
	width:790px;
	float:left;
}

#pimCompareForm #PView_1 {
	width:100%;
	float:left;
}

.download {
	border-bottom:1px solid #D4D4D4;
	float:left;
	padding:10px 0;
	width:100%;
}

.download .title {
	float:left;
	width:80%;
	color:#003366;
	font-size:18px;
	text-shadow:0 0 0;
}

.download .file {
	float:right;
	text-align:center;
	text-decoration:none;
	background:transparent url(../images/pdf.gif) no-repeat 0 1px;
	color:#6699CC;
	padding:3px 0 0px 20px;
}

.download .file:hover {
	color:#ff9900;
}

.download .img_txt {
	float:left;
	width:100%;
	margin:0px 0 0;
}

.download .img_txt img {
	border-color:#fff #eee #eee #fff;
	border-style:solid;
	border-width:1px 3px 3px 1px;
	float:left;
	margin: 6px 6px 6px 0;
	width:120px;
	margin-top: 4px;
}

.download .img_txt .description {
	text-align:justify;
}

.pagination {
	background:#E2EBF0;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	color:#E2EBF0;
	float:left;
	height:55px;
	line-height:45px;
	padding:0 10px;
	width:770px;
	display:inline;
}

.pagination span {
	color:#999999;
	float:left;
	font-weight:bold;
	margin:5px;
}

.pagination a {
	float:left;
	text-decoration:none;
}

.pagination a span {
	color:#003366;
}

/*--------------------------NEWS PIM-------------------------*/

.news_event {
	border-bottom:1px solid #D4D4D4;
	float:left;
	padding:10px 0;
	width:100%;
}

.news_event .title {
	float:left;
}

.news_event .title a {
	color:#003366;
	font-size:18px;
	text-decoration:none;
	text-shadow:0 0 0;
}

.news_event .pdf {
	background:transparent url(../images/pdf.gif) no-repeat 0 1px;
	color:#6699CC;
	float:left;
	padding:3px 0 3px 20px;
	text-decoration:none;
}

.news_event .pdf:hover {
	color:#ff9900;
}

.home_event {
border-bottom:1px solid #D4D4D4;
float:left;
width:100%;
padding-bottom: 12px;
}
.home_event strong{
	clear: both;
	border: 0px solid black;
	padding-bottom: 10px;
	width: 100%;
}
.home_event img{
	float:left;
	margin-right:6px;
	width:149px;
	border-color:#fff #eee #eee #fff;
	border-style:solid;
	border-width:1px 3px 3px 1px;
}
.news_event .date {
	color:#999;
	float:left;
	font-size:12px;
	/*margin:10px 0;*/
	margin:0 0 5px 0;
	text-transform:uppercase;
	width:100%;
}

.news_event .date span {
	margin:3px 24px 3px 0;
	float:left;
}

.news_event .news_content {
	float:left;
	width:100%;
}

.news_event .news_content img {
	float:left;
	margin-right:6px;
	width:100px;
	border-color:#fff #eee #eee #fff;
	border-style:solid;
	border-width:1px 3px 3px 1px;
}

.news_event .news_content .text {
	text-align:justify;
}

.news_event .news_content .text p {

}

.news_event .news_content .text a, .read_more_link {
	background: url(../images/read.gif) no-repeat 0 1px;
	color:#6699CC;
	float:left;
	padding:1px 0 3px 20px;
	margin-top:10px;
	text-decoration:none;
	font-weight: bold;
	
}

.read_more_link_block{
	background: url(../images/read.gif) no-repeat 0 1px;
	color:#6699CC;
	padding:1px 0 3px 20px;
	margin-top:10px;
	text-decoration:none;
	font-weight: bold;
}

.news_event .news_content .text a:hover {
	color:#ff9900;
}

.news_event_detail {
	float:left;
	width:99%;
	margin-bottom:10px;
}

.news_event_detail .news_and_events {
	color:#333;
	float:left;
	font-size:20px;
	margin-bottom:10px;
	width:70%;
}

.news_event_detail .date {
	color:#333;
	float:left;
	font-size:12px;
	margin: 0px 0px 5px 0px;
	text-transform:uppercase;
	width:100%;
}

.news_event_detail .date span {
	margin:3px 0;
	float:left;
}

.news_event_detail .short_content {
	float:left;
	width:100%;
}

.news_event_detail .short_content img {
	float:left;
	margin-right:6px;
	border-color:#fff #eee #eee #fff;
	border-style:solid;
	border-width:1px 3px 3px 1px;
}

.news_event_detail .short_content p {
	text-align:justify;
	font-weight:bold;
}

.news_event_detail .full_content {
	float:left;
	margin-top:10px;
	text-align:justify;
}

.news_event_detail .register {
	float:right;
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	width:80px;
	line-height:20px;
}

/*--------------------- INDUSTRIES PIM ------------------*/

.industry_overview form {
	float:left;
}

.industry_overview #pimCompareForm #PView_1 {
	float:left;
	padding:10px;
	width:768px;
}


.industry {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.industry .title {
	float:left;
	margin-right:20px;
}

.industry .title a {
	color:#003366;
	font-size:18px;
	text-decoration:none;
}

.industry .content {
	float:left;
	width:100%;
}

.industry .content img {
	float:left;
	margin-right:10px;
	width:100px;
}

.industry .content .text {
	text-align:justify;
}

.industry .content .text a {
	background: url(../images/read.gif) no-repeat 0 1px;
	color:#6699CC;
	float:right;
	padding:1px 0 3px 20px;
	position:relative;
	text-decoration:none;
	top:10px;
}

.industry .content .text a:hover {
	color:#ff9900;
}

/*------------------>> Sitemap <<-----------------------*/

#content #sitemap {
	float:left;
	margin-bottom:20px;
	width:790px;
}

#content #sitemap ul {
	float:left;
	list-style-type:decimal;
	width:100%;
}

#content #sitemap ul .sitemap_63276 {
	display: none;
}

#content #sitemap ul li {
	color:#003366;
	float:left;
	font-weight:bold;
	list-style-position:inside;
	margin-right:10px;
	min-height:90px;
	width:250px;
}

#content #sitemap ul li a {
	color:#003366;
	font-size:14px;
	text-decoration:none;
}

#content #sitemap ul li a:hover {
	text-decoration: underline;
}

#content #sitemap ul ul{
	float:left;
	font-size:9px;
	list-style-type:disc;
	margin:5px 0 5px 8px;
	width:230px;
}

#content #sitemap ul ul li{
	float:left;
	font-weight:normal;
	line-height:20px;
	list-style-position:outside;
	margin:0 0 0 11px;
	min-height:20px;
	width:220px;
}

#content #sitemap ul ul li a{
	color:#6699CC;
	font-size:12px;
}

#content #sitemap ul ul li a:hover {
	color: #FF9900;
	text-decoration: none;
}

#content #sitemap ul ul ul{
	display:none;
}

/*-----------------FCK Accordition Panes-------------------*/

.pd_border {
	border-bottom:1px solid #CFD8DF;
	border-top:1px solid #CFD8DF;
}

#FCKcontent_ProductDetailFCK {
	background:#F6EAD2;
	overflow:hidden;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

#FCKcontent_ProductDetailFCK h4,#FCKcontent_mainFCK h4 {
	background: #fcfcf9 url(../images/pane_header.gif) repeat-x scroll center bottom;
	color:#323635;
	border-color:#B3B3A7 #999477 #999477 #B3B3A7;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	float:left;
	font-weight:bold;
	padding:0 10px;
	width:730px;
	line-height:26px;
	margin:5px 14px 10px;
	-moz-box-shadow:0 0 1px 0 #FFFFFF, 0 0 3px 0 #FFFFFF, 0 0 5px 0 #FFFFFF;
	-webkit-box-shadow: 0 0 1px #fff,0 0 3px #fff,0 0 5px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#FCKcontent_ProductDetailFCK  .current:hover,#FCKcontent_mainFCK .current:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	color:#323635;
	cursor:default;
}

#FCKcontent_ProductDetailFCK h4:hover,#FCKcontent_mainFCK h4:hover {
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
	color: #000;
}

#FCKcontent_ProductDetailFCK h4 .arrow,#FCKcontent_mainFCK h4 .arrow {
	background:transparent url(../images/pane_header_arrow.gif) no-repeat scroll 0 0;
	float:right;
	font-size:0;
	height:7px;
	margin-top:11px;
	width:14px;
}

#FCKcontent_ProductDetailFCK .pane,#FCKcontent_mainFCK .pane {
	display: none;
	line-height:20px;
	color:#323635;
}

#FCKcontent_ProductDetailFCK .pane h5,#FCKcontent_mainFCK .pane h5 {
	float:left;
	font-weight:bold;
	margin:0 14px;
	width:750px;
}

#FCKcontent_ProductDetailFCK .pane p,#FCKcontent_mainFCK .pane p {
	float:left;
	margin:0 14px 10px 14px;
	width:750px;
}
.link_box strong{
	font-weight: bold;
}
#FCKcontent_ProductDetailFCK .pane .link_box a,#FCKcontent_mainFCK .pane .link_box a {
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	color:#323635;
	display:block;
	height:44px;
	line-height:42px;
	margin:0 14px 10px;
	text-decoration:none;
	text-indent:10px;
	width:746px;
}

#FCKcontent_ProductDetailFCK .pane a:hover,#FCKcontent_mainFCK .pane a:hover {
	border:2px solid #669AC2;
}



#FCKcontent_ProductDetailFCK .pane a,#FCKcontent_mainFCK .pane a {
	color:#323635;
	border:2px solid #E6B789;
	text-decoration:none;
	text-indent:10px;
}

#FCKcontent_ProductDetailFCK .pane a strong,#FCKcontent_mainFCK .pane a strong {
	font-weight:bold;
}

#FCKcontent_ProductDetailFCK .pane a b,#FCKcontent_mainFCK  .pane a b{
	color:#669AC2;
}

#FCKcontent_ProductDetailFCK .pane a:hover b,#FCKcontent_mainFCK  .pane a:hover b {
	color:#E6B789;
}

#FCKcontent_ProductDetailFCK .pane a .arrow,#FCKcontent_mainFCK  .pane a .arrow {
	border:1px solid;
	color:#669AC2;
	float:right;
	height:15px;
	width:15px;
	line-height:14px;
	margin:14px 10px 0 0;
	text-indent:1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#FCKcontent_ProductDetailFCK .pane a:hover .arrow,#FCKcontent_mainFCK  .pane a:hover .arrow {
	color:#E6B789;
}

#get_data {
	color:#003366;
	font-size:16px;
}