@charset "utf-8";

* {
	margin:0px;
	padding:0px;
	
}

body {
	background: #000 url("../../images/skin/default/back.jpg") center repeat-y;
}

body, html{
	font-size:12px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	margin-top:0px;
	color:#FFF;  /* #f8931d;*/
}

object, button, form, a {
	outline:none;
}	


#header {
	width:860px;
	height:136px;
	overflow:hidden;
	background: #000 url("../../images/skin/default/header.jpg");
}

#page {
	padding:15px;
	min-height:500px;
}

.subPage {
	width: 640px;
	margin-left:30px;
}

#main {
	width:863px;
	padding:10px 0px;
	margin:0 auto;
	border-left:1px solid #262626;
	border-right:1px solid #262626;
}


/*
#nav {
	border-top:1px solid #262626;
	border-bottom:1px solid #262626;
	padding:4px 0px;
	margin-bottom:20px;
}

#nav ul {
	margin:0px;
	padding:0px;

}

#nav ul li {
	display:block;
	float:left;
	padding:0px 0px;
	
}

#nav ul li a {
	font-weight:bold;
	font-size:12px;
	display:block;
	padding:1px 8px;
	border-right:2px solid #FFF;
	color:#FFF;
}

#nav ul li a:hover {
	color:#FFF;
	background:#262626;
}*/


ul.topnav {
	list-style: none;
	padding: 0 15px;
	margin: 0;
	float: left;
	width:832px;
	background: #222  url('../../images/skin/default/navback.png');
	font-size: 1.2em;
	margin-bottom:20px;
	margin-top:5px;
	
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	/*background: url(topnav_hover.gif) no-repeat center top;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url('../../images/skin/default/subnav_btn.gif') no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
	z-index:999;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 135px;
	background: #333 url('../../images/skin/default/dropdown_linkbg.gif') no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url('../../images/skin/default/dropdown_linkbg.gif') no-repeat 10px center;
	width: 140px;
	padding-left: 20px;
}


#subNav {
	width:150px;
}

#subNav a {
	display:block;
	padding:10px 8px;
	border-bottom:1px solid #262626;
	color:#FFF;
}

#subNav a:hover {
	background:#262626;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	padding : 0px 0px 8px 0px;
	margin : 0px;
	color:#ec001f;
}

h2 {
	padding : 0px 0px 8px 0px;
	font-weight: bold;
	margin:1px 0px;
	font-size: 16px;
	color:#ec001f;
}


h3 {
font-size: 14px;
font-weight: bold;
padding : 0px 0px 8px 0px;
margin : 0px;
}

a, object {
	outline:none;
}



.hidden {
	display:none;
}



#footer {

	font-size:11px;
	padding:3px 10px;
	color:#9c9c9c;

	border-top:1px solid #262626;
	
	
}

#footer  span {
	color:#9c9c9c;
}

/* knoppenlinks opmaak */
#footer  a {
	color:#9c9c9c;
	font-weight:bold;
	text-decoration: none;
}



#footer  a:hover {
	color:#9c9c9c;
	text-decoration: underline;
}


a {
	color:#484846;
	text-decoration:none;
}

ul {
list-style-image:none;
list-style-type:none;

}

.stroke01{
	line-height: 3px;
	background-image: url('../../images/skin/default/stroke_01.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.padding5{
	padding: 5px;
}


.padding10{
	padding: 10px;
}

.marginRight20{
	margin-right: 20px;
}

.marginRight30{
	margin-right: 30px;
}

.marginRight10{
	margin-right: 10px;
}

.marginRight5{
	margin-right: 5px;
}

.marginLeft10{
	margin-left: 10px;
}

.marginLeft5{
	margin-left: 5px;
}

.marginTop10{
	margin-top:10px;
}

.marginTop20{
	margin-top:20px;
}

.marginBottom5{
	margin-bottom:5px;
}


.marginBottom10{
	margin-bottom:10px;
}

.marginBottom20{
	margin-bottom:20px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.right {
	text-align: right;
}

.container {
	width:100%;
	overflow:hidden;
}

#clear , .clear {
	clear:both;
	margin:0px;
	padding:0px;
}




form {
	margin:0px;
	padding:0px;
}


#page {

	
}

input, select, textarea {
	padding:3px;
	font-size:11px;
}


.center {
	text-align:center;
}

#sitemap a, #sitemap a:link, #sitemap a:visited, #sitemap a:active {
	text-decoration:none;
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapcategory_01.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #FFF;
}

#sitemap a:hover {
	color: #e3001b;
}

#sitemap li  {
	margin:0px 15px;
	padding:4px;
	padding-left:0px;
	font-size:13px;
	font-weight:bold;
	list-style: none;
	list-style-position: inside;
}

#sitemap ul {
	margin:0px;
	padding:2px;
	padding-left:5px;
	list-style-position: inside;
	list-style: none;
}

#sitemap li.cat {
	margin-left:25px;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.cat a, #sitemap li.cat a:link, #sitemap li.cat a:visited, #sitemap li.cat a:active {
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color:#FFF;
}

#sitemap li.cat a:hover {
	color:#a7a18b;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01_over.png');
}

#sitemap li.subcat {
	margin-left:40px;
	font-size:95%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 {
	margin-left:40px;
	font-size:90%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 a, #sitemap li.subcat2 a:link, #sitemap li.subcat2 a:visited, #sitemap li.subcat2 a:active {
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color:#101010;
}

#sitemap li.subcat2 a:hover {
	color:#f8931d;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01_over.png');
}


.errorForm {
	background:#e5d2d5;
	padding:15px;
	color:#000;
	font-weight:normal;
	margin: 10px 0px;
	border:1px solid #59000c;
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style: disc;
	list-style-position: outside;
}


.spacer {
	height:3px;
	line-height:2px;
	margin:2px 0px;
}

#map {
	margin:25px 0px;
	width: 840px;
	height: 325px;
	color:#000;
	border:1px solid #a7a18b;
}

#overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

#pagination {
	font-size:11px;
	border-top:1px solid #6a6a69;
	padding-top:5px;
}

#pagination span {
	padding-right:20px;
}


.small {
	font-size:9px;
}


#sfeer {
	width:836px;
	height:450px;
	border:2px solid #262626;
	text-align:center;

}

.sfeer {
	width:836px;
	height:450px;
	overflow:hidden;
	text-align:center;
}


.navArrows {
	padding-top:30px;
}





label {
	display: block;
	width: 125px;
	float:left;
	margin-bottom: 5px;
	font-size:14px;
	color: #FFF;
	font-weight: bold;
	text-align:right;
	margin-right:10px;
}

label .small {
	display: block;
	width: 125px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #939393;
	font-weight: normal;
}


 input , select , textarea,  input[type="password"] {
	margin-bottom: 5px;
	width: 300px;
}




 input[type="radio"] {
	margin-top:0px;
}

textarea {
	height: 60px;
}

 select {
	width: 308px;
	margin-right:2px;
}

 button {
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #e0001a;
	padding: 5px 10px;
	margin-top: 2px;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	

}


#form2 label {
	display: block;
	width: 85px;
	float:left;
	margin-bottom: 4px;
	font-size:14px;
	color: #FFF;
	font-weight: bold;
	text-align:left;
}

#form2 label .small {
	display: block;
	width: 85px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #939393;
	font-weight: normal;
}


 #form2 input,  #form2 input[type="text"],#form2 select , #form2 textarea,  #form2 input[type="password"] {
	margin-bottom: 4px;
	width: 250px;
}

#form2 button {
	margin-left:85px;
}

.cProductPic {
	width:125px;
	height:95px;
	overflow:hidden;
	border:1px solid #e2001a;
	text-align:center;
}

.productPic {
	text-align:center;
	width:140px;
	height:95px;
	overflow:hidden;
	background:#FFF;
	border:1px solid #e2001a;
}

.productPic2 {
	width:250px;
	height:250px;
	overflow:hidden;
	text-align:center;
	background:#FFF;
	border:1px solid #e2001a;
}

.productName {
	padding:3px 0px;
	height:24px;
	width:140px;
}

.productName a {
	color:#FFF;
	font-size:12px;
}

.cell1 {
	float:left;
	width:60px;
	font-weight:bold;
	margin:5px 0px;
	font-size:13px;
	text-align:right;
	margin-right:20px;
}

.cell2 {
	float:left;
	font-size:13px;
	width:250px;
	font-weight:bold;
	margin:5px 0px;
}

.file {
 padding:14px 10px;
 background: #282828 url('../../images/icons/pdf.png') no-repeat 10px 10px;
 padding-left:44px;
 margin:10px 0px;
 min-height:14px;

 
}

.file a {
	text-decoration:underline;
	color:#FFF;
}

.file a:hover {
	text-decoration:none;
}
