/* ==|== Vuursteen 2012 ==|== */

*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}

@font-face {
    font-family:'MyriadPro-It';
    src:url('/font/MyriadPro-It.eot');
    src:url('/font/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
        url('/font/MyriadPro-It.woff') format('woff'),
        url('/font/MyriadPro-It.ttf') format('truetype'),
        url('/font/MyriadPro-It.svgMyriadPro-It') format('svg');
    font-weight:normal;
    font-style:normal;
}

#header-carousel-slogan span{
	font-family:'MyriadPro-It';
}

html{
	height:100%;
	overflow-y:scroll;
}

body{
	background:white;
	color:#3d3d3d;	
  	font-family:Arial, sans-serif !important;
	font-size:13px;
}

p{
	margin:1em 0 0 0;
}

/* Fancybox */

#fancybox-content {
	background: white !important;
	height: 315px !important;
	width: 370px !important;
}

#fancybox-content #nieuwsbrief-form {
	margin: 25px auto 20px auto;
}

/* Title headers */

h1, h2, h3, h4, h5, h6{
	margin:0;
	color:#094FA3;
	font-size:18px;
	font-weight:normal;
}


/* Links */

a, a:link, a:visited{
	color:#649d35;
	cursor:pointer;
	text-decoration:none;
}

a:hover{
	cursor:pointer;
	text-decoration:underline;
}

/* Forms */

input[type=text], input[type=password], textarea{
	border-width:1px;
	border-style: solid;
	border-color: #f2f2f2;
	padding:3px;
	width:100%;	
	
	background:#fff;
	font-family: arial;
}

.btn{
	position:relative;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:0;
	
	background:#7fad55;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#7fad55), to(#659e35));
	background:-webkit-linear-gradient(#7fad55, #659e35);
	background:-moz-linear-gradient(#7fad55, #659e35);
	background:-ms-linear-gradient(#7fad55, #659e35);
	background:-o-linear-gradient(#7fad55, #659e35);
	background:linear-gradient(#7fad55, #659e35);
	-pie-background:linear-gradient(#7fad55, #659e35);
	behavior:url(/css/PIE.htc);
	color:#fff;
	line-height:27px;
	font-family: arial;
}

.btn:hover{
	background:#9eba47;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#9eba47), to(#81ac53));
	background:-webkit-linear-gradient(#9eba47, #81ac53);
	background:-moz-linear-gradient(#9eba47, #81ac53);
	background:-ms-linear-gradient(#9eba47, #81ac53);
	background:-o-linear-gradient(#9eba47, #81ac53);
	background:linear-gradient(#9eba47, #81ac53);
	-pie-background:linear-gradient(#9eba47, #81ac53);
}

#error-container{
	border:1px solid red;
	padding:10px;
	
	color:red;
}

form .btn{
	height: 22px;
	line-height: 22px;
	padding: 0 30px 0 30px;
	float: right;
	margin-top: 10px;
	margin-right: 4px;
}

fieldset{
	padding: 0 0 40px 0;
	display: block;
	border: none;
	outline: none;
	width: 100%;
}

.formgenerated fieldset{
	padding: 0 0 19px 0;
}

	legend{
		font-family: Arial;
		font-size: 13px;
		font-weight: bold;
		color: #154194;
		width: 100%;
	}
	
		legend div{
			display: block;
			padding-bottom: 11px;
		}
	
.form-row{
	float: left;
	margin-bottom: 3px;
}
	
.form-row .group{
	width: 296px;
	float: right;
}

.form-row label,
.form-row .label{
	width: 106px;
	float: left;
	margin-right: 20px;
	line-height: 25px;
}
.form-row label.error{
	display: none !important;
}

.form-row input,
.form-row select,
.form-row textarea{
	float: left;
}

.form-row input[type=text],
.form-row input[type=search]
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=file],
.form-row select,
.form-row textarea{
	width: 296px;
}

.form-row textarea{
	height: 120px;
}

.form-row input[type=text],
.form-row input[type=search]
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=file],
.form-row textarea{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	border: 1px solid #cccccc;
	
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F5F5F5));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: -o-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
	-pie-background: linear-gradient(#FFFFFF, #F5F5F5);
	behavior: url(/css/PIE.htc);
}

.form-row.radio input,
.form-row.checkbox input{
	width: 14px;
	height: 14px;
	margin: 6px 10px 0 0;
}

.form-row.radio label,
.form-row.checkbox label{
	width: 114px;
	margin-right: 10px;
	line-height: 25px;
}

.required-message{
	margin-left: 130px;
	padding-top: 11px;
	display: block;
	clear: left;
}


/* Custom form validation */

form input.error, form textarea.error{
	border:1px solid #be1e2d !important;
	color:#be1e2d !important;
}

form span.error {
	position:absolute;
	top:6px;
	left: 445px;
	z-index:99;

	display:none !important;
	height:16px;
	margin:4px 0 0 4px;
	overflow:visible !important;
	width:16px;

	background:url(/gfx/error.png) no-repeat;
	cursor:pointer;
}

form span.error label {
	position:absolute;
	right:0;
	bottom:20px;
	z-index:9;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:none !important;
	padding:6px 9px;
	width:auto !important;
	
	background:#000;
	background:rgba(0, 0, 0, 0.7);
	behavior: url(/css/PIE.htc);
	color:#fff;
	font-size:11px;
	line-height:17px;
	text-align:left;
	white-space:nowrap;
}

form span.error:hover label {
	display:block !important;
}

/* Wrapper */

#container{
	margin:0 auto;
	padding-top: 10px;
	width:980px;
}

/* Header */

#header{
	margin-bottom:15px;
}

#header-top {
	height: 110px;
	width: 980px;
	margin: 0 auto;
}

#header-logo {
	display: block;
	width: 208px;
	height: 80px;
	margin-top: 17px;
	margin-left: 25px;

	float: left;
	background: url(/gfx/images.png) no-repeat 0px 0px;
}

#header-login{
	position: relative;

	height:30px;
	padding: 10px 15px 0 0;
	
	line-height:30px;
	text-align:right;
	z-index: 300;
}

#header-login,
#header-login a{
	color:#9B9B9B;
	font-size:12px;
}

#header-login ol {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
	float: right;
}

#header-login ol > li {
	position: relative;
	padding: 0 17px;	
	line-height: 28px;
	float: left;
	cursor: pointer;
}

	#header-login ol li a{
		text-decoration: none;
		white-space: nowrap;
	}
	
	#header-login ol > li:hover > a,
	#header-login ol > li:active > a,
	#header-login ol > li.active > a{
		color: #4d4d4d;
	}

	#header-login ol li > ol{
		position: absolute;
		left: 0;
		display: none;
	}
	
		#header-login ol li:hover > ol,
		#header-login ol li:active > ol{
			display: block;
		}
		
		#header-login ol li > ol li{
			float:none;
			height: 28px; 
			line-height:28px;
			padding:0 13px;
			border-bottom: 1px solid white;
			background:#ECEDF1;
			text-align: left;
		}
		
			#header-login ol li > ol li:hover,
			#header-login ol li > ol li:active{
				background:#fff;
				text-align: left;
			}
			
				#header-login ol li > ol li:hover a,
				#header-login ol li > ol li:active a{
					color: #024DA1;
				}


#header-login ol #zoeken {
	position: relative;
	height: 25px;
	padding-right: 30px;
	border: 1px solid #d7d7d7;
	background: url(/gfx/input-bg.png) repeat-x bottom left;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}

#header-login ol #zoeken input {
	height: 25px;
	width: 85px;
	border: none;
	float: left;
	
	line-height: 25px;
	background: none;
}

#header-login ol #zoeken button {
	position: absolute;
	top: 2px;
	right: -3px;

	display: block;
	width: 20px; 
	height: 20px; 
	background: url(/gfx/images.png) no-repeat 0px -354px;
	border: none;
}

#header-login #ip-adres {
	margin: 7px 0 0 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	white-space: nowrap;
	padding-left: 0;
	
	behavior: url(/css/PIE.htc);
}

	#header-login #ip-adres span{
		display: inline-block;
		padding: 0 13px;
		margin: 0 13px 0 0;
		height: 26px;
		line-height: 28px;
		background: #6f9d20 !important;
		color: #fff;
		border-radius: 5px 0 0 5px;
		behavior: url(/css/PIE.htc);
	}

#header-carousel-container,
#header-carousel-container ol,
#header-carousel-container ol li,
#header-carousel-container ol li:after{
	height:270px;
}

#header-image{
	position:relative;

	height: 294px;
	width: 980px;
	margin: 0 auto;
	
	background:url(/gfx/carouselbg.png) no-repeat center center;
	overflow: visible;
}

#header-image-left-bg{
	position:absolute;
	top:0;
	right: 980px;

	height: 294px;
	
	background:url(/gfx/headerleftbg.png) repeat center center;
}

#header-image-right-bg{
	position:absolute;
	top:0;
	left: 980px;

	height: 294px;
	
	background:url(/gfx/headerrightbg.png) repeat center center;
}

#header-image-border-bottom {
	position: absolute;
	top: 404px;
	z-index: 100;
	
	width: 100%;
	height: 6px;
	
	background: #639E46;
	background: -webkit-gradient(linear, 0 0, 0 left, from(#639E46), to(#B8D0A5));
	background: -webkit-linear-gradient(left, #639E46, #B8D0A5);
	background: -moz-linear-gradient(left, #639E46, #B8D0A5);
	background: -ms-linear-gradient(left, #639E46, #B8D0A5);
	background: -o-linear-gradient(left, #639E46, #B8D0A5);
	background: linear-gradient(left, #639E46, #B8D0A5);
	-pie-background: linear-gradient(left, #639E46, #B8D0A5);
	behavior: url(/css/PIE.htc);
}

#header-carousel-container{
	position:relative;
	z-index:1;
	margin-top: 12px;
}

#header-carousel-container .jaar20{
  z-index: 99999999;
  position: absolute;
  right: -2px;
  bottom: 12px;
}   

#header-carousel-container:after{
	position:absolute;
	right: -60px;
	top:-15px;
	z-index: 99999;
	
	display: block;
	width: 174px;
	height: 300px;
	
	background: url(/gfx/images.png) no-repeat -264px -377px;
	content: ""
}

#header-carousel-container,
#header-carousel-container ol li {
	width:980px !important;
}

#header-carousel-container{
	float:right;
}

#header-carousel-container,
#header-carousel-container ol,
#header-carousel-container ol li{
	position:relative;
	
	-webkit-border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
}

#header-carousel-container ol{
	margin:0;
	overflow:hidden;
	padding:0;
	list-style:none;
}

#header-carousel-container ol li{
	position:relative;
	
	float:left;
}

#header-carousel li {
	float: left;
}

.header-image-shadow-box {
	position: relative;
	z-index: -1;

	height: 270px;
	width: 580px;
	margin-top: 5px;
	
	float: right;
	
	background: url(/gfx/carousel-img-bg.png) no-repeat;
}

.header-image-container {
	height: 250px;
	width: 560px;
	margin: 0px 20px 0 0;

	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
	
	filter: none;
}

.carousel-slogan {
	width: 265px;
	height: 34px;
	margin-left: -7px;
	
	background: url(/gfx/images.png) no-repeat 0px -527px;
}

.carousel-content {
	position: absolute;
	bottom: 10px;
	z-index: -1;
	
	width: 380px;
	padding-left: 15px;
	float: left;
}

.carousel-content h2 {
	margin-bottom: 20px;

	color: white;
	font-size: 24px;
}

.carousel-content p {
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 20px;
	
	color: white;
	font-size: 13px;
}

#header-bottom {
	position: relative;
	width: 980px;
	height: 120px;
	margin: 0 auto;
	padding: 22px 15px 18px 15px;	
	background: #ECEDF1;
	line-height: 20px;
}

#header-bottom p {
	margin: 0;
}

.smaller-header-bottom {
	height: 30px !important;
	padding: 0 !important;
}

.smaller-header-bottom #header-bottom-right-bg,
.smaller-header-bottom #header-bottom-left-bg {
	height: 30px !important;
}


#header-bottom .telephone {
	font-size: 14px;
}

#header-bottom-right-bg,
#header-bottom-left-bg  {
	position: absolute;
	bottom: 0;
	z-index: -1;
	
	display: block;
	height: 120px;
	
	background: #ECEDF1;
	content: "";
}

#header-bottom-right-bg {
	left: 980px;
}

#header-bottom-left-bg {
	right: 980px;
}

#header-bottom strong {
	display: block;
}

#header-bottom .column {
	width: 50%;
	padding-right: 10px;
	float: left;
}

#navigation{
	position:relative;
	width: auto;
	margin-top: 31px;
	
	float: right;
}

#navigation ol{
	margin:0 15px 0 0;
	padding:0;
	
	list-style:none;
}

#navigation ol li{
	float:left;
}

#navigation ol li a{
	position:relative;

	display:block;
	padding:15px;

	color:#9B9B9B;
	font-size:12px;
	text-transform:uppercase;
	text-decoration: none;
}

#navigation ol li a:hover {
	color: #024DA1;
}

#navigation ol li a .arrow {
	display: none;
}

#navigation ol li a:hover .arrow,
#navigation ol li.active .arrow {
	position: absolute;
	bottom: -10px;
	left: 14px;
	z-index: 200;

	display: block;
	width: 28px; 
	height: 14px; 
	background: url(/gfx/images.png) no-repeat -95px -359px;
	
	content: "";
}

#navigation ol li ol li a:hover:after,
#navigation ol li ol li.active:after {
	display: none;
}

#navigation ol li.active a,
#navigation ol li.active {
	position: relative;
	
	color: #4D4D4D !important;
	font-weight: bold;
} 

#navigation ol li.active ol li a {
	font-weight: normal;
	color: #9B9B9B !important;
} 

#navigation ol ol{
	position:absolute;
	top: 41px;
	z-index:999;
	padding-top: 15px;
	
	display:none;
}

#navigation ol ol:before{
	position:absolute;
	top: 0;
	left: 0;
	
	display: block;
	width: 100%;
	height: 15px;
	
	background: #b7cee8 url(/gfx/images.png) no-repeat -516px -487px;
	content: "";
}

#navigation ol li:hover ol,
#navigation ol li:active ol{
	display:block;
}

#navigation ol ol li{
	border-top:1px solid white;

	float:none;
}

#navigation ol ol li a{
	padding:0 15px;

	background:#ECEDF1 !important;
	line-height:26px;
	text-transform:none;
	white-space:nowrap;
}

#navigation ol ol li.active a,
#navigation ol ol li a:hover,
#navigation ol li.active ol li a:hover,
#navigation ol li.active ol li.active a {
	background:white !important;
	color: #024DA1 !important;
}

/* Content */

.content-left{
	width:230px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	float:left;
}

.content-right{
	width:681px;

	float:right;
	line-height: 20px;
}

.content-left-large{
	width:681px;
	float: left;
	line-height: 20px;
}

div.content-right > h1,
#referentie-list h1 {
	font-weight: bold;
	font-size: 21px;
}

div.content-right > h2 {
	/* font-weight: bold; */
}

div.content-right > h3, div.content-right >h4, div.content-right > h5, div.content-right > h6{
	font-size: 13px;
	font-weight: bold;
}

.widen {
	width: 710px !important;
}

.grid{
	margin-bottom:15px;
}

.grid-block-200{
	position:relative;
	
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:200px;
	overflow:hidden;
	padding:25px 17px 25px 25px;
	width:100%;
	
	background:#fff;
	behavior:url(/css/PIE.htc);
}

.grid-block-200 div{
	height:148px;
	line-height:19px;
}

.grid-block-200 h1{
	font-size:18px;
}

.grid-block-200 a:before{
	position:absolute;
	left:-10px;
	
	content:">";
}

.grid-block-200 a{
	position:relative;
	
	display:inline-block;
	margin:6px 0 0 10px;
	
	font-size:12px;
}

/* Left navigation */

#left-navigation {
	width: 200px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	
	list-style-type: none;	
}

#left-navigation-header {
	margin-bottom: 5px;
}

	#left-navigation-header a{
		color: inherit;
	}

#left-navigation li {
	padding: 5px 20px;
	border-top: 1px solid #CCCCCC;
}

#left-navigation li a {
	position: relative;
	color: #4D4D4D;
}

#left-navigation li a:hover,
#left-navigation li a.active  {
	color: #024DA1;
	text-decoration: none;
}

#left-navigation li a:hover:before,
#left-navigation li a.active:before {
	position: absolute;
	left: -15px;
	top: 1px;
	
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	
	border-left: 6px solid #5784bb;
	
	content: "";
}

#left-navigation li a:before {
	position: absolute;
	left: -15px;
	top: 1px;
	
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	
	border-left: 6px solid #CCCCCC;
	
	content: "";
}

/* Search */

#search-results {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#search-results li {
	margin-bottom: 25px;
}

#search-results li p {
	margin: 0;
}

#search-results li span.hl{
	color: #094FA3;
	font-weight: bold;
}

#search-results li .unformat h3 {
	font-size: 12px !important;
	color: #666 !important;
}

/* Grid diensten */

#diensten-list {
	margin: 0 0 0 -15px;
	padding: 0;
	list-style-type: none;
}

#diensten-list li {
	position: relative;
	float: left;

	display: inline-block;
	width: 325px;
	height: 226px;
	margin: 0 0 16px 16px;
	padding: 80px 20px 0 20px;
	border: 1px solid #CCCCCC;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F5F5F5));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: -o-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
	-pie-background: linear-gradient(#FFFFFF, #F5F5F5);

	behavior: url(/css/PIE.htc);
	
	cursor: pointer;
}

#diensten-list li:hover {
	background: #F2F9FC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F9FC), to(#EEF2F3));
	background: -webkit-linear-gradient(#F2F9FC, #EEF2F3);
	background: -moz-linear-gradient(#F2F9FC, #EEF2F3);
	background: -ms-linear-gradient(#F2F9FC, #EEF2F3);
	background: -o-linear-gradient(#F2F9FC, #EEF2F3);
	background: linear-gradient(#F2F9FC, #EEF2F3);
	-pie-background: linear-gradient(#F2F9FC, #EEF2F3);
	behavior: url(/css/PIE.htc);
}

#diensten-list li p {
	margin-top: 0;
}

#diensten-list li .text-wrap{
	margin-top: 5px;
	height: 80px;
	overflow: hidden;
}

.dienst-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	width: 323px;
	height: 80px;
	
	behavior: url(/css/PIE.htc);
}

.meer-informatie {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0px;
	
	width: 120px;
	padding: 4px 15px 4px 15px;
	border: none;
	
	background: #8DB569;
	color: white !important;	
	font-size: 11px;
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
	behavior: url(/css/PIE.htc);
	text-decoration: none !important;
	text-align: center;
	line-height: 12px;

}

button.meer-informatie {
	padding-top: 3px;
}

.meer-informatie:before {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: -14px;
	
	display: block;
	width: 14px;
	height: 20px;
	margin: 0 !important;
	
	background: url(/gfx/images.png) no-repeat -490px -451px;
}

/* Detail View */

.detail {
	float: left;
	width: 480px;
	padding-right: 20px;
	/* padding-left: 20px; */
	margin-bottom: 20px;
}

.detail h1 {
	margin-bottom: 10px;

	font-weight: bold;
	font-size: 21px;
}

.detail h2{
	margin-bottom: 10px;
}

.detail p {
	margin-top: 0;
}

.detail ul {
	padding: 0 0 0 30px;
	list-style-type: none;
}

.detail ul li {
	position: relative;
	
	margin-bottom: 3px;
}

.detail ul li:before {
	position: absolute;
	top: 5px;
	left: -20px;
	
	display: block;
	width: 11px;
	height: 9px;
	
	background: url(/gfx/images.png) no-repeat -508px -452px;
	
	content: "";
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	border-radius: 3px 7px 0 0;
	overflow: hidden;
}

#sidebar ul{
	padding: 0 0 0 15px;
}

/* Grid Producten*/

#producten-list{
	padding:0;
	margin:0;
	
	list-style:none;
}

#producten-list li{
	position:relative;
	
	height:189px;
	margin:0 0 15px 7px;
	padding: 0 12px;
	width:184px;
	
	background:url(/gfx/images.png) no-repeat -460px 0;
	float:left;
}

#producten-list li:hover{
	background:url(/gfx/images.png) no-repeat -460px -189px;
}

#producten-list .vsa-cloud-werkplek, 
#producten-list .dedicated-private-cloud, 
#producten-list .cloud-server{
	margin-bottom:0;
}

.grid-producten-title{
	padding:0 0 10px 0;

	color:#094fa3;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

.grid-producten-content{
	height:42px;
	overflow:hidden;

	font-size:12px;
	line-height:14px;
}

a.grid-producten-link{
	position:absolute;
	top:9px;
	right:3px;
	z-index:3;
	
	-webkit-border-radius:0px 5px 0px 0px;
	-moz-border-radius:0px 5px 0px 0px;
	border-radius:0px 5px 0px 0px;
	height:18px;
	padding-left:2px;
	width:59px;
	
	behavior:url(/css/PIE.htc);
	color:#fff;
	font-size:10px;
	line-height:18px;
}

a.grid-producten-link:hover{
	text-decoration:none;
}

.grid-producten-image{
	position:relative;
	
	height:67px;
	margin:20px 0;
}

.grid-producten-image:before{
	position:absolute;
	top:0;
	left:5px;
	
	display:block;
	
	content:"";
}

.hard--en-software .grid-producten-image:before{
	height:67px;
	width:74px;
	
	background:url(/gfx/images.png) no-repeat 0 -227px;
}

.vsa-online-backup .grid-producten-image:before{
	height:57px;
	width:65px;
	
	background:url(/gfx/images.png) no-repeat -75px -233px;
}

.hosted-anti-spam .grid-producten-image:before{
	height:57px;
	width:70px;
	
	background:url(/gfx/images.png) no-repeat -140px -233px;
}

.vsa-cloud-werkplek .grid-producten-image:before{
	height:56px;
	width:78px;
	
	background:url(/gfx/images.png) no-repeat 0 -293px;
}

.dedicated-private-cloud .grid-producten-image:before{
	height:54px;
	width:85px;
	
	background:url(/gfx/images.png) no-repeat -78px -293px;
}

.cloud-server .grid-producten-image:before{
	height:53px;
	width:82px;
	
	background:url(/gfx/images.png) no-repeat -163px -293px;
}

/* Diensten */

.diensten-content p{
	margin:0 0 25px 0;
	
	font-size:12px;
	line-height:20px;
}

.diensten-content li{
	font-size:12px;
	line-height:20px;
}

.diensten-content h3{
	margin-bottom:3px; 
	
	font-size:13px;
	
	font-weight:bold;
}

.diensten-content h3:first-child{
	margin-top: 8px;
}

/* Over-ons */

.diensten-content div.over-ons-content{
	width:592px;
	
	float:left;
}

.diensten-content.over-ons{
	min-height:323px;
}

.diensten-content .over-ons-content p:first-child{
	margin-top:18px;
}

.diensten-content .over-ons-content p{
	margin-bottom:20px;
}

.diensten-content .kolom-rechts{
	margin-left:83px;
	padding-top:7px;
	width:263px;
	
	float:left;
}

.diensten-content .kolom-rechts p, 
.diensten-content .kolom-rechts a{
	margin:0;
	padding:0;
}

.diensten-content div.kolom-rechts h3{
	padding-left:0;
}

/* grid de mensen */

/* Grid diensten */

#people-list {
	margin: 0 0 0 -15px;
	padding: 0;
	list-style-type: none;
}

#people-list li {
	position: relative;
	float: left;
	line-height: 18px;

	display: inline-block;
	width: 144px;
	height: 236px;
	margin: 0 0 14px 14px;
	padding: 110px 10px 0 10px;
	border: 1px solid #CCCCCC;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F5F5F5));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: -o-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
	-pie-background: linear-gradient(#FFFFFF, #F5F5F5);

	behavior: url(/css/PIE.htc);
}

#people-list li p {
	margin-top: 0;
}

#people-list li h4{
	font-size: 12px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 18px;
}

#people-list li .text-wrap{
	height: 54px;
	overflow: hidden;
	font-size: 12px;
}

#people-list li .image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	
	width: 100%;
	height: 100px;
	overflow: hidden;
	
	behavior: url(/css/PIE.htc);
}

.lt-ie9 #people-list li .image{
	left: -1px;
	width: 143px;
}

#people-list li a.linkedin{
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	background: url('/gfx/images.png') no-repeat -265px -123px;
}


/* Referenties */

.diensten-content .over-ons-content.referenties{
	margin-top:20px;
	margin-bottom 35px;
}

.diensten-content .merken h2{
	margin-bottom:16px;
}

.diensten-content .merken h2.lijst{
	margin-bottom:8px;
}

.diensten-content .merken .ref-voorstelling{
	position: relative;
	
	border-top:1px solid #c2d3e8 ;
}

.diensten-content .merken .ref-voorstelling .border{
	margin: 35px 15px 40px 15px;
	height: 180px;
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}

.diensten-content .merken .ref-voorstelling ul{
	padding: 0 0 0 15px;
	width: 930px !important;
	overflow: hidden;
	
	list-style:none;
}

.diensten-content div.merken div.ref-voorstelling ul li{
	position:relative;
	
	display:table;
	height:140px;
	margin:12px 0 18px 0;
	width:225px;
	
	background:#fff;
	border-left: 1px solid #E6E6E6;
	float:left;
}

.diensten-content div.merken div.ref-voorstelling ul li:first-child{
	border: none;
}

.diensten-content .merken .ref-voorstelling ul li:first-child{
	margin-left:0;
}

.diensten-content div.merken div.ref-voorstelling ul li div{
	display:table-cell;
	
	vertical-align:middle;
}

.diensten-content .merken .ref-voorstelling ul li img{
	margin:0 auto;
	max-width: 100%;
}

.diensten-content .merken .ref-voorstelling .prev,
.diensten-content .merken .ref-voorstelling .next {
	position: absolute;
	top: 50%;

	width: 28px;
	height: 28px;
	margin-top: 0px;
	cursor: pointer;
}

.diensten-content .merken .ref-voorstelling .prev.disabled,
.diensten-content .merken .ref-voorstelling .next.disabled{
	cursor: auto;
}

.diensten-content .merken .ref-voorstelling .prev {
	background: url(/gfx/images.png) no-repeat -524px -452px;
	left: 1px;
}

.diensten-content .merken .ref-voorstelling .next {
	background: url(/gfx/images.png) no-repeat -556px -452px;
	right: 1px;
}

.diensten-content .merken .referentielijst{
	margin:0;
	padding-bottom:20px;
}

.diensten-content .caroufredsel_wrapper {
	width: 938px !important;
	margin-top: 7px !important;
}

.diensten-content .merken .referentielijst h2{
	position:absolute;

	display:block;

	margin:0;
	width:36px;
	float:left;
}

.diensten-content .merken .referentielijst ul{
	list-style:none;
}

.diensten-content .merken .referentielijst ul,
.diensten-content .merken .referentielijst ul ul li{
	margin:0;
	padding:0;
	
	float:left;
}

.diensten-content .merken .referentielijst div > ul{
	position:relative;
	
	width: 100%;

	border-top:1px solid #c2d3e8;
	padding:25px 0; 
}

.diensten-content .merken .referentielijst ul ul li{
	padding-left:36px;
	width:442px;
	
	font-size:12px;
	line-height:20px;
}

.diensten-content .merken .referentielijst a{
	color:#666;
}

#referentie-item-bottom{
	margin-top:15px;
}

/* Contact pagina - links */

#route-form{
	margin-bottom:10px;
	padding:10px 15px;
	
	border: 1px solid #CCCCCC;
	background: #F8F8F8;
	
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	behavior: url(/css/PIE.htc);
}

#route-form legend{
	display:none;
}

#route-form label,
#route-form input,
#route-form button{
	float:left;
}

#route-form label{
	line-height:22px;
}

#route-form input{
	position:relative;
	
	border:1px solid #b3b3b3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:22px;
	margin:0 12px 0 12px;
	width:242px;
	
	background:#f6f6f6;
	behavior:url(/css/PIE.htc);
	float:left;
}

#route-form .btn {
	height: 22px;
	line-height: 22px;
	padding: 0 20px;
}

#map-canvas{
	height:205px;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}

#map-canvas:after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;

	display: block;
	height:205px;
	width: 470px;
	
	background: url(/gfx/mapoverlay.png) no-repeat;
	
	content: "";
}

/* Contact pagina - rechts */

#contact-form .contact-content{
	height:78px;
	
	line-height:20px;
}

#contact-form .contact-content h3, 
#contact-form form h3{
	margin:6px 0 0 0;
	padding:0;
		
	font-size: 13px;
	font-weight:bold;
}

#contact-form .contact-content p{
	margin:0;
}

#contact-form form label{
	margin-top:7px;
	width:130px;
	
	float:left;
	line-height:27px;
}

.eerste{
	margin-top:7px;
}

#contact-form form div.naw-gegevens{
	margin-bottom:30px;
}

.tab-list form div.keuzemenu{
	margin-bottom:6px;
}

#contact-form form .keuzemenu label.nieuw,
#contact-form form .invulling label{
	margin-bottom:110px;

	color:#0c4da2;
	font-size:13px;
	font-weight:bold;
}

#contact-form form input{
	border:1px solid #b3b3b3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#f6f6f6;
	height:27px;
	margin-top:5px;
	width:319px;
	behavior:url(/css/PIE.htc);
	
	float:left;
}

#contact-form form div.keuzemenu input{
	width:15px;
	background: none;
	border: none;
}

#contact-form form .keuzemenu label.keuze{
	display:inline-block;
	margin-top:5px;
	padding-left:17px;
	width:135px;
	
	color:#666;
	float:left;
	font-size:14px;
	line-height:27px;
}

#contact-form form .keuzemenu label.even{
	width:155px;
}

#contact-form form .invulling label{
	margin-bottom:12px;
	
	float:none;
}

#contact-form form .invulling {
	margin-top: 35px;
}

#contact-form form .invulling textarea{
	border:#b3b3b3 1px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:124px;
	width:319px;
	margin-bottom: 10px;
	
	background:#f6f6f6;
	float: right;
	behavior:url(/css/PIE.htc);
}

.verplicht-veld-melding {
	font-size:12px;
	margin-left: 135px;
}

#contact-form form .btn{
	margin:43px 0 33px 0;
	width:160px;
	height: 22px;
	line-height: 18px;
	float: right;
}

#contact-form form .btn:hover{
	opacity: 0.6;
}

.naw-gegevens div {
	position: relative;
}

/* Page carousel */

#page-carousel-container,
#page-carousel,
#page-carousel li,
#page-carousel-pagination{
	width:238px;
}

#page-carousel-container,
#page-carousel,
#page-carousel li{
	position:relative;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:235px;
	overflow:hidden;
	
	behavior:url(/css/PIE.htc);
}

#page-carousel-container {
	margin-bottom: 20px;
	padding-bottom: 22px;
	height: 257px;
	border: 1px solid #E6E6E6;
}

#page-carousel{
	margin:0;
	padding:0;
	list-style:none;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F5F5F5));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: -o-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
	-pie-background: linear-gradient(#FFFFFF, #F5F5F5);
	behavior: url(/css/PIE.htc);
}

#page-carousel li{
	float:left;
}

#page-carousel li img{
	width: 240px;
	height: 110px;
}

#page-carousel li .carousel-title-bar,
.title-bar{
	width: 240px;
	height: 35px;
	padding-left: 15px;
	
	background: url(/gfx/images.png) no-repeat 0px -655px;
	color: white;
	line-height: 35px;
	font-size: 16px;
}

.title-bar{
	width: 238px;
}

.title-bar a{
	color: #fff;
	text-decoration: none;
}

#page-carousel li p{
	padding-left: 15px;
	padding-right: 15px;
}

#page-carousel-pagination-container{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	text-align: left;
	background: #f6f6f6;
}

#page-carousel-pagination{
	position:relative;
	height:22px;
	width: 100px;	
	
	margin: 0 0 1px 0;
	
	text-align:center;
}

#page-carousel-pagination a{
	position:relative;
	top:0px;

	display:inline-block;
	height:18px;
	width:18px;
	
	background:url(/gfx/images.png) no-repeat -160px -123px;
}

#page-carousel-pagination a.selected{
	background:url(/gfx/images.png) no-repeat -178px -123px;

}

#page-carousel-pagination a span{
	display:none;

}

/* Nieuwsbrief */

.mce_inline_error{
	color: red;
}

input.mce_inline_error{
	border: 1px solid red;
}

#sidebar .nieuwsbrief-form {
	width: 240px;
}

#sidebar .nieuwsbrief-form .input-nieuwsbrief,
#sidebar .nieuwsbrief-form .input-nieuwsbrief input {
	width: 100%;
}

.nieuwsbrief-form {
	position: relative;

	width: 340px;
	padding: 15px 15px 30px 15px;
	border: 1px solid #E6E6E6;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F5F5F5));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: -o-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
	-pie-background: linear-gradient(#FFFFFF, #F5F5F5);
	behavior: url(/css/PIE.htc);
}

.nieuwsbrief-form div > * {
	float: left;	
}

.nieuwsbrief-form div {
	margin-bottom: 3px;	
}

.nieuwsbrief-form div.meer-informatie {
	margin-bottom: 0px;	
}

.nieuwsbrief-form div input[type="email"],
.nieuwsbrief-form div input[type="text"] {
	width: 156px;
	height: 23px;
	border: 0;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F5F5F5));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: -o-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
	-pie-background: linear-gradient(#FFFFFF, #F5F5F5);
	behavior: url(/css/PIE.htc);
}

.nieuwsbrief-form div input[type="submit"] {
	margin: 0 !important;
}

.nieuwsbrief-form div label {
	width: 150px;
	
	line-height: 25px;
}

hr {
	display: block;
	height: 1px;
	width: 100%;
	border: none;
	
	background: #CCCCCC;
	margin: 8px 0 10px 0;
	
}

.input-nieuwsbrief {
	position: relative;

	width: 158px;
	height: 25px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #CCCCCC;
	
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F5F5F5));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: -o-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
	-pie-background: linear-gradient(#FFFFFF, #F5F5F5);
	behavior: url(/css/PIE.htc);
}

/* Grid default */

.default-content{
	padding:25px 20px 25px 25px;
}

#main{
	padding: 0 15px 0 15px;
}

#home #sidebar{
	float: right;
}

.content-block{
	position: relative;
	width: 240px;
	padding: 0;
	border: 1px solid #E6E6E6;
	margin-bottom: 20px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F5F5F5));
	background: -webkit-linear-gradient(#FFFFFF, #F5F5F5);
	background: -moz-linear-gradient(#FFFFFF, #F5F5F5);
	background: -ms-linear-gradient(#FFFFFF, #F5F5F5);
	background: -o-linear-gradient(#FFFFFF, #F5F5F5);
	background: linear-gradient(#FFFFFF, #F5F5F5);
	-pie-background: linear-gradient(#FFFFFF, #F5F5F5);
	behavior: url(/css/PIE.htc);
}

.content-block .img-wrap{
	width: 238px;
	height: 111px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	behavior: url(/css/PIE.htc);
}

	.content-block .img-wrap img{
		float: left;
		border-radius: 3px 3px 0 0;
	}

.content-block .text-wrap{
	padding: 0 15px 15px 15px;
}

.content-block.home .img-wrap{
	height: 242px;
}

.content-block.home{
	height: 468px;
}

/* Footer */

#footer-top{
	position:relative;

	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	min-height:124px;
	
	background:url(/gfx/footer-top-bg.png) repeat-x;
	behavior: url(/css/PIE.htc);
}

#footer-logo{
	position:absolute;
	top:22px;
	left:27px;
	
	display:block;
	height:73px;
	width:195px;
	
	background:url(/gfx/images.png) no-repeat 0 -561px;
}

#footer-address{
	position:absolute;
	top: 64px;
    left: 240px;
	height:55px;
	width:718px;
}

#footer-address p{
	margin:0;
}

#footer-address address,
#footer-email,
#footer-email a,
#footer-telephone{
	color:#fff;
	float:left;
	font-size:12px;
	line-height:18px;
}

#footer-address address{
	padding:0 0 0 25px;
	width:245px;
}

#footer-email{
	padding:18px 35px 0 0;
	width:108px;
}

#footer-telephone{
	padding-top:16px;
	font-size:12px;
	line-height:20px;
    width: 166px;
}

#footer-newsletter{
    float: left;
    padding-top: 16px;
    font-size: 12px;
    line-height: 20px;
}

#footer-social{
	position: relative;
    float: right;
    width: auto;
    margin-top: 6px;
    margin-right: 18px;
}

#footer-social span,
#footer-social a{
	float:left;
}

#footer-social a{
	display:inline-block;
	height:19px;
	margin:0 5px;
	width:20px;
}

#footer-twitter{
	background:url(/gfx/images.png) no-repeat -225px -123px;
}

#footer-linkedin{
	background:url(/gfx/images.png) no-repeat -205px -123px;
}

#footer-facebook{
	background:url(/gfx/images.png) no-repeat -245px -123px;
}

#footer-navigation{
	position: relative;
	height:30px;
	
	background:#034ea2;
	text-align:left;
	padding-left: 25px;
}

#footer-navigation ol{
    float: left;
	margin: 0;
    padding: 0;
    list-style: none;
    width: 87%;
}

#footer-navigation ol li{
	display:inline-block;
}

#footer-navigation ol li a:before{
	padding:0 10px 0 6px;

	content:"|";
}

#footer-navigation ol li:first-child a:before{
	display:none;
}

#footer-navigation ol li a{
	display:block;
	
	color:#6f95c5;
	font-size:12px;
	line-height:30px;
}

#unitr {
	float: right;
	padding-right: 15px;
}

#unitr a:before {
	display: none;
}

#aanmelden-nieuwsbrief {
	position: relative;
	color: white;
}

#aanmelden-nieuwsbrief:before {
	position: absolute;
	bottom: 1px;
	left: -12px;

	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	
	border-left: 6px solid #78a2d1;
	
	content: "";
}

#home-twitter-item {
	position: relative;
	display: inline-block;
	border: 1px solid white;
	background: #024DA1;
	float: right;
	width: 310px;
	height: 110px;
	margin: -23px 15px 0 0;
	padding: 14px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	behavior: url(/css/PIE.htc);
}

#home-twitter-item span.date{
	position: absolute;
	top: 14px;
	right: 14px;
	color: #5784bb;
}

#home-twitter-item h3 {
	font-size: 12px;
	margin: 0 0 14px 0;
	color: white;
}

#home-twitter-item a{
	color: #fff;
}

.twtr-timeline {
	height: 110px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}

.twtr-timestamp {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 12px !important;
}

.twtr-timestamp a {
	color: #5784bb !important;
	text-decoration: none !important;
}

.twtr-cover {
	position: absolute;
	top: 108px;
	right: 220px;
	z-index: 1000;

	background: #024DA1;
	width: 100px;
	height: 5px;
}

.twtr-tweet-text {
	font-size: 11px !important;
}

.formgenerated-container > h4 {
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	padding: 0 16px;
	background: url(/gfx/images.png) no-repeat 0 -719px;	
}
.formgenerated {
	padding: 16px;
	margin-top: -1px;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: url(/gfx/background-form.png) repeat-x left bottom;
	behavior:url(/css/PIE.htc);
}

/* IE fixes */

.lt-ie9 #header-carousel-container ol li:after{
	display:none;
}

/* ==|== print styles ==|== */
 
@media print {
  * { background:transparent !important; color:black !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important; } 
  a, a:visited { text-decoration:underline; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content:""; } 
  pre, blockquote { border:1px solid #999; page-break-inside:avoid; }
  thead { display:table-header-group; }
  tr, img { page-break-inside:avoid; }
  img { max-width:100% !important; }
  @page { margin:0.5cm; }
  p, h2, h3 { orphans:3; widows:3; }
  h2, h3 { page-break-after:avoid; }
}

/* ==|== non-semantic helper classes ==|== */
.ir { display:block; border:0; text-indent:-999em; overflow:hidden; background-color:transparent; background-repeat:no-repeat; text-align:left; direction:ltr; }
.ir br { display:none; }
.hidden { display:none !important; visibility:hidden; }
.visuallyhidden { border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto; }
.invisible { visibility:hidden; }
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
.floatRight { float:right; }
.click { cursor:pointer; }
.nietinvullen { display:none; }
.auto { width:auto; }

/* ==|== Custom Reset ==|== */

address { font-style:normal}
img { font-size:0; line-height:0; display:block;}
/* fieldset { border:none; margin:0; padding:0;} */

/* Upgrade message */

#upgrade-message{ position:relative; padding:30px; width:100%; background:#fff; font-size:30px; text-align:center; }
#upgrade-message a{ text-decoration:underline; }