/* INDEX.CSS FOR index.php FILE FORMAT FILE */
/* CSS DOCUMENTUM WITH UTF-8 CHARACTER SET */
@charset "utf-8";

/* SET OVAL MENU CONTENTS WITH AN IMAGE */
/* MENU_LEFT_SIDE CLASS */
.menu_left_side {
  position: absolute;
  z-index: 3;
	left: 0%;
  top: 0%;
	width: 150px;
	height: 280px;
	text-align: center;
	float: left;
	white-space: normal;
	/* border around the div */
  border: solid 0px;
  border-radius: 10px;
}
/* END: MENU_LEFT_SIDE CLASS */
/* ANY PICTURE PROPERTIES OF THE MENU_LEFT_SIDE CLASS */
.menu_left_side img{
	width: 100%;
	display:  block;
	float: left;
}
/* END: ANY PICTURE PROPERTIES OF THE MENU_LEFT_SIDE CLASS */

/* MENU_CENTER CLASS */
.menu_center {
  position: absolute;
  z-index: 4;
	left: 38%;
  top: 0%;
	width: 150px;
	height: 280px;
	text-align: center;
	float: left;
	white-space: normal;
	/* border around the div */
  border: solid 0px;
  border-radius: 10px;
}
/* END: MENU_CENTER CLASS */
/* ANY PICTURE PROPERTIES OF THE MENU_CENTER CLASS */
.menu_center img{
	width: 100%;
	display: inline-block;
	float: left;
}
/* ANY PICTURE PROPERTIES OF THE MENU_CENTER CLASS */

/* MENU_RIGHT_SIDE CLASS */
.menu_right_side {
  position: absolute;
  z-index: 5;
	width: 150px;
	height: 280px;
	left: 76%;
  top: 0%;
	text-align: center;
	float: left;
	white-space: normal;
	/* border around the div */
  border: solid 0px;
  border-radius: 10px;
}
/* END: MENU_RIGHT_SIDE CLASS */
/* ANY PICTURE PROPERTIES OF THE MENU_RIGHT_SIDE CLASS */
.menu_right_side img{
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
/* END: ANY PICTURE PROPERTIES OF THE MENU_RIGHT_SIDE CLASS */
/* PIKK PAKK PLUS TO SHOW ONLY AN PICTURE ONLY FOR KINGA */
.pikk_pakk_plus {
	position: absolute;
  z-index: 6;
	width: 20%;
	height: 20%;
	left: 103%;
  top: 110%;
	text-align: center;
	float: left;
	white-space: normal;
	/* border around the div */
  border: solid 0px;
  border-radius: 10px;
}
.pikk_pakk_plus img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
/* END: SET OVAL MENU CONTENTS WITH AN IMAGE */