/* CSS Document */

html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	background-color: #CCCCCC;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#body
{
	position: absolute;
	width: 0px;
	height: 0px;
	top: 50%;
	left: 50%;
}

	#container 
	{
		position: relative;
		width: 980px;
		height: 600px;
		left: -490px;
		top: -300px;
	}
		
		.area
		{
			width: 960px;
			height: 600px;
			background-color: #ADACB1;
		}
		
			.header
			{
				width: 980px;
				height: 74px;
				background-color: #ACACAF;
			}
			
			.default
			{
				width: 980px;
				height: 476px;
			}
			
			.home
			{
				width: 980px;
				height: 476px;
			}
			
			.bureau
			{
				width: 980px;
				height: 476px;
			}
			
			.werk
			{
				width: 980px;
				height: 476px;
			}
			
				.werk_image
				{
					width: 980px;
					height: 375px;
				}
				
				.werk_items
				{
					width: 930px;
					height: 101px;
				}
				
				.case
				{
					width: 980px;
					height: 476px;
				}
				
					.case_view
					{
						width: 980px;
						height:375px;
					}
			
						.case_image
						{
							width: 980px;
							height: 375px;
						}
						
						.case_multi_image
						{
							width: 830px;
							height: 375px;
						}
						
						.case_multi_items
						{
							width: 150px;
							height: 375px;
						}
					
						.case_items
						{
							width: 980px;
							height: 101px;
						}
						
				.information_table
				{
					width: 1280px;
					height: 476px;
				}
				
					.information_td
					{
						width: 980px;
						height: 375px;
					}
					
					.information_text
					{
						width: 300px;
						height: 476px;
						background-image: url(../images/1B2C85.gif);
						font-family: Arial, Helvetica, sans-serif;
						font-size: 14px;
						color: #FFFFFF;
					}
					
						.information_title
						{
							padding: 0px 5px 0px 5px;
						}
					
						.information
						{
							padding: 10px 10px 10px 10px;
							font-family: Arial, Helvetica, sans-serif;
							font-size: 12px;
							color: #FFFFFF;
							line-height: 16px;
							/*letter-spacing: 2px;*/
						}
						
			.nieuws
			{
				width: 980px;
				height: 476px;
				background-color: #D3005F;
			}
			
				.nieuws_leeg
				{
					width: 247px;
					height: 476px;
				}
				
				.nieuws_berichten
				{
					width: 423px;
					height: 394px;
				}
				
					#nieuws_bericht
					{
						width: 423px;
						height: 394px;
						overflow: hidden;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 14px;
						color: #FFFFFF;
						line-height: 24px;
					}
					
					.nieuws_titel
					{
						font-weight: bold;
						letter-spacing: 3px;
					}
					
					.nieuws_datum
					{
						font-style: italic;
						font-size: 10px;
						letter-spacing: 3px;
					}
				
					a.nieuws_bericht, a.document
					{
						color: #ACABD0;
						text-decoration: none;
					}
				
				.nieuws_berichten_scroll
				{
					width: 60px;
					height: 476px;
				}
				
					#up
					{
						cursor: pointer;
					}
				
					#down
					{
						cursor: pointer;
					}
				
				.nieuws_banner
				{
					width: 80px;
					height: 476px;
				}
				
				.nieuws_documenten
				{
					width: 170px;
					height: 476px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 16px;
					color: #ACADB0;
					line-height: 36px;
					letter-spacing: 2px;
				}
				
			.contact
			{
				width: 980px;
				height: 476px;
			}
			
			.footer
			{
				width: 980px;
				height: 50px;
				background-color: #FFFFFF;
			}
			
				.footer_text
				{
					width: 508px;
					height: 50px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					color: #263082;
				}
