body
{
	background-color: #FFF;
	color: #4C4C4C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.outsideContainer
{
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-image: url("../images/body_tiler.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}

.outsideContainerWebshop
{
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-image: url("../images/body_tiler_webshop_klein.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}

.outsideContainerWebshops
{
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-image: url("../images/body_tiler_webshop.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

* html .outsideContainer
{
	height: 100%;
}

* html .outsideContainerWebshop
{
	height: 100%;
}

* html .outsideContainerWebshops
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* HEADER */
.header
{
	/*min-height: 150px; /*109px*/
	background-color: #FFF;
}

.headerAdmin
{
	min-height: 82px; /*109px*/
	background-color: #FFF;
}

.headerLogo
{
	width: 231px;
	/*height: 150px;
	/*height: 120px;/*82px*/
	/*background-image: url('../images/logokadoolijst.jpg');
	background-repeat: no-repeat;*/
}

.defaultLogo
{
	width: 231px;
	height: 82px;/*82px*/
	background-image: url('../images/logokadoolijst.jpg');
	background-repeat: no-repeat;
}

.leeuwinContainer{
	position: absolute;
	left: 250px;
	top: 0px;
	width: auto;
	height: 73px;
}
.leeuwinText{
	position: relative;
	float: left;
	margin: 30px 10px 0 0;
	color:#000;
}
.leeuwinLogo{
	position: relative;
	float: right;
	width: 231px;
	height: 73px;
	background-image: url('../images/leeuwinlogo.jpg');
	background-repeat: no-repeat;
}
.removeLinkStyle{
	text-decoration: none;
	color:#000;
}

.headerBottom
{
	width: auto;/*801px;*/
	height: 22px;
	background-color: #CCCCCC;
	background-image: url('../images/headerbottom.jpg');
	background-repeat: no-repeat;
	padding-left: 225px;
	padding-top: 5px;
	color: #FFF;
}

.headerBottom a
{
    color: #696969;
    font-weight: bold;
    text-decoration: none;
}

.headerBottom a:hover
{
    color: #696969;
    font-weight: bold;
    text-decoration: underline;
}

/* CONTENT */
.content
{
	padding-bottom: 178px;
	/*background-color: #000;*/
}

.contentMain
{
	display: inline;
	clear: both;
	float: left;
	margin-top: 0;
	width: 225px;
	background-color: #EADDA9;
	min-height: 120px;
	height: 120px;
	margin-left: 15px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.contentSub
{
	display: inline;
	float: left;
	height: 150px;
	padding-left: 26px;
	padding-top: 36px;
	padding-bottom: 20px;
	min-width:900px;
}

.contentMainWebshop
{
	clear: both;
	float: left;
	margin-top: 0;
	width: 255px;
	background-color: #EADDA9;
	min-height: 120px;
	height: 120px;
	margin-left: 15px;
	padding-bottom: 141px;
	display: inline;
}

.contentMainWebshops
{
	clear: both;
	float: left;
	margin-top: 0;
	width: 180px;
	background-color: #EADDA9;
	min-height: 300px;
	height: 300px;
	margin-left: 15px;
	padding-bottom: 100px;
	display: inline;
}

.contentSubWebshop
{
	float: left;
	min-height: 150px;
	height: 150px;
	margin-left: 25px;
	padding-top: 36px;
	padding-bottom: 20px;
	display: inline;
	width:705px;
}

.contentSubWebshops
{
	float: left;
	min-height: 150px;
	height: 150px;
	margin-left: 20px;
	padding-left: 50px;
	padding-top: 6px;
	padding-bottom: 20px;
	display: inline;
	width:650px;
}

/* FOOTER */

.footer
{
	width: 100%;/*1024px*/
}

.footer_top
{
	min-height: 138px;
	height: 138px;
	background-color: #EDEDED;
	background-image: url('../images/footer_top_tiler.jpg');
	background-repeat: repeat-y;
	color: #969696;
	padding-left: 280px;
	padding-top: 12px;
	/*float: left;*/
}

.footer_topwebshop
{
	height: 138px;
	min-height: 138px;
	background-color: #EDEDED;
	background-image: url('../images/footer_top_webshop_klein.jpg');
	background-repeat: repeat-y;
	color: #969696;
	padding-left: 330px;
	padding-top: 12px;
	/*float: left;*/
}

.footer_topwebshops
{
	height: 138px;
	min-height: 138px;
	background-color: #EDEDED;
	background-image: url('../images/footer_top_webshop.gif');
	background-repeat: repeat-y;
	color: #969696;
	padding-left: 330px;
	padding-top: 12px;
	/*float: left;*/
}

.footer_top a, .footer_topwebshop a, .footer_topwebshops a
{
	text-decoration: none;
	color: #CA0114;
}

.footer_top a:hover, .footer_topwebshop a:hover, .footer_topwebshops a:hover
{
	text-decoration: underline;
}

.footer_info a{
	text-decoration: none;
	color: #969696;
}

/* EXTRA */
html
{
	height: 100%;
}

body
{
	height: 100%;
}

.insideContainer
{
	position: relative;
	min-height: 100%;
	min-width: 1000px;
}

* html .insideContainer
{
	height: 100%;
	/*width: 1024px;*/
	width: expression(document.body.clientWidth <1232 ? "1224px" : "100%" );/*ie6 fix*/
}

.footer
{
	position: relative;
	height: 178px;
	margin: -178px auto 0 auto;
}

* html .footer
{
	margin-top: -178px;
}

/* HIERONDER DE REST VAN DE CLASSES EN CONTENT
 * BOVENSTAAND STUK IS ALGEMEEN EN ALTIJD NODIG
 */

h1
{
	font-size: 16px;
	color: #CA0014;
}

.broodkruimelKop{font-size:14px;color:#444444;font-weight:bold;}

.error
{
	color: #CA0014;
}

.kopjes
{
	background-color: #EADDA9;
	color: #6B6B47;
	font-weight: bold;
}

.kopjesnaam
{
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}

.titelkop
{
	background-color: #CCCCCC;
}

.kopjesnaamweb
{
    color: #877E61;
    font-weight: bold;
}

.grijs
{
	background-color: #EDEDED;
}

.wit
{
	background-color: #FFFFFF;
}

.artikeloverzicht td, .omzetgroepoverzicht td, .subgroepoverzicht td, .contactoverzicht td
{
	padding: 5px;
}

.contactoverzicht a
{
	color: #000;
	text-decoration: none;
}

.contactoverzicht a:hover
{
	text-decoration: underline;
}

.bewerklink, .overzichtlink, .btn_toevoegen, .btn_bewerken, .btn_inloggen
{
	display: inline-block;
	background-color: #6F6B48;
	color: #FFF;
	font-size: 9px;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
}
.overzichtlink {
    font-size:12px;
    font-weight:bold;
}

.bestellink
{
	display: inline-block;
	background-color: #6F6B48;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
}

.btnComplete
{
	display: block;
	background-color: #6F6B48;
	color: #FFF;
	font-size: 9px;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
}

.verwijderlink
{
	display: block;
	background-color: #CB0014;
	color: #FFF;
	font-size: 10px;
	padding: 5px;
	text-decoration: none;
}

.bewerklink2
{
	display: block;
	width:100px;
	background-color: #6F6B48;
	color: #FFF;
	font-size: 9px;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
}

.verwijderlink2
{
	display: block;
	width:100px;
	background-color: #CB0014;
	color: #FFF;
	font-size: 10px;
	padding: 5px;
	text-decoration: none;
}

.toevoeglink
{
	display: block;
	background-color: #EBE165;
	color: #6D6B45;
	font-size: 10px;
	padding: 5px;
	text-decoration: none;
	float: right;
	cursor: pointer;
}

.submitlink
{
	display: block;
	background-color: #EBE165;
	color: #6D6B45;
	font-size: 10px;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
}

.verderwinkellink
{
	display: inline-block;
	background-color: #EBE165;
	color: #6D6B45;
	font-size: 10px;
	padding: 5px;
	text-decoration: none;
}

.uitloglink
{
	background-color: #CB0014;
	color: #FFF;
	font-size: 10px;
	width: 100px;
	text-decoration: none;
}

.uitloglink:hover
{
	background-color: #CBE452;
	color: #000;
	font-size: 10px;
	width: 100px;
	text-decoration: underline;
}

.btn_export
{
	display: block;
	background-color: #CAE452;
	color: #6D6B45;
	font-size: 10px;
	width: 125px;
	padding: 2px;
	text-decoration: none;
	cursor: pointer;
}

.factuurlink
{
	display: inline-block;
	background-color: #CB0014;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	padding: 5px;
	text-decoration: none;
}
.betaallink {
    display: inline-block;
    background-color: #6F6B48;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    font-weight:bold;
}

.printlink
{
	display: block;
	background-color: #CB0014;
	color: #FFF;
	font-size: 10px;
	padding: 2px;
	text-decoration: none;
	width: 115px;
}

.bewerklink:hover, .overzichtlink:hover, .btn_toevoegen:hover, .btn_bewerken:hover,
.verwijderlink:hover, .toevoeglink:hover, .btn_export:hover, .verderwinkellink:hover, .btn_inloggen:hover,
.verderwinkellink2:hover,.bewerklink2:hover,.factuurlink:hover,.printlink:hover, .betaallink:hover
{
	text-decoration: underline;
}

input
{
	border: 1px SOLID #6E6B47;
}

.paginanavi
{
	background-color: #EDEDED;
	padding: 10px 0px 10px 5px;
	font-size: 12px;
	font-family: Arial;
}

.paginanavi a
{
	text-decoration: none;
	color: #000;
	padding-left: 10px;
	float:left;
}

.paginanavi a:hover
{
	text-decoration: underline;
}

.bruidspaaroverzicht
{
	float: left;
	width: 300px;
}

.bruidspaardetailoverzicht
{
	float: left;
	padding-left: 50px;
	width: 350px;
}

.status_ja
{
    color: green;
}
.status_nee
{
    color: red;
}

/*DEKADOLIJST WEBSHOP*/
.productenoverzicht
{
    background-color: #F2F2F2;
    width:645px;
    float:left;
}

.merkenoverzicht
{
    background-color: #F2F2F2;
    width:645px;
    float:left;
}

.producten
{
    float: left;
}

.inlogplaatje
{
    width: 140px;
    height: 367px;
    background-image: url('../images/inlogplaatje.jpg');
	background-repeat: no-repeat;
	margin-left: 35px;
}

.gebruikersgegevens
{
    float: left;
    margin: 10px 0px 0px 5px;
    width: 260px;
    color: #877E61;
    display: inline;
    /*background-color: #fff;*/
}

.gebruikersgegevens a
{
    color: #877E61;
    float: left;
}

.winkelmandje
{
	float: left;
    background-image: url('../images/streepje.jpg');
	background-repeat: no-repeat;
	background-position: top left;
    width: 250px;
    margin: 10px 0px 0px 10px;
    padding: 10px 0px 0px 0px;
    display: inline;
}

.winkelmandjewebshops
{
	float: left;
    background-image: url('../images/streepje.jpg');
	background-repeat: no-repeat;
	background-position: top left;
    width: 190px;
    min-height: 150px;
    height: 150px;
    margin: 10px 0px 0px 10px;
    padding: 10px 0px 0px 0px;
    display: inline;
}

.inlogplaatje2
{
    position: absolute;
    margin: 320px 0px 0px 203px;
    width: 286px;
    height: 188px;
    float: left;
    background-image: url('../images/inlogplaatje2.jpg');
	background-repeat: no-repeat;
}

.contactgegevens
{
    position: absolute;
    margin: 10px 0px 0px 30px;
}

.logoblok
{
    margin: 20px 0px 0px 3px;
}

ul
{
	padding: 0px 0px 0px 10px;
	margin :0px;
}

.menublok, .merkomzetgroepen
{
	margin: 20px 0px 0px 20px;
	color: #444444;
}

.menublok li
{
	padding-top: 7px;
}
.menublok a, .merkomzetgroepen a
{
	text-decoration: none;
	color: #444444;
}

.menublok a:hover, .merkomzetgroepen a:hover
{
	text-decoration: underline;
}

.streepje
{
	background-image: url('../images/streepje.jpg');
	background-repeat: no-repeat;
	background-position: top left;
    width: 250px;
    margin-top: 10px;
}

.streepjewebshops
{
	background-image: url('../images/streepje.jpg');
	background-repeat: no-repeat;
	background-position: top left;
    width: 180px;
    margin-top: 10px;
}

.merkblok
{
	float: left;
	padding: 3px 0px 3px 5px;
	background-color: #F2F2F2;
}

.green
{
	background-color: green;
	color: #FFF;
}

.orange
{
	background-color: orange;
	color: #FFF;
}

.red
{
	background-color: red;
	color: #FFF;
}

.plaatje
{
	display: block;
	margin-top: 30px;
}

.navigatiezoek
{
	float:left;
	display:block;
	padding: 3px 0px 0px 10px;
}

.navigatiepijltjes
{
	font-size: 18px;
	font-weight: bold;
}

.broodkruimel
{
	font-size: 12px;
}
.paylogo
{
    width: 270px;
    height: 60px;
    background-image: url('../images/paylogo1.jpg');
	background-repeat: no-repeat;
}

.winkelwagen_text{color:#CA0014;}

.btnAanbieding{behavior:expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "img" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));margin:33px 0px 0px 750px;text-decoration:none;display:block;position:absolute;width:130px;height:130px;background:url(/admin/images/aanbiedingen3.png) no-repeat;cursor:pointer;}

.breadcrumb a{text-decoration:none;color:#444444;}
.breadcrumb a:hover{text-decoration:underline;}

.naviMerkProduct{background:#ca0014;color:#fff;height:25px;font-size:12px;}
.naviMerkProduct .navigatiezoek{padding:4px 5px 0px 5px;}
.naviMerkProduct a{display:block;color:#fff;text-decoration:none;float:left;font-weight:none;}
.naviMerkProduct a:hover{text-decoration:underline;}
.naviMerkProduct span{float:left;}

.paginanaviMerk{background-color:#ca0014;padding:3px 0px 3px 5px;font-size:12px;font-family:arial;color:#fff;width:950px;}
.paginanaviMerk a{text-decoration:none;color:#fff;padding-left:10px;float:left;}
.paginanaviMerk a:hover{text-decoration:underline;}

.paginanaviMerk form{float:left;}
.paginanaviMerk input{font-family:arial;font-size:15px;font-weight:bold;color:#fff;border:0px;background:none;cursor:pointer;}
.paginanaviMerk input:hover{text-decoration:underline;}

.productoverzicht a{text-decoration:none;}
.productoverzicht a:hover{text-decoration:underline;}

.searchBlock{margin:20px 0px 0px 0px;float:left;}
.btnSearch {width:20px;height:20px;}

html>body .contentMain, .contentSub, .contentMainWebshop, .contentMainWebshops, .contentSubWebshop, .contentSubWebshops, .winkelmandjewebshops,.productenoverzicht,.merkenoverzicht
{
    height: auto;
}