html
{
	font-size: 15px;
	font-family: Verdana, Arial, Garamond;
}

html > body
{
	font-size: 100%;
}

body
{
	margin: 0px;	
	color: #45555F;	
	background-color: #45555F;
	position: relative;	
}

#page
{
	width: 100%;
	text-align: center;	
}

#header, #banner, #banner2, #banner3, #content, #footer
{
	width: 998px;	
	margin-left: auto;
	margin-right: auto;
	position: relative;	
	text-align: left;
}

#header
{
	height: 115px;
	background-color: #FFFFFF;
}

#header #logo
{
	position: absolute;
	left: 0px;
	width: 500px;
	height: 115px;
}

#header #search, #header #search2
{
	position: absolute;
	right: 0px;
	width: 500px;	
	height: 115px;		
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 15px;	
	text-align: right;
}

#header #search
{
	background-image: url(doeners.jpg);
}

#header #search2
{
	background-image: url(gegevens.gif);
}

#menuheader
{
	background-image: url(menu-header-big.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: transparant;
	font-size: 1%;
	width: 100%;
}

#banner, #banner2, #banner3
{
	height: 219px;
	background-repeat: none;
}

#banner
{
	background-image: url(banner.jpg);
}

#banner2
{
	background-image: url(banner2.jpg);
}

#banner3
{
	background-image: url(banner3.jpg);
}

#content
{
	border: 0px;
	border-collapse: collapse;
	font-size: 100%;
}

#content .leftpane
{
	width: 247px;
	background-color: #D4E5E9;	
	vertical-align: top;
	padding: 0px;	
}

#content #menu
{
	width: 100%;
	background-image: url(menu-background.gif);
}

#content .leftpanecontent
{
	width: 100%;
}

#content .rightpane
{
	width: 249px;
	vertical-align: top;
	background-color: #ECEFEF;
	margin-left: 0px;
	padding-left: 0px;
}

#content .contentpane
{
	width: 500px;
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: top;
}

#content .contentpane_admin
{
	width: 751;
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: top;
}

#content .sitecontent
{
	width: 100%;
	text-align: left;
}

#footer
{
	height: 25px;
	background-color: #00508a;
	text-align: center;
}

.SkinObject, a.SkinObject
{
	font-size: 85%;
	font-weight: normal;
}

a.SkinObject:link
{
	color: #00508a;
	text-decoration: underline;
}

a.SkinObject:hover
{
	color: #00508a;
	text-decoration: none;
	
}

a.SkinObject:active
{
	color: #00508a;
	text-decoration: none;
}

a.SkinObject:visited
{
	color: #00508a;
	text-decoration: underline;
}

/*
 * SOLPARTMENU STYLES
 */
 
/* main menu td */
.main_dnnmenu_bar 
{
	cursor: pointer;
	font-size: 100%; 
	background-color: transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #ffffff;
	font-family: Verdana;
	font-size: 105%;  
	font-weight:bold; 	
	text-align:center; 
	line-height:30px;
	padding:12px 12px 12px 12px;
	margin-right:1px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#ffffff;
	font-family: Verdana;
	font-size: 105%; 
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:12px 12px 12px 12px;
	background:url(../images/menu_hover.gif) repeat-x top left;
	margin-right:1px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	font-family: Verdana;
	font-weight:bold;
	text-align:center;
	font-size: 105%; 
	line-height:30px;
	padding:12px 12px 12px 12px;
	background:url(../images/menu_hover.gif) repeat-x top left;
	margin-right:1px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border: none;
	color: #ffffff;
	font-size: 75%;
}

.main_dnnmenu_submenu a:link, a:hover
{	
	color: #ffffff !important;
	text-decoration: underline !important;	
}

.main_dnnmenu_submenu a:visited
{
	color: #ffffff;
	text-decoration: none;
}


.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 95%; 
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 95%; 
	background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	/*z-index: 1000; */
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


/*
 * Treeview menu styles
 */

.main_dnntree
{
	margin-left: 5px;
}

.main_dnntree_body
{
	padding-left: 20px;
	padding-top: 20px;
}

.main_dnntree_tree
{	
}
.main_dnntree_node, .main_dnntree_nodechild
{
	font-size: 95%;
	color: #ffffff;
	line-height: 1.5;
	text-decoration: none;
}

.main_dnntree_nodeover
{
	text-decoration: underline;
}

.main_dnntree_nodselected
{
	text-decoration: underline;
}