/* main.css */

/* GENERAL */

html, body {
	background-repeat: repeat;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	/*font-size: 12px;*/
	margin: 0; padding: 0;
	background-color: #8A7963;
	height: 100%;
}

img
{
	border: solid 0px #000000;
}

.imgClickable
{
	border: 0px solid #000000;
	cursor: pointer;
}

input.text
{
	width: 35px;
}

a
{
	color: #702E2E;
	text-decoration: none;
}

/* MAIN BLOCKS  ID'S */

#outerwrap {
	width: 779px;
	margin: 0px auto; padding: 0px;
	border: solid 0px #000000;
	background: url('http://www.nmwbs.nl/media/customer/64/sites/5/layout/background_wrapper.jpg');
	background-repeat: repeat;
	background-color: #DCCBA4;
	color: #000000;
	
}

#top {
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	margin: 0px; padding: 0px;
	height: 207px;
	width: 780px;
	background: url('http://www.nmwbs.nl/media/customer/64/sites/5/layout/banner.jpg'); 
	background-repeat: no-repeat;
	border: 0px solid #000000;
}

#left {
	margin: 0;
	/*margin-top: 130px;*/
	padding: 0px;
	margin-top: 10px;
	float: left;
	width: 183px;
	border: 0px solid #000000;
	/*background: url("/media/customer/2/sites/3/layout/left_menu_background.jpg") no-repeat;*/
}

#right {
	float: right;
	border: 0px solid #000000;
	margin: 0px;
	margin-top: 5px;
	padding-right: 30px;
	width: 200px;
}

#center {
	padding: 0px;
	border: 0px solid #CC0000;
	margin-top: 5px;
	padding-left: 40px;
	padding-right: 30px;
	background: url('http://www.nmwbs.nl/media/customer/64/sites/5/layout/background_wrapper.jpg');
	background-repeat: repeat;
	width: 472px;
}

#onderkant {
	background: url('http://www.nmwbs.nl/media/customer/64/sites/5/layout/onderkant.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 26px;

}

#footer {
	clear: both;
	margin: 0;
}

#footer img{
	border: 0;
}


/* MENU'S */

#flashheader {
	position: absolute;
	margin-left: 500px; padding: 0px;
}

#siteMenuTop
{
	color: #000000;
}

.siteMenuTop a {
	color: #000000;
}

.siteMenuTop a:hover {
	color: #FFFFFF;
}


.siteMenuLeft {
	margin-left: 6px;
	border: 0px solid #000000;
	width: 170px;
}
/*
.siteMenuLeft a {
	color: #000000;
	text-decoration: none;
}*/

.liRootNode {

}

.liChildNode {

}

.liChildNode2 {

}

/* 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;
}

/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
	font-family: Arial, Verdana, Sans-serif;
	/*font-size: 13px;*/
	font-size: 11px;
	color: #C4C5CC;
	font-weight: bold;
	padding: 0;
	white-space: nowrap;
	cursor: default;
	width: 500px; height: 20px;
	/*background: url('menu.jpg');*/
}

.ThemeOfficeSubMenuTable
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	/*font-size: .95em;*/
	font-weight: none;
	padding: 0;
	white-space: nowrap;
	cursor: default;
	width: 100px; height: 5px;
}

.ThemeOfficeSubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	0;
	padding:	0px;
	overflow:	visible;
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #000000;

/*	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);*/
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
	
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	
	cursor:		default;
	white-space:	nowrap;
	
}

.ThemeOfficeMainItem
{
	/* Main menu */
	color: #FFFFFF;
	cursor: pointer;
	/*padding: 4px 1px 4px 1px;*/
	padding: 0px 4px 0px 0px;	
}


.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	/* Main menu hover */
	color: #A37913;
	color: #FFFFFF;
	font-weight: bold;
}

.ThemeOfficeMenuItem
{
	/* Submenu */
	cursor: pointer;
	color: #000000;
	background-color: #E2BE9D;
}
.ThemeOfficeMenuItemText 
{
	/* Submenu */
	border-bottom: 0px solid #000000;
	border-top: 1px solid #000000;
	empty-cells: show;
}

.ThemeOfficeMenuItemLeft
{
	border-top: 1px solid #000000;
	empty-cells: show;
}
.ThemeOfficeMenuItemRight
{
	border-top: 1px solid #000000;
	empty-cells: show;
}


.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	/* Submenu hover */
	cursor: pointer;
	color: #FFFFFF;
	background-color: #636249;
	width: 100px;
	

}

/* horizontal main menu */


td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding: 0px 4px 0px 0px;
	cursor: pointer;
	/*border-top:	1px solid #30559C;
	border-right:	1px solid #30559C;
	border-left:	1px solid #30559C;*/
	
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	inherit;
	
}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #000000;
	border-bottom:	1px solid #000000;
	border-left:	1px solid #000000;

	background-color:	inherit;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #000000;
	border-bottom:	1px solid #000000;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #000000;
	border-bottom:	1px solid #000000;
	border-right:	1px solid #000000;

	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	0px;

	border:		0;
	background-color:	inherit;
}

/* oude stylesheet */


.errormessages
{
	color: red;
	font-weight: bold;
}

.infomessages
{
	font-weight: bold;
}

.button
{
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}

.buttonHover
{
	background: #702E2E;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}

.formTable
{
	border: 1px solid black;
	width: 95%;	
	/*font-size: 15px;*/
	font-size: 1em;
	background-color: #702E2E;
	color: #FFFFFF;
}

.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/2/sites/3/layout/top.jpg");*/
	background-repeat: no-repeat;
	width: 100%;
	height: 107px;
}

hr.tableSiteLastModified
{
	color: #959EA7;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.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;
	/*background:  url(/media/customer/2/sites/3/layout/background.jpg);*/ 
	
}

.submenu_hr
{
	display: none;
}

.liRootNode
{
	list-style:  none;
}

.liChildNode
{
	list-style:  none;
}

.liChildNode2
{
	list-style:  none;
}

.visibleLink a
{
	color: #FFFFFF;
	text-decoration: none;
}

.visibleLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.treeRootNode, treeRootNode a
{
	/*font-size: 100%;*/
	background-color: #E3E3E3;
	height: 20px;
	color: #000000;
	border: none;
}

.treeRootNode_empty
{
	background-color: #B30037;
	height: 20px;
	border: none;
}

.treeRootNode_link
{
	margin: 1px;
	border-top: 1px solid #FFFFFF;
}


.treeNodeActive
{
	/*font-size: 100%;*/
	border-top: 1px solid #FFFFFF;
	padding-left: 5px;
	background-color: #A3C02B;
	height: 20px;

}

.treeNode, .treeNode a
{
	color: #000000;
	padding-left: 5px;
	border-top: 1px solid #FFFFFF;
	text-align: left;
	background-color: #E3E3E3;
	height: 20px;
}

.treeNodeActive, .treeNodeActive a
{
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}

.treeNode a:hover, .treeNodeActive a:hover, .treeRootNode a:hover
{
	color: #000000;
	text-decoration: none;
}

.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;
}

.submenu_li
{

}

.pathMenu, .pathMenu a
{
	font-weight: bold;
	color: #702E2E;
	/*font-size: 70%;*/
	font-size: 18px;
}

.pathMenuCurrent, .pathMenuCurrent a
{
	font-weight: bold;
	color: #702E2E;
	/*font-size: 70%;*/
	font-size: 18px;
}

.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/2/sites/3/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 #A9ADAE;
	width: 100%;
}

.modulePanelHeader
{
	background: url('http://www.nmwbs.nl/media/customer/64/sites/5/layout/kaderview_top.jpg'); 
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	/*font-size: 70%;*/
	font-size: 1em;
	height: 91px;
	text-align: center;
	vertical-align: bottom;
}

.modulePanelContent
{
	background: url('http://www.nmwbs.nl/media/customer/64/sites/5/layout/kaderview_middle.jpg'); 
	background-repeat: repeat;
	border-top: 0px solid #FFFFFF;
	padding-left: 47px;
	padding-top: 3px;
}

.modulePanelContent a, .siteMenuRightNewsCategory a
{
	color: #C4C5CC;
	/*font-size: 100%;*/
	text-decoration: none;
}

.modulePanelContent a:hover, .siteMenuRightNewsCategory a:hover
{
	color: black;
	/*font-size: 100%;*/
	text-decoration: none;
}

.modulePanelFooter
{
	height: 78px;
	background: url('http://www.nmwbs.nl/media/customer/64/sites/5/layout/kaderview_bottom.jpg'); 
	background-repeat: no-repeat;
}

.moduleContentTable
{	
	width: 96%;
	/*border: 1px solid black;
	horizontal-align: center;
	cellpadding: 0px;	
	width: 95%;
	text-align: center;
	*/
}

.moduleContentTableNewsItem
{
	border: 0px;
	text-align: center;
}

.moduleContentFooter
{
	border-top: 1px dashed #86A3CD;
	font-weight: bold;
}

.moduleSearchPanel
{
}

.moduleSearch
{
	width: 100px;
	border: 0px solid #000000;
	text-align: center;
}


/* 
---------------------------------------------------------------------------------
|                       START CONTENT VIEW (ALGEMEEN)                   |
---------------------------------------------------------------------------------
*/
.contentView
{
	color: #000000;
	text-align: left;
	border: 0px solid #000000;
}

.contentView_pagetext
{
	border:none;
	padding-left: 2px;
	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: #702E2F; 
	/*font-size: 70%;*/
	font-size: 1em;
	color: #FFFFFF;
}

.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;
}
/* 
---------------------------------------------------------------------------------
|                       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_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: 0px;
	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: #000000;
	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: #C4C5CC;
}

.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:#C4C5CC;
}

.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: #E0CADF;
}

/* EDITOR IN BEHEER: aangemaakt om b.v. een andere achtergrond te kiezen in het beheer, dan de voorkant heeft*/

.contentview_beheer_extra
{
	background-color: #DDCBA5;
}

/* END EDITOR IN BEHEER*/

.link_nmwbs, .link_nmwbs a
{
	/*font-size: 90%;*/
	font-size: 1em;
	text-decoration: underline;
	color: #959EA7;
	background: none;
	border-top: 1px dashed #8A8A8A;
	text-align: center;	
	letter-spacing: 10px;
}

.icons, .icons a
{
	background: none;
	text-align: center;	
	color: #123C89;
}

	/* MODULE CATALOGUS - CONTENT VIEW 2*/
	
.moduleCatalogus_contentview2
{
	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 #000000;
	background-color: #E0CADF;
}
	
	.moduleCatalogus_contentview2_category_photo
	{
	}
	
	.moduleCatalogus_contentview2_articlegroup_moreinfo
	{
		text-align: center;
	}
	
	.moduleCatalogus_aanbiedingsprijs
	{
		text-align: left;
		border: 0px solid #000000;
		font-weight: bold;
	}
	
	.moduleShop_contentvieuw_cartcontainer
	{
		border: 0px solid #CC0000;
		background-color: #E0CADF;
		width: 400px;
	}
	
	.moduleShop_contentview_cart_footer
	{
		padding: 10px;
	}
	
	.moduleShop_contentview
	{
		padding: 5px;
	}
	
	.moduleShop_contentview_cart
	{
		border: 1px solid #000000;
		width: 570px;
		padding: 0px;
	}
	
	.moduleShop_contentview_cart_button
	{
		background-color: #FFFFFF;
		border: 1px solid #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;
	margin-left: 25px;
	color: #FFFFFF;
	float: right;
}

.moduleShop_ordermail_customerInfo
{
	margin-top: 100px;
}

.moduleShop_ordermail
{
	border: 1px solid black;
	width: 560px;
	text-align: left;
}

.moduleShop_ordermail_ordertext
{
	text-align:left;
}
.moduleShop_ordermail_logo
{
	background: url('http://www.nmwbs.nl/media/customer/45/sites/3/layout/shop/header.jpg') top left no-repeat;
	height: 101px;
}
.moduleShop_ordermail_logonaarshop
{
	background: url('http://www.nmwbs.nl/media/customer/45/sites/3/layout/shop/header.jpg') top left no-repeat;
	height: 101px;
}

.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: #E0CADF;
	border: 1px solid #000000;
	width: 99%;
	padding: 4px;
}

.moduleShop_ordermail_webuserinfo_shippingaddress
{
	font-size: 11px;
	background-color: #E0CADF;
}

.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: 20px;
		padding-top: 8px;
		font-weight: bold;
		text-transform: uppercase;

	}
	
	.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: #E0CADF;
		height: 100%;
		width: 200px;
	}
	
	.moduleCatalogus_contentview2_articlegroup_text
	{
		color: black;
		
	}
	
	.moduleCatalogus_contentview2_articlegroup_text a
	{
		color: #C4C5CC;
		font-weight: bold;
	}
	
	.moduleCatalogus_contentview2_articlegroup_text a:hover
	{
		color: #C4C5CC;
		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 */
	.moduleCatalogus_articlegroupview
	{
		background-color: #E0CADF;
		border: 1px solid black;
		width: 570px;
	}
	
	.moduleCatalogus_articlegroupview_subarticleHeader
	{
		background-color: red;
		font-weight: bold;
		color: white;
	}
	
	.moduleCatalogus_articlegroupview_title
	{
		background-repeat: no-repeat;
		font-weight: bold;
		color: black;
		vertical-align: middle;
	}
	
	.moduleCatalogus_articlegroupview_photo
	{
		border: 0px solid #000000;
		text-align: center;
		width: 95%;
	}
	
	.moduleCatalogus_articlegroupview_subarticle
	{
	}
	
	.moduleCatalogus_articlegroupview_photo2
	{
		border: 1px solid #000000;
		background-color: #E0CADF;
		width: 570px;
		text-align: center;
	}
	
	.moduleCatalogus_contentview2_articlegroup_text_name
	{
		font-weight: bold;
	}
	
	.moduleWebuserRightsInfo
	{
		border: 0px solid #000000;
		margin: 18px;
		background-color: #E0CADF;
		width: 117px;
	}
	
	.flags_table
	{
		border: 0px solid #000000;
		margin: 18px;
		padding-top: 0px;
	}
	
	.moduleCatalogus_searchpanel
	{
		border: 0px solid #000000;
	}
	
	input.searchfield
	{
		width: 110px;
	}
	
	input
	{
		border: 1px solid #000000;
		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: #EDEBE1;
		border: 1px solid #000000;
		 
	}
	
	.moduleForms_mail_intro
	{
		border: 0px solid #000000;
		background: url('http://www.nmwbs.nl/media/customer/64/sites/3/layout/viervensters/banner.jpg');
		height: 102px;
		width: 581px;
	}
	
	.moduleCatalogus_kaderview
	{
		font-size: 11px;
	}

	/* Nieuwsletter.tpl styles */

	#newsletter_outerwrap
	{
		position: absolute;
		left: 50%;
		margin-left: -250px;
		width: 500px;
		height: 99%;
		background-image: url('http://www.nmwbs.nl/media/customer/64/sites/5/layout/newsletters/background_wrapper.jpg');
		background-repeat: repeat;
		font-family: Arial, Verdana, Sans-serif;
		font-size: 10px;
		border: 1px solid #FFFFFF;
	}


	#newsletter_top
	{
		position: relative;
		background-image: url('http://www.nmwbs.nl/media/customer/64/sites/5/layout/newsletters/header.jpg');
		background-repeat: no-repeat;
		width: 500px;
		height: 133px;
		border: 0px solid red;
		border: 1px solid #000000;
	}

	.newsletter_content
	{
		font-family: Arial, Verdana, Sans-serif;
		font-size: 1em;
	}




	

