@charset "utf-8";
/* Reset A */
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: #767676;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #484848;
}

#wrapper {
	background: #fff;
}

#top {
	width: 960px;
	height: 65px;
	margin: 0 auto;
	position: relative;
}

.newheader #top {
	height: 70px;
}

#slogan {
	width: 360px;
	float: left;
	padding: 27px 0 0 10px;
}

.newheader #slogan {
	padding: 28px 0 0 72px;
}

#logo {
	float: right;
	width: 58px;
	height:57px;
	padding: 4px 0;
}

.newheader #logo {
	position: absolute;
	left: 0;
	top: 4px;
}

/* Main menu */
#mainMenu {
	width: 964px;
	height: 33px;
	margin: 0 auto;
	background: url(../images/main_menu_back.gif) 0 0 no-repeat;
	position: relative;
}

.newheader #mainMenu {
	background-image: url(../images/main_menu_back_new.gif);
}

.newheader #mainMenu.withSub {
	background-image: url(../images/main_menu_back_withsub_new.gif);
	height: 52px;
}

#mainMenu a.home {
	float: left;
	background: url(../images/q.gif) 0 0 no-repeat;
	width: 27px;
	height: 23px;
	display: block;
	text-indent: -9999px;
	margin: 3px 5px 0 16px;
}

.newheader #mainMenu a.home {
	margin-top: 6px;
}

ul#menu1 li {
	float: left;
	padding: 5px 18px 0 5px;
}

ul#menu1 ul {
	position: absolute;
	left: 48px;
	top: 21px;
}

ul#menu1 ul span {
	float: left;
}

.newheader ul#menu1 li {
	float: left;
	padding-top: 9px;
}

ul#menu1 li a {
	float: left;
	display: block;
	color: #464646;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 2px;
	font-size: 12px;
}

ul#menu1 li.active ul li a {
	color: #464646;
	padding-top: 2px;
}

ul#menu1 li.first {
	background: url(../images/training_bar.gif) right 4px no-repeat;
}

ul#menu1 li.active a, ul#menu1 li a:hover, ul#menu1 li.active ul li.active a, ul#menu1 li.active ul li a:hover {
	color: #bbab00;
}

ul#menu2 {
	float: right;
	padding-top: 5px;
}

.newheader ul#menu2 {
	background: url(../images/menu2_back.gif) 0 0 no-repeat;
	width: 316px;
	height: 24px;
	position: absolute;
	right: 0;
	top: -65px;
	padding-top: 1px;
}

ul#menu2 li {
	float: left;
	padding: 0 17px;
	background: url(../images/menu2_border.gif) right 4px no-repeat;
}

.newheader ul#menu2 li {
	padding: 0 14px;
}

ul#menu2 li a {
	color: #464646;
	font-size: 11px;
	text-decoration: none;
}
/*
.training ul#menu2 li {
	background: url(../images/training_bar.gif) left 4px no-repeat;
	background-image: url(../images/training_bar.gif) !important;
	padding: 0px 17px 2px 17px;
}

.training ul#menu2 li a {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 2px;
	float: left;
}
*/
ul#menu2 li.active a, ul#menu2 li a:hover {
	color: #bbab00;
}

/* Wrapper */
#contentWrapper {
	background: url(../images/wrapper_back.gif) 0 bottom repeat-x;
	padding: 2px 0 5px 0; 
}

#containerTop {
	background: url(../images/container_top.gif) 0 0 no-repeat;
	width: 970px;
	height: 5px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}

#container {
	background: url(../images/container_back.gif) 0 bottom no-repeat;
	width: 960px;
	padding: 0 5px;
	margin: 0 auto;
	position: relative;
}

#container.home {
	background: url(../images/container_back_home.gif) 0 bottom no-repeat;
}

#container.work {
	background: url(../images/container_back_work.gif) 0 bottom no-repeat;
	min-height: 820px;
	height: auto;
}


#workby .work {
	background-image: url(../images/foto-personeel-Qwise.gif) !important;
}


#container.trainingen {
	background: url(../images/container_back_trainingen.gif) 0 bottom no-repeat;
	/*background: url(../images/foto-personeel-Qwise.jpg) 0 top no-repeat;*/
	min-height: 825px;
	height: auto;
}

#workSpecial {
	padding-top: 0px;
}

/* Footer */
#footer {
	width: 960px;
	min-height: 260px;
	height: auto;
	margin: 0 auto;
	background: url(../images/footer_back.gif) center 0 no-repeat;
	padding-top: 24px;
}

#footer ul.sitemap {
	float: left;
	width: 170px;
	padding: 0 10px;
	border-left: 1px solid #888;
}

#footer ul.sitemap li a {
	color: #bbab00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer ul.sitemap li {
	padding-bottom: 17px;
}

#footer ul.sitemap li ul li a {
	color: #e0e0e0;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

#footer ul.sitemap li ul li {
	padding: 0 0 0 7px;
	background: url(../images/sitemap_line.gif) 0 9px no-repeat;
}

#footer ul.sitemap li a:hover {
	text-decoration: underline;
}

#footerContact {
	float: right;
	width: 200px;
	text-align: right;
	color: #e0e0e0;
}

#footerContact h3 {
	color: #bbab00;
	font-weight: bold;
}

#footerContact p {
	padding-bottom: 10px;
	font-size: 11px;
}

#footerContact p span.simple {
	font-size: 12px;
}

#footerContact a {
	color: #3dccfe;
	text-decoration: none;
}

#footerContact a:hover {
	text-decoration: underline;
}

/* Home page */
#flashContainer {
	position: relative;
}

.home #flashContainer {
	margin-bottom: 20px;
}

.newheader #flashContainer {
	height: 190px;
	width: 960px;
}

.flashBox {
	float: left;
	display: none;
	position: absolute;
	width: 209px;
	height: 69px;
	top: 60px;
	background-color: #bbab00;
}

.newheader .flashBox {
	width: 311px;
	height: 62px;
	right: 5px;
	background: transparent url(../images/flashbox_back.png) 0 0 repeat;
	border-bottom: 1px solid #414141;
	overflow: hidden;
	display: block;
}

.col1 {
	top: 0;
}

.col2 {
	top: 63px;
}

.col3 {
	top: 126px;
	border-bottom: none;
}

.flashBoxContent {
	padding: 0px 10px 0 10px;
	position: relative;
}

.newheader .flashBoxContent {
	color: #ccc;
}

.flashBoxContent a {
	position: absolute;
	width: 209px;
	height: 69px;
	display: block;
	cursor: pointer;
	left: 0;
	top: 0;
	opacity: 0.01;
	background: #fff;
}

.newheader .flashBoxContent a {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	opacity: 1;
	background-color: transparent;
	color: #ccc;
	text-decoration: none;
	display: inline;
}

.newheader .flashBoxContent a:hover {
	font-weight: bold;
}

.flashBox h2 {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}

.newheader .flashBox h2 {
	font-size: 11px;
	color: #bbab00;
	font-size: 18px;
}

.flashBox h3 {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}

.homeRightContent {
	float: right;
	width: 300px;
	padding-right: 10px;
}

.homeContent {
	float: left;
	width: 610px;
	padding: 0 10px 0 20px;
	margin-top: 7px; 
}

.homeContent h1 {
	color: #c0af00;
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 7px;
}

.homeContent h2 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
}

.homeContent p {
	padding-bottom: 16px;
}

/* Quote Box */
.quoteBox {
	border-top: 1px solid #e8e8e8;
	margin-bottom: 10px;
}

#columnRight .quoteBox {
	border-top-color: #ccc;
	margin-left: 3px;
	margin-right: 3px;
}

#columnLeft .quoteBox {
	width: 173px;
}

.quoteContent {
	background: url(../images/quote_box_back.gif) 0 0 repeat-y;
}

#columnRight .quoteContent {
	background-image: url(../images/quote_box_back_right.gif);
}

#columnLeft .quoteContent {
	background-image: url(../images/quote_box_back_left.gif);
}

.quoteBot {
	background: url(../images/quote_box_bot.png) 0 0 no-repeat;
	width: 300px;
	height: 9px;
	font-size: 0;
	line-height: 0;
}

#columnRight .quoteBot {
	background-image: url(../images/quote_box_bot_right.png);
}

#columnLeft .quoteBot {
	background-image: url(../images/quote_box_bot_left.png);
	width: 173px;
}

.quoteContent p, #columnRight .quoteContent p {
	padding: 8px 10px 10px 10px;
	color: #5d5d5d;
	font-style: italic;
	font-size: 11px;
}

.quoteTop {
	background: #e8e8e8;
	padding: 7px 10px 10px 10px;
}

#columnRight .quoteTop {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 7px 9px 8px 9px;
	border-bottom: 1px solid #ccc;
}

.quoteTop img {
	float: left;
	padding: 1px 10px 0 0;
}

.quoteTop h3 {
	color: #bbab00;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 3px;
}

.quoteTop h3 a {
	color: #bbab00;
	text-decoration: none;
}

.quoteTop h3 a:hover {
	text-decoration: underline;
}

#columnRight .quoteTop h3 {
	padding-bottom: 0px;
}

.quoteTop h4 {
	font-weight: normal;
	color: #5d5d5d;
}

#columnLeft .quoteTop h4 {
	font-size: 11px;
	font-weight: bold;
}

/* Job Box */
.jobBox {
	border-top: 1px solid #e8e8e8;
	margin-bottom: 10px;
}

#columnRight .jobBox {
	margin-left: 3px;
	margin-right: 3px;
	border-top-color: #ccc;
}

#columnLeft .jobBox {
	width: 173px;
}

.jobContent {
	background: url(../images/job_box_back.gif) 0 bottom no-repeat;
}

#columnRight .jobContent {
	background: url(../images/right_job_box_back.gif) 0 bottom no-repeat;
}

#columnLeft .jobContent {
	background: url(../images/left_job_box_back.gif) 0 bottom no-repeat;
}

.jobBot {
	background: url(../images/job_box_bot.png) 0 0 no-repeat;
	width: 300px;
	height: 9px;
	font-size: 0;
	line-height: 0;
}

#columnLeft .jobBot {
	background-image: url(../images/job_box_bot_left.png);
	width: 173px;
}

.jobTop {
	background: url(../images/job_top.png) 0 0 no-repeat;
	padding: 5px 10px 0 10px;
	height: 30px;
}

.jobTop h3 {
	color: #bbab00;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 1px;
}

.jobTop h3 a {
	color: #bbab00;
	text-decoration: none;
}

.jobTop h3 a:hover {
	text-decoration: underline;
}

#columnRight .jobContent h4, #columnLeft .jobContent h4 {
	font-weight: normal;
	padding: 0 10px 5px 10px;
	font-size: 14px;
	color: #bbab00;
}

#columnRight .jobContent h4 a, #columnLeft .jobContent h4 a {
	color: #bbab00;
	text-decoration: none;
}

#columnRight .jobContent h4 a:hover, #columnLeft .jobContent h4 a:hover {
	text-decoration: underline;
}

.jobContent p {
	padding: 0 10px 8px 10px;
	font-size: 14px;
}

#columnLeft .jobContent p {
	font-size: 11px;
}

ul.jobList {
	padding-bottom: 10px;
}

ul.jobList li {
	padding: 0 0 2px 10px;
}

ul.jobList li a {
	background: url(../images/job_list_item.gif) 0 0 no-repeat;
	width: 172px;
	height: 18px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 7px;
}

ul.jobList li a:hover {
	text-decoration: underline;
}

/* Front boxes */
#homeBoxes {
	padding: 0 0 0 2px;
	margin-bottom: 20px;
}

.niceBox {
	position: relative;
	width: 306px;
	float: left;
	margin-left: 11px;
}

.homeRightContent .niceBox {
	float: none;
	margin-bottom: 10px;
}

#columnRight .niceBox {
	float: none;
	margin-left: 0 !important;
	margin-bottom: 5px !important;
}

#columnRight .niceBox h3, #columnRight .niceBox p {
	padding-bottom: 0;
}

.niceTop {
	background: url(../images/nice_top.png) 0 0 no-repeat;
	margin-bottom: 14px;
	padding: 13px 13px 0 13px;
}

.niceBoxContent {
	width: 260px;
	bottom: 22px;
	left: 13px;
	background: transparent url(../images/nice_box.png) 0 0 no-repeat;
	padding: 5px 10px 6px 10px;
	position: absolute;
}

.niceBoxSubContent {
	position: relative;
}

a.niceBoxLink {
	position: absolute;
	display: block;
	float: left;
	left: 12px;
	top: 12px;
	width: 280px;
	height: 112px;
	background: transparent url(../images/nice_box_link_back.png) 0 0 no-repeat;
}

.niceBoxContent p {
	color: #fff;
	font-size: 11px;
}

.niceBoxContent h3 {
	color: #c0af00;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	padding-top: 3px;
}

.niceBoxContent h3 a {
	color: #c0af00;
	text-decoration: none;
}

.niceBoxContent h3 a {
	text-decoration: underline;
}

.niceBoxContent ul li {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

.niceBoxContent ul li a {
	color: #3dccfe;
}

a.lastminutes {
	position: absolute;
	right: 13px;
	top: -30px;
}

#homeBoxes a.lastminutes {
	top: 23px;
	right: 24px;
}

#columnRight a.lastminutes {
	top: 30px;
	left: 205px;
}

.niceBot {
	background: url(../images/nice_bot.png) 0 0 no-repeat;
	width: 306px;
	height: 22px;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Subpage */
h1.firstHeader {
	background: #fff;
	font-size: 20px;
	line-height: 22px;
	border-bottom: 1px solid #c9c9c9;
	padding: 7px 20px 11px 20px;
}

#columnLeft {
	float: left;
	width: 185px;
	padding: 20px 0 0 10px;
}

#columnCenter {
	float: left;
	width: 440px;
	padding-top: 20px;
}

#columnRight {
	float: right;
	width: 306px;
	padding: 20px 7px 0 0;
	overflow: hidden;
}

#columnCenter a {
	color: #2a9ec6;
	text-decoration: none;
}

#columnCenter a:hover {
	text-decoration: underline;
}

#columnCenter ul {
	padding-bottom: 16px;
}

#columnCenter ul li {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 20px;
}

/* News */
.newsItem {
	background: url(../images/news_item_back.gif) 0 bottom no-repeat;
	margin-bottom: 10px;
}

.newsDate {
	background: url(../images/date_back.gif) 0 0 no-repeat;
	width: 32px;
	height: 35px;
	float: left;
	padding-top: 5px;
	margin-top: 5px;
	padding-right: 3px;
}

.newsDate span {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.newsDate span.month {
	font-size: 11px;
}

.newsContent {
	width: 385px;
	padding-right: 5px;
	float: right;
	padding-bottom: 5px;
}

.newsContent p {
	display: inline;
}

#columnCenter .newsContent h1 {
	font-size: 14px;
	padding-bottom: 5px;
}

#columnCenter .newsContent p {
	padding-bottom: 8px;
}

.newsContent a {
	color: #2a9ec6;
	text-decoration: none;
}

.newsContent a:hover {
	text-decoration: underline;
}

.newsNavigation {
	padding: 10px 0 29px 0;
}

.newsNavigation a {
	font-size: 11px;
	color: #2a9ec6;
	padding: 2px 4px;
	border: 1px solid #d7d7d7;
	text-decoration: none;
}

.newsNavigation a:hover {
	background: #d7d7d7;
	color: #fff;
}

#columnCenter .newsNavigation a:hover {
	text-decoration: none;
}

.newsNavigation .next a {
	float: right;
}

.newsNavigation .prev a {
	float: left;
}

.singleNewsDate {
	font-weight: bold;
	color: #bbab00;
}

#columnCenter h1 {
	color: #c0af00;
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 12px;
}

#columnCenter h2, #columnRight h3 {
	color: #bbab00;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 14px;
}
#columnRight h3 a {
	color: #bbab00;
	text-decoration:none;
}

#columnCenter h3 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 14px;
}

#columnCenter p, #columnRight p, #columnCenter blockquote {
	padding-bottom:0px;
}

/* added by JvB 20100706 */
#columnCenter p {
	padding-bottom:14px;
}

#columnCenter blockquote {
	font-size: 14px;
	padding-left: 85px;
	padding-right: 85px;
}

#columnRight p {
	font-size: 11px;
}

#columnRight a {
	color: #2a9ec6;
	text-decoration: none;
}

#columnRight a:hover {
	text-decoration: underline;
}

#news #subMenu { display: none; }

/* Right Box */
.rightBox {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	margin: 0 3px 20px 3px;
	position: relative;
}

#columnRight .tx-abcourses-pi1 {
	background-color: #e8e8e8;
	border: 1px solid #d7d7d7;
	padding: 2px;
	margin: 0 4px 20px 4px;
}

#columnRight .tx-abcourses-pi1 h2 {
	display: none;
}

#columnRight .tx-abcourses-pi1 input.inpTxt {
	width: 145px;
}

.rightBox.justImage {
	border: none;
	margin: 0 0 20px 0;
}

.rightBox h2, #columnRight .tx-abcourses-pi1 h2 {
	background: #e8e8e8 url(../images/right_box_top.gif) 0 bottom no-repeat;
	padding: 6px 10px 15px 10px;
	text-transform: uppercase;
	color: #bbab00;
	font-weight: normal;
	font-size: 13px;
}

#columnRight .rightBox h2 a {
	color: #bbab00;
	text-decoration: none;
}

#columnRight .rightBox h2 a:hover {
	text-decoration: underline;
}

#columnRight .tx-abcourses-pi1 form {
	padding: 7px;
}

.rightBox h4 {
	color: #2a9ec6;
	padding: 0 10px;
	font-size: 11px;
}

.rightBox p, #columnRight .rightBox p {
	font-size: 11px;
	padding: 0 10px 10px 10px;
}

.rightBox a {
	color: #2a9ec6;
	text-decoration: none;
}

.rightBox a:hover {
	text-decoration: underline;
}

/* Result filter list */
ul.rezFilter {
	margin: 0 10px 5px 10px;
	border-bottom: 1px solid #c9c9c9;
}

ul.rezFilter li {
	border-top: 1px solid #c9c9c9;
}

div.rightBox ul.rezFilter li {
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.rezFilter li a {
	padding: 3px;
	display: block;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

ul.rezFilter li a:hover, ul.rezFilter li#selected a {
	background-color: #e8e8e8;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

/* Sub menu */
#subMenu {
	width: 163px;	
}

#subMenuBot {
	background: url(../images/submenu_bot.png) 0 0 no-repeat;
	width: 163px;
	height: 9px;
	line-height: 0;
	font-size: 0;
	margin: -1px 0 10px;
}

#subMenu h2 {
	background: #e8e8e8;
	padding: 7px 10px 5px 10px;
	color: #c0af00;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #ccc;
}

#subMenu ul {
position: relative; top: -1px;
padding: 0 1px;
	background: url(../images/submenu_back.gif) 0 0 repeat-y;
	}

#subMenu ul li {
	border-top: 1px solid #ccc;
}

#subMenu ul li a {
	color: #2a9ec6;
	text-decoration: none;
	display: block;
	padding: 3px 5px 4px 19px;
	font-size: 11px;
	background: url(../images/submenu_arrow.gif) 7px 7px no-repeat;
}

#subMenu ul li h3 {
	padding: 3px 5px 4px 19px;
}

#subMenu ul li.active, #subMenu ul li:hover {
	background-color: #f1f1f1;
}

#subMenu ul li a:hover, #subMenu ul li.active a {
	background-color: #f1f1f1;
}

/* Sub Page Menu */
#subPageMenu {
	position: absolute;
	right: 10px;
	top: 17px;
}

#subPageMenu ul li {
	float: left;
}

#subPageMenu ul li a {
	color: #2a9ec6;
	text-decoration: none;
	padding: 0 13px 8px 13px;
}

#subPageMenu ul li.active a, #subPageMenu ul li a:hover {
	color: #bbab00;
	background: url(../images/subpagemenu_arrow.gif) center bottom no-repeat !important;
}

#subPageMenu ul li.lastsub a {
	border: 1px solid #bbab00;
	padding: 0 4px 2px 25px !important;
	background: url(../images/btn_arrow.gif) 3px 5px no-repeat !important;
	color: #bbab00;
	margin-right: 5px;
}

#subPageMenu ul li.lastsub a:hover {
	text-decoration: underline;
	background: url(../images/btn_arrow_hover.gif) 0 0px no-repeat !important;
}

/* Solliciteren */
fieldset#solliciteren label, fieldset.tx-powermail-pi1_fieldset label {
	float: left;
	width: 117px !important;
	font-weight: normal !important;
}

fieldset#solliciteren input.inpTxt, fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	padding: 2px;
	width: 238px !important;
	margin-bottom: 5px;
}

fieldset#solliciteren textarea, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	padding: 2px;
	width: 240px !important;
	height: 150px;
	margin-bottom: 5px;
}

.submitLine {
	border-top: 1px solid #d4d0c8;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
}

/*.submitLine input.inpBtn, fieldset.tx-powermail-pi1_fieldset input.powermail_submit, input#cmdSend, input.joinBtn {
	border: 1px solid #bbab00;
	color: #bbab00;
	background: #fff url(../images/btn_arrow.gif) 2px 3px no-repeat;
	font-size: 11px;
	width: 80px;
	margin-left: 10px;
	cursor: pointer;
	font-weight: normal !important;
}

.submitLine input.inpBtn:hover, fieldset.tx-powermail-pi1_fieldset input.powermail_submit:hover, input#cmdSend:hover, input.joinBtn:hover {
	background: #fff url(../images/btn_arrow_hover.gif) -2px -2px no-repeat;
}*/

.submitLine input.inpBtn, fieldset.tx-powermail-pi1_fieldset input.powermail_submit, input#cmdSend, input.joinBtn {
	border: 1px solid #299fc5;
	color: #fff;
	background: #299fc5;
	font-size: 11px;
	margin-left: 10px;
	cursor: pointer;
	font-weight: normal !important;
	padding: 5px
}

.submitLine input.inpBtn:hover, fieldset.tx-powermail-pi1_fieldset input.powermail_submit:hover, input#cmdSend:hover, input.joinBtn:hover {
	background: #299fc5;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	margin-left: 118px !important;
}

input#cmdSend, input.joinBtn {
	margin-left: 0px;
}

input.joinBtn {
	padding: 3px 3px 2px 10px;
	width: auto;
	background-position: 2px 5px;
}

.addDoc {
	text-align: right;
	padding-right: 78px;
	padding-top: 5px;
}

/* Klanten */
.pageImage {
	padding-bottom: 10px;
}

.rightBox .klanten {
	padding: 0 10px 6px 10px;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

.klantenImg {
	width: 120px;
	padding-right: 20px;
	text-align: center;
	float: left;
}

.klantenLink {
	margin: 0 10px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #d4d4d4;
	padding: 5px 0 7px 0;
}

#klantenTabs {
	color: #000;
}

#klantenTabs .klantenImg {
	padding-right: 0;
	padding-top: 10px;
}

#klantenTabs .klanten {
	text-align: left;
}

#klantenTabs .klanten h4 {
	font-style: normal;
	font-weight: normal;
}

#klantenTabs ul {
	position: absolute;
	right: 9px;
	top: 7px;
}

#klantenTabs ul li {
	float: left;
	padding-left: 13px;
}

#klantenTabs ul li a {
	float: left;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background: url(../images/tabs.gif) 0 0 no-repeat;
}

#klantenTabs ul li.ui-state-active a {
	background: url(../images/tabs_active.gif) 0 0 no-repeat;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

#klantenTabs li {
	background-image: none !important;
}

/* Team */
.contentPictures {
	padding-bottom: 16px;
}

.imageFrame {
	background: url(../images/image_frame.gif) 0 0 no-repeat;
	width: 137px;
	height: 91px;
	float: left;
	margin-right: 9px;
}

.imageFrame div {
	margin: 13px;
	height: 65px;
	overflow: hidden;
}

/* work */
#columnLeftSpecial {
	border: 1px solid #dfdfdf;
	padding: 10px;
	width: 608px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 60px;
	background: url(../images/work_back.png) 0 0 no-repeat;
}

.trainingen #columnLeftSpecial {
	padding: 0 0 0 0;
	width: 628px;
	border-color: #d7d7d7;
	overflow: hidden;
}

.tsearch #columnLeftSpecial {
	padding: 0 0 0 0;
	width: 628px;
	border-color: #d7d7d7;
	overflow: hidden;
}

#columnLeftSpecial #columnLeft {
	padding-top: 0;
	padding-left: 0;
}

#columnLeftSpecial #columnCenter {
	width: 420px;
	padding-top: 0;
}

/* Thema landing */
.contentFloatedBox {
	float: left;
	width: 197px;
	padding-right: 15px;
}

.even {
	margin-right: 16px;
	background: url(../images/vert_line.gif) right top no-repeat;
}

#columnCenter .contentFloatedBox h2 {
	padding-bottom: 0;
}

.contentFloatedBox h5 {
	font-weight: normal;
	color: #000;
}

ul.downloads {
	padding: 0 10px 5px 10px;
}

ul.downloads li {
	padding-bottom: 3px;
}

ul.downloads li a {
	background: url(../images/download_arrow.gif) 0 2px no-repeat;
	padding-left: 20px;
}

/* Training */
.searchCourses {
	background: #e8e8e8;
	padding: 10px;
	border-bottom: 1px solid #d7d7d7;
}

#columnRight .searchCourses {
	margin: 0 3px 20px 3px;
	border: 1px solid #c9c9c9;
}

.searchCourses input.inpTxt {
	width: 449px;
}

#columnRight .searchCourses input.inpTxt {
	width: 140px;
}

#trainingContainer {
	padding-bottom: 12px;
}

#columnLeftSpecial #trainingContainer {
	padding-bottom: 0px;
}

.columnTraining {
	float: left;
	width: 188px;
	padding: 0 10px;
	border-right: 1px solid #ddd;
	margin-top: 12px;
}

.columnTraining h2 {
	font-size: 24px;
	font-weight: normal;
	color: #bbab00;
	border-bottom: 1px solid #e7e7e7;
	line-height: 26px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.columnTraining h2 a {
	color: #bbab00;
}

.columnTraining p {
	padding-bottom: 20px;
}

.certificates {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e7e7e7;
	font-size: 11px;
}

.columnTraining a {
	color: #2a9ec6;
	text-decoration: none
}

.columnTraining a:hover {
	text-decoration: underline;
}

.courseSum {
	font-size: 11px;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	margin: 0 10px 2px 10px;
	padding: 0 85px 2px 0;
}

#columnRight .courseSum h3 {
	font-size: 11px;
	padding-bottom: 0;
}

#columnRight .courseSum a.join {
	color: #bbab00;
	border: 1px solid #bbab00;
	padding: 0px 4px 2px 25px;
	position: absolute;
	top: 10px;
	right: 0px;
	background: url(../images/btn_arrow.gif) 3px 5px no-repeat;
}

#columnRight .courseSum a.join:hover {
	background: url(../images/btn_arrow_hover.gif) 0 0 no-repeat;
}

/* Accordion */
#trainingenAccordion {
	padding-bottom: 20px;
}

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
}

.trainingenHeader {
	padding: 7px 40px 7px 7px;
	border: 1px solid #d7d7d7;
	margin-top: 7px;
	background: url(../images/arrow_down.gif) 410px 22px no-repeat;
	height: 48px;
	z-index: 1;
}

.trainingenHeader a {
	position: absolute;
	width: 391px;
	left: 7px;
	top: 7px;
	z-index: 9999;
}

.trainingenHeader.ui-accordion-header.ui-state-active, .trainingenHeader.opened {
	background-image: url(../images/arrow_up.gif) !important;
}

.trainingenHeader.ui-accordion-header.ui-state-hover {
	background-image: url(../images/arrow_hover.gif) !important;
}

.trainingenHeader.ui-accordion-header.ui-state-active.ui-state-hover {
	background-image: url(../images/arrow_up_hover.gif) !important;
}

#columnCenter .trainingenHeader a:hover {
	text-decoration: none;
}

.courseNo {
	display: block;
	font-weight: bold;
	color: #484848;
}

.trainingenSum {
	padding: 7px;
	background: #f8f8f8;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}

.trainingenSum table {
	margin-bottom: 5px;
}

td.downloadInfo {
	padding: 15px 0 0 0;
}
td.downloadInfoUnderline{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #d7d7d7;
}
td.downloadInfo a {
	background: url(../images/icon_pdf.gif) 0 0 no-repeat;
	padding: 5px 0 0 20px;
}

.trainingenSum h5 {
	padding-bottom: 5px;
}

.trainingenDate {
	background: url(../images/date_trainingen_back.gif) 0 0 no-repeat;
	width: 39px;
	height: 52px;
	float: left;
	padding: 2px 4px 15px 1px;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 4px;
}

.trainingenDate .day {
	font-size: 18px;
}

.trainingenDate .month {
	font-size: 11px;
	text-transform: uppercase;
}

#columnCenter .trainingenDate a.book, .trainingenDate a.book {
	color: #fff;
	background: url(../images/book_back.gif) 0 0 no-repeat;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 1px;
	text-decoration: none;
}

#columnCenter .trainingenDate a.book:hover, .trainingenDate a.book:hover {
	text-decoration: underline;
}

.tx-abcourses-pi1 {
	border: 1px solid #d7d7d7;
	margin: 12px 12px 0 12px;
}

#trainingContainer .tx-abcourses-pi1 {
	border: none;
	margin: 0 0 0 0;
}

#trainingContainer .tx-abcourses-pi1 form {
	background: #e8e8e8;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px;
}

#trainingContainer .tx-abcourses-pi1 form input.inpTxt {
	width: 475px;
}

.tx-abcourses-pi1 .trainingenSum {
	border-left: none;
	border-right: none;
}

.trainingenHeader1 {
	background-color: #f8f8f8;
	padding: 0 7px;
}

.trainingenHeader1 a {
	border-bottom: 1px solid #d7d7d7;
	color: #2a9ec6;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 7px;
	display: block;
}

strong.trainNo {
	display: block;
	padding: 7px 7px 0 7px;
	background-color: #f8f8f8;
}

.trainingenHeader1 a:hover {
	text-decoration: underline;
}

.trainingenHeaderDetail {
	font-weight: bold;
}

/* Tables */
table {
	margin-bottom: 16px;
}

table.tabelar td, table.main2_infotable td {
	padding: 4px;
	border-bottom: 1px solid #c9c9c9;
}

table.tabelar thead td {
	background-color: #e8e8e8;
	color: #bbab00;
}

span#lblCursusNaam {
	display: block;
	padding-bottom: 10px;
}

input.textbox {
	margin-bottom: 5px;
}

td.signinheader {
	font-weight: bold;
	padding-bottom: 10px;
}


div.tableError {
	color: #f00808;
	font-size: 10px;
	padding-bottom: 5px;
}

/* Login */
.tx-felogin-pi1 label {
	float: left;
	width: 100px;
}

.tx-felogin-pi1 input {
	margin-bottom: 5px;
}

.tx-felogin-pi1 legend {
	font-weight: bold;
	padding: 5px 0;
	padding-left: 0;
}

fieldset.tx-powermail-pi1_fieldset {
	background-color: transparent !important;
	border: none !important;
	padding:10px;
}

#text{padding:10px 117px;}
#text input{margin-bottom:10px}

div.rightBox ul {
	margin-bottom:10px;
}

div.rightBox ul li {
	padding-bottom:2px;
	padding-top:2px;
}

.rightBox h2 img {
	margin-left: -7px;
}

p.hiddenInp {display: none !important;}
.extraInp {padding-top: 14px;}
.extraInp p {padding-top: 5px; padding-left: 117px;}

.rootDirection .trainingenSum {display: none;}
.rootDirection .trainingenHeader {cursor: pointer;}

#tx-powermail-pi1_fieldset_5 legend {display:none;}
#tx-powermail-pi1_fieldset_5 h1 {font-size:18px;}

#tblsignin td {padding: 3px;}

#teamImgContainer {position: relative;}
#teamText {position: absolute; font-size: 24px; color: #bbab00; font-weight: bold; left: 20px; top: 129px;}

#workby #workSpecial {
	background: url(../images/foto-personeel-qwise.gif) 0 top no-repeat;
}


fieldset.tx-powermail-pi1_fieldset .powermail_check_inner_uid59_0 label {float: none !important; width: auto !important; display: inline !important;}
div.powermail_mandatory_js {color:#F00808 !important; font-size:10px !important; padding-bottom:5px !important; margin: 0 0 0 0 !important; padding-left: 117px;}
input.validation-failed, textarea.validation-failed {background-color: #fff !important;}
.tx_powermail_pi1_form legend {display:none;}
.homeRightContent .niceBox {margin-left:-3px;}

#powermaildiv_uid69 {
	display: none;
}

/* Newsletter subscribe */
form.subscribe label {
	float: left;
	width: 100px;
}

form.subscribe div {
	padding-bottom: 2px;
}

form.subscribe input.submit {
	margin-left: 100px;
}

form.subscribe div.error {
	padding-left: 100px;
	font-size: 9px;
	color: #c30;
}

.breadcrumbs {
	font-size: 12px;
	color: #464646;
	background: #fff url(../images/breadcrumbs_back.gif) right bottom no-repeat;
	height: 23px;
	padding: 0 11px;
}

.breadcrumbs li {
	display: inline;
}

.breadcrumbs .here {
	font-size: 10px;
	color: #464646;
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #808080;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs span.onPage {
	color: #c0af00;
}

.form {margin: 0; border: none;}
#columnCenter .htmlarea .toolbar ul {padding-bottom: 0;}
#columnCenter .htmlarea .toolbar ul li {list-style-type: none; padding-left: 0;}

/*
 * Guestbook
 */
.contact li { display: inline-block; overflow: hidden; margin-bottom: 5px; }
.contact li { display: block; }
.contact li:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }
.contact label { float: left; width: 100px; }
.contact li i { color: #2A9EC6; margin-left: 100px; }
.contact input.submit { margin-left: 100px; }

.captchaImg { margin-left: 100px; }
#freecap { margin-left: 100px; }
.capText { margin-left: 100px; display: block; }
textarea#message {width: 240px;}
img.tx-srfreecap-pi2-image {margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 10px;}
.tx-veguestbook-pi1 {padding-bottom: 15px;}
.newsComment {padding-bottom: 10px;}

.moreBlog {text-align:right;}

/*
 * Blog
 */
#tx_admininterface_sortable_table { font-size: 10px; width: 670px;} 
#tx_admininterface_sortable_table .tx-admininterface-pi1-button {
	border: 2px solid #DBDCDC;
	color: #fff;
	background: #666;
	font-size: 11px;
	margin-left: 3px;
	cursor: pointer;
	font-weight: normal !important;
	padding: 2px;
}
#tx_admininterface_sortable_table th { color: #7D7D7D; }
#tx_admininterface_sortable_table th a { color: #BBAB00; }
#tx_admininterface_sortable_table td { vertical-align: middle; font-size: 10px; }
#tx_admininterface_sortable_table .odd { background: #f3f3f3; } 

.form th { padding: 4px 0 0 8px; }
.buttons .paginator  {display:block;}
.buttons .result-tally {padding-left:7px;}
.tx-admininterface-pi1-button {padding-left:7px;}


