body
{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	font-family: arial;
	font-size: 12px;
	background: #efefef;
	color: #231f20;
}

div#container
{
	display: block;
	position: relative;
	width: 1024px;
	min-height: 500px;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/bg.jpg') #fff repeat-y;
	background-position: 194px;
}

div#container div#header
{
	display: block;
	width: 1024px;
	height: 146px;
	background: url('../images/header_bg.jpg') repeat-x;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div#container div#header a img
{
	margin-top: 24px;
	margin-left: 110px;
}

div#container div#top_menu
{
	display: block;
	width: 949px;
	height: 25px;
	line-height: 25px;
	background: #1c3e95;
	padding: 0;
	padding-right: 75px;
	margin: 0;
	text-align: right;
	color: #fff;
}

div#container div#cms_menu
{
	display: block;
	width: 904px;
	height: 88px;
	line-height: 28px;
	background: url('../images/menu_bg.jpg') repeat-x #fff;
	padding: 0;
	padding-top: 9px;
	padding-left: 120px;
	margin: 0;
	color: #fff;
}

div#container div#cms_menu ul
{
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#container div#cms_menu ul li
{
	display: block;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	float: left;
	background: transparent;
	text-transform: uppercase;
}

div#container div#cms_menu ul li ul li
{
	text-transform: none;
}

div#container div#cms_menu ul:hover li.actief
{
	background: #fff;
}

div#container div#cms_menu ul li:hover,
div#container div#cms_menu ul li.actief
{
	display: block;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	float: left;
	background: #efefef;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

div#container div#cms_menu ul li.actief,
div#container div#cms_menu ul:hover li.actief:hover
{
	display: block;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	float: left;
	background: #fff;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

div#container div#cms_menu ul li a
{
	display: block;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	float: left;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div#container div#cms_menu ul li ul
{
	display: none;
	position: absolute;
	padding: 0;
	padding-top: 4px;
	margin: 0;
	margin-top: 28px;
}

div#container div#cms_menu ul:hover li.actief ul
{
	display: none;
}


div#container div#cms_menu ul li ul li
{
	display: block;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	float: left;
}

div#container div#cms_menu ul li ul li:hover
{
	display: block;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	float: left;
	background: none;
	border-radius-topleft: 0;
	border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}

div#container div#cms_menu ul li ul li a
{
	display: block;
	padding: 0;
	text-decoration: none;
	color: #fff;
}

div#container div#cms_menu div#zoeken
{
	display: block;
	float: right;
	width: 160px;
}

div#container div#cms_menu div#zoeken input.text
{
	display: block;
	width: 70px;
	height: 20px;
	line-height: 20px;
	float: left;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
}

div#container div#cms_menu div#zoeken input.submit
{
	display: block;
	width: 50px;
	height: 22px;
	line-height: 20px;
	float: left;
	border: 0;
	padding: 0;
	margin-left: 10px;
	background: transparent;
	font-size: 14px;
}

div#container div#cms_menu ul li:hover ul,
div#container div#cms_menu ul li.actief ul,
div#container div#cms_menu ul:hover li.actief:hover ul
{
	display: block;
}

div#container div#cms_menu ul li ul
{
	display: block;
	margin: 0;
	clear: left;
	margin-top: 27px;
}

div#container div#cms_menu ul li ul li
{
	display: none;
}

div#container div#cms_menu ul li:hover ul li
{
	display: block;
}

div#menu
{
	display: block;
	width: 144px;
	padding-left: 50px;
	margin-bottom: 100px;
	float: left;
}

div#menu div#linksonder
{
	position: absolute;
	display: block;
	width: 144px;
	text-align: center;
	bottom: 0;
	margin-bottom: 10px;
}

div#menu ul
{
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#menu ul li
{
	display: block;
	padding: 0;
	margin: 0;
}

div#menu ul li a
{
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #000;
	padding-left: 20px;
	text-decoration: none;
}

div#menu ul li a:hover
{
	text-decoration: none;
	background: url('../images/menu_pijltje.jpg') no-repeat;
	background-position: 8px 6px;
}

div#menu ul li ul li
{
	display: block;
	padding: 0;
	margin: 0;
}

div#menu ul li > strong
{
	display: block;
	padding: 5px;
	color: #1c3e95;
	font-size: 14px;
}

div#menu ul li ul li a
{
	display: block;
	height: 18px;
	line-height: 18px;
	color: #000;
	padding-left: 30px;
	text-decoration: none;
	font-size: 11px;
}

div#menu ul li.nieuwsbrief ul li
{
	padding-left: 30px;
}

div#menu ul li ul li a:hover
{
	text-decoration: underline;
	background: none;
	font-size: 11px;
}

div#menu ul li.select
{
	padding-left: 20px;
}

div#menu ul li.select select
{
	width: 115px;
}

div#content
{
	display: block;
	width: 789px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}

div#content a,
div#content span.link
{
	color: #1c3e95;
	cursor: pointer;
	text-decoration: none;
}

div#content a:hover,
div#content span.link:hover
{
	color: #000;
}

div#content div#kruimelpad
{
	display: block;
	font-size: 10px;
	padding-bottom: 10px;
}

a.aanbieding
{
	display: block;
	width: 644px;
	height: 215px;
	padding: 15px;
	background: url('../images/aanbieding_bg.jpg') no-repeat;
	color: #231f20;
	text-decoration: none;
}

a.aanbieding:hover
{
	cursor: pointer;
	background: url('../images/aanbieding_bg_hover.jpg') no-repeat;
}

a.aanbieding div.tekst
{
	display: block;
	clear: left;
	float: left;
	width: 175px;
	height: 215px;
	color: #231f20;
	overflow: hidden;
	text-align: justify;
}

a.aanbieding div.tekst h1
{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	width: 180px;
	height: 23px;
	line-height: 23px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden
}

a.aanbieding div.foto
{
	display: block;
	float: right;
	height: 215px;
	width: 305px;
	/*background: url('../images/geen_foto_aanbieding.jpg') no-repeat;*/
	color: #000;
	text-align: center;
}

a.aanbieding div.foto img
{
	height: 215px;
	max-width: 305px;
}

a.aanbieding div.prijs
{
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	line-height: 150px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	background: url('../images/aanbieding_rondje.png') no-repeat;
	margin-top: 35px;
	margin-left: 10px;
}

div.artikelen div.artikel_row
{
	display: block;
	width: 140px;
	height: 165px;
	float: left;
	overflow: hidden;
	margin-right: 3px;
	cursor: pointer;
}

div.artikelen div.artikel_row div.naam
{
	position: absolute;
	display: block;
	width: 92px;
	height: 30px;
	line-height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}

div.artikelen div.artikel_row div.naam a
{
	position: absolute;
	display: block;
	font-size: 11px;
	color: #cecece;
	text-decoration: none;
	bottom: 0;
}

div.artikelen div.artikel_row:hover div.naam a,
div.artikelen div.artikel_row:hover div.naam a:hover
{
	display: block;
	font-size: 11px;
	color: #1c3e95;
	text-decoration: none;
}

div.artikelen div.artikel_row div.foto
{
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	background: url('../images/overzicht_bg.jpg');
	padding: 6px;
	margin-top: 30px;
}

div.artikelen div.artikel_row:hover div.foto
{
	display: block;
	width: 90px;
	height: 90px;
	background: url('../images/overzicht_bg_hover.jpg');
	padding: 6px;
}

div.artikelen div.artikel_row div.foto img
{
	display: block;
	width: 90px;
	height: 90px;
}

div.artikelen div.artikel_row div.prijs
{
	display: block;
	position: absolute;
	width: 81px;
	height: 37px;
	padding-top: 18px;
	background: url('../images/overzicht_rondje.png') no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
	margin-left: 55px;
}

div.artikelen div.artikel_row div.adviesprijs
{
	position: absolute;
	display: block;
	width: 60px;
	font-size: 10px;
	color: #1c3e95;
	height: 26px;
	margin-top: 133px;
	margin-left: 5px;
}

div.artikel_details
{
	display: block;
}

div.artikel_details div.naam
{
	display: block;
	width: 470px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

div.artikel_details div.foto
{
	display: block;
	width: 275px;
	height: 310px;
	background: url('../images/detail_bg.jpg') no-repeat;
	padding: 6px;
	float: right;
	margin-right: 20px;
	color: #c7c8ca;
	font-size: 9px;
}

div.artikel_details div.foto:hover
{
	background: url('../images/detail_bg_hover.jpg') no-repeat;
}

div.artikel_details div.foto a
{
	position: absolute;
}

div.artikel_details div.foto > img
{
	position: absolute;
}
	
div.artikel_details div.foto img
{
	display: block;
	width: 240px;
	height: 240px;
	margin-bottom: 6px;
}

div.artikel_details div.foto div.vergroting_text
{
	display: block;
	position: absolute;
	margin-top: 246px;
}

div.artikel_details div.foto div.prijs
{
	display: block;
	position: absolute;
	width: 88px;
	height: 54px;
	padding-top: 34px;
	background: url('../images/detail_rondje.png') no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 200px;
	margin-left: 190px;
}

div.artikel_details div.foto div.prijs div.adviesprijs
{
	display: block;
	position: absolute;
	color: #1c3e95;
	font-size: 12px;
	width: 100px;
	margin-top: 20px;
	margin-left: -90px;
	height: 20px;
	line-height: 20px;
}

div.artikel_details div.winkelmandje
{
	display: block;
	clear: both;
	width: 734px;
	border: 0;
	border-top: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
}

div.artikel_details div.winkelmandje a,
div.artikel_details div.winkelmandje span.link
{
	display: block;
	width: 180px;
	float: left;
	padding-left: 17px;
	margin-left: -17px;
	margin-right: 37px;
}

div.artikel_details div.winkelmandje a:hover,
div.artikel_details div.winkelmandje span.link:hover
{
	background: url('../images/menu_pijltje.jpg') no-repeat;
	background-position: 5px 3px;
}

p.serie_header
{
	display: block;
	font-size: 15px;
	font-weight: bold;
}

div.clear
{
	clear: both;
}

h1
{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

hr
{
	height: 1px;
	border: 0;
	background: #e7e7e8;
}

a img
{
	border: 0;
}

p.klein
{
	font-size: 11px;
}

ul#merken_ul
{
	display: none;
}


div.artikel_details #ldescription {
	overflow:hidden;
	width: 470px;
	clear: left;
	float: left;
	text-align: justify;
}

div.artikel_details #buttonDescr {
	display: block;
	width:90px;
	clear: left;
	margin-left:2px;
	cursor:pointer;
	text-decoration: none;
	padding-left:5px;
	margin-bottom: 40px;
}

div.categorie_omschrijving
{
	width: 675px;
}

div#winkelmandje
{
	display: block;
	position: absolute;
	width: 200px;
	height: 100px;
	background: url('../images/transparant.png');
	top: 0;
	right: 0;
	padding: 10px;
	margin-top: 13px;
	margin-right: 25px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 10px;
}

div#winkelmandje h1
{
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 0;
	color: #1c3e95;
	text-align: center;
}

div#winkelmandje p span.l
{
	display: block;
	float: left;
	clear: left;
	width: 95px;
	text-align: right;
}

div#winkelmandje p span.r
{
	display: block;
	float: right;
	clear: right;
	width: 95px;
	text-align: left;
}

div#winkelmandje p
{
	text-align: center;
}

div#winkelmandje p a
{
	color: #1c3e95;
	text-decoration: none;
}



ul.select
{
	display: none;
}

input#nieuwsbrief
{
	height: 15px;
	line-height: 15px;
}