@charset "utf-8";

/* CSS Document */



A:link, A:visited{
	font-weight: bold;
	color: #5492CF;
}
A:active, A:hover{
	font-weight: bold;
	color: #000000;
}

H1 {font-size:24px;
color: #353535;}

H2 {font-size:18px;
color: #5492cf;}

H3 {font-size:14px;
color: #5492cf;}

H4 {font-size:14px;
color: #5492cf; font-style:italic;}

H5 {font-size:11px;
color: #353535; font-weight: bold; background-image:url(images/arrow_left_lightblue.gif); background-position:left 50%; background-repeat: no-repeat; padding-left: 10px; border-bottom: 4px solid #dbe6F4; }

.title_H5 {font-size:11px; color: #353535; font-weight: bold; background-image:url(images/arrow_left_lightblue.gif); background-position:left 50%; background-repeat: no-repeat; padding-left: 10px; height:15px; border-bottom: 4px solid #DBE6F4; width:100%;}

.title_H1 {font-size:24px;color: #353535;}

.contact_bg {
	background-image: url(images/contact_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;

	padding-top: 3px;
	vertical-align: top;

}
.title_contact {
			font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
		font-weight: bold;

		color: #ffffff;

	}


.nieuwsbericht{ color: #5492cf; font-weight: bold; }


td,p,li,ul,span,div {
	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
	font-weight: normal;

	}

	A.loginbutton:link{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b19f25;
vertical-align: top;
height: 134px;
}
A.loginbutton:link{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b19f25;
vertical-align: top;
height: 134px;
}

A.loginbutton:visited{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b19f25;
vertical-align: top;
height: 134px;
}

A.loginbutton:active{
font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b19f25;
vertical-align: top;
height: 134px;
}

A.loginbutton:hover{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #426a93;
	text-decoration: none;
vertical-align: top;
height: 134px;
}



/* DNN STANDAARDS */


/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   


.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #5492cf 1px solid;
    BORDER-TOP: #5492cf 1px solid;
    BORDER-LEFT: #5492cf 1px solid;
    BORDER-BOTTOM: #5492cf 1px solid;
}

.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #5492cf;
		font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#5492cf;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#5492cf;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#5492cf;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#5492cf;
}

/* style for module titles */
.Head   {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #353535;
}

/* style of item titles on edit and admin pages */
.SubHead    {
		font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #353535;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
		font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #353535;
}

/* text style used for most text rendered by modules */
.Normal
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color: #000000;
	
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:#5492cf;
}

.TreeMenu_NodeSelected
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	background-color: #dbe6F4;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color:#5492cf;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color:#5492cf;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color:#5492cf;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color:#FFFFFF;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: #5492CF 1px solid;
	border-top: #5492CF 1px solid;
	border-left: #5492CF 1px solid;
	border-bottom: #5492CF 1px solid;
	height:400px;
	width: 600px;
	font-size: 11px;
}
.FileManager_ToolBar
{
	border-bottom: #B19F25 1px solid;
	background-color: #FFE435;
	height:25px;
	width: 100%;
	font-size: 10px;
}
.FileManager_Explorer
{
	height:100%;
	width:180px;
	border: #b19f25 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	font-size: 10px;
}

.FileManager_FileList
{
	height:100%;
	width:420px;
	border: #b19f25 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
	font-size: 11px;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #353535;
    background-color: #dbe6F4;
    border-bottom: #b19f25 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #dbe6F4;
    border-top: #b19f25 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-color: #dbe6F4;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: Black;

    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: Black;
    background-color: #F2F2F2;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
     color: Black;
    background-color: #dbe6F4;
    border-style: none;
}

.FileManagerTreeNode
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;

}

.FileManagerTreeNodeSelected
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	background-color: #FFE435;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #5492cf;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #5492cf;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #5492cf;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: #b19f25 1px solid;
	padding-right: 2px;
	border-top: #b19f25 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #b19f25 1px solid;
	padding-top: 2px;
	border-bottom: #b19f25 1px solid;
	background-color: #DBE6F4;
}
.WizardHeader
{
	background: #dbE6F4;
	border-bottom: #B19F25 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #5492cf;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #dbe6f4;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}
.WizardText
{
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
font-family: Arial, Helvetica, sans-serif;
  background-color: #dbe6F4;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
 font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #5492cf;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #5492cf;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #5492cf;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #353535;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 12px;
	background: #dbe6F4;
	color: #000000;
font-family: Arial, Helvetica, sans-serif;
}

/* Main Menu */
.MainMenu_MenuContainer {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
	
}
.MainMenu_MenuBar {
cursor: pointer; 
	cursor: hand;
	height: 15px;
	margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
}
.MainMenu_MenuItem td{

	cursor: hand;
	color: #353535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;


}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {	
}
.MainMenu_MenuBreak {
	
}
.MainMenu_MenuItemSel td{
	cursor: hand;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	text-align: center;

}
.MainMenu_MenuArrow {
	
}
.MainMenu_RootMenuArrow {
	
}

.statements{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

A.statements:link{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

A.statements:visited{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

A.statements:active{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

A.statements:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #dbe6F4 0px solid;
	border-left: #dbe6F4 0px solid;
	border-top: #dbe6F4 0px solid;
	border-right: #dbe6F4 0px solid;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
	background-color: Transparent;

}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: 
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #dbe6F4;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #DBE6F4;
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer;
	cursor: hand;
	color: FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	background-color: #426A93;

}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}



