/*-------------------------------------------- 
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;
	background-image: url(images/bghomepage.jpg);
}


.ContentPane
{
	padding:			10px 8px 8px 10px;
}

#nieuws
{
	position:			absolute;
	top:				36px;
	right:				35px;
	width:				148px;
	height:				228px;
	overflow:			auto;
	background-color:	#FFFFFF;
}

.RightContentPane
{
	padding-left:		8px;
	padding-bottom:		0px;
}

/* Context menu classes */

/* Nieuws context menu */

.ContextMenuItemPanel
{
	height:					auto;
	margin-bottom:			auto;
	padding-left:			auto;
}

.ContextMenuPanel .ContextMenuItemPanel
{
/*	background-image:		url(images/pijltje.png);
	background-position:	left 4px;*/
	background-repeat:		no-repeat;
	padding-left:			0px;
	margin-top:				8px
}

.ContextMenuPanel .ContextMenuItemPanel .ContextMenuItem
{
	color:					#000000;
}

.ContextMenuItem:link, 
.ContextMenuItem:hover, 
.ContextMenuItem:active, 
.ContextMenuItem:visited
{
	display:				block;
	color:					#000000;
	font-size:				9pt;
	padding-top:			4px;
	float:					none;
}

.ArchiefLink .ContextMenuItem:link,
.ArchiefLink .ContextMenuItem:hover,
.ArchiefLink .ContextMenuItem:active,
.ArchiefLink .ContextMenuItem:visited
{
    font-weight: bold;
}

/* top context menu */

.TopContextMenu .ContextMenuItemPanel
{
	background-image:		url(images/contextmenu/seperator.png);
	background-position:	right 3px;
	background-repeat:		no-repeat;
	padding-right:			10px;
	padding-left:			10px;
}



.ArchivePanel
{
	text-align: right;
}

.ArchivePanel a:link, .ArchivePanel a:hover, .ArchivePanel a:visited, .ArchivePanel a:active 
{
 color: #006B47 !important;
}


