/* CSS Document */
@import url("forms.css");
@import url("navigation.css");

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

/* PNG fix */
img, div, a, input, p, span {
	behavior: url('/css/iepngfix.htc');
}

/* Global Styles */
html {
	overflow-y: scroll;
	/*height: 100%;*/
}

body {
	margin: 0;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #004489;
	line-height: 15px;
	text-align: justify;
	height: 100%;
}

body.algemeen{ 			background: url('/img/background_algemeen.gif') repeat-x; }
body.algemeen_readon{	background: url('/img/background_algemeen_readon.gif') repeat-x; }
body.assortiment{ 		background: url('/img/background_assortiment.gif') repeat-x; }
body.feestverpakkingen{	background: url('/img/background_feestverpakkingen.gif') repeat-x; }
body.nieuw{ 			background: url('/img/background_nieuw.gif') repeat-x; }
body.klantgroepen{ 		background: url('/img/background_klantgroepen.gif') repeat-x; }
body.contact{ 			background: url('/img/background_contact.gif') repeat-x; }
body.links{ 			background: url('/img/background_links.gif') repeat-x; }

a {
	outline-style: none;
	color: #ac6104;
	text-decoration: none;	
}
a:hover {
	color: #ac6104;
	text-decoration: underline;	
}

a.bold { font-weight: bold; }

span.none { position: absolute; left: -9999px; }
a.none {	color: #FFFFFF; text-decoration: none; height: 1px;}
span.bold {	font-weight: bold; }

#container{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.1em;
	background: url('/img/background_stans.png') no-repeat top center;
}

#body_wrapper{
	width: 922px;
	overflow: hidden;
	background: url('/img/header_logo.png') no-repeat top center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 158px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

/* Top Styles */
#top_wrapper {
	width: 922px;
	height: 48px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(/img/top_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Content Styles */
#content_wrapper{
	width: 922px;
	margin: 0;
	padding: 0;
	float: left;
	background: url('/img/content_bg.png') repeat-y;
}

#content_left{
	width: 158px;
	margin: 0;
	padding: 0 9px 0 10px;
	float: left;
	display: inline;
	background: url('/img/content_left.gif') no-repeat top left;
}

#content_right{
	width: 735px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#contentWrapper {
	width: 440px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#contentWrapperReadon {	
	width: 735px;
}

#contentWrapper .boxed  h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 17px;

}

#contentWrapperReadon .boxed  h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 17px;

}

#contentWrapper .boxed {
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	line-height: 22px;
	text-align: left;
	}
	
#contentWrapperReadon .boxed {
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 22px;
	text-align: left;
	}

#sidebar_right {
	width: 295px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	}
	
#sidebar_right .boxed {
	padding-top: 10px;
	}
	
.sidebarRightBannerHolder {
	padding-bottom: 10px;
	}

#navigationHolder {
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
	clear: both;
}

#visualHolder {
	clear: both;
}

#visualHolder img {
	width: 707px;
	margin-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004489;
	padding-bottom: 11px;
	padding-top: 8px;
}

.contentLinkHolder {
	height: 17px;
	/*padding-bottom: 17px;
	float: left;*/
	}
	
.contentLinkHolder a {
	display: block;
	}

/* Bottom Styles */
#bottom_wrapper{
	width: 922px;
	height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	background: url('/img/bottom_bg.png') no-repeat;
}

/* Kruimelpad */
#kruimelpad {
	margin-left:16px;
}

/* Sidebar Left */

.sidebarLeftBoxed {
	padding-left: 10px;
	padding-top: 25px;
	}
	
.sidebarLeftNews {
	clear: both;
	width: 137px;
	margin: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00478a;
	border-bottom-color: #00478a;
}

.sidebarLeftNews a {
	color: #004489;
}

.sidebarLeftNews a:hover {
	color: #004489;
	text-decoration: none;
}

.sidebarLeftNews img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
	
.sidebarLeftSearch {
	padding-left: 10px;
	padding-top: 19px;
}

input.searchField {
	float: left;
	background-image: url(/img/bgSearch.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 100px;
	overflow: hidden;
	padding: 7px;
	font-size: 10px;
	color: #729cc2;
	margin-left: -3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
input.searchButton {
	float: left;
	}
	
/* Footer */

#footerWrapper {
	clear: both;
	text-align: right;
	width: 922px;
	margin: auto;
	}
	
ul.footerList {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
ul.footerList li {
	display: inline;
	text-align: right;
	color: #04a0dd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #04a0dd;
	padding-left: 15px;
	padding-right: 15px;
	}
	
ul.footerList li.last {
	border-right-style: none;
}
	
ul.footerList li a {
	color: #04a0dd;
	text-decoration: none;
	}
	
/* Zoekpagina */

.zoekElement {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	}

.zoekElement h2 {
	font-size: 14px;
	font-weight: bold;
	}
	
.zoekCategorie {
	font-size: 9px;
	color: #81cfee;
	margin: 0px;
	padding: 0px;
	}
	
.zoekContent {
	margin: 0px;
	padding: 0px;
}

/* sitmap */

.boxed ul.sitemap {
	margin: auto;
	padding-left: 50px;
}

.boxed ul.sitemap li {
	list-style-type: circle;
}

.boxed ul.sitemap ul li {
	list-style-type: square;
	margin-left: 40px;
}

/* Medewerkers */

.medewerkersMainHolder {
	width: 290px;
	height: 110px;
	float: left;
	background-image: url(/img/bgMedewerkers.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 50px;
}

.medewerkersHolder {
	padding-left: 21px;
	padding-top: 17px;
	padding-right: 21px;
	}
	
.medewerkersPicture {
	background-image: url(/img/bgMedewerkerfoto.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 67px;
	height: 82px;
	float: left;
}

.medewerkersPicture img {
	padding-left: 1px;
	padding-top: 1px;
	}

.medewerkersGegevens {
	float: left;
	width: 180px;
	height: 82px;
	}
	
.medewerkersGegevens h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	line-height: 14px;
}

.medewerkersGegevens h5 {
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}

a.medewerkersButton {
	margin-left: 16px;
	margin-top: 0px;
	float: left;
	width: 65px;
	height: 23px;
	background-image: url(/img/btnMedewerkers.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
/* Assortiment */

div#assortiment {
	clear: both;
	float: left;
	width: auto;
	}

.rangeHolder {
	width: 112px;
	height: 145px;
	margin-right: 2px;
	float: left;
	text-align: center;
	}

/*.rangeHolderLarge {
	width: 345px;
	height: 120px;
	float: left;
	}*/
	
.rangeImageHolder {
	width: 112px;
	height: 85px;
}

.rangeTextHolder {
	line-height: 12px !important;
}

.rangeTextHolder a {
	color: #000000;
	}
	
.rangeHolderLarge {
	width: 345px;
	height: 142px;
	float: left;
	background-image: url(/img/bgAssortiment2.gif);
	background-repeat: no-repeat;
	margin-right: 7px;
	margin-bottom: 5px;
	}
	
.rangeHolderLargePicture {
	width: 143px;
	height: 100px;
	margin: 8px;
	float: left;
	}
	
.rangeTextLarge {
	width: 180px;
	float: left;
	margin-top: 8px;
	font-size: 12px;
	line-height: 16px;
}

.rangeTextLarge h2 {
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	overflow:hidden;
	}
	
.rangeTextLarge h2 a {
	color: #004489;
	}
	
.rangeTextLarge table {
	border: none;
	margin-top: 3px;
	}
	
.rangeTextLarge table td {
	padding-right: 10px;
	}
	
/* NIEUW */

.newWrapper {
	clear: both;
	}

.newHolder {
	width: 495px;
	background-image: url(/img/bgnew.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

.newTop {
	background-image: url(/img/newTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 495px;
	margin: 0px;
	padding: 0px;
}

.newPicture {
	padding-top: 0px;
	padding-left: 11px;
	margin: 0px;
	}
	
.newPicture img {
	padding: 0px;
	margin: 0px;
	}
	
.newText {
	padding: 11px;
	}

.newOrderbutton {
	float: left;
	width: 160px;
	height: 100%;
	padding-left: 36px;
	}
	
/* KLANTGROEPEN */

.klantgroepHolder {
	clear: both;
	float: none;
	}

h2.klantgroepHeader {
	font-weight: bold;
	font-size: 14px;
	}

.klantgroepNameHolder {
	float: left;
	width: 325px;
}

.klantgroepName {
	width: 325px;
	margin-bottom: 7px;
	}
	
.klantgroepName img {
	vertical-align: middle;	
}

.klantgroepCatImage {
	float: left;
	width: 180px;
	}
	
.rangeTechWrapper {
	float: left;
	clear: both;
	width: 690px;
	}

.rangeTechHolder {
	float:left;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00498e;
	border-right-color: #00498e;
	border-bottom-color: #00498e;
	}
	
.rangeTechHolderEnd {
	float:left;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00498e;
	border-right-color: #00498e;
	border-bottom-color: #00498e;
	}
	
div#rangePopup {
/*	background-image: url(/img/bgForm.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

.rangePopupHeader {
/*	background-image: url(/img/bgFormHeader.png);
	background-repeat: no-repeat;*/
	margin: 0px;
	padding: 0px;
	height: 36px;
	background-position: left top;
}

.assortimentText {
	font-size: 14px;
	font-weight: bold;
	color: #004489;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 700px;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	float: none;
}

a.anker {
	display: block;
	clear: both;
	float: none;
	}
	
/*SMOOTHBOX PRODUCTDETAIL*/
.detailBox { text-align:center;}
.detailBoxText { width:440x;}
.detailBoxImage, .detailBoxText { width:440x; clear:both; }
.detailBoxed { padding:15px; font-size:12px; line-height:16px; text-align:left; }
.detailBoxed h1 { font-size:16px; font-weight:bold; margin: 0 0 15px 0; }
.detailBoxed table td { padding: 0 10px 0 0; }
