/*
MW BEDRIJFSMODE

=================================================================*/

/* Hoofdlayout
=================================================================*/
* {
	margin:0;
	padding:0;
}


.hide { display: none; }
.text-right { text-align: right; }

body {
	font-family:Arial, Verdana, sans-serif;
	font-size:80%;
	line-height:130%;
	background:#110f10 url(../gfx/bg-main.gif) repeat-x;
    color: #FFFFFF;
}

img {
	display:block;
	border:0px;
}

div#schaduw {
	width:980px;
	background:url(../gfx/bg-schaduw.jpg) no-repeat;
	position:relative;
	margin:0 auto 20px auto;
	padding-left:10px;
}

.noshow {
	position:absolute;
	left:-9000px;
}

.clearlaag {
	clear:both;
	line-height:1px;
	font-size:1px;
}

#wrapitall {
	width:960px;
	background-color: transparent;
}

#topbar {
	position:relative;
	background:url('../gfx/topbarbg.gif') repeat-x;
	height:160px;
}

#topbarimg {
	width: 800px;
	height: 140px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 100;
}

#topbarimg #photo {
	position: absolute;
	top: -35px;
	right: 0;
}

#topbarimg #gradient {
	position: absolute;
	left: 0;
	z-index: 100;
}

#binnenkantxx {
	overflow:hidden;
	background:url('../gfx/achterhetmenu.gif') repeat-y;
	width:960px;
}

#binnenkant {
	overflow:hidden;
	background:url('../gfx/binnenkantbg.gif') repeat-y;
	width:960px;
}

#linkerkant {
	float:left;
	width:210px;
}

#midden {
	float:left;
	width:750px;
	overflow: hidden;
}

#fotocontainer {
	width:750px;
	position: relative;
}

#content {
	float:left;
	width:500px;
	padding:10px;
}

#rechterkant {
	float:right;
	width:230px;
}
#rechterkant a { color: #ff9300; }

#footer {
	background:#272526 url(../gfx/binnenkantbg.gif) repeat-y;
	text-align:center;
	color:#fff;
	padding:8px 0px;
}
#footer ul,
#footer ul li {
	display: inline;
	list-style-type: none;
}
#footer ul li {
	border-left: 1px solid #CCC;
	padding: 0 8px;
}
#footer ul li.first {
	padding-left: 0;
	border-left: 0;
}

#logo {
	margin:15px 0 0 7px;
	position:absolute;
}

#slogan {
	position:absolute;
	margin:92px 0 0 12px;
}

.clearboth{
	clear: both;
}

/* Features categories
=================================================================*/
.featured_categories {}
.featured_categories ul {}
.featured_categories ul li {
	float: left;
	list-style-type: none;
	margin: 0 10px 10px 0;
	width: 160px;
	overflow: hidden;
	position: relative;
}
.featured_categories ul li.last {
	margin-right: 0;
}
.featured_categories ul li img {
	width: 160px;
	height: 95px;
}
.featured_categories ul li span {
	position: absolute;
	bottom: 0;
	width: 160px;
	background: url(../img/brown_90.png);
	padding: 2px 5px;
}
.featured_categories ul li a,
.featured_categories ul li a:hover {
	color: #FFF;
}

/* Product categories
=================================================================*/
ul.productcategorien {}
ul.productcategorien li {
	float: left;
	width: 160px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	position: relative;
}
ul.productcategorien li.last {
	margin-right: 0;
}
ul.productcategorien li span {
	position: absolute;
	bottom: 0;
	width: 160px;
	background: url(../img/brown_90.png);
	padding: 2px 5px;
}

/* Product list
=================================================================*/
ul.productlist {}
ul.productlist li {
	float: left;
	width: 160px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	position: relative;
}
ul.productlist li.first {
	clear: both;
}
ul.productlist li.last {
	margin-right: 0;
}
ul.productlist li span {
	position: absolute;
	bottom: 0;
	width: 160px;
	background: url(../img/brown_90.png);
	padding: 2px 5px;
}


/* Header image
=================================================================*/
#header_image {
	margin: 10px 10px 0;
}

/* Intro
=================================================================*/
#intro {
	padding: 10px 15px;
	background: #272526;
	margin-bottom: 10px;
}


/* FORM YIME
=================================================================*/
form#yime {
	margin-top: 1em;
}
form#yime input.text {
	width: 220px;
}
form#yime input {
	margin: 5px 0;
}


/* Content
=================================================================*/
a:link {
	color:#FFD291;
}

a:hover {
	color:#FF9900;
	text-decoration: none;
}

a:visited {
	color:#FFD291;
}

a:visited:hover {
	color:#FF9900;
}

input.button {
	background: #ff9600;
	border: 1px solid #6b3f00;
	border-color: #ffc26c #a15f00 #6b3f00 #ffac36;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	cursor: pointer;
}
input.button:active {
	border-color: #6b3f00 #ffac36 #ffc26c #a15f00;
	padding: 4px 2px 2px 4px;
}
a.button {
	float: left;
	display: block;
	padding: 10px;
	background: #ff9600;
	border: 1px solid #6b3f00;
	border-color: #ffc26c #a15f00 #6b3f00 #ffac36;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
}
a.button,
a.button:hover,
a.button:visited,
a.button:visited:hover {
	color: #110f10;
}
a.button:active {
	border-color: #6b3f00 #ffac36 #ffc26c #a15f00;
	padding: 11px 9px 9px 11px;
}

#content h1 {
	color:#FF9900;
	font-size:1.4em;
	margin-bottom:10px;
}

#content h2 {
	color:#FF9900;
	font-size:1.2em;
	margin-bottom:4px;
}

#content p {
	margin-bottom:10px;
}

#content .contentlist {
	margin-bottom:10px;
}

#content .contentlist li {
	list-style:none;
	background:url('../gfx/listarrow.gif') no-repeat 4px 4px;
	padding:0px 0px 0px 16px;
}

#content .contentlist li ul li {
	background:url('../gfx/listsubarrow.gif') no-repeat 4px 4px;
}

.imagecontainerlinks {
	width:180px;
	float:left;
	margin:2px 10px 4px 0px;
	border-bottom:2px solid #d2a885;
}

.imagecontainerrechts {
	width:180px;
	float:right;
	margin:2px 0px 4px 10px;
	border-bottom:2px solid #d2a885;
}

.imagecontainerlinks span,
.imagecontainerrechts span {
	background-color:#efd4bd;
	padding:2px 4px;
	font-size:0.8em;
	display:block;
	text-align:center;
}

.foto_rechts {
    float:right;
    margin:0 0 1.5em 0.5em;
}

.foto_links {
    float:left;
    margin:0 1.5em 1.5em 0;
}


/* Blokken
=================================================================*/
.blok {
	padding: 20px 0;
	border-top: 1px solid #3c3a3a;
}
.blok-first {
	border: 0;
}
.blok h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: .5em;
}
.blok li {
	list-style:none;
	background:url('../gfx/listarrow.gif') no-repeat 4px 4px;
	padding:0px 0px 0px 16px;
}

.blok_usps h3 {
	display: none;
}
.blok_usps ul li {
	background: url(../img/check.gif) no-repeat 0 4px;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0 3px 24px;
}

.blok_onze-klanten { padding-left: 57px; background: url(../img/icon_user.gif) no-repeat left; }
.blok_onze-klanten h3 { margin: 0; }

.blok_kleding-borduren { padding-left: 57px; background: url(../img/icon_shirt.gif) no-repeat left; }
.blok_kleding-borduren h3 { margin: 0; }

.blok_webshop { padding-left: 57px; background: url(../img/icon_cart.gif) no-repeat left; }
.blok_webshop h3 { margin: 0; }

.blok_onze-showroom { padding-left: 57px; background: url(../img/icon_showroom.gif) no-repeat left; }
.blok_onze-showroom h3 { margin: 0; }

.blok_bekijk-onze-folder { padding-left: 57px; background: url(../img/icon_folder.gif) no-repeat left; }
.blok_bekijk-onze-folder h3 { margin: 0; }

.katjablok {
	position:relative;
	padding:10px;
	margin:10px 10px 0px 10px;
	background:url('../gfx/katjablokbg.gif') no-repeat left top;
	width:150px;
	height:80px;
}

.rechtslink {
	display:block;
	text-align:right;
}

.katjalink:link,
.katjalink:visited,
.katjalink:hover,
.katjalink:visited:hover {
	position:absolute;
	right:10px;
	bottom:10px;
	display:block;
	padding:1px 6px;
	color:#fff;
	background-color:#FF9900;
	font-weight:bold;
	text-decoration:none;
}

.contactblokje {
	position:relative;
	padding:15px 0px 0px 41px;
	height:43px;
	background:url('../gfx/stippelrandcontact.gif') no-repeat left top;
	margin:20px 10px 10px 10px;
	color:#fff;
}

/* Kruimelpad
=================================================================*/
#kruimelpad {
	padding:3px 10px;
	background-color:#201E1F;
	color:#fff;
}

#kruimelpad a:link,
#kruimelpad a:visited,
#kruimelpad a:hover,
#kruimelpad a:visited:hover {
}

#kruimelpad a:link,
#kruimelpad a:visited {
	color:#fff;
}

#kruimelpad a:hover,
#kruimelpad a:visited:hover {
	color:#f5e9d2;
}


/* Documenten
=================================================================*/
a.documenten,
a.documenten:visited,
a.documenten:hover,
a.documenten:visited:hover {
	display:block;
	padding:5px 10px 5px 22px;
	margin-bottom:10px;
	border-top:1px solid #d2a885;
	border-bottom:1px solid #d2a885;
	font-weight:bold;
}

a.documenten,
a.documenten:visited {
	background-color:#efd4bd;
	background-repeat:no-repeat;
	background-position:0px 5px;
}

a.documenten:hover,
a.documenten:visited:hover {
	background-color:#ffc;
}

#docgif {
	background-image:url('../gfx/icons/icon_gif.gif');
}
#docjpg {
	background-image:url('../gfx/icons/icon_jpg.gif');
}
#docbmp {
	background-image:url('../gfx/icons/icon_bmp.gif');
}
#docpdf {
	background-image:url('../gfx/icons/icon_pdf.gif');
}
#docdoc {
	background-image:url('../gfx/icons/icon_doc.gif');
}
#docxls {
	background-image:url('../gfx/icons/icon_xls.gif');
}
#doczip {
	background-image:url('../gfx/icons/icon_zip.gif');
}
#doctxt {
	background-image:url('../gfx/icons/icon_txt.gif');
}
#docwmp {
	background-image:url('../gfx/icons/icon_wmp.gif');
}


/* Printvriendelijk e.d.
=================================================================*/
#contentopties {
	width:750px;
	clear:both;
	background-color:#201E1F;
	overflow:hidden;
	height:1%;
}

#contentopties li {
	float:left;
	list-style:none;
	width:190px;
	border-top:1px solid #272526;
}

#contentopties li.printen {
}

#contentopties li.mailen {
	width: 560px;
}

#contentopties li a:link,
#contentopties li a:visited,
#contentopties li a:hover,
#contentopties li a:visited:hover {
	float:left;
	width:160px;
	padding:4px 0px 4px 30px;
}

#contentopties li a:link,
#contentopties li a:visited {
	color:#fff;
}

#contentopties li a:hover,
#contentopties li a:visited:hover {
	color:#FFCF88;
}

#contentopties li.printen a:link,
#contentopties li.printen a:visited,
#contentopties li.printen a:hover,
#contentopties li.printen a:visited:hover {
	background:url('../gfx/iconprinter.gif') no-repeat 10px 7px;
}

#contentopties li.mailen a:link,
#contentopties li.mailen a:visited,
#contentopties li.mailen a:hover,
#contentopties li.mailen a:visited:hover {
	background:url('../gfx/iconmail.gif') no-repeat 10px 7px;
}

#bottomopties {
	text-align:right;
	font-size:0.9em;
}

a.naarboven:link,
a.naarboven:visited,
a.naarboven:hover,
a.naarboven:visited:hover {
	padding-left:12px;
}

a.naarboven:link,
a.naarboven:visited {
	background:url('../gfx/arrownaarboven.gif') no-repeat 0px 3px;
	color:#555;
}

a.naarboven:hover,
a.naarboven:visited:hover {
	background:url('../gfx/arrownaarbovenhover.gif') no-repeat 0px 3px;
	color:#FFD291;
}


/* Zoekresultaten
=================================================================*/
#content .zoekresultaat {
	margin-bottom:15px;
}

#content .zoekresultaat h1 {
	font-size:1.3em;
}

#content .zoekresultaat p {
	margin-bottom:0px;
	color: #CCC;
}
#content .zoekresultaat p strong {
	color: #FFF;
}

#content .zoekresultaat span {
	color:#FF9900;
}

#content .zoekresultaat h4 a:link,
#content .zoekresultaat h4 a:visited {
	color:#FF9900;
}


/* Referenties
=================================================================*/

.case
{
	margin:20px 0;
}

.case img
{
	float:right;
	margin-left:10px;	
}

.case .linkto
{
	clear:both;	
}

.referenties {
	overflow:auto;
	width:360px;
	margin-bottom:10px;
}

.referenties li {
	float:left;
	list-style:none;
	width:112px;
	margin-bottom:20px;
	height:140px;
}

.referenties .metspace {
	margin-right:10px;
}

.referenties span {
	display:block;
	text-align:center;
	padding:3px 5px;
	font-size:0.8em;
}


/* Producten
=================================================================*/
.productfotos {}
.productfotos li {
	float:left;
	list-style:none;
	width:117px;
	margin: 0 10px 10px 0;
	text-align: center;
}
.productfotos li.last {
	margin-right: 0;
}
.productfotos li.first {
	clear: both;
}
.productfotos img {
	margin: 0 auto;
	border: 2px solid #FFF;
}
.productfotos span {
	display:block;
	text-align:center;
	padding:3px 5px;
	font-size:0.8em;
}


/* Route
=================================================================*/
	
#map{
	clear:both;
	border:1px solid #999999;
	height:300px;
	margin-bottom:10px;
}