/* main.css */

/* GENERAL */

html
{
	font-family: Verdana, Arial, Sans-serif;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	background: url('body_bg.jpg') 50% 50% repeat;
}

a
{
	color: #004890;
	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;
}

.checkbox
{
	border: none;
	width: 25px;
	margin-right: 20px;
}

.module_forms_checkbox
{
	border: none;
	width: 20px;
	margin-right: 3px;
}

.module_forms_checkbox_div
{
	position: relative;
	float: left;
}	
/* MAIN BLOCKS  ID'S */

#outerwrap 
{
	position: relative;
	width: 990px;
	height: 577px;
	top: 0px;
	margin: 0px auto;
	border: 0px solid blue;
	background: url('background.jpg') top left no-repeat;
	overflow: hidden;
	visibility: hidden;
}

#home
{
	left: 41px;
	top: 15px;
	width: 185px;
	height: 76px;
	position: absolute;
	cursor: pointer;
}

#menu_top
{
	position: absolute;
	left: 244px;
	top: 22px;
	border: 0px solid red;
	z-index: 1000;
}

#ending
{
	position: relative;
	float: left;
	height: 68px;
	top: 0px;
	background: url('JSCookMenu/menu_end.png');
}

#menu_left
{
	position: absolute;
	left: 41px;
	top: 111px;
	width: 165px;
	height: 230px;
	overflow: auto;
}

#menu_bottom
{
	position: absolute;
	left: 35px;
	top: 562px;
	width: 501px;
	height: 25px;
	z-index: 1000;
}

#digitalpower
{
	position: absolute;
	left: 536px;
	padding-left: 24px;
	top: 565px;
	width: 375px;
	height: 20px;
	z-index: 1000;
	text-align: right;
}

#digitalpower a, #digitalpower a:hover
{
	color: #3d60a3;
	text-decoration: normal;
}

#digitalpower a:hover
{
	text-decoration: overline;
}

#content
{
	position: absolute;
	z-index: 100;
	left: 245px;
	top: 111px;
	width: 499px;
	height: 443px;
	overflow: hidden;
	border: 0px solid black;
}

#icon1
{
	position: absolute;
	left: 525px;
	top: 370px;
	width: 286px;
	height: 201px;
	z-index: 102;
}

#icon2
{
	position: absolute;
	left: 33px;
	top: 346px;
	width: 190px;
	height: 65px;
	color: #000000;
	z-index: 101;
}

#icon3
{
	position: absolute;
	left: 33px;
	top: 346px;
	width: 190px;
	height: 65px;
	color: #000000;
	z-index: 101;
	border:0px solid red;
}

#icon3 img
{
	position: absolute;
	top: 0px;
	left: 0px;
	
}

#icon4
{
	position: absolute;
	left: 33px;
	top: 419px;
	width: 190px;
	height: 65px;
	color: #000000;
	z-index: 101;
}

#icon5
{
	position: absolute;
	left: 33px;
	top: 491px;
	width: 190px;
	height: 65px;
	color: #000000;
	z-index: 101;
}

#icon6
{
	position: absolute;
	left: 767px;
	top: 340px;
	width: 189px;
	height: 215px;
	color: #000000;
	z-index: 100;
}

#icon7
{
	position: absolute;
	left: 767px;
	top: 110px;
	width: 189px;
	height: 215px;
	color: #000000;
	z-index: 100;
}

#footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 990px;
	height: 27px;
	background: url('/media/customer/264/sites/1/layout/footer.png') top left no-repeat;
	border: 0px solid black;
	z-index: 1000;
	padding-top: 190px;
	text-align: center;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	/*font-weight: bold;*/
}

#footer a:hover
{
	/*font-weight: bold;*/
	text-decoration: underline;
	font-weight: bold;
}

#paging_back
{
	position: absolute;
	width: 30px;
	height: 48px;
	left: 230px;
	top: 296px;
	background: url('paging_back.png') top left no-repeat;
	display: none;
	cursor: pointer;
	z-index: 200;
}

#paging_next
{
	position: absolute;
	width: 30px;
	height: 48px;
	left: 736px;
	top: 296px;
	background: url('paging_next.png') top left no-repeat;
	display: none;
	cursor: pointer;
	z-index: 200;
}
/* END MAIN BLOCKS  ID'S */

h1
{
	color: #004890;
	font-size: 20px;
	font-family: Verdana, Arial, Sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.kaderview_moduleCS_table
{
	cursor: pointer; 
	margin-bottom: 30px;
	width: 187px;
	text-align: center;
}

.moduleCS_kaderview_content
{
	padding: 5px;
	width: 177px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: inherit;
}

.moduleCS_kaderview_content_name
{
	width: 187px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
}

.moduleCS_kaderview_photo
{
	position: relative;
	height: 161px;
	width: 187px;
}

.moduleCS_kaderview_photo img
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 161px;
	width: 187px;
	z-index: 1;
}

.moduleCS_kaderview_photo_mask
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 161px;
	width: 187px;
	z-index: 2;
	background: url('moduleCS_kaderview_mask.png') top left no-repeat;
}

/*.moduleCS_kaderview_item
{
	color: #8e665c;
}

.moduleCS_kaderview_item:hover
{
	color: #ffffff;
}*/

.moduleCS_kaderview_item_wrap
{
	color: #8e665c;
	font-weight: bold;
}

.moduleCS_kaderview_item_wrap:hover
{
	color: #ffffff;
	font-weight: bold;
}

/*.moduleCS_kaderview_item a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.moduleCS_kaderview_item a:hover
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}*/

.moduleCS_kaderview_item img
{
	border: 0px solid #cd071e;
}

#card_content
{
	position: relative;
	width: 200px;
	height: 55px;
	left: 700px;
	padding-top: 60px;
	/*top: 0px;*/
	background-image: url('/media/customer/156/sites/1/layout/header.jpg');
	background-repeat: no-repeat;
	text-align: center;
	border: 0px solid black;
	z-index: 100;
	
}

.moduleNewsletter_kaderview_header_span
{
	color: #8e665c;
	font-size: 10px;
	font-weight: bold;
}

.moduleNewsletter_kaderview_header a
{
	color: #8e665c;
	font-size: 12px;
	font-weight: bold;
}

/********* 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;
}

.siteMenuLeft
{
	border: 0px solid black;
}

.siteMenuLeft tr td
{
	border: 0px solid black;
	padding: 0px;
}

.siteMenuLeft a
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.siteMenuLeft a:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.submenu_hr
{
	display: none;
}

.submenu_rowBetweenItems
{
	height: 2px;
}

.treeNode_3 a
{
	padding-left: 20px;
}

.treeChildNodeActive a
{
	padding-left: 20px;
	text-decoration: underline;
}

.treeNodeActive a
{
	text-decoration: underline;
}

.liRootNode, .liChildNode
{
	list-style-type: none;
}
/****************************************** 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: #FFFFFF;
	border: 1px solid #043882;
	color: #043882;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}

.buttonHover
{
	background-color: #043882;
	border: 1px solid #043882;
	color: #FFFFFF;
	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;
	/*background:  url(/media/customer/100/sites/1/layout/background.jpg);*/

}

.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-weight: normal;
	color: #707172;
}

.kaderview_header a:hover, .moduleNews_panelview_header a:hover
{
	color: #707172;
	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: #707172;
	text-align: left;
}

.moduleNews_panelview_item_read_more
{
	font-size: 14px;
	font-weight: bold;
}

.moduleNews_panelview_item_read_more a, moduleNews_panelview_item_read_more a:hover
{
	color: #f6ad24;
}

.moduleNews_panelview_item_ruler
{
	height: 1px;
	border-bottom: 1px dashed #f6ad24;
	width: 100%;
	padding-top: 5px;
}

.moduleNews_panelview_item_ruler_last
{
	height: 1px;
	border-bottom: 1px solid #cecdcb;
	padding-top: 12px;
	width: 100%;
	margin-bottom: 15px;
}

.moduleNews_panelview_item_date
{
	font-weight: normal;
	color: #707172;
	text-align: left;
	padding-top: 7px;
}

.moduleNews_panelview_item_header
{
	font-weight: bold;
	color: #707172;
	text-align: left;
	font-size: 14px;

}

.modulePanelNewsTable
{
	width: 209px;
}

.moduleNews_panelview_header
{
	background: url('/media/customer/261/sites/1/layout/news_header.png') top left no-repeat;
	width: 210px;
	height: 39px;
	color: #707172;
	font-size: 14px;
	font-family: Verdana;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	border: 0px solid black;
}

.moduleNews_panelview_item a
{
	color: #707172;
	text-decoration: none;
}
.moduleNews_panelview_item a:hover
{
	color: #707172;
	text-decoration: underline;
}
/*
---------------------------------------------------------------------------------
|                     END Module News                               |
---------------------------------------------------------------------------------
*/

.modulePanelTable
{
	border: 0px solid #FFFFFF;
	width: 165px;
	bottom: 0px;
}

.modulePanelHeader
{
	border: 0px solid #00FF00;
	color: #FFFFFF;
	/*font-size: 70%;*/
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	text-align: center;
	width: 100%;
	/*padding-left: 44px;*/
}

.modulePanelContent
{
	border: 0px solid #975F60;
	width: 100%;
	/*padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 50px;*/
	text-align: center;
}

.modulePanelContent a, .siteMenuRightNewsCategory a
{

}

.modulePanelContent a:hover, .siteMenuRightNewsCategory a:hover
{
	
}

.modulePanelFooter
{
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.moduleContentTable
{
	width: 435px;
	border: 0px solid #888888;
	padding-left: 5px;
	padding-right: 5px;
	/*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
{
	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, .contentview_header
{
	background-color: #004890;
	/*font-size: 70%;*/
	font-size: 1em;
	color: #ffe2a8;
	text-align: center;
}

.moduleSitemap_contentview_header, .moduleForm_contentview_header
{
	display: none;
}

.moduleForm_contentview_header, .moduleForms_mail_header
{
	background-color: #004890;
	/*font-size: 70%;*/
	font-size: 1em;
	color: #ffe2a8;
	text-align: center;
}

.moduleForm_contentview_item_label
{
	width: 150px;
}

.moduleForm_contentview_item
{
	padding-bottom: 1px;
	padding-right: 5px;
}

.moduleForm_contentview_item input
{
	position: relative;
	float: right;
}

.moduleContentHeader a
{
	/*font-size: 11px;*/
	font-size: 1em;
}

.moduleContentHeader
{
	background-color: #004890;
	/*font-size: 70%;*/
	font-size: 1em;
	color: #ffe2a8;
	text-align: center;
	font-size: 14px;
}

.moduleNewsContentHeader
{
	/*font-size: 11px;*/
	font-size: 1em;
	background-color: #004890;
	color: #707172;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.contentView_item
{
	/*font-size:70%;*/
	font-size: 1em;
}

/*
*	table om de items heen.
*/
.contentView_items
{
	border: 1px solid #707172;
	vertical-align: top;
	background-color: #004890;
}
/*
---------------------------------------------------------------------------------
|                       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
{
	text-decoration: none;
	font-weight: bold;
}
.kaderview_item a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

.kaderview_header
{

}


/*
---------------------------------------------------------------------------------
|                       START Module CS                          |
---------------------------------------------------------------------------------
*/
.moduleCS_kaderview_item
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
	width: 187px;
	color: #ffffff;
}

.moduleCS_kaderview_li
{
}

.moduleCS_kaderview_header
{
	width: 209px;
	height: 40px;
	padding-top: 9px;
	background: url('/media/customer/261/sites/1/layout/content_header.png') top left no-repeat;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
/*
---------------------------------------------------------------------------------
|                       START Module Download                          |
---------------------------------------------------------------------------------
*/
.moduleDownload_contentview_header
{
	background-color: #004890;
	/*font-size: 70%;*/
	font-size: 1em;
	font-weight: bold;
}

.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: 1px solid #707172;
	/*font-size: 95%;	*/
}

.moduleNews_contentview1_items
{
}

.moduleNews_contentview1_item
{
	text-align: left;
}

.moduleNews_contentview1_item_date
{
	color: #707172;
	vertical-align: top;
}

.moduleNews_contentview1_item_date a
{
	color: #707172;
}

.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
{
	text-align: left;
}

.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: #004890;
	color: #707172;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #707172
}

.moduleNews_contentview_showitem_item_date
{
	text-align: right;
	color: #f6ad25;
	font-weight: bold;
}

/*
*	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: #fbdb94;
}

/* EDITOR IN BEHEER: aangemaakt om b.v. een andere achtergrond te kiezen in het beheer, dan de voorkant heeft*/

.contentview_beheer_extra
{
	font-family: Verdana;
	font-size: 10px;
	background: #000000 url('/media/customer/268/sites/1/layout/background_editor.jpg') top left no-repeat;
}

.contentview_beheer_extra a
{
	color: #b12c1b;
	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*/

.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*/

.moduleCatalogus_contentview2
{
	border: 0px solid #000000;
	width: 501px;
}

.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 dashed #bdb7d3;*/
}

.moduleCatalogus_contentview2_category_introduction
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #87888a;
	background-color: #fbdb94;
	text-align: justify;
	font-family: Verdana;
	font-size: 10px;
	height: 70px;
	overflow: hidden;
}

.moduleCatalogus_contentview2_category_photo
{
	width: 100px;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}

	.moduleCatalogus_contentview2_articlegroup_3
	{
		width: 160px;
		height: 445px;
		overflow: hidden;
		margin-right: 9px;
	}

	.moduleCatalogus_contentview2_articlegroup_moreinfo
	{
		text-align: center;
		width: 100%;
		padding-bottom: 5px;
		padding-top: 20px;
	}

	.moduleCatalogus_contentview2_articlegroup_moreinfo a, .moduleCatalogus_contentview2_category_name a 
	{
		color: #004890;
		font-weight: bold;
		text-decoration: normal;
	}

	.moduleCatalogus_contentview2_articlegroup_moreinfo a:hover, .moduleCatalogus_contentview2_category_name a:hover
	{
		color: #004890;
		font-weight: bold;
		text-decoration: underline;
	}

	.moduleCatalogus_aanbiedingsprijs
	{
		text-align: left;
		border: 0px solid #000000;
		font-weight: bold;
	}

	.moduleShop_contentvieuw_cartcontainer
	{
		border: 0px solid #FF0000;
		background-color: #fbdb94;
		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: #49A9DA;
		border: 1px solid #000000;
		color: #FFFFFF;
		width: 150px;
	}

	.moduleShop_contentview_cart_button:hover
	{
		background-color: #005DAD;
		color: #FFFFFF;
	}

	.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: Verdana;
	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: Verdana;
	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: #fbdb94;
	border: 1px solid #000000;
	width: 99%;
	padding: 4px;
}

.moduleShop_ordermail_webuserinfo_shippingaddress
{
	font-size: 11px;
	background-color: #fbdb94;
}

.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: 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 dashed #c5bfdc;*/
		text-align: center;
		height: 100%;
		width: 200px;
	}

	.moduleCatalogus_contentview2_articlegroup_text
	{
		color: #000000;
		/*background-color: #fbdb94;*/
		height: 65px;
		padding-top: 5px;
		width: 100%;
		overflow: hidden;
		font-family: Verdana;
		font-size: 9px;
	}

	.moduleCatalogus_contentview2_articlegroup_3 .moduleCatalogus_contentview2_articlegroup_text
	{
		height: 150px;
	}

	.moduleCatalogus_contentview2_articlegroup_price
	{
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		width: 100%;
		color: #004890;
		font-family: Verdana;
		font-size: 10px;
	}

	.moduleCatalogus_contentview2_articlegroup_photo
	{
		text-align: center;
		border: 0px solid #000000;
	}
	/* END MODULE CATALOGUS - CONTENT VIEW 2*/

	/* MODULE CATALOGUS - ARTICLEGROUP VIEW */
	.moduleCatalogus_articlegroupview
	{
		overflow: hidden;
		width: 501px;
		height: 446px;
		top: 7px;
		margin: 0px auto;
		padding: 10px;
		position: relative;

	}

	.moduleCatalogus_articlegroupview_left
	{
		position: relative;
		float: left;
		border: 0px dashed #004890;
		width: 220px;
		padding: 10px;
		height: 365px;
		vertical-align: center;
	}

	.moduleCatalogus_articlegroupview_right
	{
		padding: 10px;
		margin-left: 5px;
		border: 0px dashed #fbdb94;
		position: relative;
		float: left;
		width: 215px;
		height: 365px;
	}

	.moduleCatalogus_articlegroupview_title
	{
		background-repeat: no-repeat;
		font-weight: bold;
		color: black;
		width: 100%
		text-align: left;
		height: 20px;
		padding-top: 10px;
		border: 0px solid black;
	}

	.moduleCatalogus_articlegroupview_title a
	{
		color: #004890;
		font-weight: bold;
		text-decoration: none;
	}

	.moduleCatalogus_articlegroupview_title a:hover
	{
		color: #004890;
		font-weight: bold;
		text-decoration: none;
	}

	.moduleCatalogus_articlegroupview_left
	{
		
	}

	.moduleCatalogus_articlegroupview_photo img
	{
		position: relative;
		border: 0px solid #3d60a3;
		margin-top: 0px;
		clear: both;

	}

	.moduleCatalogus_articlegroupview_photo_subscript
	{
		position: relative;
		width: 175px;
		float: left;
		text-align: center;
		color: #3d60a3;
	}

	.moduleCatalogus_articlegroupview_photo
	{
		position: relative;
		float: left;
		height: 365px;
		width: 175px;
		vertical-align: bottom;
		text-align: center;
	}

	.moduleCatalogus_articlegroupview_name
	{
		width: 205px;
		text-align: left;
		font-weight: bold;
		font-size: 14px;
		font-family: Verdana;
		color: #004890;
		padding-top: 5px;
		padding-bottom: 10px;
		text-transform: normal;
	}
	
	.moduleCatalogus_articlegroupview_text
	{
		width: 205px;
		padding: 5px;
		height: 226px;
		text-align: justify;
		color: #000000;
	}

	.moduleCatalogus_articlegroupview_back
	{
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #004890;
		font-size: 10px;
		font-family: Verdana;
		font-weight: bold;
	}

	.moduleCatalogus_contentview2_articlegroup_photo_table
	{
		width: 175px;
		height: 100%;
	}

	.moduleCatalogus_contentview2_articlegroup_photo_td
	{
		width: 250px;
		text-align: center;
	}

	.moduleCatalogus_contentview2_articlegroup_photo_td img
	{
		border: 1px solid #87888a
	}
	

	.moduleCatalogus_articlegroupview_subarticleHeader
	{
		background-color: #FF9C00;
		font-weight: bold;
		color: white;
		text-align: center;
	}

	

	.moduleCatalogus_articlegroupview_subarticle
	{
		text-align: center;
	}

	.moduleCatalogus_articlegroupview_photo2
	{
		border: 1px solid #000000;
		background-color: #fbdb94;
		width: 470px;
		text-align: center;
	}

	.moduleCatalogus_contentview2_articlegroup_text_name
	{
		font-weight: bold;
	}

	.moduleWebuserRightsInfo
	{
		border: 0px solid #000000;
		margin: 18px;
		background-color: #fbdb94;
		width: 117px;
	}

	.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_first
	{
		text-align: left;
	}

	.radio_last
	{
		text-align: left;
	}

	.table_radio_gender
	{
		width: 200px;
		position: relative;
		float: right;
		/* deze breedte gelijk houden aan input */
	}

	.date
	{
		float: right;
		position: relative;
	}

	textarea
	{
		width: 200px;
		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: 100%;
		border: 0px solid black;
	}

	.moduleCatalogus_kaderview_treemenu table tr td
	{
		text-align: left;
	}

	.moduleCatalogus_kaderview a
	{
		color: #004890;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
	}

	.moduleCatalogus_kaderview a:hover
	{
		color: #004890;
		font-weight: bold;
		text-decoration: underline;
		text-align: left;
	}

	.actionview_Search
	{
		height: 15px;
	}

	.actionview_Search_zoeken
	{
		font-size: 10px;
	}

	.module_shop_cart_image
	{
		color: #000000;
	}

#category
{
	border: 1px solid #FF9C00;
}

.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;
}

select
{
	border: 1px solid #043882;
}

.moduleForm_contentview_item_value
{
	position: relative;
	float: right;
}



legend
{
	color: #004890;
}

.radio
{
	border: none;
	width: 25px;
	display: inline;
}

label
{
	display: inline;
	float: left;
	position: relative;
	border: 0px solid red;
}

.newsletterboxes label
{
	display: block;
	position: relative;
	left: 0px;
	float: none;
}

/* MODULE VACANCY / SHOP NEW */
.module_shops_overview_provinces_map
{
	position: relative; 
	float: left;
	width: 197px;
	height: 225px;

}

.module_shops_overview_provinces_shops
{
	margin-top: 15px;
	margin-left: 45px;
	position: relative;
	float: left;
	width: 165px;
	border-left: 1px dashed #004890;
	border-right: 1px dashed #004890;
	border-bottom: 1px dashed #004890;
	border-top: 1px dashed #004890;
	z-index: 9997;
}

.module_shops_overview_provinces_shops_province_shops
{
	padding: 7px;
	position: relative;
	z-index: 9997;
}

.module_shops_overview_provinces_shops_province_header
{
	width: 100%;
	background-color: #004890;
	text-align: center;
	color: #ffffff;
	padding-bottom: 5px;
	font-weight: bold;
}

.module_shops_overview_shops_hidden
{
	display: none;
}

#showInfoDiv
{
	position: absolute;
	min-height: 350px;
	width: 100%;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 9998;
	color: #ffffff;
	padding: 5px;
	border: 1px dashed #ffffff;
	background: url('info_div_bg.png') top left repeat;
	font-size: 12px;
}	

.hideShowInfoDiv
{
	position: relative;
	z-index: 9999;
	height: 16px;
	width: 16px;
	background: url('cancel.png');
	left: 470px;
	top: 1px;
	cursor: pointer
}

.showInfoDivText
{
	position: relative;
	margin-top: 30px;
	width: 100%;
}

.module_shops_overview_provinces_shops_province_shops_link
{
	color: #004890;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.module_shops_overview_provinces_shops_province_shops_link:hover
{
	color: #004890;
	text-decoration: underline;
	font-weight: bold;
}

.module_shops_overview_shops_name
{
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px; 
}

.module_shops_overview_shops_address
{
	position: relative;
	float: left;
	margin-left: 5px;
	font-size: 14px;
	border: 1px solid white;
	padding: 2px;
	width: 466px;
	margin-bottom: 10px; 
	margin-top: 50px; 
}

.module_shops_overview_shops_photo
{
	position: relative;
	float: left;
	width: 200px;
	height: 150px;
	margin-top: 40px; 
	font-size: 13px;
	margin-left: -25px; 
}

.module_shops_overview_shops_photo img
{
	border: 1px solid white;
}

.module_shops_overview_shops_opening_hours
{
	position: relative;
	clear: both;
	padding-top: 10px;
	float: left; 
	width: 300px; 
	font-size: 11px; 
	margin-top: 30px; 
	text-align: left; 
}

.module_shops_overview_provinces_shops_province_back
{
	padding-top: 15px;
	position: relative;
	float: right;
	margin-right: 5px;
	padding-bottom: 5px;
}

.module_vacancy_item_overview
{
	width: 90%;
	position: relative;
	margin: 0px auto;
	border: 1px dashed #004890;
	margin-top: 10px;
}

.module_vacancy_item_name
{
	position: relative;
	color: #004890;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}

.module_vacancy_item_heading
{
	padding-top: 5px;
}

.module_vacancy_item_heading h1
{
	font-size: 12px;
	background-color: #004890;
	color: #ffffff;
	padding: 2px;
}

.module_vacancy_item_intro
{
	padding: 5px;
	color: #004890;
	font-weight: bold;
}

.module_vacancy_item_content, .module_vacancy_item_footer
{
	padding: 5px;
}

.module_vacancy_item_requirements_header, .module_vacancy_item_specs_header
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: bold;
	color: #004890;
}

.module_vacancy_item_requirements, .module_vacancy_item_specs_function, .module_vacancy_item_specs_hours
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	margin: 0px;
}

.module_vacancy_item_forms
{
	margin-top: 15px;
	width: 100%;
}

.module_vacancy_item_forms .moduleContentTable
{
	width: 100%;
	border: 0px solid #888888;
	padding-left: 5px;
	padding-right: 5px;
	/*horizontal-align: center;
	cellpadding: 0px;
	width: 95%;
	text-align: center;
	*/
}

.module_vacancy_item_forms_heading
{
	padding: 2px;
	background-color: #004890;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

