/**
 * 	Global
 */

body
{
	background: url('../uploads/trans.gif') #B6C5E5 repeat-x;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	overflow: auto;
	padding-bottom: 20px;
	letter-spacing: 0px;
}

/**
 *	Div's
 */

div#container
{
	position: relative;
	display: block;
	width: 900px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url('../uploads/trans.gif') #fff;
}

div#header
{
	position: relative;
	display: block;
	width: 900px;
	height: 156px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#logo
{
	position: relative;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 15px;
}

div.left
{
	clear: left;
	float: left;
	display: block;
	position: relative;
	z-index: 100;
	width: 200px;
	height: 150px;
	background: url('../uploads/trans.gif') #031746;
}

div.right
{
	clear: right;
	float: right;
	display: block;
	position: relative;
	width: 700px;
	height: 150px;
	overflow: hidden;
}

div.right img
{
	width: 700px;
	height: 150px;
}

div#menu
{
	position: absolute;
	display: block;
	float: left;
	width: 200px;
	overflow: hidden;
	background: #031746;
	color: #fff;
	bottom: 0;
	top: 339px;
	height: auto;
	padding: 0;
}

div#menu div.text
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

div#menu img
{
	position: absolute;
	width: 200px;
	margin: 0;
	bottom: 0;
	border-top: 8px solid #8097cb;
}

div#header div.blok
{
	display: block;
	position: absolute;
	height: 8px;
	width: 200px;
	background: #8097cb;
	top: 0;
	left: 0;
}

div.left div.blok
{
	display: block;
	position: relative;
	height: 8px;
	width: 200px;
	background: #8097cb;
}

div#content
{
	position: relative;
	display: block;
	float: right;
	width: 674px;
	padding: 13px;
	padding-top: 5px;
	padding-bottom: 20px;
	overflow: hidden;
	background: url('../uploads/trans.gif') #fff;
	min-height: 200px;
}

div.clear
{
	display: block;
	clear: both;
}

/**
 * Linkjes
 */

a
{
	color: #000;
	text-decoration: underline;
}

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

/**
 *	Artikel row
 */

div.artikelen
{
	display: block;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 15px;
}
 
div.artikel_row
{
	display: block;
	float: left;
	width: 106px;
	height: 146px;
	margin-right: 9px;
}
div.artikel_row div.foto
{
	display: block;
	width: 100px;
	height: 100px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	background: url('../images/image_bg.jpg') no-repeat;
}
div.artikel_row div.foto img
{
	width: 100px;
	height: 100px;
}
div.artikel_row div.naam
{
	display: block;
	height: 40px;
	text-align: center;
}

/**
 *	Categorie row
 */
div.categorie_row
{
	display: block;
	margin-bottom: 5px;
	height: 100px;
	width: 425px;
}

div.categorie_row div.foto
{
	display: block;
	width: 100px;
	height: 100px;
	float:left;
}

div.categorie_row div.foto img
{
	width: 100px;
	height: 100px;
}

div.categorie_row div.titel
{
	display: block;
	float: right;
	width: 325px;
	height: 25px;
}

div.categorie_row div.titel a,
div.categorie_row h1 a
{
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #8097cb;
	text-decoration: none;
}

div.categorie_row div.titel a:hover
{
	text-decoration: none;
}

div.categorie_row div.omschrijving
{
	clear: right;
	float: right;
	width: 305px;
	height: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

/**
 *	Categorie buttons
 */

div.categorie_buttons
{
	clear: both;
	position: relative;
	display: block;
	width: 410px;
	padding-left: 10px;
	padding-right: 10px;
}

div.categorie_buttons a,
div.categorie_buttons a.actief:hover
{
	display: block;
	float: left;
	width: 100px;
	height: 24px;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-right: 4px;
	margin-left: 10px;
	background: url('../images/categorie_button.jpg');
	text-align: center;
	color: #fff;
	text-decoration: none;
}

div.categorie_buttons a:hover,
div.categorie_buttons a.actief
{
	display: block;
	float: left;
	width: 100px;
	height: 24px;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-right: 4px;
	background: url('../images/categorie_button_actief.jpg');
	text-align: center;
	color: #fff;
	text-decoration: none;
}

/**
 *	Artikel details
 */
div.artikel_details
{
	display: block;
	width: 888px;
	padding-top: 15px;
}

div.artikel_details div.naam
{
	display: block;
	float: left;
	width: 602px;
	font-size: 18px;
	font-weight: bold;
	color: #8097cb;
}

div.artikel_details div.omschrijving
{
	display: block;
	float: left;
	clear: left;
	width: 602px;
	margin-top: 10px;
}

div.artikel_details div.foto
{
	display: block;
	float: right;
	width: 260px;
	text-align: center;
}

div.artikel_details div.foto img
{
	max-width: 260px;
}

div.artikelen_serie
{
	display: block;
}

div.artikelen_serie img
{
	width: 75px;
	height: 75px;
}

/**
 *	KRUIMELPAD
 */

div#kruimelpad
{
	display: block;
	margin-bottom: 10px;
	font-size: 9px;
}

div#kruimelpad a
{
	text-decoration: underline;
}

div#kruimelpad a:hover
{
	text-decoration: underline;
}

/**
 *	Zoekveld
 */

div#menu div.zoeken
{
	display: block;
}

div#menu div.zoeken input#zoekveld
{
	background: #fff;
	border: 1px solid #000;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	width: 115px;
}

div#menu div.zoeken select
{
	background: #fff;
	border: 1px solid #000;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	width: 121px;
	margin-top: 2px;
}

div#menu div.zoeken input#zoekbutton
{
	background: transparent;
	border: 0;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	padding-left: 0;
	padding-right: 0;
	color: #000;
	font-weight: bold;
}

/**
 *	Menu
 */
ul.menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

ul.menu li
{
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}

ul.menu li a
{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}

ul.menu li a:hover
{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}

ul.menu li.sub a
{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
}

ul.menu li.sub a:hover
{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #888;
	text-decoration: none;
	padding-left: 10px;
}

ul.menu li a.active,
ul.menu li a:active
{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}

/**
 *	Overigen
 */

div.categorie_info
{
	display: block;
	clear: both;
	width: 652px;
	text-align: left;
	padding-top: 20px;
	font-size: 10px;
}

a img
{
	border: 0;
}

div.bottom
{
	position: relative;
	display: block;
	width: 900px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	padding-bottom: 10px;
}

div.copyright
{
	position: relative;
	display: block;
	float: left;
	width: 700px;
	text-align: center;
	font-size: 10px;
	padding-left: 100px;
}
div.copyright a,
div.copyright a:hover
{
	text-decoration: none;
}
div.copyright a:hover
{
}

p.serie_header
{
	margin: 0;
	padding: 0;
	padding-top: 60px;
	padding-bottom: 5px;
	font-size: 10px;
}

div.copyright ul
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.copyright ul li
{
	display: inline;
	width: 80px;
	text-align: center;
	cursor: pointer;
	font-size: 10px;
}

div.copyright ul li ul
{
	display: none;
	position: absolute;
	width: 150px;
	left: 350px;
	background: #B6C5E5;
	text-align: center;
	padding: 3px;
	bottom: 10px;
}

div.copyright ul li:hover ul
{
	display: block;
}

div.copyright ul li ul li
{
	width: 150px;
	text-align: left;
	cursor: default;
}

div.copyright ul li ul li a
{
	display: block;
	font-size: 10px;
	color: #009;
	text-decoration: none;
}

/**
 *	CMS MENU
 */

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

div.left ul li
{
	position: relative;
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0;
}

div.left ul li ul
{
	display: none;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 200px;
}

div.left ul li:hover ul
{
	display: block;
}

div.left ul li:hover ul li
{
	width: 150px;
	overflow-x: hidden;
	overflow: hidden;
	z-index: 100;
}

div.left ul li a
{
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	overflow: hidden;
	color: #fff;
	background: url('../uploads/trans.gif') #031746;
	font-size: 12px;
	letter-spacing: 0px;
}

div.left ul li a:hover
{
	color: #009;
	background: url('../uploads/trans.gif') #8097cb;
}

div.left ul li ul li a
{
	background: url('../uploads/@@subtopmenu_bg-img@@') #B6C5E5;
	color: #009;
	font-size: 11px;
	letter-spacing: 0px;
}

div.left ul li ul li a:hover
{
	background: url('../uploads/@@subtopmenu_bg-img:hover@@') #009;
	color: #fff;
}

div#logo img
{
	margin-left: 20px;
	width: 150px;
	height: 156px;
	background: url('../uploads/logo14_6754bfec7cd477807b73ee47b661d209.jpg') no-repeat transparent;
}

/**
 *	KRUIMELPAD
 */

div#kruimelpad
{
	display: block;
	margin-bottom: 10px;
	font-size: 9px;
}

div#kruimelpad a
{
	text-decoration: underline;
}

div#kruimelpad a:hover
{
	text-decoration: underline;
}