/* main.css */

/* GENERAL */

html
{
	font-family: Verdana, Sans-serif, Arial;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 12px;
}

a
{
	color: #373637;
	text-decoration: none;
	font-weight: bold;
	/*font-weight: bold;*/
}

a:hover
{
	/*font-weight: bold;*/
	text-decoration: underline;
	font-weight: bold;
}

img
{
	border: 0px solid #000000;
}

.imgClickable
{
	border: 0px solid #000000;
	cursor: pointer;
}

input.text
{
	width: 35px;
}

/* MAIN BLOCKS  ID'S */

#outerwrap 
{
	position: relative;
	width: 990px;
	margin: 0px auto;
	top: 0px;
	border: 0px solid red;
	border-top: 1px solid #b5b7b9;
}

#header
{
	position: relative;
	width: 988px;
	height: 230px;
	left: 0px;
	border: 0px solid red;
	border-left: 1px solid #b5b7b9;
	border-right: 1px solid #b5b7b9;
}

#header_mask
{
	position: absolute;
	width: 990px;
	height: 204px;
	top:0px;
	left:0px;
	padding-left: 0px;
	padding-top: 0px;
	background: url('header_mask.png') top left no-repeat;
	border: 0px solid red;
	z-index: 1001;
}


#icon_header
{
	position: relative;
	height: 164px;
	width: 601px;
	background: url('header_icon.png') top left no-repeat;
	margin-top: 18px;
	margin-left: 0px;
	margin-right: 1px;
	float: right;
	z-index: 100;
	border: 0px solid red;
}

#home
{
	position: absolute;
	width: 355px;
	height: 130px;
	margin-left: 5px;
	margin-top: 30px;
	border: 0px solid black;
	background: url('logo.png') top left no-repeat;
	z-index: 9999;
	cursor: pointer;
}



#menu
{
	position: relative;
	top: 15px;
	left: 0px;
	border: 0px solid red;
	height: 30px;
	width: 850px;
	z-index: 101;
	/*background-color: #FF0000;*/
		
}


#contentwrap
{
	position: relative;
	width: 990x;	
	overflow: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	border: 0px solid black;
	background-color: #f2f3f3;
	border-left: 1px solid #b5b7b9;
	border-right: 1px solid #b5b7b9;
	border-bottom: 1px solid #b5b7b9;
}

#contentview
{
	width: 701px;
	position: relative;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 11px;
	color: #7b7c7f;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	min-height: 300px;
	border: 0px solid black;
	z-index: 99;
}


#kaderview
{
	position: relative;
	width: 254px;
	margin-right: 10px;
	margin-top: 5px;
	border: 0px solid blue;
	float: right;
	
}

#icon_right
{
	position: relative;
	width: 254px;
}


.icon_right_top
{
	position: relative;
	background: url('icon_background_top.png') top left no-repeat;
	width: 254px;
	height: 16px;
}

.icon_right_middle
{
	position: relative;
	width: 254px;
	background-color: #f6b2d0;
}

.icon_right_bottom
{
	position: relative;
	background: url('icon_background_bottom.png') top left no-repeat;
	width: 254px;
	height: 29px;
}

.icon_right img
{
	width: 214px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.icon_right .image_search
{
	width: 214px;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

#footer
{
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 990px;
	height: 15px;
	padding-top: 10px;
	border: 0px solid black;
	z-index: 1000;
	text-align: center;
	color: #ef9abf;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 11px;
	text-align: left;
}

#footer a
{
	color: #ef9abf;
}

#button_shopping_cart_catalogus
{
	position: absolute;
	top: 195px;
	left: 847px;
	width: 140px;
	height: 27px;
	z-index: 3;
	font-family: georgia,times new roman,times,serif;
	font-size: 10px;
	z-index: 1000;
}

#button_shopping_cart_catalogus .cart_info
{
	position: relative;
	float: right;
	width: 100px;
}

#button_shopping_cart_catalogus .cart_info a
{
	color: #7b7c7f;
}

#button_shopping_cart_catalogus .cart_info a:hover
{
	text-decoration: none;
	color: #f6b3d0;
}

.cart_info_hover, .cart_info_hover a
{
	position: relative;
	float: right;
	width: 100px;
	color: #f6b3d0;
}

#button_shopping_cart a
{
	color: #A0A0A0;
}
#button_shopping_cart a:hover
{
	text-decoration: none;
	color: #1f1e3d;
}

img#img_shopping_card
{
	position: absolute;
	top: 0px;
	left: 0px;
	clip: rect(0px 32px 26px 0px);
}

h1
{
	color: #fc5ba2;
	font-size: 18px;
	font-family: Verdana, Sans-serif, Arial;
	font-weight: bold;
	text-align: left;
}



.infomessages
{
	position: relative;
	padding-top: 10px;
}

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

.moduleCS_kaderview_item img
{
	border: 0px solid #003882;
}




/********* end background bottom *************/


/******************************************** TREE MENU **************************************************/

.siteMenuTop_treeRootNode_link a
{
	font-weight: 100;
	color: #000000;
	font-size: 9px;
}

.siteMenuTop_treeRootNode_link a:hover
{
	color: #FFFFFF;
}

.siteMenuTop_treeNodeActive a
{
	color: #FFFFFF;
}

.site_menu_submenu_treeRootNode
{
	color: #000000;
}

.treeNode_3
{
}

.siteMenuLeft
{
	border: 0px solid black;
}

.siteMenuLeft tr td
{
	border: 0px solid black;
	padding: 0px;
}

.siteMenuLeft a
{
	font-family: Arial, Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.liRootNode
{
	list-style-type:  none;
/*	list-style-position: inside; */
}

.liChildNode
{
	list-style-type: none;
}

.liChildNode2
{
}

.treeNode_3
{
}

.treeRootNode
{
}

.submenu_hr
{
	display: none;
}

.submenu_rowBetweenItems
{
	height: 2px;
}

.submenu_li
{
}

.submenu_li treeRootNode
{
}

.treeRootNode_link
{
	color: #FFFFFF;
	font-weight: normal;
}

.treeRootNode_link a
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	font-weight: normal;
}

.treeNode
{
	color: #000000;
}

.treeNode a
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.treeNodeActive
{
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.treeNodeActive a
{
	font-family: Verdana;
	font-size: 9px;
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

.treeRootNode a
{
	font-family: Verdana;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}

.treeNode a:hover, .treeRootNode a:hover
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

/****************************************** END TREE MENU ************************************************/

/* CLASSES */

/* BEGIN LEFT BLOCK */

.icons {
	padding: 2px;
	border-top: dashed 1px #8A8A8A; border-bottom: dashed 1px #8A8A8A;
	text-align: center;
}

.icons a {
	color: #00A2E0;
}

.lastModified {
	padding: 0;
	font-size: 0.8em;
	color: #959EA7;
	text-align:center;
	padding-top: 10px;
}

.fontsize_normal {
	font-size: 11px;
	color: #000000;
}

.fontsize_bigger {
	font-size: 13px;
	color: #000000;
}

.fontsize_biggest {
	font-size: 15px;
	color: #000000;
}

.fontsize_normal:hover, .fontsize_bigger:hover, .fontsize_biggest:hover {
	text-decoration: underline;
}

.size_normal_current {
	color: #CC0000;
}

.size_bigger_current, .size_biggest_current {
	color: #000000;
}

/* ENd LEFT BLOCK */

.spacer_float_right {
	float: right;
	border: 0;
}

.spacer_float_left {
	float: left;
	border: 0;
}

.spacer
{
	border: 0px;
}

/* oude stylesheet */


.errormessages
{
	color: red;
	font-weight: bold;
}

.infomessages
{
	font-weight: bold;
}

.button
{
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}

.buttonHover
{
	background: #000000;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}

.showbutton
{
	background: #373637;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}

.showbuttonHover
{
	background: #ffffff;
	border: 1px solid #373637;
	color: #373637;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}

.formTable
{
	border: 1px solid black;
	width: 95%;
	/*font-size: 15px;*/
	font-size: 1em;
	background-color: #E51318;
	color: #000000;
}

.formHeader
{
	font-weight: bold;
	/*font-size: 11px;*/
	font-size: 1em;
	width: 95%;
}

.buttonBar
{
	padding: 0px;
	border-collapse: collapse;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
}

.tableSiteMain, .tableSiteMainHeader
{
	background-position: 0px 107px;
	background-repeat: no-repeat;
	width: 780px;
	color: #000000;
}

.tableSiteMain
{
	border: 1px solid black;
	height: 100%;
}

.tableSiteMainHeader
{
	height:107px;
}

.tableSiteTop
{
	/*background:  url("/media/customer/100/sites/1/layout/top.jpg");*/
	background-repeat: no-repeat;
	width: 100%;
	height: 107px;
}

.tableLanguages, .tableLanguages td
{
	/*font-size: 9px;*/
	font-size: 1em;
	color: #959EA7;
	padding-left: 5px;
}

.tableLanguages img
{
	border: 1px solid #000000;
}

.tableSiteContents
{
	color: #000000;
}

.siteContents
{
	width: 100%;
	padding-left: 2px;
	padding-bottom: 10px;
	color: #000000;
	/*font-size: 70%;*/
	font-size: 1em;
	
}

.visibleLink a
{
	color: #FFFFFF;
	text-decoration: none;
}

.visibleLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


.kaderview_header a, .moduleNews_panelview_header a
{
	/*font-size: 65%;*/
	font-size: 1em;
	font-weight: normal;
	color: black;
}

.kaderview_header a:hover, .moduleNews_panelview_header a:hover
{
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

.pathMenu, .pathMenu a, a.pathMenu
{
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

.pathMenuCurrent, .pathMenuCurrent a
{
	font-weight: bold;
	color: #000000;
	/*font-size: 70%;*/
	font-size: 14px;
}

.siteMenuRight, .siteMenuRight table
{
	padding-left: 1px;
	padding-right: 1px;
	/*font-size: 75%;*/
	color: #000000;
}

/*
---------------------------------------------------------------------------------
|                       START Module News                          |
---------------------------------------------------------------------------------
*/
.moduleNews_panelview_li
{
	list-style-image:  url(/media/customer/100/sites/1/layout/li.childnode.gif);
	list-style-position: inside;
	text-align: left;
	vertical-align: top;
	width: 6px;
}

.moduleNews_panelview_item
{
	color: #FF00FF;
}

.moduleNews_panelview_header
{
	padding-left: 1px;
	padding-right: 0px;
	/*font-size: 65%;*/
	font-weight:bold;
	color: black;
	text-align: left;
	border: 0px solid #FFFFFF;
}

.moduleNews_panelview_item a
{
	color: #123C89;
	/*font-size: 65%;*/
	font-size: 1em;
	text-decoration: none;
}
.moduleNews_panelview_item a:hover
{
	color: black;
	text-decoration: none;
}
/*
---------------------------------------------------------------------------------
|                     END Module News                               |
---------------------------------------------------------------------------------
*/

.modulePanelTable
{
	border: 0px solid #00529E;
	width: 220px;
	margin-bottom: 35px;
	display: block;
	position: relative;
	clear: both;
}

.modulePanelHeader
{
	/*padding-left: 44px;*/
}

.modulePanelContent
{
	
	/*opacity: 0.20;
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
	filter: alpha(opacity=20);*/
}

.modulePanelContentPhoto
{
	
	border: 0px solid #975F60;
	color: #403a38;
	font-size: 16px;
	text-align: center;
	/*padding-left: 35px;
	padding-right: 35px;*/
	width: 100%;
}

.moduleCS_kaderview_item_photo
{
	width: 220px;
}

.moduleCS_kaderview_item_photo img
{
	position: relative;
	margin: 0px auto;
	display: block;
}

.moduleCS_kaderview_item_photo img
{
	border: 0px solid black;
}

.moduleCS_kaderview_item_photo_center
{
	position: relative;
	margin: 0px auto;
}


.modulePanelContent a, .siteMenuRightNewsCategory a
{
	/*font-size: 100%;*/
	color: #403a38;
	font-weight: bold;
	text-decoration: none;
}

.modulePanelContent a:hover, .siteMenuRightNewsCategory a:hover
{
	/*font-size: 100%;*/
	color: #403a38;
	font-weight: bold;
	text-decoration: none;
}

.modulePanelFooter
{
}

.moduleContentTable
{
	width: 95%;
	border-left: 1px solid #373637;
	border-right: 1px solid #373637;
	border-bottom: 1px solid #373637;
	/*horizontal-align: center;
	cellpadding: 0px;
	width: 95%;
	text-align: center;
	*/
}

.moduleContentTable td
{
	padding: 5px;
}

.moduleContentTableNewsItem
{
	border: 0px;
	text-align: center;
}

.moduleContentFooter
{
}

.moduleSearchPanel
{
	border: 1px solid #464646;
}

.moduleSearch
{
	width: 100px;
	border: 0px solid #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
}


/*
---------------------------------------------------------------------------------
|                       START CONTENT VIEW (ALGEMEEN)                   |
---------------------------------------------------------------------------------
*/
.contentview
{
	color: #000000;
	text-align: left;
	border: 0px solid #000000;
	padding-left: 0px;
}

.contentview_pagetext
{
	border: none;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
	/*font-size: 70%;*/
	font-size: 1em;
}
.contentView_pagetext table td
{
	/*font-size: 70%;*/
	font-size: 1em;
}



.contentView_header
{
	background-color: #858585;
	/*font-size: 70%;*/
	font-size: 1em;
	color: #FFFFFF;
}

.moduleForm_contentview_header, .moduleForms_mail_header
{
	background-color: #f6b2d0;
	/*font-size: 70%;*/
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border: 1px solid #373637;
	
}

.moduleForm_contentview_item_label
{
	width: 100px;
}

.moduleForm_contentview_item
{
	padding-bottom: 1px; 
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

.moduleContentHeader a
{
	/*font-size: 11px;*/
	font-size: 1em;
}

.moduleNewsContentHeader
{
	/*font-size: 11px;*/
	font-size: 1em;
}

.contentView_item
{
	/*font-size:70%;*/
	font-size: 1em;
}

/*
*	table om de items heen.
*/
.contentView_items
{
	border: 1px solid black;
	vertical-align: top;
}

.moduleDownload_contentview_header
{
	background-color: #00adef;
	/*font-size: 70%;*/
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid white;
}
/*
---------------------------------------------------------------------------------
|                       START KADER VIEW (ALGEMEEN)                   |
---------------------------------------------------------------------------------
*/
.kaderView, .kaderView table
{
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 0px;
	/*font-size: 100%;*/
	color: #000000;
	padding-top: 0px;
}

.kaderview_li
{
	text-align: left;
	vertical-align: top;
	list-style:  disc;
}

.kaderview_item
{
	text-align: left;
}

.kaderview_item a
{
	color: #403a38;
	text-decoration: none;
	font-weight: bold;
}
.kaderview_item a:hover
{
	color: #403a38;
	text-decoration: underline;
	font-weight: bold;
}

.kaderview_header
{
	padding-left: 1px;
	padding-right: 0px;
	/*font-size: 70%;*/
	font-weight:bold;
	color: black;
	text-align: left;
	border: 0px solid #FFFFFF;
}


/*
---------------------------------------------------------------------------------
|                       START Module CS                          |
---------------------------------------------------------------------------------
*/
.moduleCS_kaderview_item
{
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 5px;
	margin: 0px;
}

.moduleCS_kaderview_li
{
}

.moduleCS_kaderview_header
{
}
/*
---------------------------------------------------------------------------------
|                       START Module Download                          |
---------------------------------------------------------------------------------
*/
.moduleDownload_kaderview_item
{
	padding: 0px;
	margin: 0px;
}

.moduleDownload_kaderview_li
{
}
/*
---------------------------------------------------------------------------------
|                       START Module Sitemap                          |
---------------------------------------------------------------------------------
*/
.contentView_sitemap
{
	/*font-size: 70%;*/
	font-size: 1em;
}

.moduleSitemap_kaderview_item
{
}

.moduleSitemap_kaderview_li
{
}
/*
---------------------------------------------------------------------------------
|                       START Module News                          |
---------------------------------------------------------------------------------
*/

.popup
{
	background-color: #FFFFFF;
	padding-left: 2px;
	padding-bottom: 10px;
	color: #000000;
	/*font-size: 8pt;*/
	font-size: 1em;
	padding-top: 5px;
}

/*
*	Contentview 2 (uitgebreid)
*/
.moduleNews_contentview2
{
	border: 1px solid black;
}

.moduleNews_contentview2_header
{
	border:none;
	background-color: #833D45;
}

.moduleNews_contentview2_item_header
{
	background-color: #000000;
	border: none;
	font-weight: bold;
}

.moduleNews_contentview2_item_intro
{
	border: none;
}

.moduleNews_contentview2_item_leesmeer
{
	text-align:right;
	background-color: #000000;
	border: none;
}

.moduleNews_contentview2_item_photo
{
	border: none;
}

.moduleNews_contentview2_text
{
	border: none;
}

.moduleNews_contentview2_table_between img
{
	height: 5px;
}
/*
*	CONTENT VIEW 1
*/
.moduleNews_contentview1
{
	/*font-size: 95%;*/
}

.moduleNews_contentview1_table_between
{
	height: 0px;
}

.moduleNews_contentview1_header
{
	border: none;
	/*font-size: 95%;	*/
}

.moduleNews_contentview1_items
{
}

.moduleNews_contentview1_item
{
	text-align: left;
}

.moduleNews_contentview1_item_date
{
	color: white;
	vertical-align: top;
}

.moduleNews_contentview1_item_text
{
}

.moduleNews_contentview1_item_between
{
	width: 10px;
	text-align: center;
	vertical-align: top;
}


/*
*	Show newsitem
*/
.moduleNews_contentview_showitem
{
	border: 1px solid black;
	border:none;
}

.moduleNews_contentview_showitem_item
{

}

.moduleNews_contentview_showitem_item_content table td
{
	/*font-size: 70%;*/
	font-size: 1em;
}

.moduleNews_contentview_showitem_item_intro table td
{
	/*font-size: 70%;*/
	font-size: 1em;
}

.moduleNews_contentview_showitem_header
{
	background-color: #1C448D;
	color: white;
	/*font-size: 70%;*/
	font-size: 1em;
}


.moduleNews_contentview_showitem_item_back
{
	text-align: right;
	/*font-size: 70%;*/
	font-size: 1em;
}
.moduleNews_contentview_showitem_item_back a
{
}

.moduleNews_contentview_showitem_item_header
{
	background-color:#833D45;
}

.moduleNews_contentview_showitem_item_date
{
	text-align: right;
	color: white;
}

/*
*	ARCHIVE
*/
.moduleNews_contentview_archive
{
}

.moduleNews_contentview_archive_header
{
}

.moduleNews_contentview_archive_item
{
}

.moduleNews_contentview_archive_date
{
	color: white;
	vertical-align: top;
}

.moduleNews_contentview_archive_tableBetween
{
	height: 1px;
	vertical-align: top;
}

/*
*	SEARCH PANEL
*/
.moduleNews_contentview_searchpanel
{
	background-color: #E6E3E2;
}

/* EDITOR IN BEHEER: aangemaakt om b.v. een andere achtergrond te kiezen in het beheer, dan de voorkant heeft*/

.contentview_beheer_extra
{
	border: 0px solid blue;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 10px;
	background-color: #f2f3f3;
	color: #7b7c7f;
}

.contentview_beheer_extra a
{
	color: #7b7c7f;
	text-decoration: none;
	font-weight: bold;
	/*font-weight: bold;*/
}

.contentview_beheer_extra a:hover
{
	/*font-weight: bold;*/
	text-decoration: underline;
	font-weight: bold;
}

/* END EDITOR IN BEHEER*/

.link_nmwbs
{
	text-align: center;
	border-top: 1px dashed black;
	font-size: 12px;
}

.link_nmwbs a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;;

}

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


.tableSiteLastModified
{
	font-size: 12px;
	color: #AAAAAA;
	padding: 0px;
	border: 0px solid #333333;
	text-align: center;
}

.icons, .icons a
{
	background: none;
	text-align: center;
	color: #123C89;
}

	/* MODULE CATALOGUS - CONTENT VIEW 2*/

#voordeelpakket_1
{
	position: relative;
	width: 690px;
	height: 690px;
	float: left;
}

#masker1
{
	position: relative;
	width: 690px;
	height: 690px;
	float: left;
	/*background-image: url('masker.png');*/
	z-index: 1000;
}


#foto_13x18
{
	position: absolute;
	width: 300px;
	height: 450px;
	top: 25px;
	left: 20px;
	/*background-image: url('voordeelpakket1_1.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel1masker1
{
	position: absolute;
	width: 300px;
	height: 450px;
	top: 25px;
	left: 20px;
	/*background-image: url('voordeel1masker1.png');*/
	border: 1px solid black;
	z-index: 101;
}

#foto_6x9_1
{
	position: absolute;
	width: 150px;
	height: 225px;
	top: 20px;
	left: 358px;
	/*background-image: url('voordeelpakket1_2.png');*/
	border: 1px solid black;
}

#voordeel1masker2
{
	position: absolute;
	width: 150px;
	height: 225px;
	top: 20px;
	left: 358px;
	/*background-image: url('voordeel1masker2.png');*/
	border: 1px solid black;
}

#foto_6x9_2
{
	position: absolute;
	width: 150px;
	height: 225px;
	top: 20px;
	left: 522px;
	/*background-image: url('voordeelpakket1_2.png');*/
	border: 1px solid black;
}

#voordeel1masker3
{
	position: absolute;
	width: 150px;
	height: 225px;
	top: 20px;
	left: 522px;
	/*background-image: url('voordeel1masker2.png');*/
	border: 1px solid black;
}

#foto_6x9_3
{
	position: absolute;
	width: 150px;
	height: 225px;
	top: 255px;
	left: 358px;
	/*background-image: url('voordeelpakket1_2.png');*/
	border: 1px solid black;
}

#voordeel1masker4
{
	position: absolute;
	width: 150px;
	height: 225px;
	top: 255px;
	left: 358px;
	/*background-image: url('voordeel1masker2.png');*/
	border: 1px solid black;
}

#foto_6x9_4
{
	position: absolute;
	width: 150px;
	height: 225px;
	top: 255px;
	left: 522px;
	/*background-image: url('voordeelpakket1_2.png');*/
	border: 1px solid black;
}

#voordeel1masker5
{
	position: absolute;
	width: 150px;
	height: 225px;
	top: 255px;
	left: 522px;
	/*background-image: url('voordeel1masker2.png');*/
	border: 1px solid black;
}

#foto_pasfoto_1_1
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 497px;
	left: 28px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 100;
}


#foto_pasfoto_1_2
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 511px;
	left: 42px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#foto_pasfoto_1_3
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 524px;
	left: 57px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 102;
}

#foto_pasfoto_1_4
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 536px;
	left: 72px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 103;
}

#voordeel1masker6
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 536px;
	left: 72px;
	/*background-image: url('voordeel1masker3.png');*/
	border: 1px solid black;
	z-index: 104;
}

#foto_pasfoto_2_1
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 497px;
	left: 197px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#foto_pasfoto_2_2
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 511px;
	left: 209px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#foto_pasfoto_2_3
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 524px;
	left: 225px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 102;
}

#foto_pasfoto_2_4
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 536px;
	left: 241px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 103;
}

#voordeel1masker7
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 536px;
	left: 241px;
	/*background-image: url('voordeel1masker3.png');*/
	border: 1px so4lid black;
	z-index: 104;
}

#foto_pasfoto_3_1
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 497px;
	left: 364px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#foto_pasfoto_3_2
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 511px;
	left: 378px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#foto_pasfoto_3_3
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 524px;
	left: 393px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 102;
}

#foto_pasfoto_3_4
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 536px;
	left: 408px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 103;
}

#voordeel1masker8
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 536px;
	left: 408px;
	/*background-image: url('voordeel1masker3.png');*/
	border: 1px solid black;
	z-index: 104;
}

#foto_pasfoto_4_1
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 497px;
	left: 529px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#foto_pasfoto_4_2
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 511px;
	left: 543px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#foto_pasfoto_4_3
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 524px;
	left: 559px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 102;
}

#foto_pasfoto_4_4
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 536px;
	left: 573px;
	/*background-image: url('voordeelpakket1_3.png');*/
	border: 1px solid black;
	z-index: 103;
}

#voordeel1masker9
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 536px;
	left: 573px;
	/*background-image: url('voordeel1masker3.png');*/
	border: 1px solid black;
	z-index: 104;
}

#voordeelpakket_2
{
	position: relative;
	width: 690px;
	height: 690px;
	float: left;
}

#masker2
{
	position: relative;
	width: 690px;
	height: 690px;
	float: left;
	/*background-image: url('masker.png');*/
	z-index: 1000;
}

#foto_15x21
{
	position: absolute;
	width: 255px;
	height: 383px;
	top: 33px;
	left: 6px;
	/*background-image: url('voordeelpakket2_1.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel2masker1
{
	position: absolute;
	width: 255px;
	height: 383px;
	top: 33px;
	left: 6px;
	/*background-image: url('voordeel2masker1.png');*/
	border: 1px solid black;
	z-index: 101;
}

#foto_10x15_1
{
	position: absolute;
	width: 200px;
	height: 300px;
	top: 65px;
	left: 269px;
	/*background-image: url('voordeelpakket2_2.png');*/
	border: 1px solid black;
	z-index: 100;
}

#foto_10x15_2
{
	position: absolute;
	width: 200px;
	height: 300px;
	top: 93px;
	left: 302px;
	/*background-image: url('voordeelpakket2_2.png');*/
	border: 1px solid black;
	z-index: 101;
}

#voordeel2masker2
{
	position: absolute;
	width: 200px;
	height: 300px;
	top: 93px;
	left: 302px;
	/*background-image: url('voordeel2masker2.png');*/
	border: 1px solid black;
	z-index: 102;
}

#foto_7x9
{
	position: absolute;
	width: 173px;
	height: 260px;
	top: 134px;
	left: 511px;
	/*background-image: url('voordeelpakket2_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel2masker3
{
	position: absolute;
	width: 173px;
	height: 260px;
	top: 134px;
	left: 511px;
	/*background-image: url('voordeel2masker3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#foto_3x45_1
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 433px;
	left: 6px;
	/*background-image: url('voordeelpakket2_4.png');*/
	border: 1px solid black;
	z-index: 100;
}

#foto_3x45_2
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 453px;
	left: 32px;
	/*background-image: url('voordeelpakket2_4.png');*/
	border: 1px solid black;
	z-index: 101;
}

#voordeel2masker4
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 453px;
	left: 32px;
	/*background-image: url('voordeel2masker4.png');*/
	border: 1px solid black;
	z-index: 102;
}

#foto_3x45_3
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 433px;
	left: 179px;
	/*background-image: url('voordeelpakket2_4.png');*/
	border: 1px solid black;
	z-index: 100;
}

#foto_3x45_4
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 453px;
	left: 202px;
	/*background-image: url('voordeelpakket2_4.png');*/
	border: 1px solid black;
	z-index: 101;
}

#voordeel2masker5
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 453px;
	left: 202px;
	/*background-image: url('voordeel2masker4.png');*/
	border: 1px solid black;
	z-index: 102;
}

#foto_3x45_5
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 433px;
	left: 349px;
	/*background-image: url('voordeelpakket2_4.png');*/
	border: 1px solid black;
	z-index: 100;
}

#foto_3x45_6
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 453px;
	left: 372px;
	/*background-image: url('voordeelpakket2_4.png');*/
	border: 1px solid black;
	z-index: 101;
}

#voordeel2masker6
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 453px;
	left: 372px;
	/*background-image: url('voordeel2masker4.png');*/
	border: 1px solid black;
	z-index: 102;
}


#foto_3x45_7
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 433px;
	left: 520px;
	/*background-image: url('voordeelpakket2_4.png');*/
	border: 1px solid black;
	z-index: 100;
}

#foto_3x45_8
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 453px;
	left: 543px;
	/*background-image: url('voordeelpakket2_4.png');*/
	border: 1px solid black;
	z-index: 101;
}

#voordeel2masker7
{
	position: absolute;
	width: 139px;
	height: 210px;
	top: 453px;
	left: 543px;
	/*background-image: url('voordeel2masker4.png');*/
	border: 1px solid black;
	z-index: 102;
}


#voordeelpakket_3
{
	position: relative;
	width: 690px;
	height: 690px;
}

#masker3
{
	position: relative;
	width: 690px;
	height: 690px;
	float: left;
	/*background-image: url('masker.png');*/
	z-index: 1000;
}

#pakket31
{
	position: absolute;
	width: 300px;
	height: 450px;
	top: 10px;
	left: 26px;
	/*background-image: url('voordeelpakket3_1.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel3masker1
{
	position: absolute;
	width: 300px;
	height: 450px;
	top: 10px;
	left: 26px;
	/*background-image: url('voordeel3masker1.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket32
{
	position: absolute;
	width: 267px;
	height: 400px;
	top: 39px;
	left: 395px;
	/*background-image: url('voordeelpakket3_2.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel3masker2
{
	position: absolute;
	width: 267px;
	height: 400px;
	top: 39px;
	left: 395px;
	/*background-image: url('voordeel3masker2.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket33
{
	position: absolute;
	width: 142px;
	height: 213px;
	top: 472px;
	left: 45px;
	/*background-image: url('voordeelpakket3_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel3masker3
{
	position: absolute;
	width: 142px;
	height: 213px;
	top: 472px;
	left: 45px;
	/*background-image: url('voordeel3masker3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket34
{
	position: absolute;
	width: 142px;
	height: 213px;
	top: 472px;
	left: 215px;
	/*background-image: url('voordeelpakket3_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel3masker4
{
	position: absolute;
	width: 142px;
	height: 213px;
	top: 472px;
	left: 215px;
	/*background-image: url('voordeel3masker3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket35
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 497px;
	left: 383px;
	/*background-image: url('voordeelpakket3_4.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket36
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 510px;
	left: 398px;
	/*background-image: url('voordeelpakket3_4.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket37
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 524px;
	left: 413px;
	/*background-image: url('voordeelpakket3_4.png');*/
	border: 1px solid black;
	z-index: 102;
}

#voordeel3masker5
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 524px;
	left: 413px;
	/*background-image: url('voordeel3masker4.png');*/
	border: 1px solid black;
	z-index: 103;
}


#pakket38
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 497px;
	left: 526px;
	/*background-image: url('voordeelpakket3_4.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket39
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 510px;
	left: 540px;
	/*background-image: url('voordeelpakket3_4.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket40
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 524px;
	left: 554px;
	/*background-image: url('voordeelpakket3_4.png');*/
	border: 1px solid black;
	z-index: 102;
}

#voordeel3masker6
{
	position: absolute;
	width: 90px;
	height: 135px;
	top: 524px;
	left: 554px;
	/*background-image: url('voordeel3masker4.png');*/
	border: 1px solid black;
	z-index: 103;
}


#voordeelpakket_4
{
	position: relative;
	width: 690px;
	height: 690px;
	float: left;
}

#masker4
{
	position: relative;
	width: 690px;
	height: 690px;
	float: left;
	/*background-image: url('masker.png');*/
	z-index: 1000;
}

#pakket41
{
	position: absolute;
	width: 280px;
	height: 420px;
	top: 20px;
	left: 33px;
	/*background-image: url('voordeelpakket4_1.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel4masker1
{
	position: absolute;
	width: 280px;
	height: 420px;
	top: 20px;
	left: 33px;
	/*background-image: url('voordeel4masker1.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket42
{
	position: absolute;
	width: 227px;
	height: 340px;
	top: 75px;
	left: 428px;
	/*background-image: url('voordeelpakket4_2.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel4masker2
{
	position: absolute;
	width: 227px;
	height: 340px;
	top: 75px;
	left: 428px;
	/*background-image: url('voordeel4masker2.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket43
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 459px;
	left: 11px;
	/*background-image: url('voordeelpakket4_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket44
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 478px;
	left: 33px;
	/*background-image: url('voordeelpakket4_3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#voordeel4masker3
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 478px;
	left: 33px;
	/*background-image: url('voordeel4masker3.png');*/
	border: 1px solid black;
	z-index: 102;
}

#pakket45
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 459px;
	left: 181px;
	/*background-image: url('voordeelpakket4_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket46
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 478px;
	left: 204px;
	/*background-image: url('voordeelpakket4_3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#voordeel4masker4
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 478px;
	left: 204px;
	/*background-image: url('voordeel4masker3.png');*/
	border: 1px solid black;
	z-index: 102;
}


#pakket47
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 459px;
	left: 351px;
	/*background-image: url('voordeelpakket4_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket48
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 478px;
	left: 374px;
	/*background-image: url('voordeelpakket4_3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#voordeel4masker5
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 478px;
	left: 374px;
	/*background-image: url('voordeel4masker3.png');*/
	border: 1px solid black;
	z-index: 102;
}


#pakket49
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 459px;
	left: 520px;
	/*background-image: url('voordeelpakket4_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket490
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 478px;
	left: 542px;
	/*background-image: url('voordeelpakket4_3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#voordeel4masker6
{
	position: absolute;
	width: 133px;
	height: 200px;
	top: 478px;
	left: 542px;
	/*background-image: url('voordeel4masker3.png');*/
	border: 1px solid black;
	z-index: 102;
}

#voordeelpakket_5
{
	position: relative;
	width: 690px;
	height: 690px;
	float: left;
}

#masker5
{
	position: relative;
	width: 690px;
	height: 690px;
	float: left;
	/*background-image: url('masker.png');*/
	z-index: 1000;
}

#pakket51
{
	position: absolute;
	width: 233px;
	height: 350px;
	top: 23px;
	left: 8px;
	/*background-image: url('voordeelpakket5_1.png');*/
	border: 1px solid black;
	z-index: 102;
}

#voordeel5masker1
{
	position: absolute;
	width: 233px;
	height: 350px;
	top: 23px;
	left: 8px;
	/*background-image: url('voordeel5masker1.png');*/
	border: 1px solid black;
	z-index: 103;
}


#pakket52
{
	position: absolute;
	width: 205px;
	height: 308px;
	top: 142px;
	left: 100px;
	/*background-image: url('voordeelpakket5_2.png');*/
	border: 1px solid black;
	z-index: 101;
}

#voordeel5masker2
{
	position: absolute;
	width: 205px;
	height: 308px;
	top: 142px;
	left: 100px;
	/*background-image: url('voordeel5masker2.png');*/
	z-index: 102;
}

#pakket53
{
	position: absolute;
	width: 205px;
	height: 308px;
	top: 177px;
	left: 151px;
	/*background-image: url('voordeelpakket5_2.png');*/
	border: 1px solid black;
	z-index: 99;
}

#voordeel5masker3
{
	position: absolute;
	width: 205px;
	height: 308px;
	top: 177px;
	left: 151px;
	/*background-image: url('voordeel5masker2.png');*/
	z-index: 100;
}

#pakket54
{
	position: absolute;
	width: 156px;
	height: 235px;
	top: 9px;
	left: 364px;
	/*background-image: url('voordeelpakket5_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel5masker4
{
	position: absolute;
	width: 156px;
	height: 235px;
	top: 9px;
	left: 364px;
	/*background-image: url('voordeel5masker3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket55
{
	position: absolute;
	width: 156px;
	height: 235px;
	top: 9px;
	left: 527px;
	/*background-image: url('voordeelpakket5_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel5masker5
{
	position: absolute;
	width: 156px;
	height: 235px;
	top: 9px;
	left: 527px;
	/*background-image: url('voordeel5masker3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket56
{
	position: absolute;
	width: 156px;
	height: 235px;
	top: 251px;
	left: 364px;
	/*background-image: url('voordeelpakket5_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel5masker6
{
	position: absolute;
	width: 156px;
	height: 235px;
	top: 251px;
	left: 364px;
	/*background-image: url('voordeel5masker3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket57
{
	position: absolute;
	width: 156px;
	height: 235px;
	top: 251px;
	left: 527px;
	/*background-image: url('voordeelpakket5_3.png');*/
	border: 1px solid black;
	z-index: 100;
}

#voordeel5masker7
{
	position: absolute;
	width: 156px;
	height: 235px;
	top: 251px;
	left: 527px;
	/*background-image: url('voordeel5masker3.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket58
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 535px;
	left: 67px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 103;
}

#voordeel5masker8
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 535px;
	left: 67px;
	/*background-image: url('voordeel5masker4.png');*/
	border: 1px solid black;
	z-index: 104;
}

#pakket59
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 520px;
	left: 50px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 102;
}

#pakket590
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 507px;
	left: 34px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket591
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 492px;
	left: 17px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket592
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 535px;
	left: 235px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 103;
}

#voordeel5masker9
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 535px;
	left: 235px;
	/*background-image: url('voordeel5masker4.png');*/
	border: 1px solid black;
	z-index: 104;
}

#pakket593
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 520px;
	left: 218px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 102;
}

#pakket594
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 507px;
	left: 202px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket595
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 492px;
	left: 185px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket596
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 535px;
	left: 403px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 103;
}

#voordeel5masker10
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 535px;
	left: 403px;
	/*background-image: url('voordeel5masker4.png');*/
	border: 1px solid black;
	z-index: 104;
}

#pakket597
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 520px;
	left: 386px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 102;
}

#pakket598
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 507px;
	left: 370px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket599
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 492px;
	left: 353px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 100;
}

#pakket5990
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 535px;
	left: 571px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 103;
}

#voordeel5masker11
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 535px;
	left: 571px;
	/*background-image: url('voordeel5masker4.png');*/
	border: 1px solid black;
	z-index: 104;
}

#pakket5991
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 520px;
	left: 555px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 102;
}

#pakket5992
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 507px;
	left: 538px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 101;
}

#pakket5993
{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 492px;
	left: 521px;
	/*background-image: url('voordeelpakket5_4.png');*/
	border: 1px solid black;
	z-index: 100;
}


.moduleCatalogus_contentview2
{
	position: relative;
	margin-left: -10px;
	border: 0px solid #000000;
	width: 300px;
}

.moduleCatalogus_contentview2_category_header
{
		background-repeat: no-repeat;
		font-weight: bold;
		color: #000000;
		vertical-align: middle;
		border: 0px solid #000000;
}

.moduleCatalogus_contentview2_category
{
	border: 1px solid #ffffff;
	background-color: #f6b2d0;
}

	.moduleCatalogus_contentview2_category_photo
	{
	}
	
	.moduleCatalogus_contentview2_articlegroup_wrap
	{
		position: relative;
		height: 100%;
		background-color: #ffffff;
	}

	.moduleCatalogus_contentview2_articlegroup_moreinfo
	{
		text-align: center;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
	}

	.moduleCatalogus_aanbiedingsprijs
	{
		text-align: left;
		border: 0px solid #000000;
		font-weight: bold;
	}

	.moduleShop_contentvieuw_cartcontainer
	{
		border: 0px solid #FF0000;
		background-color: #E6E3E2;
		width: 100%;
	}

	.moduleShop_contentview_cart_footer
	{
		
	}

	.moduleShop_contentview
	{
		padding: 5px;
	}

	.moduleShop_contentview_cart
	{
		border: 0px solid #000000;
		width: 100%;
		padding: 0px;
	}

	.moduleShop_contentview_cart_button
	{
		background-color: #f6b2d0;
		border: 1px solid #000000;
		color: #000000;
		width: 130px;
	}

	.moduleShop_contentview_cart_button:hover
	{
		background-color: #FFFFFF;
		color: #000000;
	}

	.moduleShop_contentview_header
	{
		width: 100%;
		border: 0px solid #000000;
		margin: 0px;
		padding: 0px;
	}

	.moduleShop_contentview_item
	{
		border: 0px solid #000000;
		text-align: left;
		padding: 5px;
	}

/*
---------------------------------------------------------------------------------
|                       START Module Shop                          |
---------------------------------------------------------------------------------
*/

.module_shop_cart
{
	border: 0px solid #000000;
	color: #FFFFFF;
	float: right;
}

.moduleShop_ordermail_customerInfo
{
	margin-top: 135px;
	font-size: 10px;
	font-weight: bold;
}

.moduleShop_ordermail
{
	border: 1px solid black;
	width: 580px;
	text-align: left;
	font-family: arial;
	font-size: 10px;
}

.moduleShop_ordermail td
{
	color: #000000;
}

.moduleShop_ordermail th
{
	font-weight: bold;
	color: #000000;
}

.moduleShop_ordermail_ordertext
{
	text-align:left;
}

.moduleShop_ordermail_logo
{
	background: url('http://cmsdev.nmw.nl/media/customer/156/sites/1/layout/Shop/shop_header.jpg') top left no-repeat;
	height: 106px;
}
.moduleShop_ordermail_logonaarshop
{
	background: url('http://cmsdev.nmw.nl/media/customer/156/sites/1/layout/Shop/shop_header.jpg') top left no-repeat;
	height: 129px;
}

.moduleShop_ordermail_content_top
{
	background: url('http://cmsdev.nmw.nl/media/customer/156/sites/1/layout/Shop/shop_content_top.jpg') top left no-repeat;
	height: 36px;
}

.moduleShop_ordermail_content
{
	font-family: arial;
	font-size: 10px;
}

.moduleShop_ordermail_footer
{
	/*background: url('http://cmsdev.nmw.nl/media/customer/156/sites/1/layout/Shop/shop_footer.jpg') top left no-repeat;
	height: 102px;*/
}

.moduleShop_ordermail_webuserinfo
{
	border: 0px solid black;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	font-size: 11px;
}

.moduleShop_ordermail_order
{
	font-size: 11px;
	background-color: #E6E3E2;
	border: 1px solid #000000;
	width: 99%;
	padding: 4px;
}

.moduleShop_ordermail_webuserinfo_shippingaddress
{
	font-size: 11px;
	background-color: #E6E3E2;
}

.moduleShop_ordermail_webuserinfo_shippingaddress_label
{
	letter-spacing: 4px;
	font-weight:bold;
}

	.moduleCatalogus_articlegroupview_productinfo
	{
		border: 0px solid #000000;
		width: 225px;
		padding: 5px;
	}

	.moduleCatalogus_articlegroupview_bottom_send
	{
	text-align: left;
	width: 238px;
	vertical-align: top;
	padding-left: 20px;
	border: 0px solid #000000;
	}

	.moduleCatalogus_articlegroupview_amount
	{
		font-weight: bold;
		text-align: left;
	}

	.moduleCatalogus_contentview2_articlegroup_title
	{
		text-align: center;
		width: 100%;
		height: 30px;
		padding-top: 5px;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #97a4b2;
		margin-top: 0px;

	}

	.moduleCatalogus_articlegroupview_text
	{
		text-align: left;
		font-family: Verdana, Sans-serif, Arial;
	}

	.moduleCatalogus_contentview2_category_text
	{
	}

	.moduleCatalogus_contentview2_category_title
	{
		font-weight: bold;
	}

	.moduleCatalogus_contentview2_articlegroup_header
	{

		background-repeat: no-repeat;
		font-weight: bold;
		color: #000000
		vertical-align: middle;
	}

	.moduleCatalogus_contentview2_articlegroup
	{
		border: 1px solid #000000;
		text-align: center;
		background-color: #dcddde;
		height: 100%;
		width: 200px;
	}

	.moduleCatalogus_contentview2_articlegroup_text
	{
		color: black;
		text-align: center;
		font-family: Verdana, Sans-serif, Arial;
	}

	.moduleCatalogus_contentview2_articlegroup_text_desc
	{
		text-align: left;
		width: 100%;
		font-family: Verdana, Sans-serif, Arial;
	}

	.moduleCatalogus_contentview2_articlegroup_text a
	{
		color: #833D45;
		font-weight: bold;
	}

	.moduleCatalogus_contentview2_articlegroup_text a:hover
	{
		color: #833D45;
		font-weight: bold;
		text-decoration: underline;
	}

	.moduleCatalogus_contentview2_articlegroup_photo
	{
		text-align: center;
		border: 0px solid #000000;
	}
	/* END MODULE CATALOGUS - CONTENT VIEW 2*/

	/* MODULE CATALOGUS - ARTICLEGROUP VIEW */
	
	.testen
	{
		
		padding-left: 10px;
		padding-top: 10px;
		width: 100%;

	}	
	
	.moduleCatalogus_articlegroupview
	{
		background-color: #E6E3E2;
		border: 1px solid #000000;
		width: 99%;
	}

	.moduleCatalogus_articlegroupview_subarticleHeader
	{
		background-color: #8f9daa;
		font-weight: bold;
		color: #000000;
		text-align: left;
	}

	.moduleCatalogus_articlegroupview_title
	{
		background-repeat: no-repeat;
		font-weight: bold;
		color: black;
		vertical-align: middle;
	}

	.moduleCatalogus_articlegroupview_photo
	{
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		text-align: center;
	}

	.moduleCatalogus_articlegroupview_subarticle
	{
		text-align: left;
	}

	.moduleCatalogus_articlegroupview_photo2
	{
		border: 1px solid #000000;
		background-color: #E6E3E2;
		width: 470px;
		text-align: center;
	}

	.moduleCatalogus_contentview2_articlegroup_text_name
	{
		font-weight: bold;
	}

	.testen2
	{
		position: relative;
		margin-left: 0px;

	}

	.moduleWebuserRightsInfo
	{
		border: 0px solid #000000;
		background-color: #E6E3E2;
		opacity: 0.50;
		-moz-opacity: 0.50;
		-khtml-opacity: 0.50;
		filter: alpha(opacity=50);
		text-align: left;
	}

	.flags_table
	{
		border: 0px solid #000000;
		margin: 4px;
		padding-top: 0px;
	}

	.flags_table td
	{
		padding-left: 5px;
	}

	.moduleCatalogus_searchpanel
	{
		border: 0px solid #000000;
		width: 98%;
	}

	input.searchfield
	{
		width: 110px;
	}

	input
	{
		border: 1px solid #000000;
		width: 200px;
	}

	.radio
	{
		width: 25px;
		border: none;
	}

	textarea
	{
		width: 400px;
		overflow: auto;
	}
	.button, .buttonHover
	{
		width: 100px;
	}
	input.button_toevoegen
	{
		border: 0px solid #CC0000;
		width: 152px;
		height: 29px;
	}

	.moduleForms_mail_item
	{
		border: 0px solid #CC0000;
	}

	.moduleForms_mail_item_table
	{
		text-align: left;
		border: 0px solid blue;
		width: 100%;
		font-size: 12px;
	}

	.moduleForms_mail
	{
		background-color: #FFFFFF;
		border: 1px solid #000000;
		/*margin-left: -290px;*/

	}
	
	#moduleForms_mail
	{
		position: absolute;
		left: 50%;
		width: 580px;
		margin-left: -290px;
		padding: 5px;
	}

	.moduleForms_mail_intro
	{
		border: 0px solid #000000;
		background-color: #FFFFFF;
	/*	background: url('http://cmsdev.nmw.nl/media/customer/149/sites/1/layout/eringa-logo-mail.jpg') top center;*/
		border-top: 2px solid #DA267D;
		border-bottom: 1px solid #DA267D;
		background-repeat: no-repeat;
		height: 102px;
		width: 580px;
	}

	.moduleForms_mail_footer
	{
		border: 0px solid #000000;
		background-color: #FFFFFF;
		/*background: url('http://cmsdev.nmw.nl/media/customer/100/sites/1/layout/mail_header.jpg');*/
		/*border-top: 2px solid #DA267D;*/
		border-bottom: 2px solid #DA267D;
		background-repeat: no-repeat;
		height: 15px;
		width: 580px;
	}

	.moduleCatalogus_kaderview
	{
		font-size: 11px;
		width: 95%;
	}

	.actionview_Search
	{
		height: 15px;
	}

	.actionview_Search_zoeken
	{
		font-size: 10px;
	}

	.module_shop_cart_image
	{
		color: #000000;
	}

#category
{
	border: 1px solid #000000;
}

.module_guestbook_replies_table
{
	background-color: #CBC7BB;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

.module_guestbook_replies_bericht
{
	background-color: #CBC7BB;
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 6px;
	height: 70px;
	vertical-align: top;
	color: #000000;
}

.module_guestbook_replies_td
{
	background-color: #833D45;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
}

.module_guestbook_replies_td_headers
{
	background-color: #833D45;
	padding: 0px;
	margin: 0px;
	height: 15px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

.module_guestbook_replies_td_headers a
{
	color: #FFFFFF;
}

.scrollertable
{
	background: #975F60;
}

#datacontainer
{
	background: #975F60;
}

.scrollerbody
{
	background: #975F60;
}

.module_photolbum_table
{
	margin: 5px;
}

.module_photoalbum_category
{
	text-align: center;
}

.module_photoalbum_image
{
	text-align: center;
}

select
{
	border: 1px solid #FF9C00;

}

.moduleGuestbook_table_posts
{
	border:0px solid black; 
	margin-bottom: 3px; 
	margin-top: 3px; 
	margin-right: 3px;
}

.moduleGuestbook_table_posts_replies
{
	border: 1px dashed #ffed00; 
	color: #009ee0;
	padding: 5px 5px 5px 5px;
}

.moduleGuestbook_table_posts_header, .moduleGuestbook_table_posts_footer
{
	color: #ffffff;
}

legend
{
	color: #009ee0;
}

fieldset
{
	border: 2px solid #ffffff;
}