@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 {
	background: #006;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

/* Header */
#header {
	width: 932px;
	height: 92px;
	margin: 0 auto;
	position: relative;
}

#logo {
	float: left;
	width: 221px;
	height: 57px;
	padding-top: 11px;
}

/* Search */
#search {
	float: right;
	width: 289px;
	height: 60px;
	background: url(../images/search_back.gif) 0 0 repeat-x;
	padding: 0 0 0 15px;
}

#search label {
	display: block;
	color: #9999c2;
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 6px;
}

input.searchInp {
	background: url(../images/search_inp_back.gif) 0 0 no-repeat;
	color: #fff;
	padding: 3px;
	border: none;
	height: 14px;
	width: 205px;
	vertical-align: middle;
	margin-left: -4px;
	margin-right: 4px;
}

input.searchBtn {
	background: #1e1e78;
	border: 1px solid #8f8fbc;
	color: #8f8fbc;
	vertical-align: middle;
}

/* Language */
#language {
	float: right;
	width: 289px;
	color: #8f8fbc;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 67px;
	font-size: 11px;
}

#language a {
	color: #8f8fbc;
	text-decoration: none;
}

#language a.en {
	background: url(../images/lang_en.gif) 0 2px no-repeat;
	padding-left: 20px;
}

#language a.nl {
	background: url(../images/lang_nl.gif) 0 2px no-repeat;
	padding-left: 20px;
}

#language a:hover {
	text-decoration: underline;
}

/* Menu */
#menuContainer {
	background: url(../images/menu_back.gif) 0 0 repeat-x;
}

#menu {
	width: 932px;
	height: 35px;
	margin: 0 auto;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	float: left;
	display: block;
	padding: 6px 11px 7px 11px;
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid #fff;
}

#menu ul li a.navigation-38 {
	border-bottom: 4px solid #dc1f46;
	background: #006 url(../images/menu_back.gif) 0 0 repeat-x;
	
}

#menu ul li a.navigation-40 {
	border-bottom: 4px solid #94dde6;
	background: #006 url(../images/menu_back.gif) 0 0 repeat-x;
}

#menu ul li a.navigation-39 {
	border-bottom: 4px solid #fddd70;
	background: #006 url(../images/menu_back.gif) 0 0 repeat-x;
}

#menu ul li.active a {
	background: #fff url(../images/menu_active_back.gif) 0 bottom repeat-x;
	color: #000;
}

#menu ul li a:hover {
	background: #fff url(../images/menu_over_back.gif) 0 bottom repeat-x;
	color: #000;
} 

#menu ul li a.navigation-38:hover, #menu ul li.active a.navigation-38 {
	background: url(../images/menu_active_vertalingen_back.gif) 0 bottom repeat-x;
	color: #fff;
}

#menu ul li a.navigation-40:hover, #menu ul li.active a.navigation-40 {
	background: url(../images/menu_active_trainingen_back.gif) 0 bottom repeat-x;
}

#menu ul li a.navigation-39:hover, #menu ul li.active a.navigation-39 {
	background: url(../images/menu_active_tekstredactie_back.gif) 0 bottom repeat-x;
}

/* Footer */
#footer {
	width: 932px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 11px;
	color: #8f8fbc;
	height: 62px;
}

#footer p {
	text-align: center;
	padding-top: 8px;
}

.footerBox {
	float: left;
	width: 233px;
}

.footerBoxImg {
	float: left;
	padding-right: 10px;
}

.footerBoxLink {
	float: left;
	padding-top: 10px;
}

.footerBoxLink a {
	color: #8f8fbc;
	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: 19px;
	padding-bottom: 10px;
}

.frontColumn {
	width: 298px;
	float: left;
	margin-right: 18px;
	margin-bottom: 20px;
}

.frontColumn .boxTitle {
	position: relative;
	left: 0px;
	top:0px;
}

.frontColumn .boxTitle .bgTitle {
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 22px;
	font-weight: normal;
	font-family: �Lucida Sans Unicode�, �Lucida�, Verdana, �Bitstream Vera Sans�, sans-serif;
	color: #777;
	padding: 0px 10px 10px 10px;
	height: 22px;
	line-height: 25px;
	z-index:4;
}

.frontColumn.vertalingen , .frontColumn.translation {
	background: #ed8fa2 url(../images/frontcolumn_vertalingen_back.gif) 0 0 repeat-x;
}

.frontColumn.trainingen, .frontColumn.training.courses {
	background: #c9eef2 url(../images/frontcolumn_trainingen_back.gif) 0 0 repeat-x;
}

.frontColumn.tekstredactie, .frontColumn.editing {
	background: #feeeb7 url(../images/frontcolumn_tekstredactie_back.gif) 0 0 repeat-x;
}

.frontColumn h1 {
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 22px;
	font-weight: normal;
	font-family: �Lucida Sans Unicode�, �Lucida�, Verdana, �Bitstream Vera Sans�, sans-serif;
	line-height: 25px;
	color: #fff;
	padding: 0px 10px 10px 10px;
	height: 26px;
	z-index:5;
}
.frontColumn h1 a:HOVER {
	color: #000066;
}

.frontColumn h1 a {
	color: #fff;
	text-decoration: none;
	display: block;
	background-position: right 6px;
	background-repeat: no-repeat;
	height: 22px;
}

.frontColumn.vertalingen h1 a {
	background-image: url(../images/arrow_vertalingen.gif);
}
.frontColumn.translation h1 a {
	background-image: url(../images/arrow_vertalingen.gif);
}

.frontColumn.trainingen h1 a {
	background-image: url(../images/arrow_trainingen.gif);
}
.frontColumn.training.courses h1 a {
	background-image: url(../images/arrow_trainingen.gif);
}

.frontColumn.tekstredactie h1 a {
	background-image: url(../images/arrow_tekstredactie.gif);
}
.frontColumn.editing h1 a {
	background-image: url(../images/arrow_tekstredactie.gif);
}

.frontColumn h2 {
	color: #006;
	font-size: 11px;
	font-weight: normal;
	padding: 0 10px 5px 10px;
}

#frontContent {
	float: left;
	width: 621px;
}

#frontContent h1 {
	color: #006;
	font-size: 26px;
	font-weight: normal;
	font-family: �Lucida Sans Unicode�, �Lucida�, Verdana, �Bitstream Vera Sans�, sans-serif;
	padding-bottom: 16px;
	margin-top:7px;
}

#frontNews {
	float: right;
	width: 298px;
	padding-top: 6px;
}

#frontNews h2 {
	color: #006;
	font-size: 18px;
	padding-bottom: 9px;
}

#frontNews h3, #frontNews h3 a {
	color: #4d90cd;
	font-size: 12px;
	text-decoration: none;
}

#frontNews h3 a:hover {
	text-decoration: underline;
}

.newsItem {
	font-size: 11px;
	padding-bottom: 10px;
}

.moreNews {
	text-align: right;
}

.moreNews a {
	color: #4d90cd;
	text-decoration: none;
	background: url(../images/arrow.gif) right 2px no-repeat;
	padding-right: 18px;
}

.moreNews a:hover {
	text-decoration: underline;
}

/* Subpage */
#mainImage {
	position: relative;
	margin-bottom: 4px;
}

#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: 206px;
	float: left;
}

#content {
	width: 700px;
	float: right;
	position: relative;
}

/* Breadcrumb */
#breadcrumb {
	font-size: 10px;
	padding-bottom: 21px;
}

#breadcrumb a {
	color: #529fff;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* Left menu */
ul#subMenu, ul#subnav {
	padding-top: 5px;
	padding-bottom: 25px;
}

ul#subMenu li a, ul#subnav .level1 a {
	color: #666;
	text-decoration: none;
	padding-left: 11px;
	font-size: 11px;
	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 {
	font-weight: bold;
	background: url(../images/submenu_active.gif) 1px 7px no-repeat;
}

ul#subMenu ul {
	border-bottom: 1px dotted #9ec2de;
	border-top: 1px dotted #9ec2de;
}

/* Submenu 2 */

ul#subMenu li.active ul li a {
	background-image:none;
	background-position:12px 7px;
	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:#529FFF;
	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 {
	width: 184px;
	padding: 7px 11px 25px 11px;
	background-image: url(../images/box_back.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#trainingen .box {
	background-image: url(../images/box_trainingen_back.gif);
}

#tekstredactie .box {
	background-image: url(../images/box_tekstredactie_back.gif);
}

#vertalingen .box {
	background-image: url(../images/box_vertalingen_back.gif);
}

.box h2 {
	color: #fff;
	padding-bottom: 2px;
}

#trainingen .box h2 {
	color: #000066;
}

#tekstredactie .box h2 {
	color: #000066;
}

#vertalingen .box h2 {
	color: #fff;
}

#tekstredactie .box p {
	color: #000066;
}

#trainingen .box p {
	color: #000066;
}

.box ul li a {
	color: #cfcfe2;
	text-decoration: none;
	padding-left: 21px;
	background-image: url(../images/arrow_normal.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

#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);
}

#vertalingen .box ul li a {
	color: #f8d3db;
	background-image: url(../images/arrow_vertalingen.gif);
}

.box ul li a:hover {
	text-decoration: underline;
}

#content .box {
	float: right;
	margin: 0 0 10px 10px;
}

#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 {
	font-size: 20px;
	color: #006;
	font-family: �Lucida Sans Unicode�, �Lucida�, Verdana, �Bitstream Vera Sans�, sans-serif;
	padding-bottom: 14px;
}

#content h2 {
	color: #006;
}

#content h2.special {
	padding-bottom: 14px;
}

#content p {
	padding-bottom: 15px;
}

#content .insidePic {
	float: right;
	padding: 0 0 10px 10px;
}

#content a {
	color: #529fff;
	text-decoration: none;
}

#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;
}

/* Portofolio */
.projectItem {
	background: url(../images/project_item_back.gif) 0 0 repeat-x;
	padding-bottom: 15px;
}

.projectItem h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: �Lucida Sans Unicode�, �Lucida�, Verdana, �Bitstream Vera Sans�, sans-serif;
}

#content .projectItem h2 a {
	color: #fff;
	padding: 9px 8px 13px 8px;
	background: url(../images/arrow_normal.gif) 675px 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: #1e1e78;
	border: 1px solid #8f8fbc;
	color: #8f8fbc;
	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;}
#content h1 {line-height: 25px!important;}
h1, h1.csc-firstHeader {font-family: "Verdana";!important;}
h2 {font-family: "Verdana";!important; font-weight: bold;}
h3, h3 a {font-size: 11px!Important; font-weight: bold; }
#frontContent h1 {font-weight: bold;}

fieldset input, fieldset select, fieldset textarea { font-family: Verdana, Geneva, sans-serif; font-size: 12px;}

h1.csc-firstHeader, h1, h2 {font-family: "Verdana";!important;}

#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%;
}
