/*
	_________________________________________________

		Project date: 4-9-2008

		Sander Roy van Veen

		Leliestraat 1
		7943 AV Meppel
		The Netherlands
		Timezone GMT +1
	_________________________________________________
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #cddcdf url("/ext/img/site/faux.png") repeat-y;
	font: 15px "Trebuchet MS", "Verdana", sans-serif;
	color: #0d0d0d;
	height: 100%;
}

a {
	text-decoration: none;
	color: #0093b1;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: bold 20px "Trebuchet MS", sans-serif;
	color: #0093b1;
	margin-bottom: 8px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

img, img a {
	border: none;
}

/*
	ID
*/

#container {
	width: 966px;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 966px;
	height: 250px;
}

#logo {
	width: 587px;
	height: 100px;
	background: transparent url("/ext/img/site/logo.png") no-repeat;
	position: absolute;
	left: 507px;
}

#navigation {
	position: absolute;
	z-index: 2;
	background: transparent url("/ext/img/site/bg_menu.png") no-repeat;
	width: 247px;
}

#nav_content {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #272727;
	width: 243px;
	margin-top: 250px;
}
	#nav_content li {
		list-style-type: none;
		padding: 4px;
		padding-right: 20px;
	}

	#nav_content a {
		color: #272727;
	}

	#nav_content a:hover {
		color: #fff;
		text-decoration: none;
	}

	#nav_content li:hover {
		background-color: #0093b1;
		color: #fff;
		cursor: pointer;
	}

	#nav_content li:hover a {
		color: #fff;
	}

#content {
	position: absolute;
	z-index: 3;
	width: 680px;
	top: 270px;
	left: 265px;
}
	#content ul {
		list-style-position: inside;
	}

#vacature {
	margin-top: 20px;
	margin-left: 20px;
}

#ads {
	position: fixed;
	bottom: 10px;
	margin-left: 1000px;

}

/* class */
.column {
	margin-bottom: 15px;
}

.av {
	margin-top: 20px;
	font: bold 14px "Trebuchet MS", "Verdana", sans-serif;
	color: #778081;
}

.av a {
	color: #778081;
}