/*	PAKA Internet Services website stylesheet 	*/
/*	This contains only the website structure definitions  */
/*	Designed and maintained by H. Wittermans from P A K A Internet Services / PAKA  */
/*  Date: 2008-08  */


/*  == (1) main outline ==  */
* html {
	font-size: 100%;
	margin: 0;
	padding: 0;

	}
#page {
  width: 1014px;
	height: 600px;
  background-color: #fff;
	margin: 0px auto; 										/* centers #page in standard browsers */
	border: 0px solid #000;
	}

/*  == (2) top row  ==  */
#top_row {													/* row with paka logo  */
  width: 1014px;												/* width paka logo is 166px  */
	height: 92px;                         /* height paka logo is 55px  */
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	}


/*  == (3) content row ==  */
#content_row {													/* row with menu & content  */
  width: 1014px;
	height: 531px;
	float: left;
	margin: 0;
	padding: 0;
	}
#main_menu {														/*  (3a)  */
  width: 204px;
	height:531px;
	float: left;
	position: relative;
	}
#center_column {												/*  (3b)  */
  width: 810px;
	height: 531px;
	background: #ffffff url('../bg/paka_bg.png') no-repeat top left;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#center_main {													/*  (3c)  */
  width: 600px;
	height: 531px;
	max-height: 475px;
	position: relative;
	padding: 0px;
	margin: 24px 0 0 24px;
	overflow: auto;
}
#center_footer {													/*  (3c)  */
  width: 600px;
	height: 25px;
	max-height: 25px;
	float: left;
	padding: 0px;
	margin: 0 0 0 204px;
	overflow: auto;
}

/*  The content section  */
#home {
	width: 546px;
	height: 360px;
	max-height: 375px;
  background-color: #fff;
	margin: 0 0 0 58px;
	padding: 0;
}
#content {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#content_column_left {
	width: 295px;
	float: left;
	margin: 18px 0 0 0px;
	padding: 0;
	overflow: auto;
}
#content_column_right {
	width: 295px;
	float: right;
	margin: 18px 0 0 0px;
	padding: 0;
	overflow: auto;
}
#picture_item {
	width: 564px;
	height: 175px;
	max-height: 175px;
	float: left;
  background-color: #fff;
	margin: 0 0 5px 40px;
	padding: 0 0 0 0;
}

/*  The remaining bits  */
.preload {
	display: none;
}


/*  ==  (6) left menu generical  ==  */
#left_mainmenu ul {  									/*  hier moet een plaatje overheen komen  */
	width: 162px;
	height: 223px;
	position: absolute;
	top: 0px;
	left:0px;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 42px;
	position: relative;
	}
#left_mainmenu a span {								/*  hide the text in the menu URL  */
	text-decoration: none;
	visibility: hidden;
}

/*  Menu item "tab1"  [1]  */
#left_mainmenu ul li#tab1 {
	width: 162px;
	height: 37px;
	position: absolute;
	top: 0px;
	background: url('../bg/paka_01.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab1 a {		/*  this is the original link image  */
	display: block;
	text-decoration: none;
}
#left_mainmenu ul li#tab1:hover, #left_mainmenu ul li#tab1:active {		/* on hover or when active */
	background: url('../bg/paka_hover_01.png') 0 0 no-repeat;
	}

/*  Menu item "tab1_sel"  [1]  */
#left_mainmenu ul li#tab1_sel {
	width: 162px;
	height: 37px;
	position: absolute;
	top: 0px;
	background: url('../bg/paka_active_01.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab1_sel a {		/*  this is the original link image  */
	display: block;
	text-decoration: none;
}
#left_mainmenu ul li#tab1_sel:hover, #left_mainmenu ul li#tab1_sel:active {		/* on hover or when active */
	background: url('../bg/paka_active_hover_01.png') 0 0 no-repeat;
	}

/*  Menu item "tab2"  [2]  */
#left_mainmenu ul li#tab2 {
	width: 162px;
	height: 28px;
	position: absolute;
	top: 37px;
	background: url('../bg/paka_02.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab2 a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab2:hover, #left_mainmenu ul li#tab2.active {		/* on hover or when selected */
	background: url('../bg/paka_hover_02.png') 0 0 no-repeat;
	}
/*  Menu item "tab2_sel"  [2]  */
#left_mainmenu ul li#tab2_sel {
	width: 162px;
	height: 28px;
	position: absolute;
	top: 37px;
	background: url('../bg/paka_active_02.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab2_sel a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab2_sel:hover, #left_mainmenu ul li#tab2_sel.active {		/* on hover or when selected */
	background: url('../bg/paka_active_hover_02.png') 0 0 no-repeat;
	}

/*  Menu item "tab3"  [3]  */
#left_mainmenu ul li#tab3 {
	width: 162px;
	height: 28px;
	position: absolute;
	top: 65px;
	background: url('../bg/paka_03.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab3 a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab3:hover, #left_mainmenu ul li#tab3.active {		/* on hover or when selected */
	background: url('../bg/paka_hover_03.png') 0 0 no-repeat;
	}
/*  Menu item "tab3_sel"  [3]  */
#left_mainmenu ul li#tab3_sel {
	width: 162px;
	height: 28px;
	position: absolute;
	top: 65px;
	background: url('../bg/paka_active_03.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab3_sel a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab3_sel:hover, #left_mainmenu ul li#tab3_sel.active {		/* on hover or when selected */
	background: url('../bg/paka_active_hover_03.png') 0 0 no-repeat;
	}

/*  Menu item "tab4"  [4]  */
#left_mainmenu ul li#tab4 {
	width: 162px;
	height: 28px;
	position: absolute;
	top: 93px;
	background: url('../bg/paka_04.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab4 a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab4:hover, #left_mainmenu ul li#tab4.active {		/* on hover or when selected */
	background: url('../bg/paka_hover_04.png') 0 0 no-repeat;
	}
/*  Menu item "tab4_sel"  [4]  */
#left_mainmenu ul li#tab4_sel {
	width: 162px;
	height: 28px;
	position: absolute;
	top: 93px;
	background: url('../bg/paka_active_04.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab4_sel a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab4_sel:hover, #left_mainmenu ul li#tab4_sel.active {		/* on hover or when selected */
	background: url('../bg/paka_active_hover_04.png') 0 0 no-repeat;
	}

/*  Menu item "tab5"  [5]  */
#left_mainmenu ul li#tab5 {
	width: 162px;
	height: 34px;
	position: absolute;
	top: 121px;
	background: url('../bg/paka_05.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab5 a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab5:hover, #left_mainmenu ul li#tab5.active {		/* on hover or when selected */
	background: url('../bg/paka_hover_05.png') 0 0 no-repeat;
	}
/*  Menu item "tab5"  [5]  */
#left_mainmenu ul li#tab5_sel {
	width: 162px;
	height: 34px;
	position: absolute;
	top: 121px;
	background: url('../bg/paka_active_05.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab5_sel a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab5_sel:hover, #left_mainmenu ul li#tab5_sel.active {		/* on hover or when selected */
	background: url('../bg/paka_active_hover_05.png') 0 0 no-repeat;
	}

/*  Menu item "tab6"  [6]  */
#left_mainmenu ul li#tab6 {
	width: 162px;
	height: 34px;
	position: absolute;
	top: 155px;
	background: url('../bg/paka_06.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab6 a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab6:hover, #left_mainmenu ul li#tab6.active {		/* on hover or when selected */
	background: url('../bg/paka_hover_06.png') 0 0 no-repeat;
	}
/*  Menu item "tab6"  [6]  */
#left_mainmenu ul li#tab6_sel {
	width: 162px;
	height: 34px;
	position: absolute;
	top: 155px;
	background: url('../bg/paka_active_06.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab6_sel a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab6_sel:hover, #left_mainmenu ul li#tab6_sel.active {		/* on hover or when selected */
	background: url('../bg/paka_active_hover_06.png') 0 0 no-repeat;
	}

/*  Menu item "tab7"  [7]  */
#left_mainmenu ul li#tab7 {
	width: 162px;
	height: 35px;
	position: absolute;
	top: 189px;
	background: url('../bg/paka_07.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab7 a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab7:hover, #left_mainmenu ul li#tab7.active {		/* on hover or when selected */
	background: url('../bg/paka_hover_07.png') 0 0 no-repeat;
	}
/*  Menu item "tab7"  [7]  */
#left_mainmenu ul li#tab7_sel {
	width: 162px;
	height: 35px;
	position: absolute;
	top: 189px;
	background: url('../bg/paka_active_07.png') 0 0 no-repeat;
}
#left_mainmenu ul li#tab7_sel a {		/*  this is the original link image  */
	text-decoration: none;
	display: block;
}
#left_mainmenu ul li#tab7_sel:hover, #left_mainmenu ul li#tab7_sel.active {		/* on hover or when selected */
	background: url('../bg/paka_active_hover_07.png') 0 0 no-repeat;
	}

