/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	background: #fff url('../images/bg-html.jpg') repeat-x;
}
body {
	background: url('../images/bg-body.jpg') no-repeat 50% 0;
	color: #414a51;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
body2 {
	color: #414a51;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
* html body{ 
	padding:0 0 0 1px;
	margin:0 0 0 -1px;
}
a {
	color: #414a51;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}

/* page holder ****************************************************************/
#container {
	width: 991px;
	padding-right: 1px;
	overflow: hidden;
	margin: 0 auto;
	background: url('../images/bg-container.gif') repeat-y;
}
#home #container {
	background: url('../images/bg-container-home.gif') repeat-y;
}
#container2/* page holder ****************************************************************/
 {
	width: 855px;
	overflow: visible;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	background-image: none;
	display: block;
}

/* header *********************************************************************/
#header {
	background: url('../images/bg-header.jpg') no-repeat;
	height: 188px;
	position: relative;
}
.top {
	float: right;
	padding: 10px 105px 0 0;
}
.top a {
	color: #fff;
}
.top ul {
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.top ul li {
	float: left;
	padding: 0 6px;
	margin-left: -1px;
	background: url('../images/spr.gif') no-repeat 0 100%;
}
.logo {
	width: 194px;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/logo.gif') no-repeat;
	float: left;
	display: inline;
	margin: 77px 0 0 72px;
}
.logo a {
	display: block;
	height: 43px;
}
.breadcrumbs {
	clear: both;
	padding: 26px 0 0 82px;
	color: #34332f;
	font-weight: bold;
}
.breadcrumbs a {
	color: #34332f;
}
#navigation {
	height: 32px;
	background: url('../images/bg-navigation.jpg') no-repeat;
	padding-left: 37px;
}
#navigation li {
	float: left;
}
#navigation a {
	float: left;
	width: 113px;
	font: bold 11px/32px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #34332f;
}
#navigation .nav-home a {
	width: 119px;
}
#navigation a.active{
	color: #fff;
	background: #2f8193;
	text-decoration: none !important;
}
#navigation a:hover {
	color: #fff;
	background: #30b7d4;
	text-decoration: none !important;
}
* html #navigation a {
	height: 1%;
}
.promo {
	position: absolute;
	z-index: 1;
	left: 315px;
	top: 0;
}

/* main content area **********************************************************/
#content {
	width: 100%;
	overflow: hidden;
	background: url('../images/bg-content.gif') no-repeat;
}

/* sidebar ********************************************************************/
#sidebar {
	width: 223px;
	float: left;
	display: inline;
	margin: 5px 0 -9999px 42px;
	padding: 0 0 9999px;
	color: #333;
	line-height: 16px;
	background: #b5d43f;
}
#home #sidebar {
	background: url('../images/bg-sidebar.jpg') repeat-x;
}
#sidebar a {
	color: #333;
}
#sidebar2 {
	width: 223px;
	float: left;
	display: inline;
	color: #333;
	line-height: 16px;
	background: #b5d43f;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: -9999px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 100%;
	padding-left: 0;
}
#sidebar2  a {
	color: #333;
}
#home  #sidebar2 {
	background: url('../images/bg-sidebar.jpg') repeat-x;
}

.ad {
	position: relative;
	margin: 0 -5px;
}
.contacts {
	margin: 25px 0 0;
	height: 140px;
	overflow: hidden;
	padding: 0 40px;
	background: url('../images/bg-address.jpg') no-repeat;
}
.contacts address,
.contacts p {
	display: block;
	margin: 10px 0 20px;
}
.contacts2 {
	margin: 25px 0 0;
	height: 140px;
	overflow: hidden;
	padding: 0 40px;
	background: url('../images/bg-address1.jpg') no-repeat;
}
.contacts2 address,
.contacts2 p {
	display: block;
	margin: 10px 0 20px;
}
.contacts3 {
	margin: 25px 0 0;
	height: 320px;
	overflow: hidden;
	padding: 0 40px;
	background: url('../images/bg-address2.jpg') no-repeat;
}
.contacts3 address,
.contacts3 p {
	display: block;
	margin: 10px 0 20px;
}
#side-navigation {
	padding: 14px 0;
	width: 100%;
	overflow: hidden;
}
#side-navigation li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c0bc93;
	background: #eae7c4;
}
#side-navigation a {
	padding: 12px 12px 12px 40px;
	display: block;
	font-weight: bold;
}
#side-navigation a.active{
	background: #2f8193;
	color: #fff;
	text-decoration: none !important;
}
#side-navigation a:hover {
	background: #30b7d4;
	color: #fff;
	text-decoration: none !important;
}

* html #side-navigation a {
	height: 1%;
}

.pic {
	float: right;
	margin: 14px 0 0;
	background: url('../images/frame.gif') no-repeat 100% 100%;
	padding: 0 14px 0 0;
}
.pic .inner1 {
	background: url('../images/frame.gif') no-repeat 0 100%;
	padding: 0 0 15px;
	float: left;
}
.pic .inner2 {
	background: url('../images/frame.gif') no-repeat 100% 0;
	margin-right: -14px;
	padding-right: 14px;
	float: left;
}
.pic .inner3 {
	background: url('../images/frame.gif') no-repeat;
	padding: 9px 0 0 10px;
	float: left;
}

#maincol {
	float: right;
	width: 615px;
	overflow: hidden;
	padding: 30px 80px 30px 0;
}
#maincol a {
	color: #2e88c2;
}
#maincol2 {
	width: 615px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 0;
	margin-left: 235px;
	position: absolute;
	float: left;
	clear: right;
}
#maincol2  a {
	color: #2e88c2;
}

.contact-top {
	margin: 9px 0 0 3px;
	height: 7px;
	overflow: hidden;
	background: url('../images/contact-top.jpg') no-repeat;
}
.contact-middle {
	margin: 0 0 0 3px;
	overflow: hidden;	
	background: url('../images/contact-middle.jpg') repeat-y;
	padding: 10px 25px 20px 30px;	
}
.contact-middle h4 {
	margin: 5px 0 10px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.contact-bottom {
	margin: 0 0 5px 3px;
	height: 11px;
	overflow: hidden;
	background: url('../images/contact-bottom.jpg') no-repeat;
}


/* main column ****************************************************************/
#main {
	width: 645px;
	float: right;
	padding-right: 48px;
	overflow: hidden;
}
#primary {
	width: 400px;
	float: left;
	overflow: hidden;
	padding: 30px 0;
}
h1 {
	text-indent: -9999px;
	overflow: hidden;
}
.hd-welcome {
	height: 20px;
	background: url('../images/hd-welcome.gif') no-repeat;
}
.hd-oplossingen {
	height: 20px;
	background: url('../images/hd-oplossingen.gif') no-repeat;
}
.hd-diensten {
	height: 20px;
	background: url('../images/hd-diensten.gif') no-repeat;
}
.hd-referenties {
	height: 20px;
	background: url('../images/hd-referenties.gif') no-repeat;
}
.hd-referentie {
	height: 20px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}
.hd-referentie img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	height: 20px;
}
.hd-nieuws {
	height: 20px;
	background: url('../images/hd-nieuws.gif') no-repeat;
}
.hd-contact {
	height: 20px;
	background: url('../images/hd-contact.gif') no-repeat;
}
.hd-support {
	height: 20px;
	background: url('../images/hd-support.gif') no-repeat;
}
.hd-jobs {
	height: 20px;
	background: url('../images/hd-jobs.gif') no-repeat;
}
.hd-disclaimer {
	height: 20px;
	background: url('../images/hd-disclaimer.gif') no-repeat;
}
.hd-sitemap {
	height: 20px;
	background: url('../images/hd-sitemap.gif') no-repeat;
}
.hd-voorwaarden {
	height: 20px;
	background: url('../images/hd-voorwaarden.gif') no-repeat;
}
h2 {
	margin: 20px 0 0;
	font: bold 12px/16px Tahoma, Arial, Helvetica, sans-serif;
}
h3 {
	margin: 10px 0 0;
	color: #b41f5a;
	font: bold 11px/16px Tahoma, Arial, Helvetica, sans-serif;
}
#primary p {
	margin: 0;
}
#primary ul {
	margin: 5px 0 5px 25px;
	list-style: disc outside;
	color: #4b3f33;
}
#primary .custom-list {
	margin: 5px 0;
	list-style: none;
	color: #000;
}
#primary .custom-list li {
	padding: 4px 0 4px 30px;
	background: url('../images/bullet.gif') no-repeat 0 8px;
	font-weight: bold;
}
#primary .custom-list a {
	text-decoration: underline;
	color: #404b51;
}
#primary .custom-list a:hover {
	text-decoration: none;
}

#secondary {
	float: right;
	width: 202px;
	padding: 0 10px;
	overflow: hidden;
	background: #ff0;
	
	min-height: 480px;
	background: url('../images/bg-secondary.jpg') no-repeat;
}
* html #secondary {
	height: 480px;
}
.referenties {
	background: #fff;
	padding: 1px 16px;
	min-height: 190px;
}
* html .referenties {
	height: 190px;
}
.referenties img {
	margin: 5px auto;
	border: 1px solid #b7d544;
}
.ref-top,
.ref-bottom {
	height: 10px;
	overflow: hidden;
}
.ref-top {
	background: url('../images/ref-top.png') no-repeat;
}
.ref-bottom {
	background: url('../images/ref-bottom.png') no-repeat;
}
.referenties h4 {
	margin: 5px 0 10px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.news {
	padding: 25px 10px 20px 17px;
}
.news h4 {
	margin: 5px 0 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.news dd a {
	font-weight: bold;
}
.news dt {
	font-weight: bold;
	color: #b41f5a;
}
.news dt strong {
	display: block;
	color: #414a51;
}

/* footer *********************************************************************/
#footer {
	background: #fff url('../images/bg-footer.gif') no-repeat;
	padding: 30px 60px;
	color: #9ea5ab;
	font: 10px/13px Tahoma, Arial, Helvetica, sans-serif;
}

/* forms *********************************************************************/
.input {
	border: 1px solid #b7d544;
	background-color:#FFFFFF;
	width: 160px;
	height: 18px;	
	color: #414a51;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;	
}





.inputbrowse {
	border: 1px solid #b7d544;
	background-color:#FFFFFF;
	width: 350px;
	height: 18px;
	color: #414a51;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}

.knop {
	border: 1px solid #b7d544;
	background-color:#FFFFFF;
	width: 120px;
	height: 20px;	
	color: #414a51;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;	
	font-weight: bold;
}
.editorarea {
	border: 1px solid #b7d544;
	background-color:#FFFFFF;	
	width: 450px;
	height: 80px;
	color: #414a51;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;	
}
.lijn {
	border: 1px solid #b7d544;
	height: 1px;
	width: 620px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#referentielijst ul {
	margin: 5px 0 5px 25px;
	list-style: disc outside;
	color: #4b3f33;
}
#referentielijst .custom-list {
	margin: 5px 0;
	list-style: none;
	color: #000;
}
#referentielijst .custom-list li {
	padding: 4px 0 4px 30px;
	background: url('../images/bullet.gif') no-repeat 0 8px;
	font-weight: bold;
}
#referentielijst .custom-list a {
	text-decoration: underline;
	color: #404b51;
}
#referentielijst .custom-list a:hover {
	text-decoration: none;
}

#sitemaplijst p {
	margin: 0;
}
#sitemaplijst ul {
	margin: 5px 0 5px 25px;
	list-style: disc outside;
	color: #4b3f33;
}
#sitemaplijst .custom-list {
	margin: 5px 0;
	list-style: none;
	color: #000;
}
#sitemaplijst .custom-list li {
	padding: 4px 0 4px 30px;
	background: url('../images/bullet.gif') no-repeat 0 8px;
	font-weight: bold;
}
#sitemaplijst .custom-list a {
	text-decoration: underline;
	color: #404b51;
}
#sitemaplijst .custom-list a:hover {
	text-decoration: none;
}
