/* ------------------------------------------------------ */
/* Copyright 2008 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");
@import url("form.css");

body {
	height:100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

strong {
	font-weight:bold;
	color:#000;
}

h1, h2 {
	font-weight:bold;
	font-size:1.6em;
	margin-bottom:0.8em;
}

h2 {
	font-size:1.3em;
	margin-bottom:1em;
}

a {
	text-decoration:underline;
	color:#000;
}

div#container {
	position: relative;
	width: 954px;
	margin: 10px auto 0 auto;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
}

div#main {
	float: left;
	width: 100%;
	width: 954px;
	margin-top: 160px;
	z-index:999;
}

div#inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

div#content {
	float: left;
	position: relative;
	width: 830px;
	margin-left: 55px;
	font-size:1.2em;
	z-index:100;
	border-top: 1px solid #cacae2;
	padding:25px 5px 25px 5px;
	color:#333333;
}

div#content p {
	margin-bottom:1.2em;
}

div.txt {
	width:520px;
	float:left;
	
}

div.contact {
	width:250px;
	float:right;
	
}

div#header {
	position: absolute;
	overflow:hidden;
	left: 0;
	top: 0;
	width: 100%;
	height:160px;
}

div#footer {
	clear: both;
	position: relative;
	overflow:hidden;
	width:954px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#footer ul {
	height:140px;
}

div#footer ul li {
	width:95px;
	height:95px;
	float:left;
	border: 1px solid #cacae2;
	margin:0px 6px 0px 0px;
	text-indent:-9999px;
}

div#footer ul li a {
	display:block;
	height:95px;
}

div#footer ul li.daad {
	background: url(../images/company/daadwerkt.jpg) no-repeat center center;
}

div#footer ul li.vnoncw {
	background: url(../images/company/vnoncw.jpg) no-repeat center center;
}

div#footer ul li.rotterdam {
	background: url(../images/company/rotterdam.jpg) no-repeat center center;
}

div#footer ul li.colo {
	background: url(../images/company/colo.jpg) no-repeat center center;
}

div#footer ul li.arbeid {
	background: url(../images/company/arbeidsmarkt.jpg) no-repeat center center;
}

div#footer ul li.uwv {
	background: url(../images/company/uwv.jpg) no-repeat center center;
}

div#footer ul li.lerenwerken {
	background: url(../images/company/leren_en_werken.jpg) no-repeat center center;
}

div#footer ul li.kvk {
	background: url(../images/company/kvk.jpg) no-repeat center center;
}

div#footer_wrap {
	width: 830px;
	margin-left: 55px;
	font-size:1.2em;
	z-index:100;
	border-top: 1px solid #cacae2;
	padding:25px 5px 25px 5px;
	color:#333333;
}

div#logo {
	z-index:1111;
	position:absolute;
	top:30px;
	left:55px;
	width:187px;
	height:107px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
