@charset "utf-8";

/* CSS Document */

body {
	background: url(../images/bg.jpg) top center repeat-y fixed;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.7em;
	overflow-x:hidden;
}

#trailpath {
	position:absolute;
	top:80px;
	width:500px;
	z-index:999;
	left:50%;
	margin-left:-350px;
	color:#FFF;
}

#trailpath a { font-weight:normal; }

a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

a:hover { text-decoration:underline }

h1#logo {
	position: absolute;
	text-indent: -9999px;
}

h1 {
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}

h2 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: .5em;
}

h2.black {
	font-size: 20px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 600;
	margin-bottom: .5em;
}

h3 {
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: .5em;
	padding-left:20px;
}

h4 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

h5 {
	color:#000;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}

h6 {
	color:#000;
	font-size:10px;
	font-weight:bold;
	margin-bottom:5px;
}

ul#nav {
	position: absolute;
	left: 50%;
	margin-left: -397px;
	width: 794px;
	height: 30px;
	display: block;
	top: 45px;
}

ul#nav li {
	background: #e3007a;
	color: #FFF;
	float: left;
	text-indent: -9999px;
	margin: 0 3px;
}

ul#nav li a {
	/*	background: #e3007a;
*/	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	/*width: 125px;*/
	width: 126px;
	height: 23px;
	display: block;
}

ul#nav li a:hover,
ul#nav li.active a { /*	background: #f49a00;
*/ }

/* BUTTONS HOOFDNAVIGATIE */
ul#nav li.btnHome a { background: url(../images/btn-home.gif) top center; }

ul#nav li.btnHome a:hover { background: url(../images/btn-home.gif) bottom center; }

ul#nav li.btnBeroepen a { background: url(../images/btn-beroepen.gif) top center; }

ul#nav li.btnBeroepen a:hover { background: url(../images/btn-beroepen.gif) bottom center; }

ul#nav li.btnOpleidingen a { background: url(../images/btn-opleidingen.gif) top center; }

ul#nav li.btnOpleidingen a:hover { background: url(../images/btn-opleidingen.gif) bottom center; }

ul#nav li.btnBeroepenfilms a { background: url(../images/btn-beroepenfilms.gif) top center; }

ul#nav li.btnBeroepenfilms a:hover { background: url(../images/btn-beroepenfilms.gif) bottom center; }

ul#nav li.btnInfoAanvragen a { background: url(../images/btn-info-aanvragen.gif) top center; }

ul#nav li.btnInfoAanvragen a:hover { background: url(../images/btn-info-aanvragen.gif) bottom center; }

ul#nav li.btnLinks a {
	background: url(../images/btn-links.gif) top center;
	display:none;
}

ul#nav li.btnLinks a:hover {
	background: url(../images/btn-links.gif) bottom center;
	display:none;
}

ul#nav li.btnContact a { background: url(../images/btn-contact.gif) top center; }

ul#nav li.btnContact a:hover { background: url(../images/btn-contact.gif) bottom center; }

/* ACTIVE STATE BUTTON */
ul#nav li.active a { background-position: bottom center; }

/*
 <li class="btnOpleidingen"><a href="index.php?module=content&id=3">Opleidingen</a></li>
  <li class="btnBeroepenfilms"><a href="#">Beroepenfilms</a></li>
  <li class="btnInfoAanvragen"><a href="">Info aanvragen</a></li>
  <li class="btnLinks"><a href="#">Links</a></li>
  <li class="btnContact"><a href="index.php?module=content&id=6">Contact</a></li>
*/



/* container */

#containerTop {
	width: 794px;
	height: 28px;
}

#containerBottom {
	width: 794px;
	height: 11px;
}

#containerTop { background: url(../images/bg-container-top.png) -1px 0; }

#containerBottom { background: url(../images/bg-container-bottom.png) -1px 0; }

#container {
	width: 794px;
	position: absolute;
	left: 50%;
	margin-left: -397px;
	top: 75px;
	z-index: 0;
}

#containerContent {
	background: url(../images/bg-container-content.png) repeat;
	min-height: 400px;
	height:auto !important;
	height:400px;
}

#txtContent {
	position: relative;
	width: 400px;
	height: 110px;
	left:50px;
	/*top: 40px;*/
	top: -210px;
	/*text-align: justify;*/
	line-height: 1.25em;
}

#txtContentWider {
	position: relative;
	width: 400px;
	height: auto;
	left: 275px;
	top: 40px;
	text-align: justify;
	line-height: 1.25em;
}

/* text right column */
#txtRight {
	width: 219px;
	height: auto;
	padding: 30px 30px 15px 30px;
	position: absolute;
	left: 50%;
	margin-left: 118px;
	background: #5ec5ed url(../images/bg-text-right.png) 0 0 no-repeat;
	z-index: 1000;
	top: 243px;
	text-align: justify;
	line-height: 1.25em;
}

#txtRight a {
	color: #000;
	text-decoration: underline;
}

#txtRight a:hover { color: #000; }

/* default header */
#header {
	position: relative;
	left: 0;
	width: 794px;
	height: 179px;
	background: url(../images/bg-header.png);
}

/* header homepage */
#headerHomepage {
	position: relative;
	left: 0;
	width: 794px;
	height: 203px;
	background: url(../images/bg-header2.png);
}

/* flower */
#flower {
	position: absolute;
	width: 200px;
	height: 219px;
	top: 100px;
	left: 50%;
	margin-left: 293px;
	z-index: 100;
	display: block;
}

/* several image buttons */
a.btnTestBeroepenkennis {
	position: absolute;
	left: 50%;
	margin-left: -443px;
	text-indent: -9999px;
	background: url(../images/btn-test-je-beroepenkennis.png);
	width: 289px;
	height: 139px;
	display: block;
	top: 305px;
	z-index: 100;
	display:none;
}

a.btnTestBeroepenkennisBeroepen {
	margin-top:10px;
	background: url(../images/btn-test-je-beroepenkennis.png);
	text-indent: -9999px;
	width: 289px;
	height: 139px;
	display: block;
	z-index: 100;
	margin-left:200px;
}

a.btnTestBeroepenkennis2 {
	position: absolute;
	left: 50%;
	margin-left: -443px;
	text-indent: -9999px;
	background: url(../images/btn-test-je-beroepenkennis2.png);
	width: 266px;
	height: 128px;
	display: block;
	top: 365px;
	z-index: 100;
}

div.btnRuikJeKans {
	/*position: fixed;*/
	position:absolute;
	right:0;
	/*top: 470px;*/
	bottom:200px;
	width: 75px;
	height: 37px;
	text-indent: -9999px;
	background: url(../images/btn-ruik-je-kans.png);
	z-index: 1000;
}

div.btnOntdekJeStek {
	position:absolute;
	left: 50%;
	margin-left: 322px;
	/*top: 527px;*/
	bottom:145px;
	width: 75px;
	height: 41px;
	text-indent: -9999px;
	background: url(../images/btn-ontdek-je-stek.png);
	z-index: 1000;
}

a.ecard_send_static {
	position: fixed;
	left: 50%;
	margin-left: 265px;
	bottom:280px;
	width: 125px;
	height: 41px;
	background:url(../images/ecard_btn.png) no-repeat 0 2px;
	padding-left:18px;
	z-index:1000;
}

/* footer */
#footer {
	width: 794px;
	height: auto;
	color: #FFF;
	background: url(../images/bg-container-content.png) repeat;
	text-align: center;
	padding-top:20px;
}

#footer hr {
	height: 1px;
	border: none;
	background: #FFF;
	width: 740px;
	color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#footer p#footerNav a {
	margin: 0 .5em;
	text-decoration: none;
}

#footer p#footerNav a:hover { text-decoration: underline; }

/* job container */
#beroepenContainer {
	position: relative;
	width: 723px;
	padding: 4px 0 0 0;
	margin: auto;
	top: 75px;
	height: auto;
	display: block;
	text-align: center;
}

#beroepenContainerimg a {
	position: relative;
	margin: 0 4px;
}

.jobImageHolder {
	width:180px;
	height:120px;
	float:left;
}

#beroepenContainerFooter {
	position: relative;
	margin-top: 5px;
	width: auto;
	padding: .5em .75em .5em .5em;
	background: #e20079;
	text-align: right;
}

#beroepenContainerFooter a {
	color: #FFF;
	text-decoration: none;
}

#beroepenContainerFooter a:hover { text-decoration: underline; }

/* clear div */
.clear {
	clear: both;
	width: 100%
}

/* ADDONS */

.innerForContent { padding:0 110px 0 0; }

.innerForContent ul,
.innerForContent ol {
	margin-left:15px;
	line-height: 1.5em;
}

.innerForContent ol li {
	list-style-type: decimal;
	margin: 0;
	margin-left: 2px\9;/* IE8 and below */
 *margin-left: 8px; /* IE7 and below */
}

.innerForContent ul li { list-style-type:disc; }

.innerForContent ul ul li { list-style-type:circle; }

.midCollContent { padding:25px 45px; }

.midCollContent_2 { padding:25px 35px 25px 120px; }

#leftHolder {
	float:left;
	width:180px;
	margin-right:35px;
}

#rightHolder {
	float:left;
	width:425px;
}

table.opleidingen td { color:#FFF; }

/* HOMEPAGE */

#opleidingStart { margin-left:100px; }

.opleidingCol {
	float:left;
	width:170px;
	margin-right:30px;
}

.opleidingColBigger {
	float:left;
	width:310px;
	margin-right:30px;
}

.opleidingColBigger2 {
	float:left;
	width:200px;
}

/*#homepageMovie {
	position:absolute;
	right:100px;
	top:220px;
	z-index:1000;
	width: 195px;
}

#container #containerContent #homepageMovie h2 {
	margin-bottom:5px;
	padding:0;
	color:#000;
}*/


/* nieuwe filmpjes */

/* bloemist */
#homepageMovie1 {
	position:absolute;
	right:330px;
	top:250px;
	z-index:1000;
	width: 195px;
}

#container #containerContent #homepageMovie1 h2,
#container #containerContent #homepageMovie2 h2 {
	margin-bottom:5px;
	padding:0;
	color:#000;
}

/* arrangeur */
#homepageMovie2 {
	position:absolute;
	right:100px;
	top:250px;
	z-index:1000;
	width: 195px;
}

div.btnRuikJeKansHomepage {
	position: absolute;
	right:0px;
	top: 335px;
	width: 75px;
	height: 37px;
	text-indent: -9999px;
	background: url(../images/btn-ruik-je-kans.png);
	z-index: 1000;
}

div.btnOntdekJeStekHomepage {
	position: absolute;
	right:0px;
	top: 383px;
	width: 75px;
	height: 41px;
	text-indent: -9999px;
	background: url(../images/btn-ontdek-je-stek.png);
	z-index: 1000;
}

/* BEROEPEN PAGINA*/
.jobsIndex {
	width:200px;
	height:200px;
	float:left;
	margin:5px;
	margin-bottom:35px;
	color:#FFF;
	font-weight:normal;
	font-size:10px;
}

div.btnOntdekJeStekCP {
	position: absolute;
	right:0px;
	top: 533px;
	width: 75px;
	height: 41px;
	text-indent: -9999px;
	background: url(../images/btn-ontdek-je-stek.png);
	z-index: 1000;
}

div.btnRuikJeKansCP {
	position: absolute;
	right:0px;
	top: 485px;
	width: 75px;
	height: 37px;
	text-indent: -9999px;
	background: url(../images/btn-ruik-je-kans.png);
	z-index: 1000;
}

.jobsIndex img { }

span.BeroepPersoon img {
	position:absolute;
	top:190px;
	right:40px;
}

span.WitteTekst { color:#FFF; }

.jobsIndex .jobTxt {
	margin-left:20px;
	font-weight:normal;
}

.jobsIndex a {
	color:#000;
	font-weight:normal;
	font-size:10px;
}

/* HEADER AND TEXT STYLES FOR JOBS */
.jobsIndex h3.header_1 { margin-left: 12px; }

.jobsIndex h3.header_2 { margin-left: 0px; }

.jobsIndex h3.header_3 { margin-left: 7px; }

.jobsIndex h3.header_4 { margin-left: -4px; }

.jobsIndex h3.header_5 { margin-left: -6px; }

.jobsIndex h3.header_6 { margin-left: 11px; }

.jobsIndex h3.header_7 { margin-left: -2px; }

.jobsIndex h3.header_8 { margin-left: 2px; }

.jobsIndex h3.header_9 { margin-left: 0px; }

.jobsIndex h3.header_10 { margin-left: -8px; }

.jobTxt_1 {
	margin-left:30px;
	margin-top:5px;
	width: 140px;
	font-weight:normal;
}

.jobTxt_2 {
	margin-left:25px;
	margin-top:5px;
	width: 146px;
	font-weight:normal;
}

.jobTxt_3 {
	margin-left:30px;
	margin-top:5px;
	width: 140px;
	font-weight:normal;
}

.jobTxt_4 {
	margin-left:17px;
	margin-top:5px;
	width: 155px;
	font-weight:normal;
}

.jobTxt_5 {
	margin-left:12px;
	margin-top:5px;
	width: 159px;
	font-weight:normal;
}

.jobTxt_6 {
	margin-left:24px;
	margin-top:5px;
	width: 149px;
	font-weight:normal;
}

.jobTxt_7 {
	margin-left:22px;
	margin-top:5px;
	width: 151px;
	font-weight:normal;
}

.jobTxt_8 {
	margin-left:22px;
	margin-top:5px;
	width: 150px;
	font-weight:normal;
}

.jobTxt_9 {
	margin-left:20px;
	margin-top:5px;
	width: 152px;
	font-weight:normal;
}

.jobTxt_10 {
	margin-left:12px;
	margin-top:5px;
	width: 160px;
	font-weight:normal;
}

a.ecard_send_jobsstart {
	background:url(../images/ecard_btn.png) no-repeat 0 2px;
	padding-left:18px;
	position:absolute;
	width:200px;
	right:-90px;
	margin-top:-40px;
}

/* FORMS */
table.forms td { padding:4px; }

input.fields {
	width:250px;
	border:0
}

input.medium_fields {
	width:167px;
	border:0
}

input.smaller_fields {
	width:80px;
	border:0
}

select { padding:1px; }

.error {
	color:#FFF;
	margin:10px 0;
}

/* ECARD */



.ecard {
	float:left;
	margin:10px;
}

.ecard img {
	margin-bottom:10px;
	border:1px solid #FFF;
}

.right { float:right; }

.clear { clear:both; }

#ecardView {
	color:#000;
	font-weight:bold;
}

#ecardView img { border:1px solid #FFF; }

a.ecard_send {
	float:right;
	background:url(../images/ecard_btn.png) no-repeat 0 2px;
	padding-left:18px;
}

a.print_page {
	float:right;
	background:url(../images/print_btn.png) no-repeat 0 2px;
	padding-left:18px;
	margin-right:20px;
}

#videoPlayerHolder { margin-left:18px; }

h4.videoh4 {
	font-size:11px;
	margin-left:20px;
	width:180px;
}

.job_image_head {
	text-align:right;
	margin-top:-70px;
	position:relative;
	z-index:9999;
	margin-bottom:-20px;
}

.opleidingLinks { position:absolute; }

.opleidingLinks a {
	display:block;
	margin-bottom:5px;
}

table.ecardTable td {
	padding:3px;
	font-weight:bold;
}

h2#wat-kun-je-worden {
	position:absolute;
	margin-top:-30px;
	left:0;
}

a.ecard_send_opleidingen {
	width: 125px;
	display:block;
	height: 41px;
	background: url(../images/ecard_btn.png) no-repeat 0 2px;
	padding-left:18px;
	position:absolute;
	right:0px;
	top:195px;
	z-index:99999;
}

a.print_page_opleidingen {
	background:url(../images/print_btn.png) no-repeat 0 2px;
	padding-left:18px;
	position:absolute;
	right:150px;
	top:195px;
}

.videoPlayerSummary {
	float:left;
	margin:0 20px 0 0;
}

.videoPlayerSummary h3 {
	margin:0;
	text-align:left;
	margin-left:-20px;
	margin-bottom:5px;
}

/* BUTTON HOMEPAGE OPLEIDINGEN UPDATE 17/6/2010 */

a#btnHomepageOpleidingen {
	background:url(../images/btn-opleidingen.png);
	display:block;
	width:175px;
	height:168px;
	position:absolute;
	top:300px;
	left:-460px;
	margin-left:50%;
	z-index:9999
}

a#btnHomepageTest {
	background:url(../images/btnDoeDeTest.png);
	display:block;
	width:196px;
	height:201px;
	position:absolute;
	top:300px;
	left:-460px;
	margin-left:50%;
	z-index:9999
}

a#btnIetsVoorJou {
	background:url(../images/btn-iets-voor-jou.png) no-repeat;
	display:block;
	width:138px;
	height:127px;
	position:absolute;
	top:300px;
	left:-460px;
	margin-left:50%;
	z-index:9999
}

a#btnFloriade {
	background:url(../images/btn-floriade.png) no-repeat;
	display:block;
	width:303px;
	height:211px;
	position:absolute;
	top:260px;
	left:-450px;
	margin-left:50%;
	z-index:9999;
	text-indent: -9999px;
}

#tagCloud {
	width:723px;
	margin:auto;
	text-align:justify;
	margin-bottom:15px;
	line-height:1.7em;
	color:#83D0EF;
}

#tagCloud a {
	color:#83D0EF;
	text-decoration:none;
}

#tagCloud a:hover { color:#FFF; }

/* BEROEPEN OVERZICHT UPADTE: 02/10/2010 */
table#beroepenOverzicht td {
	padding:15px 5px;
	color:#FFF;
	font-size:10px;
}

table#beroepenOverzicht td a {
	color:#000;
	font-weight:normal;
}

h2.nocufon {
	font-size:13px;
	font-weight:bold;
	letter-spacing:normal;
}

/* NIEUWE VIDEOPLAYER */
.player {
	width:220px;
	margin:0 0 45px 0;
}

.player img { border:0; }

/* TEST JEZELF */
#tj {
	width:580px;
	line-height:21px;
}

#tj label {
	font-weight:bold;
	display:block;
	float:left;
	width:100px;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
}

#tj input.fld {
	margin-bottom:10px;
	border:1px solid #999;
	padding:2px;
}

#tj input.inputError,
#tj select.inputError {
	margin-bottom:10px;
	border:1px solid #FF0000;
	background:#EFEFEF;
	padding:2px;
}

.bigger { font-size:12px; }

.whiteBold {
	color:#FFF;
	font-weight:bold;
}

.white { color:#FFF; }

.startTest {
	margin:auto;
	text-align:center;
}

/* Facebook button */
#facebookBtn {
	position: absolute;
	z-index: 10000;
	right: 200px;
	top: -10px;
	width: 87px;
	height: 67px;
	display: block;
	text-indent: -9999px;
	background: url(../images/btn-fb1.gif);
}

/* facebook like button */


/* slideshow */

.slideshow {
	height: 117px;
	width: 724px;
	margin: auto;
	position: relative;
	left: -1px;
	text-align: center;
	background: none;/* border-top: 2px solid #68c8ee; */
}

.slideshow img {
	padding: 0;
	border: 0px;
	margin-left: 3px;
}

.slideshow img:hover { cursor: pointer; }

/* addthis */
.addthis_toolbox {
	display: block;
	float: right;
	width: 95px;
}

.left {
	width: 50%;
	float: left;
}

.right {
	width: 50%;
	float: right;
	text-align: right;
}

#social {
	position:relative;
	margin-bottom:15px;
}

#twitter {
	position:absolute;
	left:35px;
	top:0
}

.fb-like {
	position:absolute;
	left:150px;
	top:0
}

#btnQrCode {
	position: absolute;
	width: 206px;
	height: 49px;
	left: 50%;
	top: 500px;
	margin-left: -365px;
	z-index: 100000
}
