/* CSS Document */

#itmJobs {
	background: #FFF;
	font: 62.5% Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;	
}
#itmJobs img { border: 0; }
#wrapper { 
	width: 1086px; 
	margin: 5px auto; 
}

/* Header ------------------------------------------------------------------------------- */

#header {
	float: left;
	width: 958px;
	height: 135px;
	position: relative;
	font-size: 1.2em;
	color: #808080;
	overflow: hidden;
	clear: both;
}
#header h1 a {
	background:transparent url(../images/logo_itm.gif) no-repeat scroll 0 0;
	top:13px;
	display:block;
	height:74px;
	left:25px;
	line-height:400px;
	overflow:hidden;
	position:absolute;
	width:170px;
}
#header #topBanner {  
	display: block;
	width: 728px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
#header p { 
	position: absolute; 
	top: 92px; 
	left: 0;
	margin: 0;
	font-weight: bold;
	font-size: .9em;
}
#header #date { 
	position: absolute;
	right: 0; 
	top: 92px; 
	font-size: .9em;
}

#header #rss {
	position: absolute;
	right: 30px;
	z-index: 1000;
	top: 113px;
	color: #FFF;
	font-weight: bold;
}
#header #rss span { padding-left: 10px; padding-right: 10px; }
#header #rss a,
#header #rss a:visited { 
	color: #FFF; 
	text-decoration: none;
}
#header #rss a:hover { text-decoration: underline; }

/* navigation ------------------------------------------------------------------------------- */

#navigation {
	height: 23px;
	background: #14034F;
	position: absolute;
	width: 100%;
	top: 110px;
	left: 0;
}
#navigation ul { margin: 0; padding: 0; }
#navigation ul li {
	float:left;
	font-size:1em;
	font-weight:bold;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #FFF;
}
#navigation ul li a {
	background: #14034F;
	color:#FFF;
	display:block;
	float:left;
	height:19px;
	padding:4px 17px 0;
	text-decoration:none;
}
#navigation ul li a:hover,
#navigation ul li.current a {
	background: #FFF; 
	color: #14034F;
	border-left: 1px solid #14034F;
	border-top: 1px solid #14034F;
}

/* body  ------------------------------------------------------------------------------- */

#itmJobsBody { 
	clear: both;
	width: 100%;
}

#itmJobsBody .column { 
	float: left; 
	margin-left: 8px; 
	margin-right: 8px; 
}

/* left container -------------------------------------------------*/

#itmJobsBody .left { 
	width: 300px; 
	margin-left: 0;
}
#itmJobsBody .left dl { margin-top: 10px; margin-bottom: 0; }
#itmJobsBody .left dt { 
	background: #EC0010; 
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
}
#itmJobsBody .left dd {
	border-top: 0px solid #D9DCD9;
	border-right: 1px solid #D9DCD9;
	border-bottom: 1px solid #D9DCD9;
	border-left: 1px solid #D9DCD9;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#itmJobsBody .left dd a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 38px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: transparent url(../images/bullet.gif) no-repeat 25px 8px;
}
#itmJobsBody .left dd a:hover { background: #EEE url(../images/bullet.gif) no-repeat 25px 8px; }
#itmJobsBody .left #werkgevers { margin-top: 0; }
#itmJobsBody .left #werkgevers dd {
	background: none;
	padding: 5px 5px 5px 25px;
}
#itmJobsBody .left #werkgevers dd a {
	color: #103F95;
	text-decoration: underline;
	display: inline;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
	background: none;
}
#itmJobsBody .left #werkgevers dd a:hover { background: none; }

/* middle container ---------------------------------------------*/

#itmJobsBody .middle {
	width: 634px;
	margin: 0;
	padding: 10px 8px;
}
#itmJobsBody .middle .box {
	width: 281px;
	float: left;
	border: 1px solid #C6C6C6;
	padding: 12px;
	font-size: 1.1em;
}
#itmJobsBody .middle .box h2,
#itmJobsBody .middle .article h2 { 
	margin: 0; 
	color: #14034F;
	font-size: 1.8em;
	line-height: 1em;
}
#itmJobsBody .middle .box h2 span { font-size: 10px; }

/* box zoek job */

#itmJobsBody .middle #zoekJob  {
	margin: 0px 10px 10px 0;
	background: #F0EFF4 url(../images/bg_zoekjobs.gif) repeat-y scroll right top;
	border: 1px solid #14034F;
	height: 170px;
	min-height: 170px;
	overflow: hidden;
}
#itmJobsBody .middle #zoekJob h2 { margin-bottom: 5px; }
#itmJobsBody .middle #zoekJob p { margin: 0 0 3px; }
#itmJobsBody .middle #zoekJob form { margin: 0; padding: 0; }
#itmJobsBody .middle #zoekJob input.txtfield {
	/*background: #E9E9E9;*/
	font-size: 1em;
	/*border-bottom: 2px solid #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;*/
	width: 275px;
	padding: 2px;
}

/* box topjobs */

#itmJobsBody .middle #topJobs {
	margin: 0px 0 10px 10px;
	padding: 0;
	width: 305px;
}
#itmJobsBody .middle #topJobs h2 {
	background: #EC0010;
	color: #FFF;
	font-size: 1.2em;
	padding: 3px 3px 5px;
}
#itmJobsBody .middle #topJobs div.content { 
	padding: 12px; 
	position: relative; 
}
#itmJobsBody .middle #topJobs ul { 
	margin: 0; 
	padding-left: 11px; 
}
#itmJobsBody .middle #topJobs .adicio {
	width: 48px;
	height: 20px;
	display: block;
	position: absolute;
	right: 13px;
	bottom: 30px;
}
#itmJobsBody .middle #topJobs a,
#itmJobsBody .middle #topJobs a:visited { 
	color: #00429B; 
	text-decoration: none;
	font-weight: bold;
}
#itmJobsBody .middle #topJobs a:hover { text-decoration: underline; }

/* box plaats cv */

#itmJobsBody .middle #plaatsCV {
	margin: 10px 10px 10px 0;
	height: 195px;
	min-height: 195px;
}
#itmJobsBody .middle #plaatsCV h2 { margin-bottom: 15px; }
#itmJobsBody .middle #plaatsCV img { float: left;}
#itmJobsBody .middle #plaatsCV ul { 
	float: left; 
	margin-left: 0; 
	padding-left: 20px; 
	width: 175px;
	margin-bottom: 10px;
}
#itmJobsBody .middle #plaatsCV ul li a,
#itmJobsBody .middle #plaatsCV ul li a:visited { color: #000; text-decoration: none; }
#itmJobsBody .middle #plaatsCV ul li a:hover { text-decoration: underline; }

/* box bedrijfsopleidingen */

#itmJobsBody .middle #bedrijfsopleidingen {
	margin: 10px 0 10px 10px;
	height: 195px;
	min-height: 195px;
}
#itmJobsBody .middle #bedrijfsopleidingen h2 { margin-bottom: 15px; }
#itmJobsBody .middle #bedrijfsopleidingen p { margin: 0 0 5px; }

#itmJobsBody .middle .article { 
	border: 1px solid #CCC; 
	font-size: 1.1em; 
	margin-bottom: 15px; 
	border: 1px solid #C6C6C6;
	padding: 12px;
}
#itmJobsBody .middle .article a,
#itmJobsBody .middle .article a:visited { 
	color: #00429B; 
	text-decoration: none;
	font-weight: bold;
}
#itmJobsBody .middle .article a:hover { text-decoration: underline; }

/* right container ----------------------------------*/

#itmJobsBody .right { 
	width: 120px; 
	margin: 0; 
}

/* footer  ------------------------------------------------------------------------------- */

#footer { 
	float: left;
	clear:both; 
	width: 100%;
	background: #999;
	color: #FFF;
	font-size: 1.1em;
}
#footer p { text-align: center; margin: 3px 0; }
#footer span { padding-left: 5px; padding-right: 5px; }
#footer a,
#footer a:visited { color: #FFF; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/* Buttons ------------------------------------------------------------------------------- */

a.button {
    background: transparent url("../images/bg_button_a.gif") no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: right;
    height: 21px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
a.button span {
    background: transparent url("../images/bg_button_span.gif") no-repeat;
    display: block;
    line-height: 11px; /* (line-height + vertical padding = button height) */
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* Clearers  ------------------------------------------------------------------------------- */

.clear {clear:both;height: 1px;overflow: hidden;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {	display: inline-block; }
* html .clearfix {
	height: 1%;
}

form#frmZoekJob label {
    margin-right: 20px;
}