/* ------------------------------------------- */
/* ------------- ab-plaza css -- @2009 ------- */
/* ------------------------------------------- */
/* ------------- vastgoed menu --------------- */
/* ------------------------------------------- */
/* ------------- Leon Dahmen ----------------- */
/* ------------------------------------------- */
/* ------------- biodoen.nl Den Haag --------- */
/* ------------------------------------------- */
/* ------------- */
#dock_vastgoed
	{	
		position: absolute;
		right: 0;
		width: 8%;
		height: 100%;
		background: url(images/backFade.png);
	}
#dock_items
	{	float: right;
		width: 96px;
		margin: 232px 0 0 0;
	}
.dock_item
	{	
		width: 96px;
		height: 40px;
		margin: 12px 0 0 0;
		padding: 0;
		cursor:pointer;
	}
		.dock_item a
			{
				display: block;
				width: 100%;
				height: 100%;
			}
		.dock_item:hover
			{
			}
		.dock_item p.tekst_item
			{	display: none;
				position: relative;
				top: 48px;
				right: 144px;
				text-align: right;
				font-size: 12px;
				font-weight: bold;
				color: #bc330f;
				
				margin: 0;
				padding: 2px;
			}
				.dock_item:hover > p.tekst_item
					{	
						display: block;
					}
		.dock_item p.tekst_item span
			{	
				background: #ffffff;
				border: 1px solid #bc330f;
				padding: 4px;
			}
#dock_item0
	{
		background: url(images/dock_item0.png) no-repeat center left;
	}
		#dock_item0:hover
			{
				background: url(images/deroy.gif) no-repeat center center;
			}
#dock_item1
	{
		background: url(images/dock_item1.png) no-repeat center left;
	}
		#dock_item1:hover
			{
				background: url(images/nudirect.gif) no-repeat center center;
			}
#dock_item2
	{
		background: url(images/dock_item2.png) no-repeat center left;
	}
		#dock_item2:hover
			{
				background: url(images/bart.png) no-repeat center center;
			}
#dock_item3
	{
		background: url(images/dock_item3.png) no-repeat center left;
	}
		#dock_item3:hover
			{
				background: url(images/dock_item3Hover.png) no-repeat center center;
			}
#dock_item4
	{
		background: url(images/dock_item4.png) no-repeat center left;
	}
		#dock_item4:hover
			{
				background: url(images/dock_item4Hover.png) no-repeat center center;
			}
#dock_item5
	{
		background: url(images/dock_item5.png) no-repeat center left;
	}
		#dock_item5:hover
			{
				background: url(images/dock_item5Hover.png) no-repeat center center;
			}
#dock_item6
	{
		background: url(images/dock_item6.png) no-repeat center left;
	}
		#dock_item6:hover
			{
				background: url(images/nuGVHover.gif) no-repeat center center;
			}
