/* Vacature styling */

#vacature #holderlogo {
	background : #ffffff url( "../onm_img/even_logo.png" ) no-repeat top left;
	position : relative;
	margin-left : 0px;
	margin-top : 0px;
	height : 145px;
	width : 153px;
}

#vacature #holderlogo #reslogo {
	position : relative;
	height : 145px;
	width : 153px;
}

#vacature #jobtitle {
	position : absolute;
	margin-left : 160px;
	margin-top : 15px; /* 55 */
	font : 22px Verdana;
	line-height : 1.1;
	color : #705880;
	max-width : 433px;
	width : expression( Math.min( parseInt( this.offsetWidth ), 433 ) + "px" ); 
}

#vacature #bedrijf {
	position : absolute;
	margin-left : 160px;
	margin-top : 70px;
	font : 18px Verdana;
	color : #404040;
}

#vacature #lokatie {
	position : absolute;
	margin-left : 160px;
	margin-top : 120px;
	font : 18px Verdana;
	color : #AAAAAA;
}

#vacature #vac_header {
	/* .. */
}

#vacature #rollout_button {
	text-align : center;
	width : 100%;
}

#vacature #infoblok {
	width : 100%;
}

#vacature #description {
	/* .. */
}

#vacature #rollout {
	/* .. */
}

#vacature #contact {
	/* .. */
}

#vacature #doorsturen {
	/* .. */
}

#vacature {
	font : 11px Verdana;
	padding-right : 10px;
	display : block !important;
}

#vacature p {
	margin : 0;
	padding : 0;
}

#vacature a:link, a:visited, a:active { text-decoration : none; }
#vacature a:link, #content a:visited, #content a:active { color : #7e30ff; font-weight : bold; }
#vacature a:hover { color : #7e3000; }

#vacature h1 {
	font : 24px "Times New Roman";
	color : #705880;
}

#vacature h2 {
	font : 22px "Times New Roman";
	color : #705880;
}

#vacature h3 {
	font : 14px "Times New Roman";
	color : #705880;
}

#vacature h4 {
	font : 34px "Times New Roman";
	color : #b588ff;
}

#vacature hr {
	background-color : #e1d1fe;
	margin-top : 10px;
	margin-bottom : 8px;
}

#vacature .imgbutton {
	cursor : pointer;
}
#vacature .imgbutton:hover {
	margin : -1px;
	border-left : 1px solid #ffffff;
    border-top : 1px solid #ffffff;
    border-right : 1px solid #555555;
    border-bottom : 1px solid #555555;
}

#vacature #reslogo_print {
	position : absolute;
	margin-left : 10px;
	margin-top : 32px;
	visibility : hidden;
	z-index : 100;
}

