/* MAIN.CSS FOR ALL PHP FILE FORMATTER */
/* CSS DOCUMENTUM WITH UTF-8 CHARACTER SET */
@charset "utf-8";
/* FONT FACE SETTING */
@font-face {
  font-family: 'avantgarde_bk_btbook';
  src: url('../_font/avantgardebkbtbook-webfont.eot');
  src: url('../_font/avantgardebkbtbook-webfont.eot?#iefix') format('embedded-opentype'),
       url('../_font/avantgardebkbtbook-webfont.woff') format('woff'),
       url('../_font/avantgardebkbtbook-webfont.ttf') format('truetype'),
       url('../_font/avantgardebkbtbook-webfont.svg#avantgarde_bk_btbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoeui';
  src: url('../_font/segoeui.eot');
  src: url('../_font/segoeui.eot?#iefix') format('embedded-opentype'),
       url('../_font/segoeui.woff') format('woff'),
       url('../_font/segoeui.ttf') format('truetype'),
       url('../_font/segoeui.svg#segoeui') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END: FONT FACE SETTING */

/* RESET ALL SETTINGS */
* {
	margin: 0;
	padding: 0;
}
html, body {
  width: 100%;
  height: 100%;
}
/* END: RESET ALL SETTINGS */

/* ALL LINK PROPERTIES */
a {
	text-decoration: none;
}
a.frame {
	text-decoration: none;
	border-bottom: 1px dotted #909050;
	cursor: pointer;
	color: #3e8b94;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #3e8b94;
}
a:active {
	color: #000;
}
/* LINK IMAGES CANNOT BE USE BORDERS */
a img {
	border: none;
}
/* END: LINK IMAGES CANNOT BE USE BORDERS */
/* END: ALL LINK PROPERTIES */

/* FESST.HU SITE CSS FORMAT ELEMENTS */
/* THE MAIN, MAIN_SMALL AND MAIN_EXTRA_SMALL DIV CONTAINS ALL ANY OTHER OBJECTS */
#the_main {
  position: absolute;
  z-index: 0;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
	/*margin: 0px 0px 0px 0px;*/
	margin: auto;
	padding: 0px 0px 0px 0px;
  /* border around the div */
  border: solid 0px;
  border-radius: 25px;
}
#the_main_small {
  position: absolute;
  z-index: 0;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 114%;
	/*margin: 0px 0px 0px 0px;*/
	margin: auto;
	padding: 0px 0px 0px 0px;
  /* border around the div */
  border: solid 0px;
  border-radius: 25px;
}
#the_main_small_ie {
  position: absolute;
  z-index: 0;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 106%;
	/*margin: 0px 0px 0px 0px;*/
	margin: auto;
	padding: 0px 0px 0px 0px;
  /* border around the div */
  border: solid 0px;
  border-radius: 25px;
}
#the_main_extra_small {
  position: absolute;
  z-index: 0;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 120%;
	/*margin: 0px 0px 0px 0px;*/
	margin: auto;
	padding: 0px 0px 0px 0px;
  /* border around the div */
  border: solid 0px;
  border-radius: 25px;
}
#the_main_extra_small_ie {
  position: absolute;
  z-index: 0;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 108%;
	/*margin: 0px 0px 0px 0px;*/
	margin: auto;
	padding: 0px 0px 0px 0px;
  /* border around the div */
  border: solid 0px;
  border-radius: 25px;
}
/* END: THE MAIN DIV CONTAINS ALL ANY OTHER OBJECTS */
/* LOGO DIV */
#logo {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 150px;
  left: 15%;
  top: 0%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* END: LOGO DIV */
/* CONTENT CLASS FOR THE MOST HTML OBJECTS */
.content {
  position: absolute;
  z-index: 10;
	width: 620px;
	height: 280px;
  top: 15%;
  left: 28%;
  /* border around the div */
  border: solid 0px;
  border-radius: 15px;
	font-family: "avantgarde_bk_btbook";
  font-size: 14px;
	font-style: italic;
  /*font-weight: bold;*/
  color: #000000;
}
.content img {
  /*opacity:1.0;
  filter:alpha(opacity=40);*/
}
/* END: CONTENT CLASS FOR THE MOST HTML OBJECTS */
/* CONTENT-INDEX CLASS IN index.php FILE */
.content-index {
  position: absolute;
  z-index: 11;
	width: 520px;
	height: 280px;
  top: 15%;
  left: 30%;
  /* border around the div */
  border: solid 0px;
  border-radius: 8px;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  font-size: 16px;
}
/* END: CONTENT-INDEX CLASS IN index.php FILE */
/* CONTENT CLASS FOR THE WORKSHOP  */
.content-index-workshop {
  position: absolute;
  z-index: 12;
	width: 600px;
	height: 450px;
  top: 1%;
  left: 1%;
  /* border around the div */
  border: solid 0px;
  border-radius: 5px;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  font-size: 14px;
	font-style: italic;
  /*font-weight: bold;*/
  color: #000000;
	overflow: auto;
}
/* END: CONTENT CLASS FOR THE MOST HTML OBJECTS */
/* ACTIVE-PAGE-NAME FOR SHOWING THE CURRENT PAGE NAME */
.active-page-name {
	position: relative;
  z-index: 28;
	width: 75px;
	height: auto;
  top: -4%;
  left: 17.5%;
  /* border around the div */
  border: solid 0px;
  border-radius: 8px;
	font-family: "avantgarde_bk_btbook";
  font-size: 16px;
}
/* END: ACTIVE-PAGE-NAME FOR SHOWING THE CURRENT PAGE NAME */
/* BACKGROUND IMAGE CLASS */
.background-image {
	position: absolute;
	z-index: -1;
	height: auto;
	width: 100%;
	display: inline-block;
	float: left;
}
/* END: BACKGROUND IMAGE CLASS */
/* OVERLAY-TEXT CLASS BEFORE THE BACKGROUND CLASS */
.overlay-text {
	position: absolute;
	z-index: 13;
	top: 15px;
	left: 14px;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  /*font-weight: bold;*/
  color: #333333;
  font-style: normal;
  font-size: 16px;
	text-align: justify;
	margin: 0px 14px 0px 0px;
}
/* END: OVERLAY-TEXT CLASS BEFORE THE BACKGROUND CLASS */
/* BACK_TEXT CLASS FOR SHOWING "BACK" */
.back_text {
	position: absolute;
  z-index: 89;
	width: 620px;
	height: 20px;
  top: 84%;
  left: 27%;
  /* border around the div */
  border: solid 0px;
  border-radius: 8px;
}
.back_text_small {
	position: absolute;
  z-index: 89;
	width: 620px;
	height: 20px;
  top: 84%;
  left: 27%;
  /* border around the div */
  border: solid 0px;
  border-radius: 8px;
}
/* END: BACK_TEXT CLASS FOR SHOWING "BACK" */
/* ANY PARAGRAPH OF THE BACK_TEXT CLASS */
.back_text_parag {
  font-family: "avantgarde_bk_btbook";
  /*font-style: italic;
  font-weight: bold;*/
  font-size: 18px;
	text-align: right;
}
/* ANY PARAGRAPH OF THE BACK_TEXT CLASS */
/* FOOTER PROPERTIES */
/* FOOTER_MAIN DIV */
.footer_main {
	position: absolute;
  z-index: 29;
	width: 620px;
	height: 70px;
  top: 83%;
  left: 24.4%;
  /* border around the div */
  border: solid 0px;
  border-radius: 8px;
	font-family: "avantgarde_bk_btbook";
  font-size: 16px;
}
/* END: FOOTER_MAIN DIV */
/* FOOTER_IMAGE DIV */
.footer_image {
	position: absolute;
  z-index: 30;
	left: 38%;
  top: 0%;
	width: 115px;
	height: 115px;
	text-align: center;
	/* border around the div */
  border: solid 0px;
  border-radius: 10px;
}
/* END: FOOTER_IMAGE DIV */
/* AN IMAGE INSIDE THE FOOTER_IMAGE DIV */
.footer_image img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
/* END: AN IMAGE INSIDE THE FOOTER_IMAGE DIV */
/* A TEXT INSIDE THE FOOTER_IMAGE DIV */
.footer_text {
  position: absolute;
	z-index: 31;
  width: 447px;
  height: 20px;
  left: 15%;
  top: 100%;
	text-align: center;
	/* border around the div */
  border: solid 0px;
  border-radius: 10px;
}
/* END: A TEXT INSIDE THE FOOTER_IMAGE DIV */
/* ANY PARAGRAPH STYLE OF ANY TEXT INSIDE THE FOOTER_IMAGE DIV */
.footer_text_parag {
	font-family: "Arial";
  /*font-weight: bold;*/
  color: #000000;
  font-style: italic;
  font-size: 12px;
}
/* CHAGE LANGUAGE SETTING DIV */
.footer_language {
	position: relative;
  width: 80px;
  height: 15px;
  left: 108%;
  top: 105%;
}
/* END: CHAGE LANGUAGE SETTING DIV */
/* END: ANY PARAGRAPH STYLE OF ANY TEXT INSIDE THE FOOTER_IMAGE DIV */

/* ADMIN_MENU CLASS FOR SHOWING THE "ADMIN" TEXT */
.admin_menu {
	position: absolute;
  z-index: 33;
	left: 90%;
  top: 90%;
	width: 115px;
	height: 15px;
	text-align: center;
	/* border around the div */
  border: solid 0px;
  border-radius: 10px;
}
/* END: ADMIN_MENU CLASS FOR SHOWING THE "ADMIN" TEXT */
/* END: FOOTER PROPERTIES */
/* END: FESST.HU SITE CSS FORMAT ELEMENTS */