/*
---------------------------------------------------------------------------
Reset de waarden
---------------------------------------------------------------------------
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}

ul,li {
	list-style-type:none;
	}


body {
	font:12px/18px Verdana, Tahoma, Helvetica,sans-serif;
	background: #fff;
	color:#999;
	text-align: center;
}

img {
	border:0;
	}

p {
	margin: 0 0 1.6em 0;
}


/*
---------------------------------------------------------------------------
Float Fix
---------------------------------------------------------------------------
*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*

/*
---------------------------------------------------------------------------
Container
---------------------------------------------------------------------------
*/

#container {
	width: 710px;
	margin: 100px auto 0 auto;
	text-align: left;
	position: relative;
}

/*
---------------------------------------------------------------------------
Blokken
---------------------------------------------------------------------------
*/

#blokken {
	height: 277px;
}

#blokken div.blok {
	width: 225px;
	float: left;
	display: inline;
}

#bloklogo, #blokparticulier {
	margin-left: 16px;
}


/* algemeen */

#blokken div.top {
	width: 225px;
	height: 69px;
}

#blokken div.top span {
	visibility: hidden;
}

#blokken div.afbeelding {
	width: 225px;
	height: 170px;
	margin-top: 2px;
	position: relative;
}

#blokken .afbeelding a {
	display: block;
	width: 225px;
	text-indent: -9999px;
	position: absolute;
	top: 122px;
	height: 35px;
}

#blokken div.bottom {
	margin-top: 2px;
	width: 225px;
	height: 69px;
}

/* Zakelijk */

#blokzakelijk .top {
	background: url(../img/titel-leden.jpg) no-repeat;
}

#blokzakelijk .afbeelding {
	background: url(../img/afb-leden.jpg) no-repeat;
}

#blokzakelijk .bottom {
	background: url(../img/zakelijk/bottom.gif) no-repeat;
}

/* particulier */

#blokparticulier {
	background: url(../img/titel-informatie.jpg) no-repeat;
}

#blokparticulier .afbeelding {
	background: url(../img/afb-informatie.jpg) no-repeat;
}

#blokparticulier .bottom {
	background: url(../img/particulier/bottom.gif) no-repeat;
}

/* logo */

#bloklogo {
	border: 1px solid #DEDBDB;
	height: 276px;
}

#bloklogo h1 a {
	width: 224px;
	height: 260px;
	position: absolute;
	background: url(../img/algemeen/logo_groot.gif) no-repeat top center;
	text-decoration: none;
	top: 7px;
}

#bloklogo h1 a span {
	visibility: hidden;
}


/*
---------------------------------------------------------------------------
Actueel
---------------------------------------------------------------------------
*/

#actueel {
	height: 145px;
	margin-top: 30px;
}

#actueel div.blokactueel {
	width: 225px;
	float: left;
	display: inline;
}

#blokvacatures, #blokcontactgegevens {
	margin-left: 16px;
}

#actueel h2 {
	text-indent: -9999px;
	width: 225px;
	border-bottom: 1px solid #C9C7C7;
	padding-bottom: 5px;
}

#actueel ul li {
	font-size: 10px;
	background: url(../img/algemeen/blokje.gif) no-repeat left 11px;
	padding: 4px 0 4px 10px;
	border-bottom: 1px solid #C9C7C7;
}

#actueel ul li a {
	display: block;
	text-decoration: none;
	color: #A0A0A0;
	font-weight: bold;
}

#actueel ul li a:hover {
	color: #C22B2E;
}

#actueel ul li span {
	display: block;
	color: #C22B2E;
	font-weight: normal;
}


/* Nieuws */

#bloknieuws h2 {
	height: 18px;
	background: url(../img/algemeen/h2_nieuws.gif) no-repeat;
}

#bloknieuws p#meernieuws {
	width: 225px;
	text-align: right;
}

#bloknieuws p#meernieuws a {
	color: #C22B2E;
	font-size: 9px;
	text-decoration: none;
}

#bloknieuws p#meernieuws a:hover {
	text-decoration: underline;
}


/* Vacatures */

#blokvacatures h2 {
	height: 18px;
	background: url(../img/algemeen/h2_vacatures.gif) no-repeat;
}


#blokvacatures p#meervacatures {
	width: 225px;
	text-align: right;
}

#blokvacatures p#meervacatures a {
	color: #C22B2E;
	font-size: 9px;
	text-decoration: none;
}

#blokvacatures p#meervacatures a:hover {
	text-decoration: underline;
}


/* Contact */

#blokcontactgegevens h2 {
	height: 18px;
	background: url(../img/algemeen/h2_contactgegevens.gif) no-repeat;
}

#blokcontactgegevens address {
	font-size: 11px;
	color: #989898;
	font-style: normal;
	border-bottom: 1px solid #C9C7C7;
	padding: 3px 0 6px 0;
}

#blokcontactgegevens address span {
	color: #C22B2E;
}

#blokcontactgegevens address a {
	color: #989898;
}

#blokcontactgegevens address a:hover {
	text-decoration: none;
}

/*
---------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------
*/

#footer {
	border-top: 1px solid #999999;
	margin-top: 5px;
	font-size: 9px;
	text-align: center;
	width: 710px;
	float: left;
	color: #999999;
}