/* default configuration */
* { margin: 0px; padding: 0px; } /* remove all browser specific default spacing */
body, html { height: 100%; }

body {
	background: #D3D3D3;
	font: normal 62.5%/1.4em tahoma, verdana, arial, sans-serif; /* 62.5% makes 1em ~ 10px */
	line-height: 1.4em;
	color: #000;
}

h1 { font: 1.8em/1.5em Verdana, Arial, Helvetica, sans-serif; color: #0093D0; }
h2 { font: 1.8em/1.5em Verdana, Arial, Helvetica, sans-serif; color: #0093D0; }
h3 { font: bold 1.0em/1.3em tahoma, verdana, arial, sans-serif; color: #0093D0; }
h4 { font: normal 1.0em/1.5em tahoma, verdana, arial, sans-serif; color: #0093D0; text-transform:uppercase; }
h5 { font: 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif; color: #000; }

img {	border: 0; display: block; }
a { color: #F29F00; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0 0 1.0em 0; }

#contentBody li {
	margin: 0px 0px 0px 15px;
}

#contentBody ul {
	margin: 10px 0px 0px 0px;
}

fieldset { border: 0; }
input, textarea, select { font: normal 1.0em/normal tahoma, verdana, arial, sans-serif; }
select {
	margin: 3px 0px 3px 0px;
	background-color: #F3F3F3;
	height: 18px;
	border: 0px;
	width: 250px;
	padding: 0px 0px 0px 0px;
}

.left { margin: 0px; padding: 0px; float: left;  }
.clear { clear: both; height: 20px; line-height: 20px; background: #ECECEC; }

.file {
	clear: both;
	padding: 0px 0px 0px 0px !important;
	background: #FFFFFF url(../) !important;
	line-height: 25px !important;
}


/* MAIN */

#stageHome { 
	background: #FFFFFF;
	position: relative;
	left: 50%;
    margin-left: -400px;
	width: 800px;
	font: 1.1em/1.5em tahoma, verdana, arial, sans-serif; color: #000; 
	height: auto;
}

#stagePage { 
	background: #ECECEC;
	position: relative;
	left: 50%;
    margin-left: -400px;
	width: 800px;
	font: 1.1em/1.5em tahoma, verdana, arial, sans-serif; color: #000; 
	height: auto;
}


#menu {
	background-image:url(../images/menu_top.gif);
	width: 800px;
	height:86px;
	position:relative;
}

.logo { 
	position:absolute; 
	top:0px; 
	left:0px; 
	display:block; 
}
.menu { 
	position:absolute;
	top:50px; 
	left:160px; 
	display:block;
}
.menu li {
	display:inline;
	float:left;
	margin: 0px 0px 0px 0px !important;
}

.menu ul {
	margin: 0px 0px 0px 0px !important;
	list-style: none;
}


#banner {
	clear:both;
	height: 195px;
}

#bodyHome {
	background: #FFFFFF url(../images/bckgndvector.gif) left top no-repeat;
	height: 287px;
	overflow: hidden;
	width: 800px;
	padding:0px 0px 0px 0px;
}


#footer {
	background: #FFFFFF url(../images/bckgndfooter.gif) left top no-repeat;
	height: 15px;
	overflow: hidden;
	width: 800px;
	text-indent: 230px;
	font: normal 1.0em/1.4em tahoma, verdana, arial, sans-serif; color: #FFFFFF; 
	clear: both;
}

.ankeiler {
	display: block;
	float: left;
	width: 175px;
	height: 255px;
	overflow: hidden;
	margin-left: 20px;
	font: normal 1.0em/1.7em tahoma, verdana, arial, sans-serif; color: #000; 
}

.ankeiler h1 { 
	font: bold 1.3em/2.2em Arial, Helvetica, sans-serif; color: #2291CC; 
	text-transform: uppercase; 
	border: 1px solid #D5E5F0; border-bottom: 0px; 
	text-align: center;
	height: 30px;
	overflow: hidden;
}

.ankeiler img {
	margin-bottom: 7px; 
}

.ankeiler a {
	display: block;
	position: absolute;
	bottom: 28px;
	text-indent: 15px;
	background: url(../images/arrowlink.gif) left 4px no-repeat;
	font: bold 1.0em/1.7em tahoma, verdana, arial, sans-serif; color: #F29F00; 
	font-weight: bold;
}

#bodyPage {
	/* background: url(../images/_bckgndcontentbody.gif) left top repeat-y; */
}

#contentLeft {
	background: url(../images/bckgndcontentleft.gif) left top no-repeat;
	display: block;
	width: 205px;
	float: left;
	padding-top: 15px;
}

#contentLeft .menuitem1 {
	background: url(../images/arrowmenuitem0.gif) left 7px no-repeat;
	margin: 10px 0px 0px 20px;
	padding-left: 10px;
	font: bold 1.1em/1.7em tahoma, verdana, arial, sans-serif; color: #0093D0;
	display: block;
	width: 160px;
}

#contentLeft .menuitem1.active1 {
	background: url(../images/arrowmenuitem1.gif) left 7px no-repeat;
	color: #F29F00;
}

#contentLeft .menuitem2 {
	background: url(../images/arrowmenuitem0.gif) left 3px no-repeat;
	margin: 0px 0px 2px 30px;
	padding-left: 10px;
	display: block;
	font: normal 1.0em/1.1em tahoma, verdana, arial, sans-serif; color: #0093D0;
	width: 150px;
}

#contentLeft .menuitem2.active2 {
	background: url(../images/arrowmenuitem1.gif) left 3px no-repeat;
	color: #F29F00;
}

#contentBody {
	background: url(../images/bckgndcontentbody.gif) left top no-repeat;
	display: block;
	width: 595px;
	float: left;
	min-height: 400px;
	_height: 400px;
	padding-bottom: 20px;
	position:relative;
	font-size: 1.2em;
}

#contentBody .introtext {
	padding: 0px 100px 20px 20px;
	color: #2291CC;
}

#contentBody .bodytext {
	padding: 0px 100px 5px 20px;
}

#contentBody .nav {
	border: 1px solid #E8E8E8;
	border-left: 0px;
	border-right: 0px;
	line-height: 20px;
	padding: 0px 0px 0px 20px;
	margin: 20px 0px 20px 0px;
	height: 20px;
	clear: both;
}

#contentBody .nav.normal {
	border: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: auto;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	height: auto;
}

#contentBody .nav .active {
	background: url(../images/arrowdown.gif) left 4px no-repeat;
}

#contentBody .nav a {
	background: url(../images/arrowmenuitem1.gif) left 4px no-repeat;
	color: #0093D0;
	padding-left: 10px;
}

#contentBody .nav a.terug {
	background: url(../images/arrowmenuitem2.gif) left 4px no-repeat;
	color: #0093D0;
	padding-left: 10px;
}

#contentBody .nav .pagFirst a {
	background: url(../images/arrowdblleft.gif) left 8px no-repeat;
	color: #0093D0;
	padding-left: 15px;
	padding-right: 10px;
	float: left;
	border-right: 1px solid #E8E8E8;
}

#contentBody .nav .pagFirst a.off {
	background: url(../images/arrowdblleftoff.gif) left 8px no-repeat;
	color: #E8E8E8;
}

#contentBody .nav .pagPrev a {
	background: url(../images/arrowmenuitem2.gif) left 9px no-repeat;
	color: #0093D0;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
	border-right: 1px solid #E8E8E8;
}

#contentBody .nav .pagPrev a.off {
	background: url(../images/arrowmenuitem2off.gif) left 9px no-repeat;
	color: #E8E8E8;
}

#contentBody .nav .pagination {
	color: #0093D0;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
	border-right: 1px solid #E8E8E8;
}

#contentBody .nav .pagination a {
	background: #FFFFFF url(../);
	color: #0093D0;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 5px;
}

#contentBody .nav .pagination {
	float: left;
	width: 170px;
	overflow: hidden;
	height: 20px;
}

#contentBody .nav .pagination .active {
	font-weight: bold;
	color: #F29F00;
}

#contentBody .nav .pagNext a {
	background: url(../images/arrowmenuitem1.gif) right 5px no-repeat;
	color: #0093D0;
	margin-left: 0px;
	padding-right: 10px;
	margin-right: 10px;
	
}

#contentBody .nav .pagNext a.off {
	background: url(../images/arrowmenuitem1off.gif) right 5px no-repeat;
	color: #E8E8E8;
}

#contentBody .nav .pagNext {
	border-right: 1px solid #E8E8E8;
	right: 170px;
	padding-right: 0px;
	position: absolute;
}

#contentBody .nav .pagLast {
	border-right: 1px solid #E8E8E8;
	right: 100px;
	padding-right: 10px;
	position: absolute;
}

#contentBody .nav .pagLast a {
	background: url(../images/arrowdblright.gif) right 4px no-repeat;
	padding-right: 15px;
}

#contentBody .nav .pagLast a.off {
	background: url(../images/arrowdblrightoff.gif) right 4px no-repeat;
	color: #E8E8E8;
}

#contentBody img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 3px;
}

#contentBody .prodTabs {
	border-bottom: 1px solid #E8E8E8;
	padding: 210px 0px 5px 20px;
	margin: 30px 0px 20px 0px;
}

#contentBody .prodTabs a {
	background: #EFEFEF;
	border: 1px solid #E8E8E8;
	border-bottom: 0px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	color: #0093D0;
}

#contentBody .prodTabs a.active {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-bottom: 0px;
	padding: 5px 10px 8px 10px;
	margin-bottom: 5px;
	color: #F29F00;
	_padding: 5px 10px 7px 10px;
}

#contentBody h1 {
	padding: 10px 20px 5px 20px;
}

#contentBody .prodHoofd {
	margin: 16px 20px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px dotted #CBD9EA; 
	color: #8E8E8E;
	width: 325px;
	height: 40px;
	position: absolute;
	z-index: 2;
}

#contentBody .prodBrand img {
	float: none;
	margin:0px;
}
#contentBody .prodBrand {
	margin: 11px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px dotted #CBD9EA; 
	color: #8E8E8E;
	width: 170px;
	height: 45px;
	position: absolute;
	right: 20px;
	z-index: 3;
}

#contentBody .prodImage {
	margin: 60px 20px 5px 10px;
	padding: 0px 0px 0px 10px;
	color: #8E8E8E;
	float: left;
	height: 160px;
	position: absolute;
	z-index: 4;
}

#contentBody .prodLinks {
	float: right;
	height: 200px;
	width: 180px;
	margin: 60px 0px 0px 0px;
	position: absolute;
	right: 20px;
}

#contentBody .prodLinks a {
	display: block;
	clear: both;
	background: url(../images/arrowmenuitem1.gif) 10px 6px no-repeat;
	padding: 0px 10px 3px 20px;
	color: #0093D0;
	border-bottom: 1px dotted #CBD9EA; 
	margin: 0px 0px 3px 0px;
}


#breadcrumb {
	display: block;
	width: 780px;
	height: 74px;
	color: #0093D0;
	background: url(../images/bckgndpagetop.gif) left top no-repeat;
	clear: both;
	padding: 4px 0px 0px 20px;
}

#breadcrumb a {
	color: #0093D0;
}

#breadcrumb strong {
	color: #F29F00;
	font-weight: bold;
}

#breadcrumb h2 {
	color: #0093D0;
	padding: 25px 0px 0px 0px;
}

#language {
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 10;
	color: #FFF;
}

#language a {
	color: #FFF;
}

#language a.active {
	color: #FFF;
	font-weight: bold;
}

.newsItem {
	margin: 0px 100px 20px 20px;
	clear: both;
}

.newsItem .introtext {
	color: #000 !important;
	padding: 0px 0px 10px 0px !important;
	float: left;
	display: block;
	width: 395px;
}

.newsItem img {
	float: left;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 5px;
}

.item {
	margin: 0px 20px 20px 20px;	
}

.item .introtext {
	color: #000 !important;
	padding: 0px 100px 10px 0px !important;
	float: left;
	display: block;
}

.formulier {
	display: none;
	border-top: 1px solid #E8E8E8;
	padding: 20px 100px 20px 20px;
	margin-top: 10px;
}

.formulier fieldset {
	width: 400px;
}

.formulier label {
	width: 100px;
	float: left;
	display: block;
	margin: 3px 0px 3px 0px;
	padding: 1px 0px 0px 2px;
	height: 16px;
}

.formulier input {
	margin: 3px 0px 3px 0px;
	background-color: #F3F3F3;
	border: 0px;
	height: 18px;
	width: 250px;
	padding: 2px 0px 0px 2px;
}

.formulier textarea {
	margin: 3px 0px 3px 0px;
	background-color: #F3F3F3;
	border: 0px;
	height: 70px;
	width: 250px;
	padding: 2px 0px 0px 2px;
}

.formulier select {
	margin: 3px 0px 3px 0px;
	background-color: #F3F3F3;
	height: 18px;
	border: 0px;
	width: 250px;
	padding: 2px 0px 0px 0px;
	font-size: 12px;
}


#formulier {
	display: none;
	border-top: 1px solid #E8E8E8;
	padding: 20px 100px 20px 20px;
	margin-top: 10px;
}
#formulier fieldset {
	width: 400px;
}

#formulier label {
	width: 100px;
	float: left;
	display: block;
	margin: 3px 0px 3px 0px;
	padding: 1px 0px 0px 2px;
	height: 16px;
}

#formulier input {
	margin: 3px 0px 3px 0px;
	background-color: #F3F3F3;
	border: 0px;
	height: 18px;
	width: 250px;
	padding: 2px 0px 0px 2px;
}

#formulier textarea {
	margin: 3px 0px 3px 0px;
	background-color: #F3F3F3;
	border: 0px;
	height: 70px;
	width: 250px;
	padding: 2px 0px 0px 2px;
}

#formulier select {
	margin: 3px 0px 3px 0px;
	background-color: #F3F3F3;
	height: 18px;
	border: 0px;
	width: 250px;
	padding: 1px 0px 0px 0px;
	font-size: 12px;
}

.submenuSelect {
	width: 160px;
}

.show{display:block;}
.hide{display:none;}
.prijs{position:absolute;top:65px;left:200px;}