@charset "utf-8";
/* CSS Document */
/* Drupal template created by Eyenoxmedia.nl */
/* RG it Systems has permission use this template for its clients */


/*-------------------------- REGIONS --------------------------*/

body
{
	margin: 0;
	padding: 0;
}

#redactiemenu
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	background: url(../gfx/bg-lijn.png) repeat-y;
	padding-top: 100px;
	position: absolute;
	position:fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 97;
}
#redactiemenu .redactiemenu
{
	width: 66px;
	height: 365px;
	background: url(../gfx/bg.png) no-repeat;
}
#redactiemenu .redactiesubmenu
{
	position: absolute;
	top: 102px;
	left: 53px;
	z-index: 99;
	width: 221px;
	height: 551px;
	background: url(../gfx/bg-submeun.png) no-repeat;
	display: none;
}
#preload-icon-hovers
{
	display: none;
}

/*-------------------------- LISTS --------------------------*/

.redactiemenu ul,
.redactiemenu li,
.redactiesubmenu ul,
.redactiesubmenu li
{
	margin: 0;
	padding: 0;
}
.redactiemenu li
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0 3px 3px 5px;
}
.redactiesubmenu li
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0 17px 0 16px;
	padding: 0;
}
.redactiemenu li.icon-first
{
	padding-top: 14px;
	padding-bottom: 7px;
}
.redactiemenu li.icon-last
{
	padding-top: 9px;
}
.redactiemenu li.icon-logout
{
	padding-top: 4px;
}


/*-------------------------- LINKS --------------------------*/

.redactiemenu li a,
.redactiemenu li a:visited
{
	border: none;
	text-decoration: none;
}
#redactiemenu .redactiesubmenu li a,
#redactiemenu .redactiesubmenu li a:visited
{
	color: #ffffff;
	display: block;
	border: none;
	text-decoration: none;
	padding: 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #5a5a5a;
}
	#redactiemenu .redactiesubmenu li.item-first a,
	#redactiemenu .redactiesubmenu li.item-first a:visited
	{	
		color: #ffffff;
		border-top: none;
		text-decoration: none;
	}
	#redactiemenu .redactiesubmenu li.item-last a,
	#redactiemenu .redactiesubmenu li.item-last a:visited
	{	
		color: #ffffff;
		border-bottom: none;
		text-decoration: none;
	}
#redactiemenu .redactiesubmenu li a:hover
{
	color: #ffffff;
	background: url(../gfx/btn-submenu-rollover.png) repeat-x;
	text-decoration: none;
}
#redactiemenu .redactiesubmenu li a:active
{
	color: #ffffff;
	background: url(../gfx/btn-submenu-active.png) repeat-x;
	text-decoration: none;
}


/*-------------------------- EXTRA --------------------------*/

.redactiemenu li img
{
	border: none;
	text-decoration: none;
}


/*-------------------------- ROLLOVER HELP TEXT --------------------------*/

.redactiemenu span.help
{
	width: 140px;
	height: 26px;
	font-size: 10px;
	line-height: 23px;
	color: #666666;
	text-align: center;
	background: url(../gfx/bg-help-ballon.png) no-repeat;
	position: absolute;
	top: 60px;
	left: 10px;
	z-index: 99;
	display: none;
	padding: 7px 15px;
}
.redactiesubmenu span.subhelp
{
	width: 165px;
	height: 26px;
	font-size: 10px;
	line-height: 14px;
	color: #838383;
	text-align: center;
	position: absolute;
	top: 27px;
	left: 26px;
	z-index: 99;
	display: none;
}
.redactiemenu span.help a
{
	color: #3d3d3d;
}
.redactiesubmenu span
{
	display: none;
}
.redactiesubmenu .bg-subhelp
{
	background: url(../gfx/bg-subhelp.png) no-repeat;
	margin: 15px 13px 0;
	height: 54px;
}