@charset "utf-8";
/* CSS Document */

html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4F2C6C;
	overflow-y:scroll;}

body {padding:0;}

element.style {
	display:block;}
	
p {
	margin:0;
	margin-bottom:10px;}

a {
	font-size:12px;
	color:#4F2C6C;
	text-decoration:underline;}

a:hover {
	text-decoration:underline;
	color:#39615a;}

h1 {
	color:#4F2C6C;
	font-family:Verdana;
	font-size:14pt;
	font-weight:bold;
	margin:0;
	margin-bottom:5px;}

h2 {
	color:#4F2C6C;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	margin:0;
	margin-bottom:5px;}

iframe body {
	background-color: transparent;}

.sitecontainer {
	width:920px;
	background:right top no-repeat url(img/voorkant.jpg);}

.sitecontent {
	width:450px;
	font-size:12px;}
	
	.sitecontent img {
		border:2px solid #517673;}

.siteright {
	width:220px;}

.siteleft {
	width:250px;
	height:1000px;
	vertical-align:top;
	padding-top:170px;
	background:url(img/hooghiemstralogonieuw.gif) top no-repeat;}

/* ControlPanel style */
.ControlPanel{
	background:transparent url(img/cpanel_center.png) repeat-x bottom left; 
	border:none;
	padding-bottom:10px;
	width:100%;}
	
	.ControlPanel *{
		font-size:10px;}
	
.cpanel_left {
	background: url(img/cpanel_left.png) no-repeat bottom left;
	padding-left:21px;
	margin-left:10px;}
	
.cpanel_right {
	background: url(img/cpanel_right.png) no-repeat bottom right;
	padding-right:33px;}

/* Menu */

/*--------- dnn menu style ----------*/
#dnn_dnnNAV_ctldnnNAV div {
	/*margin-right:20px;*/}

/* main menu td */
.main_dnnmenu_bar {
	cursor:pointer;
	width:225px;
	display:block;
	font-size: 12px; 
	background-color:transparent;}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  {	
	color: #4F2C6C;
	font-size: 12px; 
	font-weight:bold; 	
	text-align:right;
	margin-right:1px;
	margin-bottom:5px;
	line-height:125%;
	white-space:nowrap;}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover{  
	color:#785892;
	font-size: 12px; 
	font-weight:bold;
	text-align:right;
	margin-bottom:5px;
	margin-right:1px;
	line-height:125%;
	white-space:nowrap;}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected {
	color:#785892;
	font-weight:bold;
	text-align:right;
	font-size: 12px;
	margin-right:1px;
	margin-bottom:5px;
	line-height:125%;
	white-space:nowrap;}

/*  SUB Menu Normal */
.main_dnnmenu_submenu {
	border:1px solid #517673;
	margin-left:10px;}

.main_dnnmenu_submenu td{
	background-color:#FFFFFF;
	z-index: 1000;
	font-size: 12px; 
	font-weight:bold;
	text-align:right;
	color:#4e2c89;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td {  
	text-align:left;
	color:#785892;}

	.main_dnnmenu_submenu .mi td {
		text-align:left;}
	
.main_dnnmenu_itemselected td{
    background: #517673 url(../images/submenu_active.gif) repeat-x top left;
	color:#ffffff;}

.main_dnnmenu_break{
	height: 2px;
	background-color: #D5E0FF;}

/* Module Action Menus */
.ModuleTitle_SubMenu{
	border:1px solid #dbbbb0;}

.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/submenu_hover.gif) repeat-x top left;
	color: #fff;}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon{
	height: 2px;
	background-color: #D5E0FF;}

/* meldingen */
.settings .normal, label span, .head, .subhead, .DataGrid_Header, .DataGrid_Item, .DataGrid_AlternatingItem, .NormalTextBox, .ModuleTitle_MenuItem {
	font-size:10px;}
	
.NormalRed {
	color:#FF0000;
	font-size:10px;}

.NormalBold {
	font-size:10px;
	font-weight:bold;}

/* Login */
#dnn_dnnLOGIN_cmdLogin {
	color:#FFFFFF;}
