/*-------------------------------------------- 
Basic Style Sheet (geoptimaliseerd voor IE6+ en Firefox 2+)
skin: Home Sabic.ascx
version: 1.0
author: Kenneth van den Hoven
email: kenneth@artena.nl
website: www.artena.nl/dsm
---------------------------------------------*/

.content
{
	position:				relative;
	height:					354px;
	background-image:		url(images/bghomepage.jpg);
	background-position:	105px top;
	background-repeat:		no-repeat;
}

.ContentPane
{
	position:				absolute;
	top:					0px;
	left:					106px;
	width:					460px;
	height:					165px;
	padding:				10px 8px 8px 10px;
}

.RightContentPane
{
	position:				absolute;
	top:					160px;
	right:					0px;
	width:					228px;
	height:					190px;
	/*overflow:				auto;*/
	background-color:		#FFFFFF;
	background-image:		url(images/nieuwshomebg.gif);
	background-repeat:		no-repeat;
}

/* Nieuws context menu */

/* Context menu */

.ContextMenuNieuws .ContextMenuItemPanel
{
	background-color:		#FFFFFF;
	margin-bottom:			16px;
	_margin-bottom:			10px;
	background-image:		none;
	padding-left:			0px;
}

.ContextMenuNieuws .ContextMenuItem:link, 
.ContextMenuNieuws .ContextMenuItem:hover, 
.ContextMenuNieuws .ContextMenuItem:active, 
.ContextMenuNieuws .ContextMenuItem:visited
{
	display:				block;
	color:					#000000;
	font-size:				9pt;
	float:					left;
        font-weight:				normal;
}

.ContextMenuNieuws .ContextMenuItemEditLink
{
    float:					left;
}

.ContextMenuNieuws .ArchiefLink .ContextMenuItem:link,
.ContextMenuNieuws .ArchiefLink .ContextMenuItem:hover,
.ContextMenuNieuws .ArchiefLink .ContextMenuItem:active,
.ContextMenuNieuws .ArchiefLink .ContextMenuItem:visited
{
    font-weight: bold;
}
