@charset "UTF-8";
/* CSS Document */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-size:100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { 
	border: none;
}


/* 
CUSTOM STYLES 
*/
a.cta-button {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	float: left;
}
a.cta-button span{
	background: url(../images/button-right.png) no-repeat right top;
	height: 44px;
	display: block;
}
a.cta-button span span {
 background: url("../images/button-left.png") no-repeat scroll left top transparent;
    height: 20px;
    margin-left: -9px;
    padding: 12px 25px;
}
a.cta-button:visited {color: #efefef; text-decoration: none;}
a.cta-button:hover {color: #fff; margin-top: 1px;}
a.cta-button:hover span{
	background: url(../images/button-right.png) no-repeat right bottom;
}
a.cta-button:hover span span {
	background: url(../images/button-left.png) no-repeat left bottom;
}



/*
COMPONENTS
*/
p{
	line-height:20px;
	margin:2px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	
}
a,
a:visited{
	color:#0069aa;
	text-decoration:underline;
}
a:hover,
a:active{
	color:#2492d6;
	text-decoration:none;
}
h1, h2{
	color:#0069aa;
	font-weight:100;
	margin-bottom:20px;
	font-size:1.6em;
}
h3{
	font-weight:100;
	margin-bottom:20px;
	font-size:1.2em;
	line-height:22px;
}
/*
STRUCTURE
*/
body {
	background:#d6d6d6 url(../images/bg.jpg) repeat-x top;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	color:#4f4f4f;
}
#wrapper {
	margin: 0 auto;
	width: 920px;
	padding: 0;
}
#header {
	position:relative;
}
#mainContent{
	position:relative;
	padding:60px 20px 0;
	background:url(../images/bg-maincontent.png) no-repeat bottom;
}

/*
HEADER COMPONENTS
*/
.header-logo {
	top:-17px;
	left:20px;
	width:261px;
	height:141px;
	position:absolute;
	z-index:5;
	background: url(../images/logo.png) no-repeat top;
}
.logo-link{
	display:block;
	width:261px;
	height:141px;
	
}
.slider-shadow {
	background: url(../images/slider-shadow2.png) no-repeat top;
	position:absolute;
	top:285px;
	width:920px;
	height:100px;
}

/*
MAIN NAV
*/
#mainNav {
	position:relative;
	height:72px;
	padding-left:280px;
	background: url(../images/bg-menu.jpg) no-repeat top;
	font-family:Arial, Helvetica, sans-serif;
}
#mainNav .border{
	background: url(../images/mainnav-div.png) no-repeat right;
	display:inline-block;
	z-index:99;
	zoom: 1;
	*display:inline;
}
#mainNav a{
	display:inline-block;
	zoom: 1;
	text-transform:lowercase;
	color:#FFF;
	text-decoration:none;
	padding:28px 15px 17px 15px;
	margin:0 2px 0 -3px;
	background: url(../images/bg-menu-over2.png) no-repeat;
	text-shadow: #999 2px 2px 2px;
	
	
}

#mainNav a span{
	text-transform:lowercase;
	font-size:11px;
	color:#88bdd6;
	line-height:15px;
}
#mainNav a div{
	position:relative;
	
	
}
#mainContent ul{
	margin-bottom:20px;
}
#mainContent li{
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:outside;
	margin-left:10px;
	
	
}
#mainNav ul.sub-menu {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	padding: 10px;
	z-index: 90;
}

#mainNav ul.sub-menu li {
	text-align: left;
}

#mainNav li:hover ul.sub-menu {
	display: block;
	border: 1px solid #ececec;
}
.submenu-wrap {
	position:absolute;
	left:-170px;
	padding-bottom:40px;
	width:160px;
}
.submenu-wrap .subtitle{
	background-color:#CCC;
	padding:5px 10px;
	position:relative;
	top:-15px;
	display:inline-block;
	
}
.submenu-pointer{
	position:absolute;
	background:url(../images/submenu-pointer.png) no-repeat;
	height:15px;
	width:30px;
	bottom:-15px;
}
.submenu ul{
	position:relative;
	margin-top:20px;
}
#mainContent .submenu li{
	text-align:right;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
.submenu li{
	margin-bottom:15px;
}
.submenu li a{
	font-size:13px;
	text-transform:lowercase;
	color:#fff;
	text-decoration:none;
	
}
.submenu li a:hover{
	color:#fff;
}
.submenu span{
	background-color:#337cc2;
	padding:6px;
}
.submenu span:hover{
	background-color:#2f92f2;
}
.submenu #current{
	background-color:#c0c0c0;
}
/*
SLIDER
*/
.slider-wrap {
	width: 880px; 
	height: 250px;
	position:relative;
	background-color:#999;
	margin:0 auto;
	
}
.stripViewer .panelContainer .panel ul	{
	text-align: left;
	margin: 0 15px 0 30px;
}
.stripViewer {
	position: relative; 
	overflow: hidden; 
	width: 880px; 
	height: 250px;
	
}
.stripViewer .panelContainer { 
	position: relative; 
	left: 0; 
	top: 0; 
}
.stripViewer .panelContainer .panel { 
	float: left; 
	height: 100%; 
	position: relative;
	width: 880px; 
	
}
.stripNavL,
.stripNavR,
.stripNav {
	display: none;
}
.nav-thumb{ 
	border: 1px solid black;
	margin-right: 5px;
}
#movers-row{
	position:relative;
	margin: 0px 0 0 20px;
	float:right;
	top:10px;
}
#movers-row div{
	position:relative;
	width:10px;
	height:13px;
	margin-left:2px;
	float:left;
	display:inline-block;
	zoom: 1;
	background: url(../images/slider-select-reflection.png) no-repeat bottom right;

}
#movers-row div a.cross-link { 
	float: right;
	display:block;
	height:6px;
	width:6px;
	background-color:#000;
}
#movers-row div.current a.cross-link { 
	background-color:#999;
}
.photo-meta-data{ 
	background: url(../images/transpBlack.png);
	padding: 10px;
	height: 250px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;
}
.photo-meta-data span {
	line-height:19px;
	font-size: 15px;
}
.cross-link{ 
	display: block;

	
	position: relative;
	z-index: 9999;
}
.active-thumb { 
	background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat;
}
/*
PAGE COMPONENTS
*/
.breadcrumbs{
	position: relative;
	top:-40px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	
}
.meerweten{
	position:relative;
	float:right;
	top:10px;
	/*left:-40px;*/

}
.page-intro p{
	line-height:30px;
	font-size:16px;
	color:#0069aa;
	text-align:justify;
}
.promo{
	position:relative;
	float:left;
	top:-20px;
	left:-19px;
}
#usp{

}
#usp ul{
	
}
#usp li{
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 8px;
	margin-bottom:4px;
	font-size:14px;
	font-weight:600;
	color:#FFF;
	background-color:#1667a7;
}
.fullwidth-container{
	padding:25px 0 0;
	margin:5px 0 5px;
}
.shadow{
	background:url(../images/div-shadow.png) top no-repeat;
}
.shadow-home{
	background:url(../images/shadow-home.png) top no-repeat;
}
.halfwidth-container-left,
.halfwidth-container-right{
	background:url(../images/bg-stripe.png);
	width:420px;
	position:relative;
	/*background: #e5e5e5 url(../images/bg-boxes.png) repeat-x top;
	background-color:#e5e5e5;
	height:220px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.halfwidth-container-left{
	float:left;
	
}
.halfwidth-container-right{
	float:right;
}
.halfwidth-container-left h1,
.halfwidth-container-right h2{
	
}
.halfwidth-container-left p,
.halfwidth-container-right p{
	font-size:14px;
	line-height:25px;
	
}
.thirdwidth-container, .thirdwidth-container-last{
	width:280px;
	float:left;
	position:relative;
	height:180px;
	
	
}
.thirdwidth-container-home, .thirdwidth-container-home-last{
	width:280px;
	float:left;
	position:relative;
	
	
}
.thirdwidth-container h2 img, .thirdwidth-container-last h2 img{
	display:inline-block;
	zoom:1;
	padding-right:5px;
	position:relative;
	top:4px;
}
.thirdwidth-container p, .thirdwidth-container-last p, .thirdwidth-container-home p, .thirdwidth-container-home-last p{
	font-size:13px;
	color:#0069aa;;
}
.thirdwidth-container h2, .thirdwidth-container-last h2, .thirdwidth-container-home-last h2, .thirdwidth-container-home h2{
	font-size:18px;
	font-weight:100;
	padding-bottom:5px;
	font-size:1.3em;
	background:url(../images/bg-stripe.png);
	
}
.thirdwidth-container, .thirdwidth-container-home{
	margin-right:20px;
}
.page-slogan{
}
.page-slogan h1{
	font-size:55px;
	text-align:justify;
}
.page-slogan2{
	margin:15px 0 30px;
	float:left;
}
.download-pdf{
	float:right;
}
#footer{
	padding:20px 0;
	/*background:url(../images/bg-footer.png) no-repeat 0 50px;*/
}
.footer-foot{
	/*
	padding:20px 0;
	text-align:right;
	*/
	padding:100px 0 40px 0;
	text-align:center;
}
.clear{
	clear:both;
}
/*
home
*/
.counter{
	text-align:center;
	padding:15px;
	/*
	background-color:#CCC;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	*/
}
.counter span{
	display:inline-block;
	background:#000 url(../images/bg-counter.png) repeat-x center;
	color:#FFF;
	padding:13px 10px 10px;
	margin-right:2px;
	text-align:center;
	font-size:18px;
}
#nieuwsbrief input{
	border:1px solid #fff;
	padding:4px;
	width:190px;
}
#nieuwsbrief .nb-send{
	width:80px;
	border:none;
	cursor:pointer;
}
.home-contact{
	padding:5px 5px 1px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.home-contact-pointer{
	background:url(../images/arrow-contact.png) no-repeat top left;
	display:block;
	position:absolute;
	height:150px;
	width:75px;
	right:-20px;
}
.twt-feed{
	background:url(../images/bg-twt.png) no-repeat top left;
	height:160px;
	padding:8px 45px 5px 30px;
	color:#0069aa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	

}
.twt-feed p{
	font-size:14px;
	font-style:italic;
}
.twt-feed p a{
	text-decoration:none;
}

/*

NOTES

*/
.note-sociaal,
.note-gratis,
.note-meerklanten{
	position:absolute;
}
.note-sociaal{
	width:151px;
	height:39px;
	left:-150px;
	background:url(../images/note-sociaal.png) no-repeat;	
}
.note-gratis{
	width:140px;
	height:39px;
	right:-150px;
	top:110px;
	background:url(../images/note-gratis.png) no-repeat;	
}
.note-meerklanten{
	width:166px;
	height:28px;
	left:230px;
	top:-14px;
	background:url(../images/note-meerklanten.png) no-repeat;	
}
#simpleTooltip{
	padding:4px;
	background-color:#06C;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	
}
.contacttable{
	font-family:Arial, Helvetica, sans-serif;
}
.contacttable td{
	padding-right:10px;
}
.contacttable input{
	width:300px;
	border:0;
	outline:0;
	padding:5px;
	margin-bottom:3px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.contacttable textarea{
	width:300px;
	height:300px;
	border:0;
	outline:0;
	padding:5px;
	margin-bottom:3px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.formerror {
	padding: 0px 0px 20px 0px;
}

.formerror i {
	font-style: normal;
}

.omschrijvingfull ul,
.omschrijvingfull li {
	list-style-type: square;	
	margin-left: 20px;
}

.contactbtn {
	padding: 0px 0px 40px 0px;
}
