@charset "utf-8";
/* CSS Document */

@import url(../../JoolCommon/css/style.css);

html {
	background: #f2f2f2 url(../../JoolCommon/afbeeldingen/background.png) left top repeat-x;
}

p {
	font-size: 1.4em;
	line-height: 1.6em;
}

#header {
	height: 175px;
	background: url(../afbeeldingen/header.png) left top no-repeat; /*kader/overlay voor header */
	z-index: 2;
}

#header-image {
	background: url(../afbeeldingen/slide.jpg) left top no-repeat; 
	width: 940px;
	height: 169px;
	position: absolute;
	top: 100px;
  z-index: 1;
}

#left {
	width: 700px;
	float: left;
	margin-top: 58px;
	background: url(../afbeeldingen/contentbackground.png) left bottom no-repeat;
	padding-bottom: 49px;
	position: relative;
  z-index:1;
}

#left > div {
	background: white;
	padding: 0 42px 30px 42px;
}

#left h1 {
	font-size: 3.0em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	letter-spacing: -0.05em;	
}

#left h1 > small {
	display: block;
	letter-spacing: normal;
	font-size: 0.65em;
	margin: 0.3em 0 0 0;
}

#left h1 + p {
	font-size: 1.8em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#left h2 {
	font-size: 1.8em;
	margin: 2.2em 0 -0.3em 0;
	color: #666;
}

#left h3 {
	color: #333;
	margin: 2.5em 0 -0.5em 0;
}

#left > div > h4 {
	font: 2em Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	color: #666;
	margin-left: 30px;
}

#left .vacatures {
	text-align: center;
	padding-bottom: 20px;
	background: url(../../JoolCommon/afbeeldingen/gradient.png) left bottom repeat-x;
}

#left .vacatures a > img {
	margin: 0 1em;	
}

#left p {
	/*margin: 1em 0 0 0;	*/
	margin: 0.7em 0 0 0;
	color: #333;
}

#left p a {
	font-weight: bold;
	color: #0f91b8;
}

#left ul#sitemap {
	list-style: none;
	font-size: 1.2em;
	margin-left: 0;
	padding-left: 1.3em;
	line-height: 1.8em;
}

#left ul#sitemap ul {
	font-size: 1em;
}

#left ul#sitemap li {
	background: url(../../JoolCommon/afbeeldingen/bullet.png) left 0.6em no-repeat;
	padding-left: 1.5em;
	margin: 0;
}

#left div#maps-canvas {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 400px;
	height: 200px;
	border: 2px inset #bbb;
}


#right {
	width: 232px;
	float: right;
	position: relative;
	min-height: 300px;
	margin-top: -8px;
}