/* main.css */

/* GENERAL */

html, body {
	font-family: Arial;
	font-size: 0.82em;
	/*font-size: 12px;*/
	margin: 0; padding: 0;
}

img
{
	border: solid 1px #000000;
}

a
{
	color: #20336D;
	text-decoration: none;
}

/* MAIN BLOCKS  ID'S */

#outerwrap {
	width: 780px;
	margin: 0px auto; padding: 0;
	border: solid 1px #000000;
	background: url("/media/customer/2/sites/1/layout/background_wrapper.gif") #FFFFFF;
}

#top {
	margin: 0; padding: 0;
	height: 107px;
	background: url("/media/customer/2/sites/1/layout/top.jpg") #20336D no-repeat;
	border-bottom: solid 1px #000000;
}

#left {
	margin: 0;
	float: left;
	width: 185px;
	background: url("/media/customer/2/sites/1/layout/left_menu_background.jpg") no-repeat;
}

#right {
	margin: 0;
	float: right;
	width: 141px;
	background: url("/media/customer/2/sites/1/layout/right_menu_background.jpg") no-repeat;
}

#center {
	padding: 3px;
	border-left: 0px solid #00A2E0;
	border-right: 0px solid #00A2E0;
	background: #B7C8D8;
}

#footer {
	clear: both;
	margin: 0;
}

#footer img{
	border: 0;
}

/* MENU'S */

#flashheader {
	position: absolute;
	margin-left: 500px; padding: 0px;
}

.sitemenutop {
	position: absolute; top: 45px;
	margin-left: 105px;
	font-size: 0.95em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.sitemenutop a {
	color: #FFFFFF;
	text-decoration: none;
}

.sitemenutop a:hover {
	text-decoration: underline;
}

.siteMenuLeft {
	color: #000000;
}

.siteMenuLeft a {
	color: #000000;
	text-decoration: none;
}

.treeRootNode {
	height: 24px;
	border-bottom: 1px solid #8A8A8A;
}

.treeNode, .treeNodeActive {
	color: #000000;
	height: 24px;
	border-bottom: dashed 1px #B2B2B2;
}

.treeNode, .treeNode a {
	color: #000000;
}

.treeNodeActive, .treeNodeActive a, .treeNode a:hover, .treeNodeActive a:hover, .treeRootNode a:hover {
	color: #00A1E1;
}

.liRootNode {
	list-style-image:  url("/media/customer/2/sites/1/layout/li.rootnode.gif");
}

.liChildNode {
	list-style-image:  url("/media/customer/2/sites/1/layout/li.childnode.gif");
}

.liChildNode2 {
	list-style-image:  url("/media/customer/2/sites/1/layout/li.childnode2.gif");
}

/* CLASSES */

/* BEGIN LEFT BLOCK */

.icons {
	padding: 2px;
	border-top: dashed 1px #8A8A8A; border-bottom: dashed 1px #8A8A8A;
	text-align: center;
}

.flags_table td
{
	padding-left:10px;
}

.icons a {
	color: #00A2E0;
}

.lastModified {
	padding: 0;
	font-size: 0.8em;
	color: #959EA7;
	text-align:center;
}

.fontsize {
	text-align: center;
}

.fontsize td {
	text-align: left;
}

.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;
}

/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: .95em;
	font-weight: bold;
	padding: 0;
	white-space: nowrap;
	cursor: default;
	height: 20px;
}

.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:	100;
	padding:	0px;
	overflow:	visible;
	border-top: 1px solid #20336D;
	border-left: 1px solid #20336D;
	border-right: 1px solid #20336D;

/*	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);*/
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	border:		0;
	cursor:		default;
	white-space:	nowrap;
}

.ThemeOfficeMainItem
{
	/* Main menu */
	width: 30px;
	color: #FFFFFF;
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	/* Main menu hover */
	color: #FFFFFF;
}

.ThemeOfficeMenuItem
{
	/* Submenu */
	color: #000000;
	background-color: #D9ECF2;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	/* Submenu hover */
	color: #FFFFFF;
	background-color: #20336D;
}

/* horizontal main menu */

.ThemeOfficeMainItem
{
	cursor: pointer;
	/*padding: 4px 1px 4px 1px;*/
	padding: 0px;
	border: 0;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding: 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 #20336D;
	border-bottom:	1px solid #20336D;
	border-left:	1px solid #20336D;

	background-color:	inherit;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #20336D;
	border-bottom:	1px solid #20336D;

	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 #20336D;
	border-bottom:	1px solid #20336D;
	border-right:	1px solid #20336D;

	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:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	/* MOUSE OVER CLASS */
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

/*	border-top:		1px solid #30559C;
	border-bottom:	1px solid #30559C;
	border-left:	1px solid #30559C;
*/
	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #2C3B72;
	border-bottom:	1px solid #20336D;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #20336D;
	border-bottom:	1px solid #20336D;
	border-right:	1px solid #20336D;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	0px;

	white-space:	nowrap;

	border: 	0px;
	border-bottom:	1px solid #20336D;
	background-color: inherit;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0px;
	border-bottom:	1px solid #20336D;
	background-color:	inherit;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	border-bottom:	1px solid #20336D;
	background-color:	inherit;
}

/* menu splits */

.ThemeOfficeMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #C6C3BD;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeOfficeMenuItem img.seq1
{
	display:	inline;
}

.ThemeOfficeMenuItemHover seq2,
.ThemeOfficeMenuItemActive seq2
{
	display:	inline;
}

.ThemeOfficeMenuItem .seq2,
.ThemeOfficeMenuItemHover .seq1,
.ThemeOfficeMenuItemActive .seq1
{
	display:	none;
}

/* oude stylesheet */

.errormessages
{
	color: red;
	font-weight: bold;
}

.infomessages
{
	color: green;
	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;
	width: 90px;
	text-align: center;
}

.buttonHover
{
	background: #00A1E1;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	width: 90px;
	text-align: center;
}

.formTable
{
	border: 1px solid black;
	width: 95%;	
	/*font-size: 15px;*/
	font-size: 1em;
	background-color: #E7ECEF;
}

.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/1/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/1/layout/background.jpg); 
	background-color: #A4B6CC;
}

.submenu_hr
{
	display: none;
}

.liRootNode
{
	list-style-image:  url(/media/customer/2/sites/1/layout/li.rootnode.gif);
}

.liChildNode
{
	list-style-image:  url(/media/customer/2/sites/1/layout/li.childnode.gif);
}

.liChildNode2
{
	list-style-image:  url(/media/customer/2/sites/1/layout/li.childnode2.gif);
}

.visibleLink a
{
	color: #FFFFFF;
	text-decoration: none;
}

.visibleLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.treeRootNode
{
	/*font-size: 100%;*/
	height: 24px;
	border-bottom: 1px solid #8A8A8A;
}

.treeNode, .treeNodeActive
{
	height: 24px;
	/*font-size: 100%;*/
	border-bottom: 1px dashed #B2B2B2;
}

.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;
}

.treeNode, .treeNode a
{
	color: #000000;
}

.treeNodeActive, .treeNodeActive a
{
	color: #00A1E1;
	text-decoration: none;
}

.treeNode a:hover, .treeNodeActive a:hover, .treeRootNode a:hover
{
	color: #00A1E1;
	text-decoration: none;
}

.pathMenu, .pathMenu a
{
	font-weight: bold;
	color: #000000;
	/*font-size: 70%;*/
	font-size: 1em;
}

.pathMenuCurrent, .pathMenuCurrent a
{
	font-weight: bold;
	color: #00A2E0;
	/*font-size: 70%;*/
	font-size: 1em;
}

.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/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;
	background-color: #D9D9D9;
	border: 0px solid #FFFFFF;
}

.moduleNews_panelview_item a
{
	color: #00A2E0;
	/*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;
}

.modulePanelHeader
{
	background-color: #2C3B72;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	/*font-size: 70%;*/
	font-size: 1em;
}

.modulePanelContent a, .siteMenuRightNewsCategory a
{
	color: #00A2E0;
	/*font-size: 100%;*/
	text-decoration: none;
}

.modulePanelContent a:hover, .siteMenuRightNewsCategory a:hover
{
	color: black;
	/*font-size: 100%;*/
	text-decoration: none;
}

.modulePanelFooter
{	
}

.moduleContentTable
{
	/*width: 95%;*/
}

.moduleContentTableNewsItem
{
	border: 0px;
	text-align: center;
}

.moduleContentFooter
{
	border-top: 1px dashed #86A3CD;
	font-weight: bold;
}

.moduleSearchPanel
{
}


/* 
---------------------------------------------------------------------------------
|                       START CONTENT VIEW (ALGEMEEN)                   |
---------------------------------------------------------------------------------
*/
.contentView
{
	color: #000000;
	width: 90%;
	text-align: left;
	text-align: left;
	
}

.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: #BED5EE; 
	/*font-size: 70%;*/
	font-size: 1em;
}

.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-image:  url(/media/customer/2/sites/1/layout/li.childnode.gif);
}

.kaderview_item
{
	text-align: left;
}

.kaderview_header
{
	padding-left: 1px;
	padding-right: 0px;
	/*font-size: 70%;*/
	font-weight:bold;
	color: black;
	text-align: left;
	background-color: #D9D9D9;
	border: 0px solid #FFFFFF;
}


/* 
---------------------------------------------------------------------------------
|                       START Module CS                          |
---------------------------------------------------------------------------------
*/
.moduleCS_kaderview_item
{
}

.moduleCS_kaderview_li
{
}

.moduleCS_kaderview_header
{
}
/* 
---------------------------------------------------------------------------------
|                       START Module Download                          |
---------------------------------------------------------------------------------
*/
.moduleDownload_kaderview_item
{
}

.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: #A4B6CC;
	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: #BED5EE;
}

.moduleNews_contentview2_item_header
{
	background-color: #A4B6CC;
	border: none;
	font-weight: bold;
}

.moduleNews_contentview2_item_intro
{
	border: none;
}

.moduleNews_contentview2_item_leesmeer
{
	text-align:right;
	background-color: #A4B6CC;
	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: #2C3B72;
	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:#BED5EE;
}

.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: #E7ECEF;
}

/* EDITOR IN BEHEER: aangemaakt om b.v. een andere achtergrond te kiezen in het beheer, dan de voorkant heeft*/

.contentview_beheer_extra
{
}

/* 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: #00A2E0;
}
