@charset "utf-8";
/* Reset */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	font-family: Verdana, Arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;		
}

/* Header */
#headerContainer { display: inline-block; overflow: hidden; }
#headerContainer { display: block; }

#header {
	width: 932px;
	height: 95px;
	margin: 0 auto;
	position: relative;
}

#logo {
	float: left;
	width: 239px;
	height: 95px;
}

/* Search */
#search {
	position: absolute; 
	right: -3px;
	bottom: 33px;  
}

#search label {
	display: block;
	color: #9999c2;
	font-size: 10px;
	float: left; 
}

input.searchInp {
	background: url(../images/search-input.gif) 0 0 no-repeat;
	color: #143c88;
	padding: 3px 6px;
	font-size: 10px; 
	border: none;
	height: 16px;
	width: 123px;
	vertical-align: middle;
	margin-left: -4px;
	margin-right: 4px;
}

input.searchBtn {
	background: #1e1e78;
	border: 1px solid #8f8fbc;
	color: #8f8fbc;
	vertical-align: middle;
	display: none;
}

/* Language */
#language {
	float: right;
	width: 289px;
	color: #143c88;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 67px;
	font-size: 10px;
}

#language a {
	color: #143c88;
	text-decoration: none;
}


#language a:hover {
	text-decoration: underline;
}

/* Menu */
#menuContainer {
	background: url(../images/menu_back.gif) 0 0 repeat-x;
}

#menu {
	width: 932px;
	height: 38px;
	margin: 0 auto;
	line-height: 30px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	float: left;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#menu ul li.active a, #menu ul li a:hover, #menu ul li a:focus {
	background: #143c88;
}

/* Footer */
#footer {
	width: 932px;
	margin: 0 auto;
	font-size: 11px;
	color: #8f8fbc;
	overflow: hidden; 
}

#footer .clearfix { margin-left: -1px; padding-bottom: 17px; border-bottom: 1px solid #f29225; }

#footer p {
	text-align: center;
	padding-top: 8px;
	color:#143c88;
	font-size: 12px;
}

.footerBox {
	float: left;
	width: 233px;
	line-height: 23px;
	text-align: center; 
	font-size: 11px; 
	background: #143c88 url(../images/delimiter.gif) no-repeat 0 50%; 
}

.footerBoxImg { display: none; }

.footerBoxLink a {
	color: #fff;
	text-decoration: none;
}

.footerBoxLink a:hover {
	text-decoration: underline;
}

/* Wrapper */
#wrapperContainer {
	background: #fff url(../images/middle_back.gif) 0 0 repeat-x;
	padding-bottom: 10px;
	min-height: 500px;
}

#wrapper {
	width: 932px;
	margin: 0 auto;
}

/* Front page */
#frontpage {
	padding-top: 16px;
	padding-bottom: 8px;
}

/*
 * Box
 */
.frontImage * { display: block; }

.frontColumn {
	float: left;
	margin-right: 18px;
	display: inline;
	width: 298px;
	*margin-right: 3px;
	margin-bottom: 22px;
	box-shadow: 0 0 10px #b1b1b1;
	-moz-box-shadow: 0 0 10px #b1b1b1;
	background: #fff url(../images/box-bg.gif) 0 100% repeat-x;
	padding-bottom: 8px;
	filter:
	  progid:DXImageTransform.Microsoft.Shadow(color=#b1b1b1,direction=0,strength=5)
	  progid:DXImageTransform.Microsoft.Shadow(color=#b1b1b1,direction=90,strength=5)
	  progid:DXImageTransform.Microsoft.Shadow(color=#b1b1b1,direction=180,strength=5)
	  progid:DXImageTransform.Microsoft.Shadow(color=#b1b1b1,direction=270,strength=5);
}

.frontColumn .boxTitle {
	position: relative;
	left: 0px;
	top:0px;
}

.frontColumn .boxTitle .bgTitle { display: none; }

.frontColumn h1 {
	line-height: 34px;
	padding: 0 10px;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.frontColumn h1 a:HOVER {
	color: #2a4e93;
}

.frontColumn h1 a {
	color: #fe8619;
	text-decoration: none;
	display: block;
	background: url(../images/arrow_vertalingen.gif) no-repeat right 50%;
}
.frontColumn h2 {
	color: #000000;
	padding: 0 10px 7px 10px;
	line-height: 14px;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#frontContent {
	float: right;
	width: 613px;
}



#frontNews {
	background:#143c88 url(../images/header-border.gif) repeat-x 0 39px;
	float: left;
	width: 278px;
	padding: 0 10px 10px;
}

#frontNews h2 {
	color: #fff;
	font-size: 27px;
	line-height: 39px; 
	font-weight: normal;
	padding-bottom: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#frontNews h3, #frontNews h3 a {
	color: #fe8619;
	font-size: 16px !important;
	text-decoration: none;
}

#frontNews h3 a:hover {
	text-decoration: none;
}

#content h3 a { text-decoration: underline;}

#frontNews h3 a strong, #frontNews h3 a span { font-weight: normal; }

.newsItem {
	font-size: 12px;
	color:#fff;
	line-height: 18px; 
	padding-bottom: 10px;
}

.newsItem p a { color:#fff; text-decoration: none; float: right; }
.newsItem p a:hover { text-decoration: underline; }
.newsItem .more a { color:#fff; float: right; text-decoration: none; font-weight:bold;}
.newsItem .more { display: inline-block; overflow: hidden; }
.newsItem .more { display: block; }

.moreNews {
	background:#f29225;
	margin: 0 -10px;	line-height: 16px;
}

.moreNews a {
	color: #fff;	display: block;
	text-decoration: none;
	background: url(../images/more-arrow.gif) no-repeat 10px 1px;
	padding-left: 30px;
}

.moreNews a:hover {
	text-decoration: underline;
}

/* Subpage */
#mainImage {
	position: relative;
	margin-bottom: 4px;
	display: none;
}

#transparentLine {
	width: 932px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 80px;
	left: 0;
	opacity: 0.4;
}

#trainingen #transparentLine {
	background-color: #94dde6;
}

#tekstredactie #transparentLine {
	background-color: #fddd70;
}

#vertalingen #transparentLine {
	#background-color: #dc1f46;
}

#leftColumn {
	width: 230px;
	float: left;
}

#content {
	width: 675px;
	float: right;
	position: relative;
}

/* Breadcrumb */
#breadcrumb {
	font-size: 10px;
	padding-bottom: 10px;
}

#content #breadcrumb a {
	color: #143c88;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* Left menu */
ul#subMenu, ul#subnav {
	padding-top: 17px;
	padding-bottom: 25px;
}

ul#subMenu li { margin-bottom: 10px; }
ul#subMenu ul li { margin: 0; }

ul#subMenu li a, ul#subnav .level1 a {
	color: #143c88;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #fff;
	display: block;
	padding-bottom: 1px;
}

ul#subMenu li a:hover, ul#subMenu li.active a, ul#subnav .level1 a:hover, ul#subnav .level1 .news-catmenu-ACT a {
	border-color:#fe8619;
}

ul#subMenu ul {
	margin: 10px 0;
}

/* Submenu 2 */

ul#subMenu li.active ul li a {
	background-image:none;
	background-position:12px 7px;	border: 0;
	color:#666666;
	font-weight:normal;
	padding-left:25px;
}

ul#subMenu li ul li a:hover {
	background-image:url(../images/submenu_active.gif);
	background-position:12px 7px;
	color:#FF890B;
	font-weight:normal;
	padding-left:25px;
}

ul#subMenu li.active ul li.active a {
	background-image:url(../images/submenu_active.gif);
	background-position:12px 7px;
	color:#529FFF;
	font-weight:normal;
	padding-left:25px;
}	


/* Submenu 3 */

ul#subMenu li.active ul li.active ul li a {
	background-image:none;
	background-position:25px 7px;
	color:#666666;
	font-weight:normal;
	padding-left:37px;
}

ul#subMenu li.active ul li.active ul li a:hover {
	background-image:url(../images/submenu_active.gif);
	background-position:25px 7px;
	color:#529FFF;
	font-weight:normal;
	padding-left:37px;
}

ul#subMenu li.active ul li.active ul li.active a {
	background-image:url(../images/submenu_active.gif);
	background-position:25px 7px;
	color:#529FFF;
	font-weight:normal;
	padding-left:37px;
}

/* Submenu 4 */

ul#subMenu li.active ul li.active ul li.active ul li a{
	padding-left:50px;
	color:#666666;	
	background-image:none;
}

ul#subMenu li:hover ul li:hover ul li ul li a:hover {
	padding-left:50px;
	color:#529FFF;
	background-image:url(../images/submenu_active.gif);
	background-position:38px 7px;
}

ul#subMenu li.active ul li.active ul li.active ul li.active a {
	background-image:url(../images/submenu_active.gif);
	background-position:38px 7px;
	color:#529FFF;
	font-weight:normal;
	padding-left:50px;
}

/* Box */
.box {
	padding: 0 11px;
	background: #143c88;
	margin-bottom: 11px;
}

#trainingen .box {
	background-image: url(../images/box_trainingen_back.gif);
}

#tekstredactie .box {
	background-image: url(../images/box_tekstredactie_back.gif);
}



.box h2 {
	color: #fff;
	padding: 10px 11px;
	width: 208px;
	margin-bottom: 12px;
	margin-left: -11px;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #fff;
}

#trainingen .box h2 {
	color: #000066;
}

#tekstredactie .box h2 {
	color: #000066;
}



#tekstredactie .box p {
	color: #000066;
}

#trainingen .box p {
	color: #000066;
}

.box ul { padding-bottom: 1px; }
.box ul li { margin-bottom: 22px; }

.box ul li a {
	color: #fff;
	text-decoration: none;
	padding-left: 21px;
	background-image: url(../images/arrow_normal.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
	font-weight: bold;
	display: inline-block;
}

.box ul li a { display: block; }

#trainingen .box ul li a {
	color: #000066;
	background-image: url(../images/arrow_trainingen.gif);
}

#tekstredactie .box ul li a {
	color: #000066;
	background-image: url(../images/arrow_tekstredactie.gif);
}



.box ul li a:hover {
	text-decoration: underline;
}

#content .box {
	float: right;
	margin: 0 0 10px 10px;
	width: 208px;
}

#content .box h2 {
	padding-bottom: 2px;
}

#content .box ul {
	padding-bottom: 0px;
}

#content .box ul li {
	padding-left: 0;
	background-image: none;
}

/* Content */
#content h1 {
	padding-bottom: 8px;
	line-height: 24px;
}


#content h2.special {
	padding-bottom: 14px;
}

#content p {
	padding-bottom: 15px;
}

#content .insidePic {
	float: right;
	padding: 0 0 10px 10px;
}

#content a {
	color: #fe8619;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	overflow: auto;
	padding-bottom: 15px;
}

#content ul li {
	display: block;
	padding-left: 35px;
	background: url(../images/liststar.gif) 16px 7px no-repeat;
}

#content .csc-textpic-imagerow ul li{padding-left: 0; background:none;}

/* Portofolio */
.projectItem {
	padding-bottom: 15px;
}

.projectItem h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 9px;
	background: url(../images/project-title.gif) repeat-x 0 100%;
	
}

#content .projectItem h2 a {
	color: #fff;
	padding: 9px 25px 9px 8px;
	background: #143C88 url(../images/arrow_normal.gif) 590px 12px no-repeat;
	text-decoration: none;
	display: block;
}

.projectItem h2 a:hover {
	text-decoration: underline;
}

.projectImage {
	float: left;
	width: 150px;
	padding: 10px 10px 0px 0;
}

.projectText {
	/*float: right;
	width: 538px;*/
	padding-top: 4px;
}

#selectRight {
	position: absolute;
	right: 0;
	top: 38px;
}

#selectRight select {
	width: 195px;
}

#subnav a {
	display: none;
}

#subnav .level1 a {
	display: block;
}

/* Contact */
legend {
	display: none;
}

fieldset {
	border: none !important;
	background-color: transparent !important;
	padding: 0px !important;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, fieldset.tx-powermail-pi1_fieldset select.powermail_select, input.tx-indexedsearch-searchbox-sword {
	border: 1px solid #006;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit, input.tx-indexedsearch-searchbox-button, form#oferte input.inpBtn {
	background: #143C88;
	border: 1px solid #8f8fbc;
	color: #fff;
	vertical-align: middle;
	font-weight: normal !important;
	margin:20px 0 10px 250px!important;
}

.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	margin-left: 0px !important;
}

input.validation-failed, textarea.validation-failed {
	background: #fff !important;
}

/**/
form#oferte .clearfix {
	position: relative;
}

form#oferte label {
	clear:both;
	display:block;
	float:left;
	font-weight:bold;
	width:150px;
}

form#oferte input.inpTxt {
	border:1px solid #000066;
	width: 260px;
	margin-bottom: 3px;
}

form#oferte h1 {
	padding-top: 10px;
}

form#oferte input.inpBtn {
	margin-left: 150px;
}

.singleImage {float:right;}
.singleImage img {margin:10px;}

fieldset.tx-powermail-pi1_fieldset label {width:250px!important;}
/* CALENDAR */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
	position: absolute;
	top: -3px;
	left: 412px;
}

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

fieldset.tx-powermail-pi1_fieldset label {
	font-weight: normal !important;
}

.tx_powermail_pi1_fieldwrap_html_30, .tx_powermail_pi1_fieldwrap_html_31, .tx_powermail_pi1_fieldwrap_html_32 {
	font-weight: bold;
}

#powermaildiv_uid18, #powermaildiv_uid47 { position: relative; padding-left: 250px; display: inline-block; }
#powermaildiv_uid18, #powermaildiv_uid47 { display: block; }
#powermaildiv_uid18 p, #powermaildiv_uid47 p{ display: none; }
#powermaildiv_uid18 div, #powermaildiv_uid47 div { display: inline; }
#powermaildiv_uid18 label, #powermaildiv_uid47 label { position: absolute; left: 0; top: 0; }


.powermail_radio_inner_uid18_1 label,.powermail_radio_inner_uid47_1 label { display: inline-block;
	background: url(../images/slash.jpg) no-repeat 0 50%;
	padding-left:11px; margin-left: 55px;
}

div.powermail_mandatory_js {
	color:red;
	margin: 3px 0 15px 250px !important;
}

input.powermail_vraagtrainingsgidsaan {
	position: relative;
	z-index: 1000;
}

div.powermail_radio_inner label {
	z-index: 99;
}

.tx_powermail_pi1_fieldwrap_html_radio_title {
        font-weight: normal !important;
        height:11px;
}

div#content h3 { font-style:italic; }

h1.paginakop {line-height: 50px!important;}

h1 { color: #2a4e93; font-size: 20px; font-weight: bold; /* font-family: 'Lucida Sans Unicode', Lucida, 'Bitstream Vera Sans', Verdana, Helvetica, Arial, sans-serif; */ font-family: Verdana, Helvetica, Arial, sans-serif; }

h2, h2 a { color:#2a4e93; font-size: 13px; font-family: Verdana, Helvetica, Arial, sans-serif; }
h3, h3 a {font-size: 13px!Important; font-weight: bold; color:#fe8619; }

fieldset input, fieldset select, fieldset textarea { font-family: Arial, Verdana, sans-serif; font-size: 12px;}


#content ul.browsebox li {
	float: left;
	background: none;
	padding-left: 2px;
}

.subLine, .subLineSingle, .subLineEmail {
	padding-bottom: 3px;
}

.subLine label {
	float: left;
	width: 250px;
}

.subLine input.inpTxt, .subLineEmail input.inpTxt {
	border: 1px solid #006;
	width: 260px;
}

.subLineEmail, .subSubmit {
	padding-left: 250px;
}

.subSubmit input.inpSubmit {
	background: #1E1E78;
	border: 1px solid #8F8FBC;
	color: #8F8FBC;
}

fieldset.subscribe .error {
	font-size: 10px;
	color: #c30;
}
#leftColumn .box {color:#fff;}

div.indent p.bodytext {padding-left:16px;}

h3 {font-size: 13px!important}
h4 {font-size: 11px!important}

.tx-ttnews-browsebox table tbody tr td p a { margin: 0 5px;}

/* Extra table settings */
table.contenttable {padding-right:2px;border-spacing:2px;width:100%;}
table.contenttable td, table.contenttable th {padding:2px 0 0 2px; vertical-align:top; }
 table.contenttable th { white-space:nowrap; }
table.contenttable p {padding:3px!important;}
table.contenttable th p {background:#000066;color:#fff;vertical-align:middle;}
table.contenttable tr.even p {background:#ECECF4;}
table.contenttable tr.odd p {background:#d7d7e7;}

.csc-textpic-caption {
	font-size: 9px;
	text-align: center;
}

.csc-textpic-text .contenttable th {
	width:33%;
}
