@charset "utf-8";
/* CSS Document */

html,body{
	background-image:url(../layout/bgBody.jpg);
	background-repeat:repeat-x;
	background-color:#f4f4ea;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
}

#contentContainer{
	width:990px;
	margin:0px auto 20px auto;
}

#contentTop{
	width:990px;
	height:121px;
	background-image:url(../layout/bgContentTop.jpg);
	background-repeat:no-repeat;
}

#contentMenu{
	width:987px;
	height:70px;
	padding:0px 0px 0px 3px;
	background-image:url(../layout/bgContentMenu.jpg);
	background-repeat:no-repeat;
	background-color:#3c352e;
	z-index:100;
}

#contentMain{
	width:967px;
	padding:25px 0px 0px 22px;
	background-image:url(../layout/bgContentMain.jpg);
	background-repeat:repeat-y;
	border-bottom:1px solid #e0e2ca;
}

#contentMainFooter{
	width:948px;
	margin:15px 0px 0px 0px;
	border-top:1px solid #e5e5d3;
	color:#909090;
	font-size:8pt;
}


/*###-- contentTop --###*/
#contentTopLogo{
	float:left;
	width:197px;
	height:54px;
	margin:30px 0px 0px 10px;
}

#contentTopImage{
	float:right;
	width:300px;
	height:120px;
	overflow:hidden;
}

/*###-- contentMain --###*/
#contentMainIntro{
	float:left;
	width:440px;
/*	height:270px;*/
	margin:0px 20px 0px 0px;
	padding:0px 10px 60px 0px;
	background-image:url(../layout/bgContentMainIntro.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.contentMainBox{
	float:left;
	width:209px;
	padding:9px;
	overflow:hidden;
}

.contentMainBoxContent{
	width:186px;
	padding:9px 9px 9px 12px;
	overflow:hidden;	
}

.contentMainBoxGreen{
	height:223px;
	background-color:#9fc965;
	border:1px solid #659a1c;
}

.contentMainBoxContentGreen{
	height:201px;
	background-color:#e5f0d5;
	border:1px solid #ffffff;
}

.contentMainBoxGreenDownload{
	margin-bottom:20px;
	background-color:#9fc965;
	border:1px solid #659a1c;
}

.contentMainBoxContentGreenDownload{
	background-color:#e5f0d5;
	border:1px solid #ffffff;
}

.contentMainBoxGray{
	height:223px;
	margin-left:20px;
	background-color:#f4f3e7;
	border:1px solid #e5e5d3;
}

.contentMainBoxContentGray{
	height:201px;
	background-color:#ffffff;
	border:1px solid #bcbcbc;
}

#contentMainLarge{
	width:928px;
	padding:9px;
}

#contentMainLargeBox{
	width:926px;
	height:220px;
	padding:9px;
	background-color:#f4f3e7;
	border:1px solid #e5e5d3;
}

#contentMainLargeBoxContent{
	width:928px;
	height:200px;
	padding:9px 0px 9px 0px;	
	background-color:#ffffff;
	border:1px solid #bcbcbc;
}

#contentMainLargeBoxContent h2{
	margin:0px 0px 15px 12px;
}

#contentMainLargeBoxContent ul{
	list-style:none;
}

#contentMainLargeBoxContent ul li{
	float:left;
	width:153px;
	height:160px;
	list-style:none;
	border-right:1px dotted #000000;
	text-align:center;
}

#contentMainLargeBoxContent ul li.lastProduct{
	border-right:0px;
}

#contentMainLargeBoxContent ul li a img{
	border:1px solid #e5e5d3;
}

#contentMainLargeBoxContent ul li a:hover img{
	border:1px solid #659a1c;
}

/*###-- VERVOLG PAGINA --###*/
#contentMainLeft{
	float:left;
	width:690px;
}

.contentMainLeftPageImageDiv{
	float:right;
	width:290px;
}

.contentMainLeftPageImage{
	padding:0px 0px 10px 20px;
}

#contentMainLeft ul{
	margin:0px 0px 0px 20px;
	list-style:square;
}

#contentMainLeft ul li{
	list-style:square;
	line-height:12pt;
}

#contentMainRight{
	float:left;
	width:220px;
	margin:0px 0px 0px 20px;
}

ul.contentMainRightList{
	margin:10px 0px 10px 20px;
	list-style:square;
}

ul.contentMainRightList li{
	margin:2px 0px 2px 0px;
	list-style:square;
}

/*###-- NIEUWS PAGINA --###*/
.newsItem{
	float:left;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	border-top:1px dotted #000000;
	width:691px;
}

.newsItemDetail{
	padding:10px 0px 10px 0px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

.newsItemImgDiv{
	float:right;
	margin:0px 0px 0px 20px;
}

.newsItemImgDivBorder{
	border:1px solid #e5e5d3;
}

.newsItem p{
	padding:0px 20px 0px 0px;
}

.newsItem img, .newsItemDetail img{
	padding:5px;
	margin:0px 0px 0px 0px;
	background-color:#e5e5d3;
	border:1px solid #ffffff;
}

.newsItemDate{
	font-weight:bold;
	color:#9fc865;
}

.newsItem a.newsItemImgLink{
	width:132px;
	height:102px;
	border:1px solid #e5e5d3;
	display:block;
}

.newsItem a.newsItemImgLink:hover{
	border:1px solid #659a1c;
}

/*###-- Textstyles --###*/
h1{
	margin:0px 0px 15px 0px;
	font-size:13pt;
	color:#9fc865;
}

h2{
	margin:0px 0px 10px 0px;
	font-size:10.5pt;
	color:#413c33;
}

.contentMainBoxContentGreenDownload h2{
	margin:0px;
}

h3, h3 a{
	font-size:9pt;
	color:#9fc865;
	display:block;
	font-weight:bold;
}

#contentMainLargeBox h3 a{
	padding:0px 0px 10px 0px;
	font-weight:normal;
}

h3 a:hover{
	text-decoration:none;
}

em{
	font-style:italic;
}

strong{
	font-weight:bold;
}

p{
	margin:7px 0px 10px 0px;
	line-height:12pt;
}

.contentMainBoxContentGreen p{
	margin:15px 0px 20px 0px;
	line-height:11pt;
}

p.floatRight{
	text-align:right;
	margin:10px 5px 0px 0px;
}

a{
	color:#5b96dc;
	text-decoration:none;
	-moz-outline-style: none;	
}

a.arrowLinkLeesMeer{
	width:70px;
	height:20px;
	margin:10px 0px 0px 10px;
	padding:0px 35px 0px 0px;
	background-image:url(../layout/bgArrowLink.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	font-weight:bold;
	display:block;
}

a:hover{
	text-decoration:underline;
}

#paginaContentLarge ul {
	margin-left:30px;
}

#paginaContentLarge ul li {
	list-style:disc;
	margin-bottom:5px;
	padding:0px 10px;
	line-height:12pt;
}

label {
	width: 200px;
	display:block;
	float:left;
}

.formrow {
	margin-bottom:10px;
	display:block;
	border-bottom:1px solid #E6E6E6;
	width:520px;
}

.producten_link {
 height:100px;
 display:block;
}

/*-- containerTabs --*/
.screenshot {
	width:200px;
	padding:0px 8px;
	text-align:center;
	font-size:9px;
	float:left;
}

#tabsProducten{
	background-color:#f4f3e7;
	border:1px solid #e6e6d5;
	padding:7px;
}

#tabsProducten ul,#tabsProducten ul li, #tabsProducten p{
	margin:0px;
}

.yui-nav{
	position:relative;
	height:33px;
	border-bottom:1px solid #bcbcbc;
	overflow:visible;
	z-index:100;
}

.yui-content ul { padding-left: 20px; display: block;}

.yui-nav li{
	padding:8px 10px 8px 10px;
	background-color: #f4f3e7;
	border:1px solid #e6e6d5;
	border-bottom:1px solid #bcbcbc;
	border-top:0px;
}

.yui-nav li.selected{
	background-color:#ffffff;
	border:1px solid #bcbcbc;
	border-bottom:1px solid #ffffff;
}

.yui-nav li a em{
	font-weight:bold;
}

.yui-nav li a{
	color:#2b7ed1;
	text-decoration:none;
}

.yui-nav li.selected a{
	color:#9fc965;
	text-decoration:none;
}

.yui-content{
	z-index:1;
	margin:0px;
	padding:10px;
	background-color:#ffffff;
	border:1px solid #bcbcbc;
	border-top:0px;
}


ul#faqList {
	margin-left:30px;
	border:1px solid #00000;
}

ul#faqList li {
	margin-bottom:10px;
}


.afbeeldingproduct {
	border: thick #CCFFFF 10px;
	width: 125px;
	height: 95px;
}
