* {
margin: 0px;
border: 0px;
padding: 0px;
font-family: Arial;
font-size: 11px;
color: black;
border-collapse: collapse;
}
a {
  text-decoration: none;
}
body {
  margin-left: auto;
  margin-right: auto;
  background: #6F7279;
  background-image: url('bg_body.jpg');
  background-repeat: repeat-x;
  background-position: top;
}
div.body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  width: 808px;
  border: 1px solid black;
}
div.header {
  background-image: url('bg_header.jpg');
  width: 100%;
  height: 100px;
}
div.header_eng {
  background-image: url('bg_header_eng.jpg');
  width: 100%;
  height: 100px;
}

span.logo {
	display: block;
  width: 247px;
  height: 100px; 
}

div.animheader {
	float: right;
  margin: 10px;
  background-color: #eeeeee;
  width: 107px;
  height: 80px;
}

div.animheader img#header_logo{
  width: 107px;
  height: 80px;
}

div#main_menu{
	width: 100%;
	height: 25px;
  background-image: url('bg_title.jpg');
  border: 0px;
  padding: 0px;
}

div#main_menu ul li{
	display: inline-block;
	width:  100px;
	height: 24px;
  background-image: url('bg_main_menu.jpg');
  background-repeat: repeat-x;
  background-position: top;
	margin:  0px 0px 0px -1px;
	padding: 0px;
  border:  0px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  float: left;
}

div#main_menu ul li:hover {
  background-image: url('bg_main_menu_sel.jpg');
  background-repeat: repeat-x;
  background-position: top;
  border-top: 1px solid black;
	height: 23px;
}

div#main_menu ul li.sel {
  background-image: none;
  border-top: 1px solid black;
	height: 23px;
}

div#main_menu ul li a {
  display: block;
	width:  100px;
	height: 21px;
  padding-top: 4px;
  padding-left: 3px;
  color: #EDEDED;
  font-size: 14px;
  font-family: Arial;
  letter-spacing:-1px;
}

div#main_menu ul li.sel a {
  color: black;
}

div.title {
  background: #a1a1a3;
  background-image: url('bg_title.jpg');
  border-bottom: 1px solid black;
  min-height: 26px;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;  
  margin: 0px;
  padding: 5px;
  padding-left: 130px;
}

div.lang_hun {
	float: right;
  margin: 5px;
	border: 1px solid black;
	padding: 0px;
	width: 25px;
	height: 16px;
  background: #a1a1a3;
  background-image: url('flag_hun.gif');
}

div.lang_hun a {
	display: block;
	width: 25px;
	height: 16px;
  margin:  0px;
	padding: 0px;
}

div.lang_eng {
	float: right;
  margin: 5px;
	border: 1px solid black;
	padding: 0px;
	width: 25px;
	height: 16px;
  background: #a1a1a3;
  background-image: url('flag_eng.gif');
}

div.lang_eng a {
	display: block;
	width: 25px;
	height: 16px;
  margin:  0px;
	padding: 0px;
}

div.page {
  width: 100%;
  min-height: 457px;
  background-image: url('bg_page.jpg'); 
  border: 0px;
  padding: 0px;
}

div.page#activities {
  min-height: 500px;
}

div.page h1{
  font-size: 14px;
	font-weight: bold;
	margin-left: 120px;
  padding: 10px 10px 0px 10px;
}

div.page td{
  font-size: 14px;
  vertical-align: top;
}

div.page td.w175{
  width: 175px;
}

div.page td.w300{
  width: 300px;
}

div.page td.w500{
  width: 500px;
}

div.page p, div.pic_desc p {
  font-size: 14px;
  text-align: justify;
	margin-left: 120px;
  padding: 10px 10px 0px 10px;
}

div.page p.hcenter {
  text-align: center;
}

div.page table{
	margin-left: 135px;
}

div.page ul, div.page td ul{
  padding: 10px 10px 0px 0px;
}

div.page ul li {
  font-size: 14px;
  text-align: left;
	margin-left: 145px;
  padding: 0px;
  vertical-align: top;
  list-style-type: disc;
  list-style-position: outside;
}

 div.page td ul li {
 	margin-left: 15px;
 }
 
div.page a, div.pic_desc a {
  font-size: 14px;
  text-decoration: underline;
  color: blue;
}

div.page#index table, div.page#index p {
	margin-left: 0px;
}

div.page#index ul li {
	margin-left: 35px;
}

div#pics_small {
  margin: 0px;
  padding: 8px 10px 0px 0px;
  height: 68px;
}
div#pics_small a.pic, div#pics_small a.pic_sel {
  float: right;
  margin-left: 1px;
  width: 80px;
  height: 60px;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid black;
  display: block;
  text-decoration: none;
}
div#pics_small a.pic_sel, div#pics_small a.pic:hover {
  background-color: #eeeeee;
}

div#pic_mid {
  margin: 10px 10px 0px 10px;
  padding: 0px;
	width: 317px;
  height: 238px;
  float: right;
  clear: right;
  border: 1px solid black;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
}
div#pic_label {
  margin: 0px 10px 10px 10px;
  border: 1px solid black;
  border-top: 0px;
  background-color: gray;
  background-image: url('bg_title.jpg');
  background-position: center center;
  width: 317px;
  float: right;
  clear: right;
}

div#pic_label p {
	margin: 0px;
	padding: 4px;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

div.pic_desc {
  vertical-align: top;
	display: none;
}

div#pic_desc1 {
	display: block;
}

div.clear_right {
	clear: right;
}

div.subtitle {
  margin: 10px 10px 0px 130px;
  border: 1px solid black;
  background-color: gray;
  background-image: url('bg_title.jpg');
  background-position: center center;
}
div.subtitle p {
	margin: 0px 15px;
	padding: 4px 4px 4px 100px;
  color: black;
  font-weight: bold;
  font-size: 14px;
  font-weight: bold;
;
}

div.page td.akcio_img {
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

div.page td.akcio_col2 {
  width: 15%;
  padding-top: 10px;
}

div.page td.akcio_col3 {
  width: 35%;
  padding-top: 10px;
}

div.page td.akcio_col4 {
	font-weight: bold;
  height: 120px;
  vertical-align: top;
  padding-top: 10px;
}

div.page td.regi_ar {
	text-decoration: line-through;
  padding-top: 10px;
}
div.page td.uj_ar {
	color: blue;
	font-weight: bold;
  height: 220px;
  vertical-align: top;
  padding-top: 10px;
}

div.page td.col71 {
  width: 25%;
  padding: 4px 8px 4px 8px;

}

div.page td.col72 {
  width: 75%;
  padding: 4px 8px 4px 8px;

}

div.page td.col81_2 {
  width: 50%;
  padding-top: 15px;
}

div.page td.col81_3 {
  width: 33%;
  padding-top: 15px;
}

div.page td.col81_2 p, div.page td.col81_2 h1, div.page td.col81_3 p, div.page td.col81_3 h1 {
	margin: 0px;
	padding: 0px;
  text-align: center;
}


div#footer {
  width: 100%;
  height: 24px;
  background-image: url('footer.jpg');
  clear: both;
}

div#footer table {
	margin-left: 130px;
}

div#footer td{
  color: #C4C4C2;
  font-size: 11px;
  padding: 4px;
  text-align: right;
}

div#sub_menu{
	width: 120px;
	margin: 0px 10px 0px 0px;
  border: 0px;
  border-bottom: 1px solid black;
  padding: 0px;
  float: left;
}

div#sub_menu ul{
  padding: 0px;
}

div#sub_menu ul li{
	display: block;
	width:  120px;
	height: 41px;
	margin:  0px;
  border:  0px;
  border-top:    0px solid black;
  border-right:  1px solid black;
  border-bottom: 1px solid black;
  border-left:   0px solid black;
	padding: 0px 0px 0px 0px;
  background-image: url('bg_sub_menu.jpg');
  background-repeat: repeat;
  background-position: top;
}

div#sub_menu ul li:hover {
  background-image: url('bg_sub_menu_sel.jpg');
  background-repeat: repeat-x;
  background-position: top;
  border-top:    1px solid black;
  border-right:  1px solid black;
  border-bottom: 0px solid black;
  border-left:   0px solid black;
}

div#sub_menu ul li.sel {
  background-image: none;
  border: 1px solid black;
  border-right: 0px;
  border-top:    0px solid black;
  border-right:  0px solid black;
  border-bottom: 1px solid black;
  border-left:   0px solid black;
}

div#sub_menu ul li a {
  display: block;
	width:  100%;
	height: 38px;
  padding-top: 4px;
  padding-left: 3px;
  color: #EDEDED;
  font-size: 14px;
  text-decoration: none;
  font-family: Arial;
  letter-spacing:-1px;
}

div#sub_menu ul li.sel a {
  color: black;
}

div#sub_menu img {
  width:  120px;
  height: 120px;
	margin-bottom: -3px;
  border-right:  1px solid black;
  border-bottom: 1px solid black;
  padding: 0px;
}

