/***************
*   DEFAULT    *
***************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

img {
	border: 0px;
}

a {
	text-decoration: none; /* Geen lijnen onder links */
}

a:hover {
	font-weight: normal; /* Bij links mouseover vet */
}

div#wrapper {
	width: 962px;
	margin: auto;
}

/***************
*   HEADER     *
***************/

#header {
	background: url('../images/header.png') no-repeat scroll top left;
	width: 962px;
	height: 255px;
	position: relative;
}

#header h1,
#header h2,
#header h3 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

/* Navigation */

ul#navigation,
ul#navigation li
 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navigation {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

ul#navigation li {
	float: left;
	display: block;
	width: 81px;
	text-align: center;
	margin-right: 1px;
}

ul#navigation li a {
	color: #fff;
	font-size: 10pt;
	margin: auto;
}

ul#navigation li.contact {
	width: 78px;
}

ul#navigation li.referenties {
	width: 84px;
}

ul#navigation li.producten {
	width: 89px;
}

ul#navigation li.home,
ul#navigation li.info {
	width: 54px;
}

/***************
*  MAINCONTENT *
***************/

h4 {
	font-family: "Arial Black";
	color: #002151;
	font-size: 14pt;
	margin: 0;
	padding: 0 0 0 40px;
	background: url('../images/h4bullet.gif') no-repeat scroll 2px 5px;
	letter-spacing: -1.5px;
}

table#fotos {
	position: relative;
	top: -25px;
	margin-left: 70px;
}

.sub #maincontent {
	padding: 10px;
}

.kolom {
	float: left;
	text-align: center;
}

#foto-kolommen {
	background: url('../images/top-lijn.gif') no-repeat 154px 0px;
	width: 962px;
	min-height: 10px;
	margin: 20px 0 0 0;
}

#content-text {
	clear: both;
}

#content-text .kolom {
	text-align: left;
	width: 471px;
	padding: 20px 5px 10px 5px;
}

/***************
* FOOTER       *
***************/

#footer {
	clear: both;
	background: url('../images/footer.gif') no-repeat scroll top left;
	width: 951px;
	height: 55px;
	position: relative;
}

#footer a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #000;
	letter-spacing: -0.5px;
}

#footer p,
#footer address {
	text-indent: -9999px;
}
.sub #wrapper #maincontent blockquote p strong .rood {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}

