/*  
Description: DP-PROJECTS 
Version: 1.0
Author: Ronald van der Son - Muzo Media Obdam
Author URI: http://www.muzomedia.nl
*/

/*	-------------------------------------------------------------
	Fontface
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
@font-face {
    font-family: 'SansationRegular';
    src: url('../font/Sansation_Regular-webfont.eot');
    src: url('../font/Sansation_Regular-webfont.eot?iefix') format('eot'),
         url('../font/Sansation_Regular-webfont.woff') format('woff'),
         url('../font/Sansation_Regular-webfont.ttf') format('truetype'),
         url('../font/Sansation_Regular-webfont.svg#webfontw28k2xtN') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansationLight';
    src: url('../font/Sansation_Light-webfont.eot');
    src: url('../font/Sansation_Light-webfont.eot?iefix') format('eot'),
         url('../font/Sansation_Light-webfont.woff') format('woff'),
         url('../font/Sansation_Light-webfont.ttf') format('truetype'),
         url('../font/Sansation_Light-webfont.svg#webfontJY9BDD6R') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansationBold';
    src: url('../font/Sansation_Bold-webfont.eot');
    src: url('../font/Sansation_Bold-webfont.eot?iefix') format('eot'),
         url('../font/Sansation_Bold-webfont.woff') format('woff'),
         url('../font/Sansation_Bold-webfont.ttf') format('truetype'),
         url('../font/Sansation_Bold-webfont.svg#webfonth1l4beys') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*	-------------------------------------------------------------
	Algemeen
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, h1, h2, h3, h4, h5, h6, p,
a, b, u, i, center,ul, li, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; 
}
			
ul {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; 
}

ul li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	letter-spacing:-0.04em;
	color: #fff;
	font-size:67%;
	line-height: 1.538em;
	background: #afb1b4 url("../images/bg.jpg") repeat center top; 
} 

strong { color: #000; }
 
/*	-------------------------------------------------------------
	Links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a{
	text-decoration: none;
	color: #2c2a2f;
	font-weight: bold;
}
 
a:hover {
	color: #fff;
	text-decoration: underline; 
}
  
/*	-------------------------------------------------------------
	Titels en tekst
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.6em;
	font-size:13px;
	margin: 0 0 12px 0; 
}
	
i {
  font-size: 12px;
}
 
h1 {
	font-weight: normal;
	margin: 15px 0 10px; 
  font-color: #87d300 !important; 
}
 
h2 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h3 {
	font-weight:bold;
	font-size:1.4em;
	margin: 30px 0 5px 0;
	color: #3f3c43; 
}

	
/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
 
/*	-------------------------------------------------------------
	Algemeen
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	margin: 0 0 -40px 0;
	padding: 10px 0 0 0;
	width: 100%;
	background: transparent;
	border-top: 4px solid #009de0;
}
 
.wrapper {
	margin: 0 auto;
	padding: 0 auto;
	width: 998px; /*was 998 */
}
 
.content {
	position: relative;
	top: 150px;
	width: 998px;
	height: 650px;
	background: url("../images/bg/bg_content.png") no-repeat bottom left; 
}

.content_groot {
	position: relative;
	top: 141px;
	width: 998px;
	height: 770px;
	background: url("../images/bg/bg_content_groot.png") no-repeat bottom left; 
}

.content_offerte {
	position: relative;
	top: 141px;
	width: 998px;
	height: 1150px;
	background: url("../images/bg/bg_content_offerte.png") no-repeat bottom left; 
}

.content_offerte_middel {
	position: relative;
	top: 141px;
	width: 998px;
	height: 1300px;
	background: url("../images/bg/bg_content_offerte_middel.png") no-repeat bottom left; 
}

.content_offerte_groot {
	position: relative;
	top: 141px;
	width: 998px;
	height: 3200px;
	background: url("../images/bg/bg_content_offerte_xl.png") no-repeat bottom left; 
}

/*	-------------------------------------------------------------
	Slider / Grote afbeeldingen
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#slider { 
	position:relative; 
	width:780px !important; 
	height:200px !important; 
	margin: 0 0 0 15px;
	overflow:hidden; 
	top: -175px;
	left: -42px;
	z-index: 1;
}

.sliderblok {
	margin: 0 0 10px 0;
	position: relative;
  float: right;
	top: -35px;
	height:218px;
}

.sliderblok img{
  position: relative;
	left: 162px !important;
}

.slider_pagina {
	margin: 0 0 10px 0;
	position: relative;
  float: right;
	top: -25px;
	height:218px;
	width: 998px;
}

.slider_pagina img{
  position: relative;
	left: 162px;
}

#slider_button {
	margin: 0 0 10px 0;
	position: relative;
	top: 16px;
	left: -280px;
	height:164px;
	z-index: 100;
}

/*	-------------------------------------------------------------
	Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.header {
	background-image: url("../images/bg/bg_header.png");
	position: relative;
	top: 160px;
	margin: 0 0 30px 0;
	height:45px;
	width: 980px; 
}

.header h1 {
	position:absolute;
	top:-185px; 
	left:50px;
	margin: 0;
	padding:0;
	width: 320px;
	height:187px;
	text-indent:-9999px;
	background:transparent url("../images/logo-top.png") no-repeat 0 0; 
	z-index: 100;
}

.header .nav {
	position:absolute;
	top:40px;
	right:40px;
	margin:0;
	padding:0; 
}

.header .nav li {
	float:left;
	width:auto;
	margin:0 8px;
	background:transparent; 
}

.header .nav li a {
	color:#fff !important;
	font-size:1.5em;
	text-transform:uppercase;
	background:transparent; 
	text-decoration: none;
}
	
.header .nav li a:hover, .header .nav li a.selected {
  color: #343434 !important;
}
	

/*------------------------------ Navigatie  -----------------------*/

#navigatie a {
	display: inline;
	position: relative;
	z-index: 1000;
}

#navigatie a:hover {	background-position: bottom;}

ul#navigatie {
	float: left;
	list-style: none;
    position: relative;
	right: 3px;
	width: 990px;
	z-index: 1000;
	background: none !important;
}

ul#navigatie li:first-child { margin-top: 2px; }
	
ul#navigatie a	{
		float: left;
		margin-top: -9px;
		color: #fff; 
		font-size: 14px; 
		font-weight: 400;
		text-align: center; 
		background: #3f3c43;
		border-left: 2px solid #fff;
		padding: 6px 15px 7px 14px;
}


ul#navigatie a:hover { text-decoration: none !important; background: #009de0; }

		

/*	-------------------------------------------------------------
	Tekst Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.tekst_header {
	position: relative;
	top: 140px;
	float: right;
	margin: 0;
	height:60px;
	width: 670px; 
	z-index: 1;
}

.tekst_header h1 {
	position:absolute;
	top:-200px; 
	left:80px;
	margin: 0;
	padding:0;
	width: 450px;
	height:187px;
	color: #009de0;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: bold;
}

.tekst_header p {
	position:absolute;
	top:-160px; 
	left:80px;
	margin: 0;
	padding:0;
	width: 220px;
	height:187px;
	color: #009de0;
	font-size: 16px;
	font-weight: bold;
}

.tekst_header ul {
	position:absolute;
	top:-186px; 
	left:70px;
	padding: 0 0 5px 0;
	color: #3f3c43;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
}

.tekst_header li {
	list-style-type: none; 
  background: url(../images/listtype.png) no-repeat 0px 5px; 
  padding-left: 25px; 
	margin: 4px 0 4px 0;
}

.tekst_header ul.rechts {
	position:absolute;
	top:-186px; 
	left:290px;
	padding: 0 0 5px 0;
	color: #3f3c43;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
}


.tekst_header ul.rechts span {
	font-size: 13px;
	letter-spacing: -1px;
}



/*	-------------------------------------------------------------
	Full width Pagina
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
#full_width_pagina {
	float:left;
	width:770px;
	height:270px;
	padding:0px 30px 0 50px;
	position: relative;
	top:-30px; 
	left: 130px;
}	

#full_width_pagina h1 {
	font: 26px/26px 'SansationRegular', Arial, sans-serif;
	letter-spacing: -1px;
	margin:10px 0 10px 0;
  color: #fff; 
}

#full_width_pagina h2 {
	font: 22px/22px 'SansationRegular', Arial, sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin:-5px 0 20px 0; 
  color: #fff; 
}	

#full_width_pagina p{
	text-align: justify;
	font: 16px/18px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color: #fff;
}	

#full_width_pagina img {
	margin:0 15px 0 15px;
	border: none;
}
	
/*	-------------------------------------------------------------
	Kolom Links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
#kolom_links {
	float:left;
	width:470px;
	height:270px;
	padding:0px 30px 0 50px;
	position: relative;
	top:-50px; 
	left: 130px;
}	

#kolom_links h1 {
	font: 26px/26px 'SansationRegular', Arial, sans-serif;
	letter-spacing: -1px;
	margin:10px 0 10px 0;
  color: #fff; 
}

#kolom_links h2 {
	font: 22px/22px 'SansationRegular', Arial, sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin:-5px 0 20px 0; 
  color: #fff; 
}	

#kolom_links p{
	text-align: justify;
	font: 16px/18px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color: #fff;
}	


/*	-------------------------------------------------------------
	Kolom Rechts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#kolom_rechts {
	background:transparent url("../images/bg/bg_rechterblok.png") no-repeat top left;
	float:right;
	padding:0 0 0 55px;
	margin: 0 0 0 0;
	width:240px;
	height: 410px;
  position: relative;
	top: -71px;
	right: 42px;
}

#kolom_rechts p {
	font-size: 13px;
	line-height:1.4em;
	color:#fff;
	padding:3px 5px 6px 0; 
	margin: -2px 0px 5px 0;
}

#kolom_rechts h1 {
  font: 23px/23px 'SansationRegular', Arial, sans-serif;
	letter-spacing: -1px;
	color:#fff;
  margin: 25px 0 10px -12px;
}	

#kolom_rechts h2 {
  font: 16px/17px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color:#3f3c43;
  margin: 20px 0 -10px -12px;
}	

#kolom_rechts a {
	font-weight: bold;
}

#kolom_rechts img {
  margin: 0 5px 0 -12px;
	border: 1px solid #fff;
	float: left;
}	


/*	-------------------------------------------------------------
	Kolom Links Pagina
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
#kolom_links_pagina {
	float:left;
	width:470px;
	height:270px;
	padding:0px 30px 0 50px;
	position: relative;
	top:-30px; 
	left: 130px;
}	

#kolom_links_pagina h1 {
	font: 26px/26px 'SansationRegular', Arial, sans-serif;
	letter-spacing: -1px;
	margin:10px 0 10px 0;
  color: #fff; 
}

#kolom_links_pagina h2 {
	font: 22px/22px 'SansationRegular', Arial, sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin:-5px 0 20px 0; 
  color: #fff; 
}	

#kolom_links_pagina p{
	text-align: justify;
	font: 16px/18px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color: #fff;
}	

#kolom_links_pagina ul{
	font: 16px/18px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color: #fff;
}	

#kolom_links_pagina li{
	margin: -5px 0 -15px 0;
	list-style: none !important;
	color: #3f3c43;
}	

#kolom_links_pagina ul.sub{
	font: 16px/18px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color: #fff;
	list-style: square !important;
}	

#kolom_links_pagina ul.sub li{
	margin: -8px 0 -8px 0;
	list-style: square !important;
	color: #fff;
}

#kolom_links_pagina ul#sub{
	font: 16px/18px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color: #fff;
	list-style: square !important;
	margin: 18px 0 3px 20px;
}	

#kolom_links_pagina ul#sub li{
	margin: -8px 0 -8px 0;
	list-style: square !important;
	color: #fff;
}


#kolom_links_pagina ul.sub2{
	font: 16px/18px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color: #fff;
}	

#kolom_links_pagina ul.sub2 li{
	margin: -8px 0 -8px 0;
	list-style: none !important;
	color: #fff;
	font-style: italic;
	font-size: 13px;
}





/*	-------------------------------------------------------------
	Kolom Links Pagina Breed
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
#kolom_links_pagina_breed {
	float:left;
	width:800px;
	height:270px;
	padding:0px 30px 0 50px;
	position: relative;
	top:-30px; 
	left: 130px;
}	

#kolom_links_pagina_breed h1 {
	font: 26px/26px 'SansationRegular', Arial, sans-serif;
	letter-spacing: -1px;
	margin:10px 0 10px 0;
  color: #fff; 
}

#kolom_links_pagina_breed h2 {
	font: 22px/22px 'SansationRegular', Arial, sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin:-5px 0 20px 0; 
  color: #fff; 
}	

#kolom_links_pagina_breed p{
	text-align: justify;
	font: 16px/18px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color: #fff;
	width: 95%;
}	

#kolom_links_pagina_breed ul{
	font: 16px/18px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color: #fff;
}	

#kolom_links_pagina_breed table {
	font: 16px/18px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color: #fff;
	margin: 30px 0 0 20px;
}

#kolom_links_pagina_breed table img {
	border: 4px #fff solid;
	margin: 0 0 5px 0;
}


#kolom_links_pagina_breed table td {
	padding: 10px 5px 10px 0;
	vertical-align: top; 
}

#kolom_links_pagina_breed table td.tekst {
	padding: 10px 12px 0 15px;
	vertical-align: top; 
	width: 465px;
	text-align: justify;
	line-height: 20px;
}

#kolom_links_pagina_breed table td.video {
	padding: 10px 5px 0 1px;
	vertical-align: top; 
	width: 250px;
	text-align: justify;
	line-height: 20px;
}

#kolom_links_pagina_breed table h3 {
  font-weight: normal !important;
  font-size: 22px;
  margin: 1px 0 3px 0 !important;
	color: #3f3c43;
}

/*	-------------------------------------------------------------
	Kolom Rechts Pagina
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#kolom_rechts_pagina {
	background:transparent url("../images/bg/bg_rechterblok_groot.png") no-repeat top left;
	float:right;
	padding:0 0 0 55px;
	margin: 0 0 0 0;
	width:250px;
	height: 710px;
  position: relative;
	top: -71px;
	right: 42px;
}

#kolom_rechts_pagina p {
	font-size: 13px;
	line-height:1.4em;
	color:#fff;
	padding:3px 5px 3px 0; 
	margin: -6px -12px 5px 0;
}

#kolom_rechts_pagina h1 {
  font: 23px/23px 'SansationRegular', Arial, sans-serif;
	letter-spacing: -1px;
	color:#fff;
  margin: 55px 0 10px -12px;
}	

#kolom_rechts_pagina h2 {
  font: 16px/17px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color:#3f3c43;
  margin: 20px 0 0 -12px;
}	

#kolom_rechts_pagina a {
	font-weight: bold;
}

#kolom_rechts_pagina img {
  margin: 0 5px 10px -12px;
	border: 1px solid #fff;
	float: left;
}	


/*	-------------------------------------------------------------
	Kolom Rechts Pagina Klein
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#kolom_rechts_pagina_klein {
	background:transparent url("../images/bg/bg_rechterblok_kleiner.png") no-repeat top left;
	float:right;
	padding:0 0 0 55px;
	margin: 0 0 -40px 0;
	width:250px;
	height: 630px;
    position: relative;
	top: -74px;
	right: 42px;
}

#kolom_rechts_pagina_klein p {
	font-size: 13px !important;
	line-height:1.4em;
	color:#fff;
	padding:3px 5px 3px 0; 
	margin: -6px -12px 5px 0;
}

#kolom_rechts_pagina_klein h1 {
  font: 23px/23px 'SansationRegular', Arial, sans-serif;
	letter-spacing: -1px;
	color:#fff;
  margin: 49px 0 10px -12px;
}	

#kolom_rechts_pagina_klein h2 {
  font: 16px/17px 'SansationRegular', Arial, sans-serif;
	letter-spacing: 0px;
	color:#3f3c43;
  margin: 20px 0 0 -12px;
}	

#kolom_rechts_pagina_klein a {
	font-weight: bold;
}

#kolom_rechts_pagina_klein img {
  margin: 0 5px 10px -12px;
	border: 1px solid #fff;
	float: left;
}	


/*	-------------------------------------------------------------
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer_bottom {
z-index:1000; 
width:986px; 
height:40px; 
float:right;
position:relative; 
left: 8px;
top: 75px;
background:transparent; 
}

#footer_bottom p {
font-size:12px !important;
text-align: left;
margin: 18px 0 20px 0;
color: #343434;
}

#footer_bottom span {
font-size: 14px;
color: #009de0;
font-weight: bold;
margin: -1px 2px 0 2px;
}

#footer_bottom a {
color: #232323;
font-decoration:underline;
}


#footer_bottom_groot {
z-index:1000; 
width:986px; 
height:40px; 
float:right;
position:relative; 
left: 8px;
top: 114px;
background:transparent; 
}

#footer_bottom_groot p {
font-size:12px;
text-align: left;
margin: 18px 0 20px 0;
color: #343434;
}

#footer_bottom_groot span {
font-size: 14px;
color: #009de0;
font-weight: bold;
margin: -1px 2px 0 2px;
}

#footer_bottom_groot a {
color: #232323;
font-decoration:underline;
}


#footer_bottom_klein {
z-index:1000; 
width:986px; 
height:40px; 
float:right;
position:relative; 
left: 8px;
top: 123px;
background:transparent; 
}

#footer_bottom_klein p {
font-size:12px !important;
text-align: left;
margin: 18px 0 20px 0;
color: #343434;
}

#footer_bottom_klein span {
font-size: 14px;
color: #009de0;
font-weight: bold;
margin: -1px 2px 0 2px;
}

#footer_bottom_klein a {
color: #232323;
font-decoration:underline;
}


table { width: 92% !important;  }
table tr { text-align: center; }

.titel-project { color: #fff !important; text-align: center; font-size: 18px !important; padding-bottom: 10px; }
.facebook { color: #fff !important; margin-top: 10px; }
.facebook img { margin: 10px 6px 0 0 !important; }

.facebook-image { position: relative; top: 10px; }


