

/* CSS Document */

/* ------------------------ 
 * Style Sheet information	
 * ------------------------ 
 * 
 * Template		: Vacatures
 * Autor		: -
 * Version		: 1.0
 * Date			: 18-11-2006
 * Validated	: No
 * Type			: Screen
 *
 */

h1 {
	display: none;
}

h2 {
	height: 15px;
	padding: 0 0 0 5px;
	margin: 0 0 9px 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	color: #ffffff;
	background-color: #004c8c;
}

/* Top row */
#screen_row_top {
	width: 696px;
	height: 206px;
	background: url("/docroot/images/vacatures_car.jpg") 0 0 no-repeat;
	margin: 0 0 11px 0;
}

/* Left column */
#screen_column_left {
	width: 342px;
	float: left;
}

#screen_column_left h3 {
	font-size: 200%;
	font-weight: normal;
	line-height: 130%;
	color: #004c8c;
	margin: 0 0 8px 0;
	padding: 0;
}

.intro {
	margin: 0 0 18px 0;
}

/* Right column */
#screen_column_right {
	width: 342px;
	float: right;
}

#screen_column_right .border {
	border: 1px solid #004c8c;
}

#vacature_list {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
}

#vacature_list:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#vacature_list {
	display:inline-block;
}

#vacature_list li {
	float: left;
	width: 165px;
	margin: 0 0 7px 0;
}

#inschrijven {
	position: absolute;
	width: 342px;
	height: 49px;
	display: block;
	bottom: 0px;
	left: 0;
	text-indent: -999em;
	background: url("/docroot/images/vacatures_inschrijven.jpg") 0 0 no-repeat;	
}


