/*
---------------------------------------------------------------------------
Reset de waarden
---------------------------------------------------------------------------
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, address {
	margin:0;
	padding:0;
	}


body {
	font:11px/20px Verdana, Arial, Tahoma, Helvetica,sans-serif;
	background: #F6F6F8;
	color:#848490;
	text-align: center;
}

img {
	border:0;
	}

p {
	margin: 0 0 2em 0;
}

p.error, ul.error {
    color: #CC0000;
}

a {
    color: #000099;
}

a:hover {
    color: #000099;
    text-decoration: none;
}

/*
---------------------------------------------------------------------------
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;}
/*

/*
---------------------------------------------------------------------------
Midden uitlijning
---------------------------------------------------------------------------
*/

#wrapper {
	width: 999px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #fff;
}

/*
---------------------------------------------------------------------------
Header
---------------------------------------------------------------------------
*/

#header {
	height: 286px;
	background: url(../img/bg-header.gif) repeat-x;
}

#header h1 a {
  display:block;
  position:absolute;
  top: 42px;
  left: 50px;
  height:20px;
  width:232px;
  text-decoration:none;
  background: url(../img/logo.gif) no-repeat;
  text-decoration: none;
}

#header h1 span {
	visibility: hidden;
}

/*
---------------------------------------------------------------------------
Navigations
---------------------------------------------------------------------------
*/

#top-info {
	height: 89px;
}

ul#top-nav, #nav ul {
    margin:0;
	padding:0;
}

ul#top-nav li, #nav ul li {
	list-style-type:none;
}


ul#top-nav {
	width: 162px;
	height: 7px;
	position: absolute;
	top: 69px;
	right: 27px;
}

ul#top-nav li {
	float: left;
	height: 7px;
	text-indent: -9999px;
}

ul#top-nav li#sitemap a {
	width: 49px;
	background: url(../img/nav/top-nav-sitemap.gif) no-repeat;
	display: block;
}

ul#top-nav li#colofon a {
	width: 63px;
	background: url(../img/nav/top-nav-colofon.gif) no-repeat;
	display: block;
}

ul#top-nav li#contact a {
	width: 50px;
	background: url(../img/nav/top-nav-contact.gif) no-repeat;
	display: block;
}


#nav  {
	padding: 0 0 0 20px;
	margin: 0;
	height: 35px;
	list-style: none;
	background: url(../img/bg-nav.gif) repeat-x;
}



#nav a {
	display: block;
	color: #A5A5B5;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	padding: 8px 10px;
}

#nav a:hover, #nav a.active {
	color: #898995;
}

#nav li {
	float: left;

}

#nav li ul {
	position: absolute;
	width: 16em;
	left: -999em;
	background: #E7E7E7 repeat;
	padding: 0;
	border: 1px solid #D6D6D6;
	border-width: 0 1px 0px 1px;
}

#nav li ul li a {
	padding: 3px;
	border-bottom: 1px solid #D6D6D6;
	width: 17em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}



/*
#nav {
	height: 35px;
	background: url(../img/bg-nav.gif) repeat-x;
}

#nav ul {
	margin-left: 42px;
}

#nav ul li {
	float: left;
	height: 35px;
	display: block;
	text-indent: -9999px;
	padding:0 6px
}

#nav ul li a {
	height: 35px;
}

#nav ul li#home a {
	background: url(../img/nav/nav-home.gif) no-repeat;
	width: 40px;
	display: block;
}

#nav ul li#uitgangspunten a {
	background: url(../img/nav/nav-uitgangspunten.gif) no-repeat;
	width: 109px;
	display: block;
}

#nav ul li#criteria a {
	background: url(../img/nav/nav-criteria.gif) no-repeat;
	width: 62px;
	display: block;
}

#nav ul li#sales_outsourcing a {
	background: url(../img/nav/nav-sales-outsourcing.gif) no-repeat;
	width: 124px;
	display: block;
}

#nav ul li#interim_sales a {
	background: url(../img/nav/nav-interim-sales.gif) no-repeat;
	width: 93px;
	display: block;
}

#nav ul li#lead_generatie a {
	background: url(../img/nav/nav-lead-generatie.gif) no-repeat;
	width: 101px;
	display: block;
}

#nav ul li#informatie a {
	background: url(../img/nav/nav-informatie.gif) no-repeat;
	width: 76px;
	display: block;
}

#nav ul li#contact a {
	background: url(../img/nav/nav-contact.gif) no-repeat;
	width: 60px;
	display: block;
}

*/

/*
---------------------------------------------------------------------------
Banner & Visual
---------------------------------------------------------------------------
*/

#banner {
	border-top: 1px solid #A5A5B5;
	height: 162px;
	position: relative;
	display: block;
	background: url(../img/bg-banner.gif) repeat-y;
}

#visual {
	width: 291px;
	height: 161px;
	float: left;
	display: inline;
	margin-left: 398px;
}
	.geel {
		background: url(../img/visual/hand-geel.jpg) no-repeat right top;
	}

	.blauw {
		background: url(../img/visual/hand-blauw.jpg) no-repeat right top;
	}

	.oranje {
		background: url(../img/visual/hand-oranje.jpg) no-repeat right top;
	}

	.paars {
		background: url(../img/visual/hand-paars.jpg) no-repeat right top;
	}

	.goud {
		background: url(../img/visual/hand-goud.jpg) no-repeat right top;
	}

#visual p {
	visibility: hidden;
	margin: 0;
}

#box {
	width: 310px;
	height: 161px;
	float: left;
	display: inline;

}

#box p {
	margin: 0;
	color: #fff;
	line-height: 24px;
	padding: 55px 40px;
}


/*
---------------------------------------------------------------------------
Content
---------------------------------------------------------------------------
*/

#content-wrapper {
 background:  url(../img/gradient.jpg) repeat-y right top;
 margin-top: 1px;
 height: 1%;
}

/*

#overlay {
	background: #fff url(../img/gradient.jpg) no-repeat right bottom;
}
*/

#content {
	width: 638px;
	float: left;
	display: inline;
	background: url(../img/bg-content.gif) repeat-y center top;
	margin: 60px 0 39px 50px;

}

#content h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 2em;
}

/*
---------------------------------------------------------------------------
Content blokken
---------------------------------------------------------------------------
*/

.content-fullsize {
    width: 600px;
	float: left;
	display: inline;
}

.content-fullsize .content-fullsize {
    padding: 0px;
    margin: 0px;
}

.content-blok1 {
	width: 260px;
	float: left;
	display: inline;
}

.content-blok2 {
	width: 260px;
	float: left;
	display: inline;
	margin-left: 80px;
}

/*
---------------------------------------------------------------------------
Sidebar
---------------------------------------------------------------------------
*/

#sidebar {
	width: 311px;
	float:left;
}

/*
---------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------
*/

#footer {
    width: 980px;
    height: 30px;
	border-top: 1px solid #E9ECF2;
	font-size: 9px;
	text-align: center;
}

#footer p {
	margin: 0;
}