/*IE fix 100% height*/
html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

p
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

h1
{
	font-size: 16px;
	color: #474247;
	margin: 0;
}

h2
{
	font-size: 12px;
	color: #474247;
	margin: 0;
}

#page
{
	
}

#header
{
	width: 100%;
	position: absolute;
	z-index: 200;
}

#header_left
{
	background: url(../images/logo.jpg) no-repeat;
	height: 122px;
	float: left;
	width: 336px;
	/*cursor: pointer;
	cursor: hand;*/
}

#header_right_werkgevers
{
	background: url(../images/werkgevers.jpg) no-repeat;
	width: 507px;
	height: 88px;
	float: right;
}

#header_right_werknemers
{
	background: url(../images/werknemers.jpg) no-repeat;
	width: 507px;
	height: 88px;
	float: right;
}

#header_right_algemeen
{
	background: url(../images/algemeen.jpg) no-repeat;
	width: 507px;
	height: 88px;
	float: right;
}

#left
{
	height: 90px;
	width: 165px;
	border-right: 1px solid #8E798E;
	position: absolute;
	top: 100px;
	left: 0;
}

#leftmenu
{
	position: absolute;
	left: 0;
	top: 180px;
	width: 165px;
	border-right: 1px solid #8E798E;
	height: 100%;
}

#leftmenu .menutitel
{
	color: #4D004D;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

#leftmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftmenu li
{
	border-bottom: 1px solid #FFFFFF;
}

#leftmenu li a
{
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #d60033;
	padding: 6px 0px 6px 20px;
	text-decoration: none;
}

#leftmenu li a:hover, #leftmenu .active
{
	font-weight: bold;
}

#leftmenu .contact
{
	position: absolute; 
	bottom: 200px; 
	left: 0;
	font-size: 11px;
	margin: 0 5px 0 5px;
	font-size: 1.05em;
	color: #C70000;
}

#leftmenu .contact a
{
	color: #C70000;
	text-decoration: none;
	margin: 0 0 0 20px;
}

#overflow
{
	margin-left: 200px;
	position: absolute;
	top: 176px;
	overflow: auto;
}

#overflow .contentcontainer
{
	margin: 0 170px 0 0;
}

#overflow .content a
{
	color: #C80000;
	text-decoration: none;
}

#overflow .content a:hover
{
	text-decoration: underline;
}

#overflow .content
{
	float: left; 
}

#overflow .sponsors
{
	width: 120px;
	margin: 0px 20px 0 20px;
	clear: both;
	float: right;
	/*IE fix double margin*/
	display: inline;
}

#overflow .sponsor
{
	border: 1px solid #69075C;
}

#overflow .sponsorbackground
{
	background: url(../images/sponsor.jpg) no-repeat;
	width: 118px;
	height: 38px;
}

#overflow .sponsortext
{
	margin: 0 10px 0 10px;
}

#overflow .ruimte
{
	margin-top: 25px;
}

#overflow .copyright
{
	color: #BBBABB;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin: 5px 0 0 0;
	text-align: center;
}

.breadcrumb
{
	position: absolute;
	top: 130px;
	right: 20px;
	color: #999299;
}

.breadcrumb a
{
	font-size: 11px;
	color: #999299;
}

ul#vacancy-listing table
{
	font-size: 12px;
	text-align: left;
	list-style-type: none;
}

ul#vacancy-listing
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

ul#vacancy-listing li
{
	border-bottom: 1px solid #000000;
}

ul#vacancy-listing th
{
	text-align: right;
}

form#vacancy-list
{
	margin: 10px 0 10px 0;
	padding: 0;
}

#contact_bureau_logo
{
	display: block;
	position: absolute;
	margin: 0 0 0 200px;
}

* html #contact_bureau_logo
{
	margin: 0 0 0 50px;
}

*+ html #contact_bureau_logo
{
	margin: 0 0 0 50px;
}