/*
#################
#	ALGEMEEN	#
#################
*/
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd { margin: 0; padding: 0; }
html { font: 62.5%/200% Arial, Verdana, Tahoma, sans-serif; overflow-y: scroll; }
body { font-size: 1.2em; background: #efefef; color: #4d4d4d; padding-bottom: 20px;}

/* Algemene classnames
------------------------------------------------------------------*/
.block { display: block; }
.hidden { visibility: hidden; }
.invisible { display: none; }
.center { display: block; margin: auto; }

.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nomp { margin: 0; padding: 0; }

.clear { clear: both; }
.f-left, .fleft { float: left; }
.f-right, .fright { float: right; }

.links { text-align: left; }
.midden { text-align: center; }
.rechts { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

.bold, .strong { font-weight: bold; }
.italic, .em { font-style: italic; }
.underline { text-decoration: underline; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }

.absolute { position: absolute; }
.relative { position: relative; }

.pointer { cursor: pointer; }
ul.none, ol.none { list-style: none; }

img { border: none; }
p, div.alinea { margin-bottom: 1.2em; }
div.wrapper, .overflow { overflow: hidden; }

/* Headings
------------------------------------------------------------------*/
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

/* Hyperlinks
------------------------------------------------------------------*/
a { color: #58585a; }

a,
a.underline:hover, a.underline:focus, a.none,
div.kolom-midden a:hover,
div.kolom-midden a:focus { text-decoration: none; }

a:hover, a:focus, a.underline,
div.kolom-midden a { text-decoration: underline; }

a span { cursor: pointer; }

/* Kleuren
------------------------------------------------------------------*/
.rood {	color: #f81600; }
.blauw { color: #0095eb; }

/*
################
#	LAYOUT	   #
################
*/

/* Container
------------------------------------------------------------------*/
div#container {
	width: 924px;
	background: #fff url(/img/header.gif) no-repeat;
	margin: 0 auto;
	padding: 19px 17px 0 17px;
}
/* Header
------------------------------------------------------------------*/
div#header {
	height: 31px;
}

/* Logo
------------------------------------------------------------------*/
p.logo {
	float: left;
	width: 63px; height: 53px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/img/logo.png) no-repeat;
	position: absolute;
	margin: 10px 0 0 18px;
}
p.logo a { display: block; height: 50px; }
/* Telefoonnummer
------------------------------------------------------------------*/
p#tel {
	font-size: 1.8em;
	color: #fff;
	float: right;
	margin-bottom: 0px;
	font-weight: bold;
}

/* Breadcrumbs
------------------------------------------------------------------*/
p#breadcrumbs { margin: 1em 0 3em 0;  }
p#breadcrumbs a { text-decoration: none; }
p#breadcrumbs a:hover { text-decoration: underline; }
/* Kolommen
------------------------------------------------------------------*/
div.kolom-links {
	background: no-repeat 0 bottom;
	float: left;
	width: 610px;
	/*height: 509px;*/
	margin-right: 10px;
	overflow: hidden;
}
body#subpage div.kolom-links {
	height: 41px;
	padding-top: 60px;
}
div.kolom-midden {
	width: 924px;
}
div.kolom-midden-breed { width: 655px; }

div.kolom-rechts {
	float: right;
	width: 300px;
}
body#subpage div.kolom-rechts {

}
div.zijkolom { min-height: 10px; overflow: hidden; }

/* Algemene inhoud kolom rechts
------------------------------------------------------------------*/
h3.knop {
	font-size: 1.5em;
	font-weight: normal;
}
h3.knop a.blauw {
	background: url(/img/knop-blauw.gif) no-repeat;
	height: 32px;
	display: block;
	color: #fff;
	padding: 11px 0 0 12px;
	margin: 0 0 7px 0;
}
body#subpage div.kolom-rechts a.blauw { margin: 7px 0 0 0;}

div.kolom-rechts a.blauw:hover {
	background: url(/img/knop-blauw.gif) no-repeat 0 -43px;
	text-decoration:none;
}
div#geschikt-voor {
	background: url(/img/bg-geschikt-voor.gif) no-repeat;	
	height: 149px;
	padding: 23px 0 0 15px;
}
div#geschikt-voor h3.titel {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1.2em;
}
	
div#geschikt-voor a {
	margin: 0 6px 4px 0;
}
div.kolom-rechts div.video  {
	background: url(/img/video-preview.jpg);
	height: 238px;
}
div.kolom-rechts a.bekijk-video {
	width: 163px;
	height: 43px;
	background: #fff url(/img/bg-bekijk-video.gif) no-repeat top right;
	position: absolute;
	padding: 4px 50px 0 12px;
	font-size: 1.4em;
	font-weight: bold;
	border: solid 1px #e7e7e7;
	margin: 70px 0 0 -50px;
}
div.kolom-rechts a.bekijk-video:hover { 
	border: solid 1px #a4a4a4;
	text-decoration: none;
}
/* Algemene inhoud kolom links
------------------------------------------------------------------*/

div.kolom-links h1 {
	font-size: 5.8em;
	font-weight: bold;
	color: #2d2d2d;
	line-height: 110%;
	margin: 95px 0 0 37px;
}
div.kolom-links h2 {
	font-size: 2.4em;
	width: 420px;
	line-height: 120%;
	font-weight: normal;
	margin: 0 0 44px 37px;
}

body#subpage h1 {
	font-size: 2.0em;
	float: left;
	line-height: 0%;
	margin: 0 0 0 20px;
	line-height: 80%;
}
body#subpage h2 {
	font-size: 1.6em;
	float: left;
	margin: 0 0 0 20px;
}

div.kolom-links div.front-blok {
	width: 273px;
	background: url(/img/bg-front-blok.png) no-repeat;	
	padding: 19px 12px 40px 12px; 
	float: left;
	display: inline;
	margin: 0 0 5px 5px;
	position: relative; /* ie6 */
}
div.kolom-links div.front-blok h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #e5391c;
	height: 62px;
	line-height: 150%;
	border-bottom: solid 1px #c5c5c5;
	width: 175px;
	margin-bottom: 5px;
}

div.kolom-links div.front-blok h3 a:hover {
	text-decoration: none;
}
div.kolom-links div.front-blok p.meer {
	position: absolute;
	right: 12px;
	bottom: 12px;
	margin-bottom:0;
}
div.kolom-links div.front-blok p.meer a {	
	background: url(/img/meer.gif) no-repeat;
	height: 21px;
	width: 71px;
	display: block;
	padding: 3px 0 0 10px;
	color: #fff;
}
div.kolom-links div.front-blok p.meer a:hover {	
	text-decoration: none;
	background: url(/img/meer.gif) no-repeat 0 -24px;
}
/* Algemene inhoud kolom midden
------------------------------------------------------------------*/

div.kolom-midden h1 { margin-bottom: 1em; }

div.kolom-midden h3 {
	font-size: 1.6em;
	margin-bottom: 0.8em;
}
div.kolom-midden div.tabContent {
	background: url(/img/bg-content.gif) repeat-x;
}
div.kolom-midden div.intro {
	margin: 30px;
}
div.kolom-midden a.terug,
div.kolom-midden a.vooruit {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	margin: 20px 0;
	font-weight: bold;
}
div.kolom-midden a.terug {
	background: url(/img/bg-knop-terug.gif) no-repeat right top;
	float: left;
	padding-right: 4px;
}
div.kolom-midden a.terug span {
	background: url(/img/bg-knop-terug.gif) no-repeat top left;
	float: left;
	padding: 6px 20px 0 40px;
	height: 27px;
}
div.kolom-midden a.vooruit { /* ie */
	background: url(/img/bg-knop-vooruit.gif) no-repeat top left;
	float: right;
	padding-left: 4px;
	text-align: right;
}
div.kolom-midden a.vooruit span {
	background: url(/img/bg-knop-vooruit.gif) no-repeat top right;
	float: right;
	padding: 6px 40px 0 30px;
	height: 27px;
}
div.kolom-midden a:hover {
	text-decoration: underline;
}
div#knoppenBottom {
	border-top: solid 1px #b9b9b9;
	clear: left;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 140px;
}

div#knoppenBottom a.knop {
	height: 32px;
	width: 300px;
	display: block;
	color: #fff;
	padding: 11px 0 0 0;
	text-decoration: none;
	margin-top: 20px;
	text-align: center;
}
div#knoppenBottom a.blauw {
	background: url(/img/knop-blauw.gif) no-repeat;
}
div#knoppenBottom a.blauw:hover {
	background: url(/img/knop-blauw.gif) no-repeat 0 -43px;
	text-decoration: none;
}

div.kolom-midden div.imgOmschrijving {
	margin-top: 30px;
}
div.kolom-midden h4 {
	color: #000;
	font-size: 1.4em;
	padding: 5px;
	background: #efefef;
	width: 300px;
}
div.kolom-midden div.imgContent {
	border: solid 1px #e9e9e9;
	padding: 12px;
}

div.imgContent div.inhoud {
	float: right;
	width: 270px;
}

div.kolom-midden div.imgContent img {
	float: left;
	border: solid 1px #e9e9e9;
	margin-right: 20px;
	display: block;
}

div.kolom-midden div.imgContent h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
/* Zimbra Calculator
------------------------------------------------------------------*/
div#zimbraCalculator {
	border: solid 1px #e9e9e9;
	height:133px;
	width:294px;
	float: right;
	margin: 0 0 0 25px;
}
div#zimbraCalculator p.titel {
	font-size: 1.5em;
	height: 32px;
	padding: 8px 0 0 5px;
	background: #e4e4e4;
	margin: 0;
}

p#accounts {
	float: left;
	color: #000;
	font-size: 0.9em;
	width: 60px;
	margin: 9px 0 9px 5px;
	line-height: 100%;
}
p#prijs {
	float:right;
	color: #000;
	font-size: 0.9em;
	width: 60px;
	margin: 9px 5px 9px 0;
	line-height: 100%;
}
div#zimbraCalculator div#zimbraSlider {
	background: #efefef;
	height: 24px;
	padding: 10px 5px;
}
#zimbraAantal, #zimbraTrack, #zimbraSubTotaal, #zimbraSlider {
	float:left;
}
p#zimbraAantal {
	background: url(/img/bg-accounts.gif) no-repeat;
	overflow: hidden;
	padding: 0;
	width: 60px;
	height: 21px;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	padding-top: 2px;
	margin: 0;
}
div#zimbraCalculator span {
}
div#zimbraTrack {
	background: url(/img/calc-track.gif) repeat-x 0 10px;
	margin: 0;
	width: 164px;
}
div#zimbraHandle {
	background: url(/img/calc-handler.png) no-repeat;
	cursor: pointer;
	height:29px;
	top:-3px;
	width:44px;
}
p#zimbraSubTotaal {
	background: url(/img/bg-prijs.gif) no-repeat;
	overflow: hidden;
	padding: 0;
	width: 60px;
	height: 21px;
	color: #fff;
	font-size: 1.1em;
	padding-top: 2px;
	text-align: center;
	margin: 0;
}


/*
####################
#	TABELLEN	   #
####################
*/
/* Prijzen
------------------------------------------------------------------*/

table.prijzen { 
	width: 100%; 
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	margin: 2em 0;
}
th {
	text-align: left; 
	background: url(/img/bg-th.gif); 
	height: 31px; 
	color: #000;
	font-weight: normal;
	padding: 6px 15px 6px 15px;
}
th.extra {
	font-size: 1.6em;
}
td { padding: 6px 15px 6px 15px;}
td {border-bottom: solid 1px #e4e4e4;}
table td.grijs { background: #f6f6f6 url(/img/bg-td.gif) repeat-y top right; text-align: center; padding: 6px;}

table tbody tr.hover:hover td, table tbody tr.hover-ie td { background: #cce8ff; }
table a.bestelknop {
	color: #fff;
	display: block;
	height: 31px;
	text-decoration: none;
	padding: 12px 0 0 12px; 
	width: 62px;
	margin-right: 5px;
	text-align: left;
}
table a.bestelknop:hover {
	text-decoration: underline;
}
table a.blauw {
	background: url(/img/knop-bestel-blauw.gif);
}

/* Illustraties
------------------------------------------------------------------*/
p.illustratie small {
	display: block;
	font-size: .9em;
	text-align: center;
	font-style: italic;
}
img.illustratie {
	float: left;
	margin: .5em 8px .3em 0;
}
img.illustratie-rechts {
	float: right;
	margin-right: 0; margin-left: 8px;
}
div.zijkolom img.illustratie {
	float: none; display: block;
	margin: 0 auto 2em;
}

/* Preview
------------------------------------------------------------------*/
div.preview { margin-bottom: 2em; }
div.preview p { margin-bottom: 0; }

/* Navigatie
------------------------------------------------------------------*/
p.navigatie { float: right; font-size: .9em; }
p.navigatie a {
	float: left;
	width: 20px;
	margin-left: 4px; padding: .4em 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	background: #58585a;
}
p.navigatie a:hover,
p.navigatie a:focus,
p.navigatie a.active {
	color: #58585a;
	background: none;
}
p.navigatie a.active { cursor: default; }

/* Downloads
------------------------------------------------------------------*/
a.download {
	display: block;
	padding: 10px;
	line-height: 100%;
	color: #292929;
	text-decoration: none;
	background: #fff;
}

a.download:hover,
a.download:focus { background-position: bottom left; }

a.download span { padding: .1em 0 .3em; }
a.download span.titel {
	float: left;
	padding-left: 28px;
	background: url(/img/downloads/pdf.gif) no-repeat;
}
a.download span.download { float: right; }
a.download:hover span.download,
a.download:focus span.download { text-decoration: underline; }

a.ppt span.titel { background-image: url(/img/downloads/ppt.gif); }
a.doc span.titel { background-image: url(/img/downloads/doc.gif); }
a.xls span.titel { background-image: url(/img/downloads/xls.gif); }

/* Footer
------------------------------------------------------------------*/
div#footer { margin: 1.8em 0 0 0; padding: 10px 0 5px 0; border-top: solid 1px #b9b9b9; }
div#footer p { margin-bottom: 0; }
a#iWink { text-decoration: none; }
a#iWink:hover span, a#iWink:focus span { text-decoration: underline; }

div#footer a {
	height: 60px;
	line-height: 470%;
	color: #747474;
}
a.xxl {
	background: url(/img/logo-xxl.gif) no-repeat right top;
	display: block;
	padding-right: 60px;
	width: 320px
}

/*
####################
#	LIJSTEN	   #
####################
*/
/* Hoofdmenu
------------------------------------------------------------------*/
ul#hoofdmenu { height: 20px; width:500px;margin: 0 0 0 120px; list-style: none; font-size: 1.2em; font-weight: bold;}
ul#hoofdmenu li { float: left; margin: 0; background: url(/img/bg-menu.gif) no-repeat 0 2px;}

ul#hoofdmenu li.first {
	background: none;
}

ul#hoofdmenu a { 
	display: block; 
	color: #fff;
}
ul#hoofdmenu a span {
	padding: 0 10px;
	display: block;
}
ul#hoofdmenu a:hover span {
	background: url(/img/bg-menu-hover-end.gif) no-repeat top right;
}

ul#hoofdmenu a:hover {
	text-decoration: none; 
	color: #f80a00;
	background: url(/img/bg-menu-hover.gif) no-repeat;
}

ul#hoofdmenu ul {
	display: none;
	clear: both;
	position: absolute;
	width: 200px;
	list-style: none;
	background: #e6e6e6;
}
ul#hoofdmenu li:hover ul,
ul#hoofdmenu li.hover-ie ul { display: block; }
ul#hoofdmenu ul li { float: none; }
ul#hoofdmenu ul a { padding: 0;}

ul#hoofdmenu a img,
ul#hoofdmenu a:hover img.hover,
ul#hoofdmenu a:focus img.hover { display: block;}

ul#hoofdmenu a img.hover,
ul#hoofdmenu a:hover img.non-hover,
ul#hoofdmenu a:focus img.non-hover { display: none;}

/* Optie-menu (mail & stuur door)
------------------------------------------------------------------*/
ul#opties { float: right; padding: 10px; list-style: none; }
ul#opties li { float: left; margin-left: 14px; }
ul#opties a {
	display: block;
	padding-left: 18px;
	color: #808080;
	background: url(/img/opties.gif) no-repeat 0 .5em;
}
ul#opties a.mail {
	background-position: -289px .4em;
}
/* Tab-menu
------------------------------------------------------------------*/
ul#tabMenu {
	list-style: none;
	overflow: hidden;
}
ul#tabMenu li {
	float: left;
}
ul#tabMenu li a {
	background: #fff;
	float: left;
	margin-right: 6px;
	padding: 5px 8px 5px 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #818181;
	border-top: solid 1px #efefef;
	border-left: solid 1px #efefef;
	border-right: solid 1px #efefef;
	text-decoration: none;
}
ul#tabMenu li a:hover, ul#tabMenu li a.active {
	background: #efefef;
}

/* Error-menu
------------------------------------------------------------------*/
ul.errors, ol.errors {
	margin: 1em 0; padding: .2em 0;
	list-style: disc;
	border: 3px solid red;
}
ul.errors li, ol.errors li { margin-left: 20px; padding: .2em 0; }

/* FCK-editor-lijst
------------------------------------------------------------------*/
div.alinea ul { list-style: disc; }
div.alinea ul, div.alinea ol { margin: 1em 0 1em 16px; }
div.alinea ol { margin-left: 24px; }
div.alinea li { padding: .2em 0; line-height: 125%; }

/* Sitemap
------------------------------------------------------------------*/
ul.sitemap { margin: 0 0 1em 24px; }

/* <dl>'s
------------------------------------------------------------------*/
dl dt { margin-bottom: .6em; font-size: 1.4em; font-weight: bold; }

/* <dl>'s in middenkolom
------------------------------------------------------------------*/
div.kolom-midden dl { margin: 1em 0;  }
div.kolom-midden dl ul { list-style: none; } 

/* <dl> in zijkolom
------------------------------------------------------------------*/
div.zijkolom dl { margin-bottom: 2em; }

/*
####################
#	FORMULIEREN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
input.text, textarea { padding: 2px 3px; }
textarea { font-size: 11px; overflow: auto; }
input, select, textarea { font-family: Arial, Verdana, Tahoma, sans-serif; }
input.radio, input.checkbox { margin-left: 0; }
input.button, input.submit { cursor: pointer; }

fieldset.none { border: none; margin: 0; padding: 0; }
fieldset.none legend { display: none; }
form ul, form ol { list-style: none; }
form li { padding: .2em 0; }

/* Zoekformulier
------------------------------------------------------------------*/
form.zoekformulier, form.zoekformulier fieldset { float: right; }
form.zoekformulier input { float: left; }
form.zoekformulier input.text { margin-right: 8px; }

/* Webbeheer formulier
------------------------------------------------------------------*/
form.webbeheer-formulier { position: relative; }
form.webbeheer-formulier fieldset {
	margin: 0; padding: 0;
	border: none;
}

form.webbeheer-formulier em.verplicht { position: absolute; left: 167px; margin-top: -2px; }
form.webbeheer-formulier legend { display: none; }
form.webbeheer-formulier ul.velden { list-style: none; }

form.webbeheer-formulier li {
	overflow: hidden; height: 1%;
	margin-bottom: .5em;
}
form.webbeheer-formulier label {
	width: 165px; margin-right: 15px;
	float: left;
}
form.webbeheer-formulier input { float: left; }
form.webbeheer-formulier fieldset.radiogrouper { float: left; }
form.webbeheer-formulier fieldset.radiogrouper div { overflow: hidden; height: 1%; }
form.webbeheer-formulier fieldset.radiogrouper label { width: auto; margin: 0 0 0 5px; }

/*
####################
#	TABELLEN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
table.full-width { width: 100%; }

/* FCK-editor-tabel
------------------------------------------------------------------*/
div.alinea table {
	width: 100%;
	margin: 1em 0;
	color: #545454;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

div.alinea table td,
div.alinea table th {
	padding: .2em 4px;
	border: 1px solid #d8d8d8;
}


div#bestelformulier label {
	float: left;
	width: 150px;
}

/* Blog
------------------------------------------------------------------*/
#blog {
    padding: 0 0 17px 0;
}
#blog h4 {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 3px;
}
#blog .date {
    font-size: 0.9em;
    color: #999999;
}
#blog .post {
    border-bottom:1px dotted #CCCCCC;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
}
#blog .readmore {
    color: #E22125;
}

