/* main.css */

/* GENERAL */

html, body
{
	margin:0;
	padding:0;
	background-color: #ffffff;
	background: url('body_background.png'); 
	background-repeat: repeat-x;
	font-family: verdana;
	color : #000000;
	font-size: 11px;
}

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

a:hover
{
	/*font-weight: bold;*/
	color: #000000;
	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
{
	position: relative; 
	width: 990px; 
	height: 175px; 
	float: left; 
	background: url('top_background.png'); 
	z-index: 103;
}

* html #top
{

}



#logo
{
	position: relative; 
	width: 141px;
	height: 104px;
	background: url('logo.png'); 
	float: left; 
	cursor: pointer; 
	z-index: 110; 
}

* html #logo
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/logo.png', sizingMethod='scale');
}

#text_top
{
	position: relative; 
	float: left; 
	width: 675px; 
	height: 51px; 
	background: url('text.png'); 
	margin-top: 25px; 
	margin-left: 20px; 
	z-index: 110; 
}

* html #text_top
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/text.png', sizingMethod='scale');
}

#icon_top_right
{
	position: absolute; 
	float: right; 
	width: 990px;
	height: 124px;
	top: 0px; 
	left: 0px; 
	z-index: 101; 
}

#menu_top
{
	position: relative; 
	float: left; 
	height: 47px; 
	width: 830px; 
	margin-top: 50px; 
	margin-left: -120px; 
	z-index: 102; 
	font-family: arial bold; 
}

* html #menu_top
{
	margin-top: 48px; 
}

#buttons_top
{
	position: absolute; 
	float: left; 
	width: 120px;
	height: 40px; 
	background: #fff;
	top: 130px; 
	right: 30px; 
	z-index: 110; 
}

#home_button
{
	position: relative; 
	width: 32px; 
	height: 33px; 
	background: url('home_button.png'); 
	float: left; 
	margin-top: 3px; 
	margin-left: 3px; 
	cursor: pointer; 
}


#contact_button
{
	position: relative; 
	width: 41px;
	height: 33px; 
	background: url('contact_button.png'); 
	float: left; 
	margin-top: 4px; 
	margin-left: 2px; 
	cursor: pointer; 
}



#search_button
{
	position: relative; 
	width: 31px;
	height: 33px; 
	background: url('search_button.png'); 
	float: left; 
	margin-top: 3px; 
	cursor: pointer; 
}

#menu_bottom
{
	position: relative; 
	float: right; 
	width: 300px; 

}

*html #menu_bottom
{
	position: absolute; 
	right: -600px; 
	bottom: -10px; 
}





#contentview
{
	position: relative; 
	width: 990px; 
	float: left; 
	background: url('contentview_background.png'); 
	background-repeat: repeat-x; 
	background-color: #2aaee6;
	z-index: 100;
	
}

* html #contentview
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/contentview_background.png', sizingMethod='scale');
}

#kaderview_left
{
	position: relative; 
	width: 205px;
	min-height: 200px; 
	float: left; 
}


#button1
{
	position: relative; 
	float: left; 
	background: url('1.png'); 
	width: 141px; 
	height: 90px; 
	margin-left: 40px; 
	margin-bottom: 7px; 
	cursor: pointer; 
}

* html #button1
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/1.png', sizingMethod='scale');
	z-index: 9999; 
	margin-left: 20px; 
}

#button2
{
	position: relative; 
	float: left; 
	background: url('2.png'); 
	width: 141px; 
	height: 89px; 
	margin-left: 40px; 
	margin-bottom: 7px; 
	cursor: pointer; 
}

* html #button2
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/2.png', sizingMethod='scale');
	 margin-left: 20px; 
}

#button3
{
	position: relative; 
	float: left; 
	background: url('3.png'); 
	width: 141px; 
	height: 90px; 
	margin-left: 40px; 
	margin-bottom: 7px; 
	cursor: pointer; 
}

* html #button3
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/3.png', sizingMethod='scale');
	 margin-left: 20px; 
}

#button4
{
	position: relative; 
	float: left; 
	background: url('4.png'); 
	width: 141px; 
	height: 90px; 
	margin-left: 40px; 
	margin-bottom: 7px; 
	cursor: pointer; 
}

* html #button4
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/4.png', sizingMethod='scale');
	 margin-left: 20px; 
}


#kaderview_right
{
	position: relative; 
	width: 193px;
	min-height: 200px;  
	float: left;
}	

#content_top
{
	position: relative; 
	float: left; 
	width: 592px;
	height: 17px; 
	margin-top: 25px; 
	background: url('content_top.png'); 
}

* html #content_top
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/content_top.png', sizingMethod='scale');
}

#content_content
{
	position: relative; 
	width: 550px; 
	min-height: 300px; 
	padding-left: 21px;
	padding-right: 21px;
	float: left; 
	background: url('content_background.png'); 
	background-repeat: repeat-y; 
}	

* html #content_content
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/content_background.png', sizingMethod='scale');
}

#content_bottom
{
	position: relative; 
	width: 592px;
	height: 13px;
	background: url('content_bottom.png');
	float: left;
	margin-bottom: 25px; 
}

* html #content_bottom
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/content_bottom.png', sizingMethod='scale');
}

#content
{
	position: relative; 
	float: left; 
	width: 592px; 
}

.icon_left
{
	position: relative; 
	width: 141px; 
	float: left; 
	margin-bottom: 0px;
	margin-top: 3px; 
	margin-left: 33px; 
	cursor: pointer; 
}

#icon_left_total
{
	position: relative; 
	float: left; 
	width: 100%; 
	margin-top: 22px; 
}

.icon_right
{
	position: relative; 
	width: 175px;
	margin-bottom: 7px; 
	margin-top: 38px; 
	float: left; 
}

#footer
{
	position: relative; 
	width: 990px; 
	float: left; 
	background-color: #029fe1;
	z-index: 103; 
}

#link_dp
{
	position: relative; 
	width: 20%;
	padding-left: 15px;
	margin-top: 15px; 
	float: left; 
	font-size: 9px; 
}
 
#link_dp a
{
	color: #000;
}

#menu_bottom
{
	position: relative; 
	width: 73%; 
	float: right;
	margin-top: 11px; 
	padding-right: 40px; 
	z-index: 103; 



}

.category_name
{
	font-size: 14px; 
	font-weight: bold;
	color: #00587e;
	margin-bottom: 10px; 
}

.newsitem_question
{
	color: #047fb3;
	font-size: 13px; 
	font-weight: bold; 


}

.newsitem_question img
{
	vertical-align: middle;

}

.plus
{
	vertical-align: middle;
	float: left; 
	margin-right: 5px; 
}

.newsitem_answer
{
	font-size: 12px; 
	border-bottom: 1px solid #1d6834; 
	margin-bottom: 10px; 
	display: none; 
	margin-left: 25px; 

}

.question_answer
{
	margin-bottom: 20px; 
}

#link_dp a
{
	color: #ffffff;
}

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


h1
{
	font-family: Verdana, Sans-serif, Arial;
	font-weight: normal;
	color: #2b0066;
	font-size: 18px;
}

h2
{
	font-size: 16px;
	font-family: Verdana, Sans-serif, Arial;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}


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

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

#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;
	
}



/********* 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: #f48f19;
}

.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;
	color: #24ace5; 
}

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

.buttonHover
{
	background: #feb447;
	border: 1px solid #000000;
	color: #000000;
	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-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: 185px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	clear: both;
	margin-top: 25px;
}


.modulePanelContentPhoto
{
	
	border: 0px solid #975F60;
	width: 100%;
}

.panelview_top
{
	position: relative;
	width: 185px; 
	height: 16px; 
	background: url('kaderview_top.png'); 
	font-size: 13px; 
	font-weight: bold; 
	text-align: center; 
	color: #0da3e2;
	padding-top: 1px; 
}

* html .panelview_top
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/kaderview_top.png', sizingMethod='scale');
}


.panelview_bottom
{
	position: relative;
	width: 177px; 
	padding-left: 8px; 
	height: 17px; 
	background: url('kaderview_bottom.png'); 
	margin-bottom: 15px; 
}

* html .panelview_bottom
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='/media/customer/36/sites/2/layout/kaderview_bottom.png', sizingMethod='scale');
}

.panelview_text
{
	position: relative; 
	width: 183px; 
	background-color: #ffffff;
}	

.moduleContentTable
{
	width: 100%;
	border: 0px solid #888888;
	padding-left: 5px;
	padding-right: 5px;
}

.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
{
	background-color: #FF9C00;
	/*font-size: 70%;*/
	font-size: 1em;
	color: #FFFFFF;
}

.radio_element
{
	border: 0px solid black; 
	width: 10px; 
}

.moduleForm_contentview_header, .moduleForms_mail_header
{
	background-color: #8e2800;
	/*font-size: 70%;*/
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px solid white;
}

.moduleForm_contentview_item_label
{
	border: 0px solid black; 
}

.moduleForm_contentview_item
{
	padding-bottom: 1px;
	border: 0px solid black; 
}

.module_forms_checkbox
{
	background-color: #ff0ff0; 
}

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

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

.contentView_item
{
	width: 10px;
	font-size: 1em;
}

/*
*	table om de items heen.
*/
.contentView_items
{
	border: 0px 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
{
	color: #000000;
	font-family: Verdana, Sans-serif, Arial;
	font-size: 10px;
	background: #e3efd4;
	padding-left: 23px;
	padding-right: 23px;
}

.contentview_beheer_extra a
{
	color: #000000;
	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*/

.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: #E6E3E2;
}

	.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 #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: #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: 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: 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: #E6E3E2;
		height: 100%;
		width: 200px;
	}

	.moduleCatalogus_contentview2_articlegroup_text
	{
		color: black;

	}

	.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 */
	.moduleCatalogus_articlegroupview
	{
		background-color: #E6E3E2;
		border: 1px solid #FF9C00;
		width: 99%;
	}

	.moduleCatalogus_articlegroupview_subarticleHeader
	{
		background-color: #FF9C00;
		font-weight: bold;
		color: white;
		text-align: center;
	}

	.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;
	}

	.moduleCatalogus_articlegroupview_subarticle
	{
		text-align: center;
	}

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

	.moduleCatalogus_contentview2_articlegroup_text_name
	{
		font-weight: bold;
	}

	.moduleWebuserRightsInfo
	{
		border: 0px solid #000000;
		margin: 18px;
		background-color: #E6E3E2;
		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: 350px;
	}

	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 #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;
}

.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: #ff6600;

	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;

}

legend span
{
	max-width: 450px;
    display: block;

}
