/* Integral Akademia CSS */

body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  color: #464648;
  font-family: arial;
  font-size: 12px;
  text-align: center;
}

img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

div, ul, ol, li {
  padding: 0px;
  margin: 0px;
}

ul, ol {
	padding-left: 20px;
}

/* Page Layout */

#container {
	width: 1000px;
	margin: 0 auto;
/*	position: relative;*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
	position: relative;
	height: 142px;
	width: 1000px;
	text-align: center;
	background-color: #fff;
}

#logo {
	width: 160px; margin: auto;
}

#language {
position: absolute;
right: 0;
top: 0;
	margin-right: 30px;
}

#menubar {
	height: 38px;
	width: 1000px;
	text-align: center;
}

#main {

}

#leftside {
/*position: absolute; top: 155px; left: 0;*/
	margin: -25px 30px 0 0;
	width: 162px;
	float: left;
	background: #fff url(../images/parocska.jpg) no-repeat 100% 25px;
min-height: 272px;
padding: 0;
text-align: right;
}

#middle {
/*position: absolute; top: 180px; left: 192px;*/
	float: left;
	width: 615px;
	margin: 0;
	margin-bottom: 0px;
}

#content {
	width: 615px;
	margin: 0;
	min-height: 400px;
}

#content h1 {
font-family: arial;
}

#content h2 {
color: #6482A8;
border-bottom: 1px solid #6482A8;
}

#rightside {
	width: 135px;
	float: right;
	margin: -25px 0 0 0;
padding: 0 27px 0 0;
text-align: left;
}

#rightside h1, #leftside h1 {
	width: 100%;
	font-size: 11px;
	margin: 0;
	padding: 0;
letter-spacing: 1px;
}

#login, #leftcontent, #partner { margin-left: 27px; }

#rightside h1 a, #leftside h1 a {
color: #761019;
}

#rightside h1 a:hover, #leftside h1 a:hover {
	text-decoration: none;
}

.bigbox {
	display: none;
}

#rightcontent h2 {
/*	border-bottom-color: #8B8C8E; */
margin-top: 10px;
}

#rightcontent .tx_powermail_pi1_form fieldset legend { 
visibility: hidden;
display: none;
}

#rightcontent .tx-powermail-pi1 { height: 220px; }


#footer {
	clear: both;
	width: 1000px;
	text-align: center;
	font-size: 9px;
padding-top: 5px;
padding-bottom: 20px;
letter-spacing: 1px;
	background: #fff;
	line-height: 150%;
}

#menu {
	height: 38px;
	margin: 0 auto;
width: 660px;
text-align: center;
}

ul.menu{
	position: relative;
	top: 13px;
	padding: 0px;
	margin: 0;
	z-index: 100;
}

ul.menu li {
	position: relative;
	display: block;
	float: left;
	height: 12px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: arial;
	border-right: 1px solid #B9BABA;
margin-right: -1px;
border-left: 1px solid transparent;
}
ul.menu li.last {
border-right: 0px solid #464646;
}

ul.menu li a {
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	vertical-align: middle;
	color: #8B8C8E;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
}

ul.menu li a:hover {
	color: #000;
	text-decoration: none;
/* background: #F3F5F2; */
}

ul.menu li:hover, ul.menu li.over {
	border-left: 1px solid #aaa;
	background: #fff url(../images/menubggrad.jpg) repeat-y;
}

ul.menu li.act a {
	color: #000;
	font-weight: normal;
}


/* Formatting */

p {
	text-align: justify;
}

select, textarea, input {
	font-family: arial;
	font-size: 11px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  clear: both;
}

h1 {
  font-size: 15px;
  padding: 0;
  margin-bottom: 20px;
text-transform: uppercase;
}

h2 {
  font-size: 15px;
  padding: 0;
  margin: 20px 0 18px 0;
border-bottom: 1px solid #D1C2A1; 
  padding-bottom: 2px;
}

h3 {
  font-size: 13px;
margin: 20px 0 12px 0; padding: 0;
letter-spacing: 0px;
clear: none;
}

h4 {
  font-size: 12px;
margin: 0; padding: 0;
letter-spacing: 0px;
text-decoration: underline;
}

h5 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
}

h6 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 8px;
}

p, q, li {
  line-height: 150%;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: justify;
}

em {
  font-style: italic;
}

q {
  font-style: normal;
  letter-spacing: 1px;
}

blockquote {
  margin: 0 0 0 25px;
}

td, th {

  padding: 8px;
  vertical-align: top;
}

a, a:link, a:visited {
  color: #A21524; /* 761019 */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.align-center {
	text-align: center;
}

.center {
	text-align: center;
	vertical-align: top;
}
.align-right {
	text-align: right;
}

.small {
margin-top: -4px;
	font-size: 0.85em;
line-height: 130%;
}

.menu, .submenu { list-style: none; }
.menu li.act li { font-weight: normal; list-style: none; }
.menu li.act, .menu li.act li.act2 { font-weight: bold; list-style: square; color: #0790be; }

fieldset { border: none; text-align: right; }
fieldset legend, fieldset dt { visibility: hidden; }

#hirlevel {
	background: transparent url(../images/newsletter-bg.jpg) no-repeat;
	padding: 8px;
	height: 108px;
	margin-top: 234px;
	margin-left: 27px;
}

#hirlevel .tx-sremailsubscribe-pi1 { width: 100%; font-size: 10px; margin-bottom: 10px; }
#hirlevel .tx-sremailsubscribe-pi1 form { float: left; width: 100%; font-size: 10px; margin-bottom: 20px; margin-top: 10px; margin-left: 4px;}

#hirlevel .tx-sremailsubscribe-pi1 dd {
	height: 18px;
	margin: 2px 0;
padding: 0;
	text-align: right;
	vertical-align: middle;
	float: left;
	width: 114px;
}
#hirlevel .tx-sremailsubscribe-pi1 dt {
display: none;
}


#hirlevel .tx-sremailsubscribe-pi1 input {
	width: 114px;
	padding: 1px 1px;
	text-align: left;
	font-size: 10px;
margin: 0;
margin-bottom: 4px;
border: 1px solid #bbb;
float: right; text-align: left;

}

#hirlevel input.tx-sremailsubscribe-pi1-submit {
	width: 36px;
	height: 20px;
text-align: center;
padding-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	background: transparent url(../images/newsletter-submit.jpg) no-repeat;
	border: none;
}

.tx-sremailsubscribe-pi1 input[type="submit"] {
	padding: 0px 10px;
	font-size: 10px;
}

.news-latest-container {
margin-bottom: 10px;
}

.news-latest-item {
margin-bottom: 10px;
}

.news-latest-item h2 {
font-size: 11px;
text-transform: uppercase;
margin-bottom: 20px;
margin-top: 20px;
padding: 0;
text-align: left;
text-decoration: underline;
border: none;
color: #98AF1F;
}
.news-latest-item h2 a, .news-list-item h2 a, .news-single-item h2 {
color: #98AF1F;
}

.masodik h2, .masodik h2 a {
color: #62AAB9;
}

.harmadik h2, .harmadik h2 a {
color: #DEA034;
color: #cE9024;
}



.news-latest-item h2 a:hover, .news-list-item h2 a:hover {
text-decoration: none; }

.news-latest-item p.bodytext {
font-size: 10px;
margin: 2px 0;
padding: 0;
text-align: left;
line-height: 125%;
}

.news-list-item {
margin-bottom: 40px;
}

.news-list-date {
font-size: 10px;
margin: 0;
padding: 0;
letter-spacing: 0px;
color: #6482A8;
}

.news-list-item h2, .news-single-item h2 {
margin-bottom: 2px;
font-size: 13px;
text-transform: uppercase;
}

#negykvadrans {
position: relative;
left: -20px;
width: 655px;
height: 440px;
background: url(../images/4q.jpg) no-repeat;
color: #fff;
margin: 0; padding: 0;
font-family: arial;
}

#negykvadrans h1 {
font-size: 14px;
font-family: arial;
text-transform: uppercase;
margin-top: 13px;
margin-left: 15px;
}

#negykvadrans p.bodytext {
font-size: 12px;
margin: 0 0 0 15px;
line-height: 100%;
padding: 3px 0;
color: #fff;
font-weight: bold;
}


#negykvadrans ul { margin: 0 0 0 15px; padding: 0; }

#negykvadrans li {
list-style: none;
font-size: 12px;
margin: 0 0 0 12px;
padding: 0;
color: #fff;
}

#negykvadrans a { color: #fff; font-weight: bold; }

#bf, #jf, #ba, #ja {
width: 325px;
height: 217px;
}

#bf, #ba { float: left; }

#jf, #ja { float: right; }

#ba { clear: left; float: left; }

#bf, #jf { margin-bottom: 6px; }

#header p {
	width: 350px;
	padding: 40px 0 0 0;
	font-size: 10px;

}

.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-error { font-size: 10px; }

.tx-sremailsubscribe-pi1 p { margin: 0; padding: 0; }

.csc-textpic-imagewrap { margin-top: 8px; }
.csc-textpic-caption { font-size: 10px; padding-top: 4px; }
/* .csc-textpic-above dt img, .csc-textpic-below dt img { padding: 20px 0; } */
.csc-textpic-above .csc-textpic-caption, .csc-textpic-below .csc-textpic-caption { font-size: 10px; padding-top: 0px; position: relative; top: -10px; }
.csc-caption { text-align: center; padding-top: 4px; }

.tx_powermail_pi1_form fieldset legend { visibility: visible; font-weight: bold; padding: 20px 0 10px 0; }

.tx_powermail_pi1_form {
float: left;
text-align: left;
}

.tx_powermail_pi1_form fieldset {
padding: 0;
}

.tx_powermail_pi1_fieldwrap_html {
float: left;
clear: left;
text-align: left;
margin: 4px 0;
}

.tx_powermail_pi1_fieldwrap_html label {
float: left;
width: 125px;
margin: 0;
padding: 2px 0;
}

.tx_powermail_pi1_form label {
font-size: 11px;
text-align: left;
}

.tx_powermail_pi1_fieldwrap_html_textarea textarea { width: 225px; }

.tx_powermail_pi1_fieldwrap_html_submit { clear: left; margin: 20px 0 0 125px; }
.tx_powermail_pi1_fieldwrap_html_submit input { padding: 0px 20px; }

.tx-powermail-pi1_mandatory { text-align: left; }
.tx-powermail-pi1_mandatory ul { font-size: 11px; margin-top: 10px; }
.tx-powermail-pi1_mandatory input[type="submit"] { margin: 20px 0; padding: 2px 10px; }

.powermail_all { padding: 0 8px; font-family: arial; }

.powermail_mandatory, .powermail_mandatory_js { color: red; margin-right: 4px; font-size: 10px; margin: 4px 0; }

#tovabbi { font-weight: bold; margin: 10px 0; font-size: 11px; }
#tovabbi a { display: block; padding: 4px 0; }
#tovabbi a:hover { text-decoration: none; }

ul.submenu {
  position: absolute;
  z-index: 200;
  text-align: left;
  float: none;  
  background: #fff url(../images/menubggrad.jpg) repeat-y;
  
  top: 12px;
  left: -1px;
padding: 4px 0;
border-left: 1px solid #bbb;
border-bottom: 1px solid #bbb;
-moz-border-radius: 0 0 0 10px;
-webkit-border-radius: 0 0 0 10px;
}

ul.submenu {
  display: none;
}

ul.submenu li {
  display: block;
  height: 18px;
  vertical-align: middle;
}
ul.submenu li {
  float: left;
  clear: both;
  white-space: nowrap;
  margin: 0;
	border-right: none;
}
ul.submenu li:hover { border-left: 1px solid transparent; }
ul.submenu li a {
  display: block;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  color: #777;

  letter-spacing: 0;
  padding-left: 10px;
  padding-right: 10px;
text-transform: none;
}

ul.menu li.act li a {
  color: #777;
}

ul.menu li.act li a:hover {
  color: #000;
}

ul.menu li:hover ul, ul.menu li.over ul {
  display: block;
}

.tx-newloginbox-pi1 h3 {
	margin-bottom: 30px;
text-transform: uppercase;
}
.tx-newloginbox-pi1 th {
	text-align: right;
	vertical-align: middle;
	padding: 0;
	padding-right: 10px;
	font-weight: normal;
	background: none;
	color: #696464;
}
.tx-newloginbox-pi1 td, .tx-srfeuserregister-pi1 td {
	vertical-align: top;
	padding: 0;
	background: none;
	text-align: left;
}
.tx-newloginbox-pi1 td input, .tx-srfeuserregister-pi1 td input{
	vertical-align: top;
}
.tx-newloginbox-pi1 td input[type="submit"], .tx-srfeuserregister-pi1 td input[type="button"] {
	padding: 2px 8px;
	margin-top: 10px;
}

#keres {
margin: 10px 0 10px 0;
}

.indent { margin-left: 0px; text-align: left; }
.indent img { margin: -5px 0 10px 0; text-align: left; }

.doc { padding-left: 24px; background: url(../images/icon-doc.jpg) no-repeat 2px 0; min-height: 20px; }
.csc-textpic-text p { padding-top: 4px; }

#lent { margin-top: 10px; }

.contenttable { width: 100%; padding: 0; }
.contenttable td { padding: 0; }
.contenttable h2 { margin: 0; }
.contenttable h3 { margin: 12px 0 4px 0; }
.contenttable p { margin: 0; padding: 0; }

ul.csc-menu {
list-style: square;
font-size: 12px;
color: #D3717C;
margin-left: 0px;
}
ul.csc-menu li {
margin: 0;
padding: 5px 0;
line-height: 15px;
}
ul.csc-menu li a {
padding: 5px 0;
}
ul.csc-menu li a:hover {
color: #A21524;
text-decoration: underline;
}
ul.csc-menu li:hover {
color: #A21524;
}
.news-list-morelink, .news-latest-morelink {
font-size: 10px; text-align: left;
margin-bottom: 10px;
}

.tx-dropdownsitemap-pi1 {
text-align: right;
font-size: 11px;
}
.tx-dropdownsitemap-pi1 div.expAll {
border: none;
background: white;
font-size: 10px;
}
.tx-dropdownsitemap-pi1 li {
line-height: 120%;
padding: 0;
vertical-align: middle;
}
.tx-dropdownsitemap-pi1 A, .tx-dropdownsitemap-pi1 A:link, .tx-dropdownsitemap-pi1 A:visited, .tx-dropdownsitemap-pi1 A:hover, .tx-dropdownsitemap-pi1 A:active {
color: #615231;
}

.tx-macinasearchbox-pi1 {
	background: url(../images/searchbox-bg.jpg) no-repeat;
	height: 45px;
	width: 135px;
	margin-left: 27px;
}

#searchform {
	border: 1px solid #bbb;
	background: white;
	height: 16px;
	width: 111px;
	position: relative;
	top: 13px;
	left: 11px;
	text-align: left;
}

#searchform input {
	width: 88px;
	padding: 0 0 1px 0;
	text-align: left;
	font-size: 10px;
	margin: 0 0 0 1px;
	border: 0px solid #bbb;
}

#searchform input[type="submit"] {
	width: 16px;
	height: 16px;
	margin: 0;
	background: url(../images/zoom.jpg) no-repeat bottom left;
	border: none;
}



.tx-indexedsearch {
text-align: left;
}

.tx-indexedsearch .browsebox {
font-size: 11px;
padding: 0;
margin-bottom: 10px;
}

.tx-indexedsearch .browsebox li a {
padding: 0 4px;
}

.tx-indexedsearch-title {
font-weight: bold;
}

.tx-indexedsearch-searchbox td {
padding: 0 10px 20px 0; vertical-align: middle;
}
.tx-indexedsearch-searchbox table { margin: 20px auto 0 auto; }

#cetli {
/*position: absolute;
top: 0;
left: 10px;*/
margin-top: 5px;
margin-left: -8px;
	width: 160px; height: 150px;
z-index: 100;
}

#partner {
margin-top: 18px;
margin-bottom: 17px;
}

.news-single-item img { margin: 0 10px 20px 0; }
.indent { padding-left: 30px; }
.noborder { border: none; }

#border { font-size: 20px; font-family: garamond; width: 440px; margin: 0 auto; }
#border p { line-height: 22px; }

big { font-size: 1.1em; }
small { font-size: 0.85em; }
.hidden { display: none; }
.feltoltve { font-size: 16px; font-weight: bold; text-align: center; padding: 10px 0; margin-bottom: 0; }
.tx-fileupload-pi1 form { margin-top: 30px; }

.eloado, .jpg, .mp3, .konyv, .doc, .pdf, .xls, .pps, .film { padding: 0 0 1px 20px; }
.eloado { padding: 2px 0 0 20px; background: url(../images/talk3.gif) no-repeat; }
.jpg { background: url(../images/kep.gif) no-repeat; }
.mp3 { background: url(../images/mp3.gif) no-repeat; }
.konyv { background: url(../images/book.gif) no-repeat; }
.doc { background: url(../images/doc.gif) no-repeat; }
.pps { background: url(../images/pps.gif) no-repeat; }
.pdf { background: url(../images/pdf.gif) no-repeat; }
.xls { background: url(../images/xls.gif) no-repeat; }
.film { background: url(../images/film.gif) no-repeat; }

#banner {
	position: relative;
	left: -10px;
	top: 10px;
}

#cetli {
	position: relative;
	left: 10px;
	top: 0px;
}

#jelentkezz {
	margin-top: 10px;
}

#like { display: none; }

#social {
	text-align: left;
	display: block;
	height: 105px;
	margin-top: 15px;
	margin-left: 30px;
}
#social a { margin-right: 8px; }

#ajanlo, #programok {
	display: block;
	margin-left: 27px;
}

#ajanlo { margin-top: 15px; margin-bottom: 10px; }

#programok { margin-bottom: 15px; }

#programok .news-latest-item h2 {
	font-size: 0.8em;
	margin: 0;
}

table.hd {
font-size: 11px;
text-align: left;
width: 100%;
}
table.hd th, table.hd td {
padding: 10px 10px;
vertical-align: middle;
}
.hd th { background-color: #dec; }
.hd .odd { background-color: #ccc; }
.hd .even { background-color: #eee; }
.hd form { margin: 0; }
