body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #8C7F6A;
	/* #a19787 */
    margin: 0;
    padding: 0;
}
.hr{
	background:	#FFF url('/images/splitter.gif') scroll center;
	border: 0;
	height:	5px;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	overflow: hidden;
	display: block;
	width: auto;
}

p, blockquote {
    margin-top: 0;
    margin-bottom: 0;
}
.contentblock p{
	margin-bottom:	10px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
}
.inputtext
{
	border:	1px solid #a19787;
}
img {
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

#page {
    width: 865px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 8px 0 2px;
    background: url(/images/page-bg.png) repeat-y;
}

#header {
    overflow: hidden;
    height: 118px;
    background: url(/images/header-bg.jpg) no-repeat;
}

.rood {
    float: left;
    width: 93px;
    height: 94px;
    margin: 0 0 0 21px;
    padding: 19px 0 0 12px;
    display: inline;
    background: url(/images/rood.png) no-repeat;
}

.geel {
    float: left;
    width: 93px;
    height: 94px;
    margin: 0 0 0 21px;
    padding: 19px 0 0 10px;
    display: inline;
    background: url(/images/geel.png) no-repeat;
}
.paars {
    float: left;
    width: 93px;
    height: 94px;
    margin: 0 0 0 21px;
    padding: 19px 0 0 10px;
    display: inline;
    background: url(/images/paars.png) no-repeat;
}

.rood img {
    display: block;
    position: relative;
}

#content {
    overflow: hidden;
    height: 100%;
    padding: 0 23px 0 21px;
		background:#fff;
}

.contentblock {		/* edit by Vasili */
/* 	min-height:		290px; */
}

.goto-link {
    display: block;
    overflow: hidden;
    height: 100%;
    padding: 7px 2px 4px 0;
}

.goto-link a {
    float: right;
    padding: 0 25px 0 0;
    background: url(/images/goto-link-arrow.gif) no-repeat 100% 3px;
    font-size: 11px;
    text-decoration: none;
    color: #a39888;
}

.goto-link a:hover {
    text-decoration: underline;
}

.language {
    float: left;
    width: 231px;
    height: 232px;
    padding: 22px 0 0 22px;
    background: url(/images/language-bg.jpg) no-repeat;
}

.language h2 {
    margin: 0;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/language-head.gif) no-repeat;
}

.language ul {
    margin: 31px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
}

.language ul li {
    overflow: hidden;
    float: left;
    margin: 7px -11px 0 0;
    padding: 0 2px 0 0;
    position: relative;
    width: 240px;
    line-height: 27px;
    background: url(/images/language-round.gif) no-repeat 100% 0;
}

.language ul li a {
    float: right;
    color: #a39888;
    padding: 0 43px 0 0;
    text-decoration: none;
}

.language ul li.lang_en a {
    background: url(/images/lang_en.gif) no-repeat 100% 3px;
}
/*
 .language ul li.lang_de a {
 background: url(/images/lang_de.gif) no-repeat 100% 3px;
 }
 .language ul li.lang_fr a {
 background: url(/images/lang_fr.gif) no-repeat 100% 3px;
 }
 */
.language ul li.lang_nl a {
    background: url(/images/lang_nl.gif) no-repeat 100% 3px;
}
/*
 .language ul li.lang_es a {
 background: url(/images/lang_es.gif) no-repeat 100% 3px;
 }
 */
.language ul li a.active, .language ul li a:hover {
    color: #e20026;
}

.language ul li.lang_en a.active, .language ul li.lang_en a:hover {
    background: url(/images/lang_en-hover.gif) no-repeat 100% 4px;
}

.language ul li.lang_de a.active, .language ul li.lang_de a:hover {
    background: url(/images/lang_de-hover.gif) no-repeat 100% 3px;
}

.language ul li.lang_fr a.active, .language ul li.lang_fr a:hover {
    background: url(/images/lang_fr-hover.gif) no-repeat 100% 3px;
}

.language ul li.lang_nl a.active, .language ul li.lang_nl a:hover {
    background: url(/images/lang_nl-hover.gif) no-repeat 100% 3px;
}

.language ul li.lang_es a.active, .language ul li.lang_es a:hover {
    background: url(/images/lang_es-hover.gif) no-repeat 100% 3px;
}

.cont {
    float: right;
    width: 543px;
/*    background: url(/images/cont-bg.gif) repeat-y; */
}

.cont .top-bg {
    overflow: hidden;
    height: 100%;
    background: url(/images/cont-top-bg.gif) no-repeat;
}

.cont .bottom-bg {
    overflow: hidden;
    height: 100%;
    background: url(/images/cont-bottom-bg.gif) no-repeat 0 100%;
    min-height: 254px;
}

* html .cont .bottom-bg {
    height: 254px;
    overflow: visible;
}

.news {
    float: left;
    width: 250px;
    margin: 15px 0 0;
    clear: left;
}

.news h2 {
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0 0 0 2px;
    color: #e20026;
    text-transform: uppercase;
}

.news ul {
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    /*	letter-spacing: -1px;*/
}

.news ul li {
    background: url(/images/news-dot.gif) repeat-x;
    padding: 5px 0;
    width: 100%;
    float: left;
    margin: -1px 0 0;
}

.news ul li a {
    text-decoration: none;
    color: #a39888;
    background: url(/images/news-dot1.gif) repeat-x bottom;
    display: block;
}

.news ul li a:hover {
    color: #e43517;
    background-image: url(/images/news-dot2.gif);
}

.news ul li span {
    background: #fff;
}

element.style {
	border: 0;
	height:242px;
	position:relative;
	width:100%;
}
.content_home {
	background-image:url('/images/home_back.gif');
	background-position:center top;
	background-repeat:no-repeat;
	font-size:12px;
	height:242px;
	line-height:15px;
}
.project { 
	position:absolute; 
	border:0px solid red; 
	line-height:5px; 
	cursor:pointer; 
	height:7px; 
	width:7px;
}
#countryid{
	margin-top:		16px;
	margin-bottom:	21px;
}

.foutmelding 
{
	color : red;
	padding:	0;
}
.inputtext foutbox {
	border: 1px solid Red;
}
.label {
	font-weight: bold;
	width: 130px;
}
label{
	font-weight: bold;
	display: block;
	clear: both;
	margin-top: 10px;
}
.contactform td {
	height: 30px;	
}
.contactform input
{
	height:		20px;
	width:		220px;
}
.contactform input.submitbutton
{
	width:		auto;
}
.logo {
    margin: 25px 66px 0 0;
    float: right;
    display: inline;
    clear: right;
}

.logo a {
    width: 324px;
    height: 94px;
    display: block;
    background: url(/images/logo.gif) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#footer {
    overflow: hidden;
    min-width: 875px;
}

#footer ul {
    width: 875px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    background: url(/images/footer-bg.png) no-repeat;
    padding: 10px 0 20px;
}

#footer ul li {
    display: inline;
    font-size: 11px;
    position: relative;
    background: url(/images/footer-divider.gif) no-repeat 0 3px;
    padding: 0 6px 0 11px;
}

#footer ul li.first {
    padding-left: 6px;
    background: none;
}

#footer ul li {
    color: #FFF;
}

#footer ul li a {
    color: #fff;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

.inner {
    background: url(/images/news-dot.gif) repeat-x;
    margin: 13px 0 0;
    padding: 11px 0;
    height: 100%;
}

.inner:after {
    content: "";
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0;
    clear: both;
}

.left-column {
    float: left;
    width: 170px;
}

* html .left-column {
    overflow: hidden;
}

.menu {
    width: 162px;
    background: url(/images/menu-bg.gif) repeat-y;
}

.menu .top-bg {
    background: url(/images/menu-top-bg.jpg) no-repeat;
}

.menu .bottom-bg {
    background: url(/images/menu-bottom-bg.gif) no-repeat 0 100%;
    padding: 5px 0 3px;
    height: 100%;
}

.menu .bottom-bg:after {
    content: "";
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0;
    clear: both;
}

.menu ul {
    margin: 0;
    padding: 0 33px 0 9px;
    list-style: none;
}

.menu ul li {
    line-height: 30px;
    background: url(/images/nav-line.gif) no-repeat;
    font-size: 14px;
    padding: 1px 0 0;
    float: left;
    width: 100%;
}

.menu ul li.first {
    background: none;
}

.menu ul li a {
    text-decoration: none;
    color: #e43517;
}

.menu ul li a:hover {
    text-decoration: underline;
}

.menu ul li.active a span {
    padding-right: 5px;
    background: url(/images/nav-small-bg.gif) repeat-x;
}

.menu ul li.active a {
    display: block;
    background: url(/images/nav-bg.gif) no-repeat;
    color: #fff;
    text-decoration: none !important;
    padding: 0 0 0 19px;
    width: 142px;
    height: 31px;
    margin: -1px 0 -1px -18px;
    position: relative;
}

.menu ul .active ul {
    display: block;
}

.menu ul ul {
    padding: 3px 0 3px 10px;
    display: none;
    width: 117px;
    overflow: hidden;
    height: 100%;
}

.menu ul ul li {
    line-height: 19px;
    background: none;
    padding: 0;
    font-size: 12px;
}

.menu ul .active ul li a, .menu ul ul li a {
    background: none;
    height: auto;
    color: #e43517;
    display: inline;
    padding: 0;
    margin: 0 8px 0 0;
    float: left;
    width: auto;
}

* html .menu ul .active ul li a, * html .menu ul ul li a {
    margin-right: 4px;
}

.menu ul ul li a:hover {
    text-decoration: underline !important;
}

#content .menu ul ul li.active a {
    color: #a39888;
    text-decoration: none !important;
}

.menu ul .active ul li span, .menu ul ul li span {
    background: none;
    padding: 0;
    display: block;
    line-height: normal;
    height: 1%;
    overflow: hidden;
}

.menu ul ul li.active span {
    background: url(/images/subnav-arrow.gif) no-repeat 100% 6px;
}

.center-column {
    float: left;
    width: 393px;
    padding: 0 0 0 8px;
}

h2 {
    margin: -3px 0 0;
    color: #e43517;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
}

h2 span {
    color: #fdc600;
}

.center-column h3 {
    margin: 0;
    padding: 13px 15px 11px 0;
    color: #e43517;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}

.center-column .img {
    float: left;
    margin: 18px 17px 0 0;
}

.center-column p {
    margin: 0;
    line-height: 14px;
}

.center-column p a {
    text-decoration: none;
    color: #e43517;
}

.center-column p a:hover {
    text-decoration: underline;
}

.center-column .news {
    width: 250px;
    margin: 47px 0 0;
}

.center-column .news h2 {
    margin: 0;
    padding: 0;
    height: 15px;
    background: url(/images/inner-news-head.gif) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

.print {
    float: right;
    width: 121px;
    padding: 97px 5px 0 0;
}

.print div a {
    text-decoration: underline;
    color: #a19787;
    padding: 1px 0 2px 24px;
    background: url(/images/print-icon.gif) no-repeat;
}

.print div a:hover {
    text-decoration: none;
}

.print span {
    display: block;
    font-size: 10px;
    color: #a4c537;
    line-height: 12px;
    padding: 7px 0 0;
    word-spacing: -2px;
}

.right-column {
    float: right;
    width: 250px;
    margin: 0 -10px 0 0;
    position: relative;
}

.right-column .news {
    margin: 31px 0 0;
}

.right-column .news h2 {
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    background: url(/images/right-column-news-head.gif) no-repeat 2px 0;
}

.right-column .faq h2 {
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    background: url(/images/right-column-faq-head.gif) no-repeat 2px 0;
}
.right-column .news ul {
    margin: 19px 0 0;
}
.fireproof
{
	margin-left: 5px; 
	margin-top: -10px;	
}	
.lang {
  /*  width: 252px; */
 	width:	184px;
    height: 50px;
    background: url(/images/lang-bg.gif) no-repeat;
    float: left;
    margin: 11px 0 0;
}

.lang h3 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #a39888;
    padding: 9px 0 0 12px;
}

.lang ul {
    margin: -12px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.lang ul li {
    float: left;
    width: 24px;
    margin: 0 7px 0 15px;
    display: inline;
    background: url(/images/lang-round.gif) no-repeat;
    padding: 3px 0 0 3px;
    height: 23px;
}

.lang ul li a {
    float: left;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
}

.lang ul li.lang_en a {
    background: url(/images/lang_en.gif) no-repeat;
}

.lang ul li.lang_de a {
    background: url(/images/lang_de.gif) no-repeat;
}

.lang ul li.lang_fr a {
    background: url(/images/lang_fr.gif) no-repeat;
}

.lang ul li.lang_nl a {
    background: url(/images/lang_nl.gif) no-repeat;
}

.lang ul li.lang_es a {
    background: url(/images/lang_es.gif) no-repeat;
}

.lang ul li.lang_en a.active, .lang ul li.lang_en a:hover {
    background: url(/images/lang_en-hover.gif) no-repeat;
}

.lang ul li.lang_de a.active, .lang ul li.lang_de a:hover {
    background: url(/images/lang_de-hover.gif) no-repeat;
}

.lang ul li.lang_fr a.active, .lang ul li.lang_fr a:hover {
    background: url(/images/lang_fr-hover.gif) no-repeat;
}

.lang ul li.lang_nl a.active, .lang ul li.lang_nl a:hover {
    background: url(/images/lang_nl-hover.gif) no-repeat;
}

.lang ul li.lang_es a.active, .lang ul li.lang_es a:hover {
    background: url(/images/lang_es-hover.gif) no-repeat;
}

.products {
    overflow: hidden;
    width: 161px;
    padding: 11px 0 0;
    margin: 20px 0 0;
    background: url(/images/products-line.gif) no-repeat 50% 0;
}

.products h2 {
    margin: 0 auto;
    height: 13px;
    width: 160px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/products-head.gif) no-repeat;
}

.products ul {
    margin: 3px 0 0;
    padding: 0;
    list-style: none;
}

.products ul li {
    float: left;
    padding: 11px 0 0;
}

.products ul li a {
    float: left;
    width: 75px;
    height: 69px;
    text-indent: -9999px;
    overflow: hidden;
}

.products ul li a:hover {
/*    background-position: 0 -69px !important; */
    background-position: 0 -138px !important;
}

#content .products ul li a.active {
    background-position: 0 -138px !important;
}

.products ul li.prod1 a {
    background: url(/images/products1.gif) no-repeat;
}

.products ul li.prod4, .products ul li.prod6, .products ul li.prod7 {
    margin-left: 11px;
    display: inline;
}

.products ul li.prod2 a {
    background: url(/images/products2.gif) no-repeat;
}

.products ul li.prod3 a {
    background: url(/images/products3.gif) no-repeat;
}

.products ul li.prod4 a {
    background: url(/images/products4.gif) no-repeat;
}

.products ul li.prod5 a {
    background: url(/images/products5.gif) no-repeat;
}
.products ul li.prod6 a {
    background: url(/images/products6.gif) no-repeat;
}
.products ul li.prod7 a {
    background: url(/images/products7.gif) no-repeat;
}

.block {
    width: 381px;
    overflow: hidden;
    margin: 0 0 0 0;
	margin-bottom: 22px;
/*    background: url(/images/block-bg.gif) repeat-y; */
}

.block .top-bg {
    overflow: hidden;
    height: 100%;
    background: url(/images/block-top-bg.gif) no-repeat;
}

.block .bottom-bg {
    min-height: 187px;
    background: url(/images/block-bottom-bg.gif) no-repeat 0 100%;
}

* html .block .bottom-bg {
    height: 187px;
}

.box {
    width: 253px;
    float: left;
    margin: 14px 0 0;
    background: url(/images/box-bg.gif) repeat-y;
}

.box .top-bg {
    overflow: hidden;
    height: 100%;
    background: url(/images/box-top-bg.gif) no-repeat;
}

.box .bottom-bg {
    min-height: 282px;
    background: url(/images/box-bottom-bg.gif) no-repeat 0 100%;
}

.box2 {
    width: 250px;
    float: left;
    margin: 14px 0 0;
}

.box2 .top-bg2 {
    overflow: hidden;
    height: 279px;
}

.box2 .bottom-bg2 {
    min-height: 282px;
}

* html .box .bottom-bg {
    height: 282px;
}

.service {
    width: 253px;
    float: left;
    margin: 13px 0 0;
    background: url(/images/service-bg.gif) repeat-y;
}

.service .top-bg {
    overflow: hidden;
    height: 100%;
    background: url(/images/service-top-bg.gif) no-repeat;
}

.service .bottom-bg {
    padding: 16px 18px 16px 13px;
    overflow: hidden;
    height: 100%;
    background: url(/images/service-bottom-bg.gif) no-repeat 0 100%;
}

.service h2 {
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0;
    background: url(/images/service-head.gif) no-repeat;
}

.service h2.intekstblok, .top-bg2 h2.intekstblok {
	background:none;
	text-indent:0;
	font-size:17px;
	text-transform:uppercase;
}

.service p {
    margin: 0;
    color: #a19787;
    line-height: 14px;
    padding: 19px 0 0;
    font-size: 12px;
}
.tekstblok p{
	padding:0;
}
.tekstblok .bericht{
	margin-top:19px;
}

.service .link {
    overflow: hidden;
    height: 100%;
    padding: 21px 0 0;
}

.service .link a {
    float: left;
    text-decoration: underline;
    color: #a39888;
    margin: 0 15px 0 0;
}

.service .link a:hover {
    text-decoration: none;
}

.service .link span {
    display: block;
    height: 1%;
    overflow: hidden;
    background: url(/images/subnav-arrow.gif) no-repeat 100% 4px;
}

LI .navgrey {
    color: #e43517;
}

h4 {
    display: inline;
    color: #fdc600;
}

.leftbottom {
    padding-top: 40px;
    text-align: center;
}

.products_basic {
    overflow: hidden;
    width: 161px;
    padding: 11px 0 0;
    margin: 20px 0 0;
    background: url(/images/products-line.gif) no-repeat 50% 0;
}

.products_basic h2 {
    margin: 0 auto;
    height: 13px;
    width: 160px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/ffbasic-head.gif) no-repeat;
}
.products_basic h2.geenImage{
	text-indent:0px;
	background:none;
}

.products_basic ul {
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    /*	letter-spacing: -1px;*/
}

.products_basic ul li {
    background: url(/images/news-dot.gif) repeat-x;
    padding: 5px 0;
    width: 100%;
    float: left;
    margin: -1px 0 0;
}

.products_basic ul li a {
    text-decoration: none;
    color: #a39888;
    background: url(/images/news-dot1.gif) repeat-x bottom;
    display: block;
}

.products_basic ul li a:hover {
    color: #e43517;
    background-image: url(/images/news-dot2.gif);
}

.products_basic ul li span {
    background: #fff;
}

/*
 * Tabellen voor technische informatie
 */
.tech-table{
	position:relative;
}
	.tech-table .table-header{
		width:382px;
		height:18px;
		background:url('/images/table-header.gif');
		line-height:18px;
	}
	
	.tech-table .num1{
		height:auto !important;
		margin-left: 5px;
		line-height:18px;
	}
	.tech-table .num2{
		height:auto !important;
		margin-left: 5px;
		padding-right: 5px;
		line-height: 18px;
	}
	.tech-table .num3{
		margin-left:5px;
		line-height:18px;
	}
	
	.tech-table .table-header .num1, .tech-table .table-header .num2{
		border-right:1px dotted #666;
	}
	.tech-table .num3{
		height:auto !important;
		padding-left:2px;
	}
	
	.tech-table .row {
		background:url(/images/dot.gif) repeat-y 286px 0px;
	}
	
		.tech-table .table-header .table-header-item{
			float:left;
			width:120px;
			color:#E43517;
			text-transform:uppercase;
		}
		
		.tech-table .table-header .num1{
			margin-left: 5px;
		}
		
		.tech-table .table-header .num2{
			margin-left: 5px;
		}

		.tech-table .table-header .num3{
			margin-left: 5px;
		}

		.tech-table .table-content .row{
			position:relative;
			display:block;
			width:382px;
		}
		
		.table-content-item {
			float:left;
			width:120px;
			height:18px;
			font-size: 11px;
		}
		.num1 {
			border-right:1px dotted #666;
			color: #8C806E;
		}
		.num2 {
			width:150px ! important;
			color: #8C806E;
		}
		.num3 {
			width:85px ! important;
			color: #8C806E;
		}
.text-table{
    width: 381px;
    overflow: hidden;
    margin: 10px 0 0px 0;
	background: url(/images/block-bg.gif) repeat-y;
	min-height:0;
	color: #000;
}
	.text-table .bottom-bg{
		padding:10px;
		min-height:0;
	}		
		
.contentlink {
    text-decoration: underline;
    color: #a39888;
}
h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent:0;
	font-size:17px;
	text-transform:uppercase;
    color: #e43517;
}
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent:0;
	font-size:12px;
}
