body,html{
	background-color:		#333333;
	color:					#cccccc;
	font-size:				11px;
	font-family:			Verdana, Helvetica, sans-serif, Arial;
	font-weight:			500;
	line-height:			18px;
}

a, a:active, a:visited {
	text-decoration: 		underline;
	color: 					#ffffff;
}

a:hover {
	text-decoration: 		none;
}

img{
	border:					0px;
}

div.container {
	width:					737px;
	min-height:				660px;
	
	margin-left:			auto;
	margin-right:			auto;
}

/* TOP MENU */
div.container_topmenu{
	text-align:				right;
}
	div.container_topmenu a{
		font-family:			"OCR A Extended";
		text-transform:			uppercase;
		font-size:				10px;
		text-decoration: 		none;
	}
	div.container_topmenu a:hover{
		color:					#999999;
	}

/* HEADER */
div.container_header{
	min-height:				371px;
	overflow:				auto;
	background-image:		url('/sites/prows_nl/images/eye.png');
}

	div.container_header_products{
		color:					#000000;
		font-family:			"OCR A Extended";
		letter-spacing:			1px;
		width:					200px;
		margin-left:			auto;
		margin-right:			50px;
		margin-top:				50px;
	}
		div.container_header_products li{
			list-style-image: 		url('/sites/prows_nl/images/li_image.gif');
		}
/*	div.container_header_products li:hover{
		color:					#999999;
	}
*/
	div.container_header_company{
		color:					#000000;
		letter-spacing:			1px;
		width:					300px;
		margin-left:			auto;
		margin-right:			50px;
		margin-top:				60px;
		text-align:				right;
	}
		div.container_header_company_name{
			font-family:			"OCR A Extended";
			font-size:				40px;
			line-height:			30px;
			text-transform:			uppercase;
			color:					#3a79c2;
		}
		div.container_header_company_slogan{
			font-family:			"OCR A Extended";
			font-size:				16px;
			text-transform:			uppercase;
			color:					#999999;
			padding-right:			2px;
			margin-top:				10px;
		}
	
/* MENU */
div.container_menu{
	margin-top:				10px;
}
	div.container_menu_top{
		background-image:		url('/sites/prows_nl/images/menu_top.png');
		height:					4px;
	}
	div.container_menu_items{
		background-color:		#0098fb;
		min-height:				20px;
		text-align:				center;
	}
		div.container_menu_items a{
			font-size:				14px;
			font-family:			"OCR A Extended";
			text-decoration: 		none;
			letter-spacing:			1px;
			margin-left:			20px;
			margin-right:			20px;
		}
		div.container_menu_items a:hover{
			color:					#333333;
		}

/* CONTENT */
div.container_content{
	margin-top:				10px;
}
	div.container_content_title{
		background-color:		#00609f;
		font-size:				18px;
		font-family:			"OCR A Extended";
		line-height:			35px;
		padding-left:			25px;
		margin-bottom:			10px;
	}
