/* CSS purmerendsmuseum */
/* -------------------------------------------------------------------------- */
/* Layout of the website                                                      */
/* -------------------------------------------------------------------------- */
html body {
  margin            : 0;
  padding           : 0;
	font 							: normal 10pt/140% Arial, Helvetica, sans-serif;
	color             : #000;
  background-color  : #99A9CC;
	background 				: url(../-images/-layout/bg/bghome.gif);
}

/* -------------------------------------------------------------------------- */
/* main layer - container    : width/height/position                          */
/* -------------------------------------------------------------------------- */
#container {
	position					: absolute;
	margin-top				: 0;
	padding-top				: 0;
	top								: 0;
	margin-left				: 0;
	width							: 700px;
	min-height				: 100%;
  padding           : 0;
	z-index 					: 0;
}
#leftbar {
	width 						: 376px;	
	height 						: 500px;
	border-right 			: 1px solid #333;
	background 				: url(../-images/-layout/home/img_leftbar.gif) no-repeat;
	float							: left;
}
#rightbar {
	width 						: 323px;	
	height 						: 500px;
	float							: right;
}

/* -------------------------------------------------------------------------- */
/* Banner									                                                    */
/* -------------------------------------------------------------------------- */
#banner { 
	width 						: 321px;
	height						: 109px;
	background 				: url(../-images/-layout/home/img_bnr_vazen.gif) no-repeat;
}
/* -------------------------------------------------------------------------- */
/* shortcut layout 																					                  */
/* -------------------------------------------------------------------------- */
#shortcut {
	background-color	: #FFFFCC;
	font 							: normal 9pt/140% Tahoma, Helvetica, sans-serif;
	padding           : 30px;
	color							: #000;
	width							: 75%;
}

/* -------------------------------------------------------------------------- */
/* Asset/article layout																			                  */
/* -------------------------------------------------------------------------- */
#asset {
	left							: 0;
	background-color	: #99A9CC;
	padding           : 12px 25px 15px 30px;
	color							: #000;
	width 						: 265px;
}
/* -------------------------------------------------------------------------- */
/* ExtraImage - logo registered museum												                 */
/* -------------------------------------------------------------------------- */
#extraimg { position:absolute; margin-left: 325px ; margin-top: 330px ;width: 83px; height: 83px; background : url(../-images/-layout/logos/geregistreerdMuseum4_tr.gif) no-repeat; z-index: 10;}


#footer { 
	font 							: normal 8pt/140% Arial, Helvetica, sans-serif;
	color 						: #535468;	
	padding						: 60px 6px 6px 6px;
	width 						: 280px;
	margin-top				: 30px;
	z-index						: 98;
}
#footer a { 
	color 						: #535468;	
	text-decoration		: none;
}
