﻿/*
 * TABLE OF CONTENTS:
 * - Browser reset
 * - HTML elements
 * - Main containers
 * - General styles   (styles that are not confined to a specific container)
 * - Form styles
 * - Page styles
 * - Hacks
 */






/*
 * BEGIN BROWSER RESET
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0
}
html {
	height:100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
}
em,cite {
	font-style:italic
}
strong {
	font-weight:bold
}
ol,ul {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0
}

/*
 * END BROWSER RESET
 */






/*
 * HTML ELEMENTS
 */

* {
	line-height: 1.286em;
}

html {
	font-size: 100%;
}

body {
	font-size: 14px;
	background: #fff;
}
body.body { /* put any style here that should not show up in the FCK-editor (like background images) */
	margin-bottom: 15px;
}

body,
input,
select,
textarea {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #006A72;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}

* + p,
p + * {
	margin-top: 1.25em !important;
}

* html p {
	margin-bottom: 1.25em !important;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	padding: 0 0 0 16px;
	background: url(/images/sprite1.png) -600px -968px no-repeat;
}

/* Paginamanagerstyles */
img[align="left"] {
	margin: 4px 10px 0 0;
}
img[align="right"] {
	margin: 4px 0 0 10px;
}

label {
	cursor: pointer;
	font-weight: bold;
}

/*
 * END HTML ELEMENTS
 */






/*
 * BEGIN MAIN CONTAINERS
 */

div.containerMain {
	width: 960px;
	min-height: 1em;
	margin: 0 auto 0 auto;
	position: relative;
}
* html div.containerMain {
	height: 1em;
}



div.header {
	height: 101px;
	border-bottom: 1px solid #D5D5D5;
	background: url(/images/sprite1.png) 0 0 repeat-x;
}

div.header div.containerMain {
	position: relative;
}

div.header div.containerMain > a:first-child {
	position: absolute;
	top: 9px;
	left: 0;
	width: 346px;
	height: 42px;
	text-indent: -99999px;
	background: url(/images/sprite1.png) 0 -125px no-repeat;
}

div.header ul {
	position: absolute;
	left: -1px;
	top: 71px;
}

div.header ul li {
	display: block;
	float: left;
	width: 110px;
	height: 30px;
	padding-left: 10px;
	background: url(/images/sprite1.png) 0 -225px no-repeat;
}

div.header ul a {
	display: block;
	margin-right: 1px;
	height: 30px;
	color: #fff !important;
	font-size: 1.143em;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

div.header ul a:hover,
div.header ul a.active {
	color: #FFCE00 !important;
}

div.header div.containerMain div {
	position: absolute;
	right: 21px;
	top: 77px;
}

div.header div.containerMain div a {
	margin-left: 19px;
}

div.header div.containerMain div a:hover,
div.header div.containerMain div a.active {
	text-decoration: underline
}



div.header2 {
	height: 300px;
	overflow: hidden;
	background: #FFCE00 url(/images/header2-background.png) 0 0 repeat-x;
}

div.header2 div.containerMain {
	height: 300px;
	width: 960px;
	overflow: hidden;
	padding: 0;
}

div.header2 div.containerMain *.head1 {
	color: #000;
}

div.header2 div.containerMain *.head1 + * {
	margin-top: 1.4em !important;
}

div.header2 div.headerTooltip {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 309px;
	padding: 3px 20px 20px 20px;
	background: url(/images/sprite1.png) -375px -450px no-repeat
}

div.header2 div.containerMain div.headerTooltip *.head1 {
	margin-top: 0;
	color: #006A71;
}



div.content div.column1,
div.content div.column2,
div.content div.column3,
div.content div.column3b {
	min-height: 1em;
	overflow-x: hidden;
}

div.content {
	min-height: 350px;
	padding: 22px 0 0 10px;
}
* html div.content {
	padding: 22px 0 0 20px;
}

div.content div.infoBlock1 {
	min-height: 1em;
	width: 449px;
	padding: 10px;
	background: #E5E5E5 url(/images/textBlock-background2.png) 0 0 no-repeat;
}

div.content div.infoBlock1 *.image {
	float: left;
	margin: 0 28px 0 16px;
}

div.content div.infoBlock1 span.text {
	display: block;
	padding: 10px 10px 8px 0;
	font-size: 0.857em;
	line-height: 1.5em;
}

div.content div.infoBlock1 *.head4 {
	color: #006A71;
	font-size: 1.286em;	
}



div.footer {
	margin-top: 56px;
	height: 30px;
	border-top: 1px solid #006A71;
	padding: 7px 255px 0 0;
	text-align: right;
	background: url(/images/sprite1.png) 720px -175px no-repeat;
}

div.footer a {
	font-size: 0.857em;
}

div.footer a.active {
	text-decoration: underline;
}

/*
 * END MAIN CONTAINERS
 */






/*
 * BEGIN GENERAL STYLES
 */

div.safeBox {
	min-height: 1em;
}
* html div.safeBox {
	height: 1em;
}

ul.semantic li {
	padding: 0;
	background: none
}



*.head1 {
	color: #006A71;
	font-size: 1.571em;
	line-height: 1.364em;
	font-weight: bold;
}

*.head2 {
	font-weight: bold;
}



.contentBox *.head1 + * {
	margin-top: 0.7em !important;
}

.contentBox *.head2 + * {
	margin-top: 0.4em !important;
}



a.fancyLink {
	padding-left: 21px;
	font-size: 1.143em;
	background: url(/images/sprite1.png) -624px -947px no-repeat;
}

#map {
	width: 458px;
	height: 173px;
	border: 1px solid #CCC;
	background: #F2EFE9;
}

/*
 * END GENERAL STYLES
 */






/*
 * BEGIN SITEMAP
 */

ul.sitemap {
	margin-left: -15px;
	font-size: 1.2em;
}

ul.sitemap ul {
	padding-top: 0.2em;
	padding-bottom: 0.8em;
}

ul.sitemap li {
	background: none;
}

ul.sitemap li li {
	padding-left: 25px;
	padding-left: 25px;
	font-size: 0.85em;
	background: url(/images/li-background.gif) 10px 0.6em no-repeat;
}

ul.sitemap li {
	line-height: 1.25em
}

/*
 * END SITEMAP
 */






/*
 * BEGIN FORM STYLES
 */

div.defaultFormHolder {
	min-height: 1em;
}

div.defaultFormHolder label {
	padding-top: 3px;
	cursor: pointer;
	font-weight: normal;
}

div.defaultFormHolder span.mandatory {
	font-size: 0.857em;
	color: #666666;
}

div.defaultFormHolder fieldset {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	border: 0;
}
* html div.defaultFormHolder fieldset {
	position: relative;
	margin-top: 0.6em;
}

div.defaultFormHolder legend {
	font-weight: bold;
}
* html div.defaultFormHolder legend {
	position: relative;
	left: -7px;
	top: -0.75em;
}

div.defaultFormHolder fieldset ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.defaultFormHolder fieldset ol ol {
	float: left;
	margin: 0;
	padding: 0;
}

div.defaultFormHolder fieldset li li {
	padding: 0;
}

div.defaultFormHolder fieldset li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0 0 5px 0;
	background: none;
}

*:first-child+html div.defaultFormHolder fieldset li {
	padding: 0 0 3px 0;
}

div.defaultFormHolder fieldset.submit {
	margin-top: 1.8em;
}

div.defaultFormHolder input[type="submit"] {
	border: 2px solid #C9A200;
	font-size: 1.286em;
	font-weight: bold;
	background: url(/images/sprite1.png) 0 -325px repeat-x
}

div.defaultFormHolder label,
div.defaultFormHolder span.label {
	display: block;
	position: relative;
	float: left;
	width: 118px;
	margin-right: 1em;
}

div.defaultFormHolder label span,
div.defaultFormHolder span.label span {
	position: absolute;
	left: 120px;
}

div.defaultFormHolder ol ol label {
	display: inline;
	position: static ;
	float: none;
	width: auto;
	margin-right: auto;
}

div.defaultFormHolder li li input[type="text"] {
	width: 200px !important;
}

div.defaultFormHolder input[type="text"],
div.defaultFormHolder input[type="password"],
div.defaultFormHolder textarea,
div.productsOrder input[type="text"],
div.productsOrder input[type="password"],
div.productsOrder textarea {
	border: 1px solid #CCC;
	width: 315px;
	height: 20px;
	line-height: 20px;
	padding: 3px 5px 0 5px;
	background: #fff url(/images/sprite1.png) 0 -275px repeat-x
}

*:first-child+html div.defaultFormHolder input[type="text"],
*:first-child+html div.defaultFormHolder input[type="password"],
*:first-child+html div.defaultFormHolder textarea,
*:first-child+html div.productsOrder input[type="text"],
*:first-child+html div.productsOrder input[type="password"],
*:first-child+html div.productsOrder textarea {
	height: 23px;
	line-height: 23px;
	padding: 0px 5px 0 5px;
}

div.defaultFormHolder textarea {
	height: 338px !important;
	background: url(/images/textarea-background.png) 0 0 repeat-x
}

/* fix for IE7 and lower */
div.defaultFormHolder input[type="radio"],
div.defaultFormHolder input[type="checkbox"] {
	margin-right: 5px;
}

*:first-child+html div.defaultFormHolder input[type="radio"],
*:first-child+html div.defaultFormHolder input[type="checkbox"] {
	margin-left: -2px;
}

.formCheckFeedback {
	min-height: 1em;
	padding-bottom: 1em;
}

.formCheckFeedback li {
	padding: 0 0 0 10px !important;
	background: url(/images/li-background.gif) 0 9px no-repeat  !important;
}

/*
 * END FORM STYLES
 */






/*
 * BEGIN PAGE STYLES
 */

body.Style1 div.content div.column1 {
	min-height: 1em;
	float: left;
	margin-right: 20px;
	width: 330px;
}

body.Style1 div.content div.column1 *.head1 {
	margin-bottom: 5px;
}

body.Style1 div.content div.column1 ul.menu li {
	padding: 0 0 0.857em 15px;
	line-height: 1.286em;
	font-weight: bold;
	background: url(/images/sprite1.png) -599px -967px no-repeat;
}

body.Style1 div.content div.column1 ul.menu li a:hover,
body.Style1 div.content div.column1 ul.menu li a.active {
	text-decoration: underline
}

body.Style1 div.content div.column1 *.head1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

body.Style1 div.content div.column2 {
	float: left;
	padding-left: 10px;
	width: 580px;
}



body.Style2 div.content > *.head1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

body.Style2 div.content ul.overview {
	margin: 0 0 0 -20px;
	padding-top: 18px;
	min-height: 1em;
}
*:first-child+html body.Style2 div.content ul.overview {
	margin-left: -10px;
}

body.Style2 div.content ul.overview li {
	float: left;
	display: block;
	margin-left: 20px;
	width: 460px;
	height:160px;
}
*:first-child+html body.Style2 div.content ul.overview li {
	margin-left: 10px;
	margin-right: 10px;
}
* html body.Style2 div.content ul.overview li {
	margin-left: 10px;
}


body.Style2 div.content ul.overview li.clear {
	float: left;
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 17px;
	border-bottom: 1px solid #ccc;
	height: 25px;
}

body.Style2 div.content ul.overview li div:first-child {
	margin-right: 10px;
	width: 110px !important;
	height: 110px;
	overflow: hidden;
}

body.Style2 div.content ul.overview li div {
	float: left;
	width: 340px;
}

body.Style2 div.content ul.overview *.head1,
body.Style2 div.content ul.overview *.head1 * {
	margin-bottom: 11px;
	line-height: 1.091em !important
}

body.Style2 div.content ul.overview a.fancyLink {
	float: left;
	clear: both;
	display: block;
	margin-top: 10px;
}



body.Style3 div.content div.column1 {
	float: left;
	margin-right: 20px;
	width: 200px;
}

* html body.Style3 div.content div.column1 {
	margin-right: 10px;
}

body.Style3 div.content div.column2 {
	float: left;
	padding-left: 10px;
	width: 720px;
}



body.Homepage div.content div.column1 {
	float: left;
	padding-left: 10px;
	margin-right: 20px;
	width: 320px;
}

body.Homepage div.content div.column1 *.head1 {
	margin-top: 2px;
}

body.Homepage div.content div.column1 p {
	margin-top: 5px !important;
}
body.Homepage div.content div.column1 p,
body.Homepage div.content div.column1 p * {
	line-height: 1.5em
}

body.Homepage div.content div.column2 {
	float: left;
	margin-right: 10px;
	width: 220px;
}

body.Homepage div.content div.column2 ul {
	margin-top: 38px;
	padding-left: 10px;
}

body.Homepage div.content div.column2 li {
	padding: 0 0 10px 20px;
	line-height: 1.111em;
	background: url(/images/sprite1.png) -650px -922px no-repeat;
}

body.Homepage div.content div.column3 {
	float: left;
	width: 320px;
	padding: 10px 10px 15px 20px;
	background: #E5E5E5 url(/images/textBlock-background2.png) 0 0 repeat-x
}

body.Homepage div.content div.column3 *.head5 {
	padding: 3px 0 5px 0;
	font-size: 1.286em;
	font-weight: bold;
}

body.Homepage div.content div.column3 *.head5 a {
	color: #000;
}

body.Homepage div.content div.column3 p {
	margin: 0 0 10px 0 !important;
}

body.Homepage div.header2 div.headermenu {
	cursor: default;
}

body.Homepage div.header2 div.headermenu > ul {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 349px;
	overflow: hidden;
}

body.Homepage div.header2 div.headermenu > ul > li {
	display: block;
	float: left;
	margin-bottom: 1px;
	width: 329px;
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
	background: url(/images/sprite1.png) 0 -400px no-repeat
}

body.Homepage div.headermenu ul li.catalogus {
	margin-top: 105px;
}

body.Homepage div.header2 div.headermenu > ul > li strong {
	font-size: 1.286em;
	line-height: 30px;
	color: #006A71;
	font-weight: normal;
}
body.Homepage div.header2 div.headermenu > ul > li strong a {
	line-height: 30px;
}

body.Homepage div.header2 div.headermenu ul ul {
	margin: -4px 0 4px 0;
}

body.Homepage div.header2 div.headermenu ul ul,
body.Homepage div.header2 div.headermenu ul a.fancyLink {
	display: none;
}

body.Homepage div.header2 div.headermenu ul li.active {
	background: url(/images/sprite1.png) 0 -450px no-repeat
}

body.Homepage div.header2 div.headermenu ul li.active strong {
	font-weight: bold;
	color: #000 !important;
}

body.Homepage div.header2 div.headermenu ul li.active strong a {
	color: #000 !important;
}

body.Homepage div.header2 div.headermenu ul li.active ul,
body.Homepage div.header2 div.headermenu ul li.active a.fancyLink {
	display: block !important;
}

body.Homepage div.header2 div.headermenu ul li.active a.fancyLink {
	padding-left: 25px;
	font-size: 1em;
	font-weight: bold;
}



body.Contact div.header2 div.containerMain {
	margin-top: 13px;
	padding-left: 18px;
}

body.Contact *.head1 {
	color: #000;
}

body.Contact div.header2 *.head3 {
	color: #006A72;
	font-size: 1.286em;
	padding: 9px 0 0.3em 0;
}

body.Contact div.header2 div.column1 {
	margin-right: 20px;
	float: left;
	width: 460px;
	min-height: 1em;
}
* html body.Contact div.header2 div.column1 {
	min-height: 1em;
}

body.Contact div.header2 div.column1 div {
	float: left;
	width: 229px;
}

body.Contact div.header2 div.column1 div p + p {
	margin: 0.333em 0 0 0 !important
}

body.Contact div.header2 div.column1 div.numbers span {
	float: left;
	width: 30px;
}

body.Contact div.header2 div.column1 div.numbers em {
	float: left;
	font-style: normal
}

body.Contact div.header2 div.column1 div.numbers span.clear {
	display: block;
	clear: both;
	float: none;
	height: 0px;
	overflow: hidden;
}


body.Contact div.header2 div.column2 {
	float: left;
	width: 460px !important;
}

body.Contact div.header2 div.column2 #map {
	margin: 1.7em 0 0.6em 0 !important;
	overflow: hidden;
}

body.Contact div.header2 div.column2 #map.heigh {
	height: 272px;
	margin-top: -2em !important;
	margin-bottom: 2em !important;
}

body.Contact div.header2 div.column2 input[type="submit"] {
	float: right;
	width: 110px;
	height: 26px;
	border: 2px solid #000;
	color: #fff;
	font-weight: bold;
	background: #000 url(/images/sprite1.png) 0 -375px repeat-x
}

*:first-child+html body.Contact div.header2 div.column2 input[type="submit"] {
	height: auto;
}

body.Contact div.header2 div.column2 input[type="text"] {
	float: right;
	margin-right: 7px;
	height: 25px;
	width: 240px;
	border: 1px solid #CCCCCC;
	padding: 0 5px;
	line-height: 1.8em;
	background: #fff url(/images/sprite1.png) 0 -275px repeat-x
}

body.Contact div.header2 div.column2 label {
	margin-top: 4px;
	float: left;
}

body.Contact div.header2 div.column1 div.route {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 470px;
	height: 275px;
	overflow: hidden;
	overflow-y: auto;
	background: #FFCE00 url(/images/header2-background.png) 0 -12px repeat-x;
}

body.Contact div.header2 div.column1 div.route table {
	width: 100%;
	clear: both;
}

body.Contact div.header2 div.column1 div.route table,
body.Contact div.header2 div.column1 div.route table * {
	background: none !important;
}

body.Contact div.content {
	padding-top: 13px;
	padding-left: 10px
}

body.Contact div.defaultFormHolder {
	margin-top: 11px;
}

body.Contact div.defaultFormHolder span.mandatory {
	position: relative;
	top: -12px;
}

body.Contact div.defaultFormHolder li li {
	padding-top: 3px
}

body.Contact div.defaultFormHolder li li + li {
	padding-top: 7px
}

body.Contact div.defaultFormHolder li.rightColumn {
	position: absolute;
	left: 490px;
	width: 465px;
}
* html body.Contact div.defaultFormHolder li.rightColumn {
	top: 0;
}

* html body.Contact div.defaultFormHolder textarea {
	width: 310px;
}

body.Contact div.defaultFormHolder input[type="submit"] {
	width: 110px;
}



body.Acties div.defaultFormHolder input[type="submit"] {
	width: 120px;
}



body.Producten div.content div.infoBlock1 {
	float: left;
	margin-top: 41px;
	margin-left: 10px;
	background: url(/images/textBlock-background3.png) top right repeat-x
}

body.Producten div.content div.infoBlock1First {
	margin-left: -5px;
}

body.Producten div.content ul.overview {
	padding-top: 0;
}

body.Producten div.content {
	padding-top: 21px;
}



body.ProductDetail div.content {
	padding-left: 0;
}

body.ProductDetail div.content div.column1 {
	float: left;
	margin-right: 21px;
	width: 219px;
}

body.ProductDetail div.content div.column1 li {
	float: left;
	display: block;
	margin-bottom: 1px;
	width: 100%;
	min-height: 2.143em;
	height: auto !important;
	height: 2.143em;
	padding: 0;
	line-height: 2.143em;
	color: #006A72 !important;
	background: #FFCE02 url(/images/menuLink-background.png) 0 0 repeat-x
}

body.ProductDetail div.content div.column1 a {
	display: block;
	padding: 5px 5px 5px 11px;
	font-weight: bold;
	color: #006A72 !important;
}

body.ProductDetail div.content div.column1 li.active {
	color: #FFCE00 !important;
	background: #01484C url(/images/menuLink-background-active.png) 0 0 repeat-x
}

body.ProductDetail div.content div.column1 li.active a {
	color: #FFCE00 !important;
}

body.ProductDetail div.content div.column2 {
	float: left;
	margin-right: 20px;
	width: 460px;
}

body.ProductDetail div.content div.column3 {
	float: left;
	width: 220px;
}

body.ProductDetail div.content div.column3 div > span {
	display: block;
	padding: 0 0 10px 15px;
	font-size: 0.85em
}

body.ProductDetail div.content div.column3 > div {
	padding: 6px 10px 10px 10px;
	background: url(/images/producten-infoBlock-background.png) 0 0 no-repeat;
}

body.ProductDetail div.content div.column3 li + li {
	margin-top: 7px;
}

body.ProductDetail div.content div.column3 *.head6 {
	display: block;
	padding: 0 0 7px 14px;
	font-size: 1.143em;
}

body.ProductDetail div.content div.column3 ul span {
	display: block;
	padding-top: 2px;
	font-size: 0.786em
}

body.Style3 ul.catalogusList 
{
	width: 720px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

body.Style3 ul.catalogusList li 
{
	width: 720px;
	min-height: 24px;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	float: left;
}
* html body.Style3 ul.catalogusList li 
{
	height: 24px;
}

body.Style3 ul.catalogusList li span
{
	min-height: 24px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
* html body.Style3 ul.catalogusList li span
{
	height: 24px;
}

body.Style3 ul.catalogusList li span.fileLink
{
	width: 440px;
}
body.Style3 ul.catalogusList li span.fileExtension
{
	width: 42px;
}
body.Style3 ul.catalogusList li span.fileSize
{
	width: 50px;
	text-align: right;
}



body.Bestellen div.content div.column1,
body.Bestellen div.content div.column2 {
	float: left;
	width: 460px;
	overflow: hidden;
}

body.Bestellen div.content div.column1 {
	margin-right: 7px;
	width: 472px;
}

body.Bestellen div.defaultFormHolder span.mandatory {
	position: inherit;
	top: auto;
	display: block;
}

body.Bestellen div.header2 {
	height: 170px;
}

body.Bestellen div.header2 div.column2 *.head1 + * {
	margin-top: -2px !important;
}

body.Bestellen div.header2 div.column2 span.mandatory {
	padding-bottom: 10px;
}

body.Bestellen div.header2 div.column2 label {
	width: 105px;
}

body.Bestellen div.header2 div.column2 div.defaultFormHolder label span,
body.Bestellen div.header2 div.column2 div.defaultFormHolder span.label span {
	left: 105px;
}

body.Bestellen div.header2 div.column2 input[type="text"] {
	float: left;
	margin-right: auto;
	height: 1.8em;
	width: 320px;
	border: 1px solid #CCCCCC;
	padding: 0 5px;
	line-height: 1.8em;
	background: #fff url(/images/sprite1.png) 0 -275px repeat-x
}

body.Bestellen div.content {
	padding-top: 3px;
}
* html body.Bestellen div.content div.defaultFormHolder {
	height: auto !important;
}

body.Bestellen div.content div.defaultFormHolder label {
	width: 120px;
}
* html body.Bestellen div.content div.defaultFormHolder.column2 label {
	width: 110px !important;
}

body.Bestellen div.content div.defaultFormHolder label span,
body.Bestellen div.content div.defaultFormHolder span.label span {
	left: 125px;
}

body.Bestellen div.content div.defaultFormHolder input[type="text"] {
	width: 314px;
}

body.Bestellen div.defaultFormHolder span.mandatory {
	display: block;
	padding-bottom: 12px;
}

body.Bestellen div.content div.productsOrder {
	margin: 23px 0 20px -10px;
	padding: 6px 10px;
	clear: both;
	background: #E5E5E5;
}

body.Bestellen div.content div.productsOrder table {
	width: 1%;
	border-collapse: collapse;
}

body.Bestellen div.content div.productsOrder table th {
	padding: 0 0 6px 0
}

body.Bestellen div.content div.productsOrder table td {
	padding: 2px 0 2px 0
}

body.Bestellen div.content div.productsOrder table tfoot td {
	padding: 0 0 2px 0
}

body.Bestellen div.content div.productsOrder table .col1 {
	padding-right: 20px;
}

body.Bestellen div.content div.productsOrder table .col1 input[type="text"] {
	width: 208px;
}

body.Bestellen div.content div.productsOrder table .col2 {
	padding-right: 20px;
}

body.Bestellen div.content div.productsOrder table .col2 input[type="text"] {
	width: 522px;
}

body.Bestellen div.content div.productsOrder table .col3 {
	padding-right: 20px;
}

body.Bestellen div.content div.productsOrder table .col3 input[type="text"] {
	width: 87px;
}

body.Bestellen div.content div.productsOrder table .col4 {
	width: 25px;
}

body.Bestellen div.content div.productsOrder table tbody a {
	display: block;
	border: 2px solid #CCCCCC;
	width: 21px;
	height: 21px;
	text-indent: -99999px;
	background: url(/images/sprite1.png) -725px -850px no-repeat;
}

body.Bestellen div.content div.productsOrder table tfoot a {
	display: block;
	padding-left: 33px;
	line-height: 1.8em;
	background: url(/images/sprite1.png) -750px -825px no-repeat;
}

body.Bestellen div.content label.head1 {
	width: 220px !important;
	margin-top: -3px;
	padding-top: 0;
	font-weight: bold;
}

body.Bestellen div.content label.head1 span {
	left: 210px !important;
}

body.Bestellen div.defaultFormHolder fieldset.submit {
	margin-top: 2.4em;
}

body.Bestellen div.defaultFormHolder input[type="submit"] {
	width: 200px;
}

body.Bestellen div.feedbackPanel {
	margin-top: 15px;
}


body.Bestellen div.defaultFormHolder input.uitersteLeverdatum {
	width: 206px !important;
}
*:first-child+html body.Bestellen div.defaultFormHolder input.uitersteLeverdatum {
	width: 208px !important;
	margin-left: 5px;
}
* html body.Bestellen div.defaultFormHolder input.uitersteLeverdatum {
	width: 204px !important;
	margin-left: 3px;
}



body.ReferentiesDetail div.content div.column3b {
	float: left;
	width: 240px;
	background: none;
}

body.ReferentiesDetail div.content div.column3b ul {
	margin-left: -10px;	
}

body.ReferentiesDetail div.content div.column3b li {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	width: 105px;
	height: 105px;
	padding: 0;
	overflow: hidden;
	background: #E5E5E5;	
}

body.ReferentiesDetail div.content div.column3b li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 105px;
	height: 105px;
	background: url(/images/sprite1.png) -45px -895px no-repeat;
}

body.ReferentiesDetail div.content div.column3b li a:hover {
	background: url(/images/sprite1.png) 78px -895px no-repeat;
}

*:first-child+html body.ReferentiesDetail div.content div.column3b ul {
	width: 250px;
}

body.ReferentiesDetail div.content div.column3b div.extraInfo {
	padding-top: 5px;
	font-size: 12px;
}

body.Referenties div.mapContainer {
	overflow:hidden;
	padding:6px;
	background:#eee;	
}

body.Referenties div.mapContainer div.map {
	float:left;
	overflow:hidden;	
	width:650px;
	height:724px;
	border:1px solid #CCCCCC;
}

div.popup {
    max-width: 350px;
    min-height: 110px;
}

div.popup strong {
    color: #006A71;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

div.popup table {
    margin-bottom: 10px;
}

div.popup table th, 
div.popup table td {
    vertical-align:top;
    /*white-space: nowrap;*/
    border-top:1px solid #e0e0e0;
    padding: 3px 0;
}

div.popup table tr:first-child td,
div.popup table tr:first-child th {
    border-top:0;
}

div.popup table th {
    width:40%;
    font-weight: bold;
}

div.popup table td {
    padding-left:6px;
}

div.popup a {
    background: none repeat scroll 0 0 #006A71;
    border-color: #15afba #005f66 #00565c #13a3ad;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333;
}

div.popup a:hover {
    background-color: #006A71;
    background-image: -o-linear-gradient(top, #00919c, #006A71);
}

div.popup span {
    font-size: 0.9em;
    margin-left: 0.2em;
}

body.Referenties div.mapContainer div.mapLinks {
	float:right;
}

body.Referenties div.mapContainer div.mapLinks ul {
	width:280px;
}

body.Referenties div.mapContainer div.mapLinks li {
	padding:0;
	background:none;
}

body.Referenties div.mapContainer div.mapLinks li a {
	display:block;
	margin-top:2px;
	padding:4px;
	background:#e0e0e0;
	text-decoration:none;
}

body.Referenties div.mapContainer div.mapLinks li:first-child a {
	margin-top:0;
}

body.Referenties div.mapContainer div.mapLinks li a:hover {
	background:#ccc;
}

/*
 * END PAGE STYLES
 */






/*
 * BEGIN HACK
 */

body.Contact div.header2 div.column1:after,
.formCheckFeedback:after,
div.defaultFormHolder:after,
div.content ul.overview:after,
div.content div.infoBlock1:after,
div.content div.column1:after,
div.content div.column2:after,
div.content:after,
div.containerMain:after,
div.safeBox:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/*
 * END HACK
 */






/*
 * BEGIN PRINT STYLES
 */

@media print {


	body.Contact div.header2 div.route,
	body.Contact div.header2 div.containerMain,
	body.Contact div.header2 {
		overflow: visible !important;
	}

	body.Contact div.containerMain div.content,
	div.footer,
	div.header {
		display: none;
	}
	

}

/*
 * END PRINT STYLES
 */

