@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1958B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/achtergrond.jpg);
	background-repeat: repeat-y;
}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(../export/achtergrondmidden.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	padding: 0;
	height: 222px;
	width: 960px;
	background-image: url(../images/header/header.jpg);
} 
.thrColFixHdr #container #header ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	float: none;
}

.thrColFixHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #E4EAF8;
}
.sidebarkop    {
	color: #FFF;
	background-color: #033162;
	line-height: 30px;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 5px solid #F90;
	border-left: 5px solid #F90;
	background-image: url(../images/blauw.jpg);
	background-repeat: repeat-x;
	font-variant: small-caps;
	text-transform: capitalize;
	display: block;
}

.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #c9d4f0;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: 80%;
	color: #FFF;
	background-color: #033162;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 5px solid #F90;
	border-left: 5px solid #F90;
	background-image: url(../images/blauw.jpg);
	background-repeat: repeat-x;
	font-variant: small-caps;
	text-transform: capitalize;
}

.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {
	padding: 0;
	background-color: #21539A;
	background-image: url(../images/blauw.jpg);
	background-repeat: repeat-x;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 13px;
}
.thrColFixHdr #container #mainContent p a {
	color: #1958B7;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent p a:hover {
	color: #F90;
}

.thrColFixHdr #container #footer p a {
	font-size: 80%;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #footer p a:hover {
	color: #C9D4F0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #sidebar1 img {
	padding: 15px;
}
.thrColFixHdr #container #sidebar1 ul {
	font-size: 80%;
	line-height: 25px;
}
.thrColFixHdr #container #sidebar1 ul li {
	background-image: url(../images/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
	margin-left: -30px;

}
.thrColFixHdr #container #sidebar1 ul li a {
	text-decoration: none;
	color: #1958B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.thrColFixHdr #container #sidebar1 ul li a:hover {
	color: #033162;
}


.thrColFixHdr #container #sidebar2 p {
	padding-left: 15px;
	color: #033162;
	font-size: 70%;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
.thrColFixHdr #container #sidebar2  p a {
	color: #1958B7;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2  p a:hover {
	color: #033162;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1958B7;
	font-size: 200%;
}
.thrColFixHdr #container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #1958B7;
}
.thrColFixHdr #container #mainContent h2 a {
	color: #1958B7;
	text-decoration: none;
}

.thrColFixHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #F90;
	line-height: 1.5em;
	border-left: none;
	border-right: none;
	font-weight: bold;
	border-top-style: none;
	border-bottom-style: none;
}
.thrColFixHdr #container #mainContent h3 a {
	color: #F90;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent h3 a:hover {
	color: #1958B7;
}

.thrColFixHdr #container #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
}
.thrColFixHdr #container #mainContent h5 {
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}



.thrColFixHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 20px;
	color: #1958B7;
}
.thrColFixHdr #container #sidebar2 #menu2 ul{
	font-size: 80%;
	line-height: 25px;
}
.thrColFixHdr #container #sidebar2 #menu2 ul li{
	background-image: url(../images/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
	margin-left: -30px;

}
.thrColFixHdr #container #sidebar2 #menu2 ul li a{
	text-decoration: none;
	color: #1958B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.thrColFixHdr #container #sidebar2 #menu2 ul li a:hover {
	color: #033162;
}

.hidden {
	display: none;
}
.sub {
	font-size: 80%;
	color: #BFCCEE;
}

#lijstjelinks {
	padding-left: 0px;
}
#voorbeelden {
	background-color: #1958B7;
	font-size: 70%;
	color: #FFF;
	letter-spacing: 0.1em;
}

.reflect {
}
#voorbeelden a {
	color: #C9D4F0;
}
#voorbeelden a:hover {
	color: #071B36;
}
#contact {
	font-size: 80%;
}
.thrColFixHdr #container #mainContent ul {
	font-size: 80%;
	line-height: 20px;
	list-style-image: url(../images/icon-checklist.gif);
}
.nadruk {
	letter-spacing: 0.1em;
	padding-left: 20px;
}
.thrColFixHdr #container #mainContent ul li a {
	color: #1958B7;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent ul li a:hover {
	color: #D54500;
}
#foto {
	float: right;
	padding-left: 30px;
}
#text {
	float: right;
}
#nan {
	float: left;
}
.nan {
	background-color: #FFF;
	display: block;
	color: #F90;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 20px;
	width: 500px;
	float: left;
	margin-right: 20px;
	letter-spacing: 0.1em;
	background-image: url(../images/so-q.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.nan_groot {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
.thrColFixHdr #container #mainContent #form1 p .nan img {
	float: right;
}
.thrColFixHdr #container #sidebar1 h3 a {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 h3 a:hover {
	color: #B6C8EC;
	text-decoration: underline;
}
.tel {
	color: #1958B7;
}
.thrColFixHdr #container #sidebar1 p {
	font-size: 11px;
	padding: 10px;
}
.thrColFixHdr #container #sidebar1 a #cleanbits {
	margin-left: -15px;
}



.klein {
	font-size: 11px;
	color: #F90;
}

.thrColFixHdr #container #mainContent #weg {
	position: absolute;
	height: auto;
	width: 650px;
	top: -900px;
}
.plaatjelinks {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 40px;
}
.plaatjelinks1 {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 90px;
}
.plaatjelinks2 {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 170px;
}
.plaatjerechts {
	float: right;
	padding-left: 10px;
}
.thrColFixHdr #container #header #topmenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBCBED;
	font-weight: normal;
	float: right;
	padding-right: 40px;
	letter-spacing: 0.1em;
	line-height: 30px;
}
.thrColFixHdr #container #header #topmenu h1 a {
	color: #C0CFEE;
	text-decoration: none;
}


#website a{
	height: 80px;
	width: 115px;
	float: left;
	margin: 20px 5px 5px;
	text-align: center;
	color: #133C00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/cijfers/1a.gif);
	background-repeat: no-repeat;
	padding-top: 80px;
}

#website a:hover {
	background-image: url(../images/cijfers/1b.gif);
	color: #FFF;
	background-repeat: no-repeat;
	font-size: 16px;
	padding-top: 50px;
	height: 150px;
}
#service a{
	height: 80px;
	width: 115px;
	float: left;
	margin: 20px 5px 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #824E00;
	text-decoration: none;
	background-image: url(../images/cijfers/2a.gif);
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-bottom: 5px;
}
#service a:hover {
	background-image: url(../images/cijfers/2b.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFF;
	height: 150px;
}
#google a{
	height: 80px;
	width: 115px;
	float: left;
	margin: 20px 5px 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #071B3A;
	text-decoration: none;
	background-image: url(../images/cijfers/3a.gif);
	background-repeat: no-repeat;
	padding-top: 90px;
}
#google a:hover {
	background-image: url(../images/cijfers/3b.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFF;
	height: 150px;
	padding-top: 70px;
}
#bellen a{
	height: 80px;
	width: 115px;
	float: left;
	margin: 20px 5px 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #530000;
	text-decoration: none;
	background-image: url(../images/cijfers/4a.gif);
	background-repeat: no-repeat;
	padding-top: 90px;
}
#bellen a:hover {
	background-image: url(../images/cijfers/4b.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFF;
	height: 150px;
}
#belform tr td {
	font-size: 12px;
}
#naam {
	border-bottom: 2px solid #F90;
}
#bellen {
	color: #FFF;
	background-color: #134582;
}
#blokken {
	height: 270px;
}
#voorbeeldenzien {
	height: auto;
	width: 100px;
	padding: 5px;
	font-size: 11px;
	float: left;
	margin-left: 200px;
	text-align: center;
	margin-bottom: 20px;
}
#voorbeeldenzien a    {
	color: #FFF;
	text-decoration: none;
	background-color: #1958B7;
	display: block;
}
#voorbeeldenzien a:hover  {
	color: #FFF;
	background-color: #6499EA;
}
.thrColFixHdr #container #sidebar1 #FlashID {
	margin-bottom: 30px;
}
#basic    {
	background-color: #390;
	width: 165px;
	float: left;
	margin: 10px 10px 10px 25px;
	min-height: 250px;
}
#basicCMS     {
	background-color: #F90;
	float: left;
	width: 165px;
	margin: 10px;
	min-height: 250px;
}

#pro    {
	background-color: #1958B7;
	float: left;
	width: 165px;
	margin: 10px;
	min-height: 250px;
}
#uitgebreid {
	background-color: #C00;
	float: left;
	width: 165px;
	min-height: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#pakketten h3 {
	color: #FFF;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: -1px;
}
#basic h3 {
	background-color: #46D900;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#basicCMS h3 {
	background-color: #FC3;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#pro h3 {
	background-color: #6499EA;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#uitgebreid h3 {
	background-color: #F9C;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#pakketten  ul li {
	color: #FFF;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-left: -20px;
	padding-bottom: 12px;
}

/* CSS Document */

 #button {
	width: 180px;
	border-right: 0px solid #C9D4F0;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 80%;
	background-color: #1958B7;
	color: #1C4A7B;
	line-height: 24px;
	letter-spacing: 0.1em;
	margin-top: 1px;
        }

       #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

     #button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

       #button li a {
	display: block;
	border-left: 10px solid #1958b7;
	border-right: 0px solid #508fc4;
	background-color: #033162;
	color: #fff;
	text-decoration: none;
	width: 168px;
	padding: 5px 0px 5px 0.5em;
	margin-right: 0px;
                }
 #button a {
	font-weight: normal;
}


        #button li a:link {
	display: block;
	border-left: 10px solid #1958b7;
	border-right: 0px solid #508fc4;
	background-color: #033162;
	color: #fff;
	text-decoration: none;
	width: 163px;
	padding: 5px 0px 5px 0.5em;
                }
				
        html>body #button li a {
	width: auto;
	padding-right: 0px;
                }

  #button li a:hover {
	border-left: 10px solid #FF9935;
	border-right: 0px solid #5ba3e0;
	background-color: #1958B7;
	color: #fff;
                }

     #button li #active {
	border-left: 10px solid #1c64d1;
	border-right: 0px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
                }
#topmenu  {
	position: absolute;
	top: 180px;
	width: 959px;
}
/*------------------------------------------------------------------------
# JA Nickel for Joomla 1.5.x - Version 1.0 - Licence Owner JA85240
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* Son of Suckerfish Dropdowns
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/

#ja-cssmenu {
	margin: 0; /* all lists */
	padding: 0;
}

#ja-cssmenu ul {
	margin: 0; /* all lists */
	padding: 0;
}

#ja-cssmenu li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
}

#ja-cssmenu li ul {
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	w\idth: 15.9em;
}

#ja-cssmenu li ul ul {
	margin: -2em 0 0 15em; /* third-and-above-level lists */
}

#ja-cssmenu li li {
	padding: 0 1em 0 0;
	margin: 0;
	width: 14.9em;
}

#ja-cssmenu ul a {
	width: 14.8em;
	w\idth: 10.8em;
}

#ja-cssmenu li:hover ul ul, #ja-cssmenu li:hover ul ul ul,
#ja-cssmenu li.sfhover ul ul, #ja-cssmenu li.havechildsfhover ul ul, #ja-cssmenu li.havechild-activesfhover ul ul, #ja-cssmenu li.activesfhover ul ul,
#ja-cssmenu li.sfhover ul ul ul, #ja-cssmenu li.havechildsfhover ul ul ul, #ja-cssmenu li.havechild-activesfhover ul ul ul, #ja-cssmenu li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#ja-cssmenu li:hover ul, #ja-cssmenu li li:hover ul, #ja-cssmenu li li li:hover ul,
#ja-cssmenu li.sfhover ul, #ja-cssmenu li.havechildsfhover ul, #ja-cssmenu li.havechild-activesfhover ul, #ja-cssmenu li.activesfhover ul,
#ja-cssmenu li li.sfhover ul, #ja-cssmenu li li.havesubchildsfhover ul, #ja-cssmenu li li.havesubchild-activesfhover ul, #ja-cssmenu li li.activesfhover ul,
#ja-cssmenu li li li.sfhover ul, #ja-cssmenu li li li.havesubchildsfhover ul, #ja-cssmenu li li li.havesubchild-activesfhover ul, #ja-cssmenu li li li.activesfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#ja-cssmenu li a {
	border-right: 1px solid #CCC;
	display: block;
	text-decoration: none;
	font-size: 80%;
	color: #FFF;
	padding: 10px 10px;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#ja-cssmenu li a:hover,
#ja-cssmenu li a:active,
#ja-cssmenu li a:focus {
	color: #C9D4F0;
}

#ja-cssmenu li:hover a,
#ja-cssmenu li.sfhover a,
#ja-cssmenu li.havechildsfhover a,
#ja-cssmenu li.havechild-activesfhover a {
	color: #C9D4F0;
}
.thrColFixHdr #container #mainContent .wiewatwaar {
	font-size: 15px;
	font-weight: bold;
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -15px;
}
.belangrijk {
	background-color: #1E5095;
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 5px 10px;
	border: 1px solid #033162;
}
.thrColFixHdr #container #sidebar1 p a {
	color: #F60;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 p a:hover {
	color: #113E75;
}
.thrColFixHdr #container #sidebar1 .linkslinks {
	font-size: 70%;
	padding: 10px;
	letter-spacing: 0.1em;
	color: #033162;
}
.naam_website {
	font-size: 11px;
	color: #1958B7;
	margin-left: 0px;
}
.naam_website a {
	color: #F90;
	text-decoration: none;
}
.naam_website a:hover {
	color: #134079;
	text-decoration: none;
}
strong {
	font-weight: bold;
	letter-spacing: 0.1em;

}
.thrColFixHdr #container #sidebar1 .naam_website a {
	padding-left: 10px;
}
.thrColFixHdr #container #sidebar1 .naam_website {

}
#compleet {
	padding: 2px 10px;
	background-color: #F0F3FB;
	border: 1px solid #F90;
}
.thrColFixHdr #container #mainContent .wiewatwaar a {
	color: #F90;
	text-decoration: none;
}
