/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #554025;
	font-family: "Times New Roman", Times, serif;
	line-height: 135%;
	background-repeat: repeat-x;
	background-color: #fffcdc;
	font-size: 14px;
}

body#bd {
	color: #554025;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 10px 20px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #554025;
}

body.fs1 {
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 14px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #c05507;
	text-decoration: none;	
}

a:hover, a:active, a:focus, a:visited:hover {
	color: #c05507;
	text-decoration: underline;
}

a:visited {
	color: #c77b43;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h4 {
	color: #cc5600;
	font-weight: bold;
}
.contentheading, .componentheading {
	font-family: "Times New Roman", Times, serif;
}
/* Small text */
small, .small, .smalldark, .createdate, .modifydate, a.readon {
	color: #95884c;
	font-size: 84%;
}

.createby {
	color: #bf140b;
	font-size: 92%;
}

mosimage_caption, .img_caption {
	color: #594f41;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 180%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 160%;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:100%;
}

h3 {
	font-size: 125%;
}
h3.igallery {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:120%;
}
h4 {
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;	
}
h5 {
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
}
h6 {
	font-size: 180%;
	font-family: "Times New Roman", Times, serif;
	font-weight:300;
	color: #913234;
	line-height:120%;
}

pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	padding: 0px 0px 10px;
	margin: 0px 0px 0px;
}
p {
	margin: 0px 0px 9px 0px;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 6px;
	line-height: 160%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 0px 5px;
	margin-bottom:15px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #d5c47d;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

.button {
	padding: 1px 10px 2px 10px;
	background: url(../images/bg.button2.jpg) repeat-x top left;
	color: #c05507;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #c1a589;
	text-decoration:none;
	cursor: pointer;
}
.button:visited {
	text-decoration:none;
}

.button:hover, .button:focus {
	background: url(../images/bg.button2.dn.jpg) repeat-x top left;
}

* html .button {
	padding: 0px 10px 0px 10px; !important; /*IE 6*/
	margin: 0px 0px 0px 0px;
}

*+html .button {
	padding: 0px 10px 0px 10px; !important; /*IE 7*/
	margin: 0px 0px 0px 0px;
}

.inputbox {
	border: 1px solid #c1a589;
	background: #FFFeF7;
}

.inputbox:hover, .inputbox:focus {
	background: #ffffff;
}
.required validate-email {
	border: 1px solid #c1a589;
}
/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #981a36;
	background: #fffdf7;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #981a36;
	background: #fffdf7;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #981a36;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #f8f5e8;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #594f41;
	font: 50px/40px Arial, Helvetica, sans-serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #93a428;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #d26e0d;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 2px;
	background: #7e2121;
	font-weight: bold;
	color: #f0e3ae;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #981a36;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #981a36;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #93a428;
	font: bold 20px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #f5f1df;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #981a36;
	background: #fffdf7;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	margin:20px 0px 0px 0px;
	height:17px;
	background: url(../images/separator.png) no-repeat center center;
}
.listview_separator {
	clear: both;
	display: block;
	margin:0px 0px 0px 0px;
	height:40px;
	background: url(../images/separator.png) no-repeat center center;
}
* html .listview_separator {
	clear: both;
	display: block;
	margin:15px 0px 0px 0px;
	height:40px;
	background: url(../images/separator.png) no-repeat center center;
}
*+html .listview_separator {
	clear: both;
	display: block;
	margin:15px 0px 0px 0px;
	height:40px;
	background: url(../images/separator.png) no-repeat center center;
}
.article-content span.modifydate {
	text-align:left;
}
	
.contentpaneopen h2.contentheading {
	text-align:left;
	}
.article-meta {
	text-align:left;
	}	

/*.column_separator {
	padding-left:30px;
}

.article_column {
	width:260px;
}

.article_column .article-tools {
	height:30px;
}

.article_column .article-meta {
	width:245px;
}

.article_column .createdate {

}

.article_column .createby {
	visibility:hidden;
}

.article_column .createdate {
	border:none;
}

.article_column .buttonheading {
	visibility:hidden;
}
*/
/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 0px solid #f1e7dd;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}
.sectiontableheader img {
  padding: 0px 4px 0px 4px;
}
.sectiontableheader a:visited, .sectiontableheader a:hover, .sectiontableheader a:visited:hover {
	color: #fffcdc;
}
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #981a36;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	margin-top: 10px;
	margin-bottom: 10px;	
	width: 100%;

	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #f5f1df;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}
.categoryfilter {
	display:none;
	margin-bottom:5px;
}
h1.componentheading, .componentheading {
	padding: 5px 0 10px;
	margin: 0 0 10px;
	border-bottom:1px solid #c8bc85;
}
.igal_componentheading {
	font-size: 220%;
	font-weight: normal;
	line-height: normal;
	color: #862828;
	text-align:center;
	padding: 0px 0 10px;
	margin: 0 0 10px;
}
.componentheading {
	font-size: 220%;
	font-weight: normal;
	line-height: normal;
	color: #862828;
	text-align:center;
}

.contentdescription {
	padding-bottom: 0px;
}

h2.contentheading, .contentheading {
	padding: 12px 0px 10px 15px;
	margin: 0;
	font-size: 140%;
	font-weight: normal;
	line-height: 150%;
	font-family: Georgia;
	background: url(../images/bg.h3.jpg) repeat-x center left;	
}
* html h2.contentheading, .contentheading {
	padding: 5px 0px 10px 20px;
	height:45px;
	margin: 0;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	font-family: Georgia;
	background: url(../images/bg.h3.jpg) repeat-x center left;	
}
*+html h2.contentheading, .contentheading {
	padding: 4px 0px 10px 20px;
	height:48px;
	margin: 0;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	font-family: Georgia;
	background: url(../images/bg.h3.jpg) repeat-x center left;	
}
table.blog .contentheading {

}

.contentheading {
	font-size: 100%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus,
a.contentpagetitle:visited {
	text-decoration: none !important;
	color: #913234;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

a.readon {
	float: left;
	color: #cc6e27;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px 10px 0px 14px;
	border: 1px solid #d4c78c;
	display: block;
	background: url(../images/readon.bg.jpg) no-repeat top left;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
a.readon:visited {
	color: #cc6e27;
	text-decoration: none;
}
a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration:underline;
	color: #c05507;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}
ul.pagination {
	margin: 0px;
	padding: 15px 0px 10px 0px;
}
.pagination {
	width: 648px;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 10px 2px 10px;
	background: url(../images/bg.button.jpg) repeat-x top left;
	color: #c05507;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #c1a589;
	text-decoration:none;
	cursor: pointer;
}
*+html ul.pagination a {
	padding: 1px 10px 2px 10px;
	background: url(../images/bg.button.jpg) repeat-x top left;
	color: #c05507;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #c1a589;
	text-decoration:none;
	cursor: pointer;
}
* html ul.pagination a {
	padding: 1px 10px 2px 10px;
	background: url(../images/bg.button.jpg) repeat-x top left;
	color: #c05507;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #c1a589;
	text-decoration:none;
	cursor: pointer;
}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #c05507;
	text-decoration:none;
	background: url(../images/bg.button.dn.jpg) repeat-x top left;
}
ul.pagination a:hover:visited {
	background: url(../images/bg.button.dn.jpg) repeat-x top left;
	color: #c05507;
}
.pagenavbar {
	text-align:center;	
}

.pagenavcounter {
	padding: 8px 15px 15px 15px;
	text-align:center;
}
* html .pagenavcounter {
	padding: 8px 15px 0px 15px;
	text-align:center;
}
*+html .pagenavcounter {
	padding: 8px 15px 0px 15px;
	text-align:center;
}
.sectiontableheader {
	padding: 4px 5px;
	background: url(../images/button.up.gif) repeat-x top left;
	color: #fffcdc;
	font-weight:bold;
}
.sectiontableheader a {
	color: #fffcdc;
}
.sectiontableheader a:hover {
	text-decoration: underline;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	vertical-align: middle;
	border-bottom-color: #e7dca8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

tr.sectiontableentry2 td {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7dca8;
	background-color: #f3e9be;
	vertical-align: middle;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #f8f2d1;
}

.smalldark {
	text-align: left;
}

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

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

#ja-fejkep {
	margin-bottom:15px;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 0px solid #b0bc80;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	background-color: none;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	margin-left:6px;
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 0px 5px 5px 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #a79c90;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	padding-top:5px;
	padding-right:7px;	
	float: right;
	width: 15%;
}
* html div.buttonheading {
	margin-top:-25px;
	padding-top:0px;
	padding-right:7px;	
	float: right;
	width: 15%;
}
*+html div.buttonheading {
	margin-top:-25px;
	padding-top:0px;
	padding-right:7px;	
	float: right;
	width: 15%;
}
.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrapper {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url(../images/bg.jpg) top left #ebe4bc;
}
.td_wrapper {
	background: url(../images/bg.felso.jpg) repeat-x top left;
}
.wrapper2 {
	background: url(../images/bg.png) repeat-y top center;
}
.td_wrapper2 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url(../images/bg.fejlec.jpg) no-repeat top center;	
}
#ja-containerwrap {

}

#ja-containerwrap2 {

}

#ja-container {
	padding-bottom: 0px;
	width:960px;
}

#ja-container2 {
	width:960px;
	margin:0px 0px 0px 0px;
}
* html #ja-container2 {

}
*+html #ja-container2 {
	margin-left:0px;
}
#ja-mainbody-fr #ja-col1 {
	width: 172px;
}

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	width: 650px;
}

#ja-mainbody, #ja-mainbody-fl {
	float: left;
	width: 960px;
}

#ja-contentwrap {
	float: right;
	width: 648px;
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
	margin-bottom:0px;
}
* html #ja-contentwrap {
	float: right;
	width: 653px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#ja-mainbody-fl #ja-contentwrap {
	float: left;
}

#ja-mainbody-f, #ja-mainbody-fr {
	float: none;
	
}

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	
}

#ja-mainbody-fr #ja-col1 {
	float: left;
	
	
}

#ja-mainbody-fr #ja-contentwrap {
	width: px;
}

#ja-content {
	margin-bottom:15px;
}

#ja-contentwrap {
	min-height: 300px;
	height: auto;
}

#ja-mainbody-fl #ja-content {
	padding-left: 0;
		
}

#ja-mainbody-f #ja-content {
	padding: 0;

}

/* Full */
#ja-containerwrap-f {

}

#ja-containerwrap-f #ja-containerwrap2 {
	background: none;
}

#ja-containerwrap-f #ja-container,
#ja-containerwrap-f #ja-container2 {
	background: none;
}

/* Full left */
#ja-containerwrap-fl {

}

#ja-containerwrap-fl #ja-containerwrap2,
#ja-containerwrap-fl #ja-container,
#ja-containerwrap-fl #ja-container2 {
	
}

/* Full right */
#ja-containerwrap-fr {

}

#ja-containerwrap-fr #ja-containerwrap2 {

}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {

}

#slideshow {
	float:right;
	margin-right:6px;
	margin-top:24px;
	height:216px;
}
* html #slideshow {
	float:right;
	margin-right:-3px;
	margin-top:24px;
	padding-right:9px;
	height:216px;
}
#ja-nevnap {
	margin-top:15px;
	margin-bottom:15px;
	font-size: 12px;
}
#ja-nevnap a {
	font-weight:bold;
}
#ja-keres {
	padding-top:23px;
	padding-right:15px;
	float:right;
	margin-bottom:22px;
}
* html #ja-keres {
	padding-top:20px;
	padding-right:15px;
	float:right;
	margin-bottom:23px;
}
*+html #ja-keres {
	padding-top:20px;
	padding-right:15px;
	float:right;
	margin-bottom:23px;
}

* html #ja-header {

}

#ja-header a {

}

h1.logo, h1.logo-text {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
	display: none;
}

h1.logo a {

}

h1.logo a span {
	position: absolute;
	top: 100px;
}

h1.logo-text a {
	color: #f4ecdf !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
	display: none;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #fffdf7;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* Search */
#search {
	float: right;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 18px;	
}

.search .inputbox {
	border: 1px solid #7e2121;
	margin-right: 0px;
	padding: 4px 5px 5px 5px;
	color: #554025;
	background: #fffbe3;
}
#search .inputbox:hover, .inputbox:focus {
	background: #ffffff;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	width:680px;
}

#ja-pathwaywrap {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ja-pathway {
	font-size: 92%;
	margin-top: 0px;
	padding: 0px 0px 10px 0px;
}

#ja-pathway strong {
	margin-right: 5px;
	font-weight: normal;
}

#ja-pathway a {
	color: #c06379;
	text-decoration: none;
}
#ja-pathway a:hover, #ja-pathway a:active, #ja-pathway a:focus {
	color: #034bbf;
	text-decoration: none;
}
#ja-pathway img {
	margin: 1px 5px;
}


/* MODULE
--------------------------------------------------------- */

div.moduletable,
div.moduletable_menu,
div.moduletable_text {

}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	background: url(../images/bg.h3.left.jpg) repeat-x top left;	
	height:44px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;	
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color:#cc5600;
	text-align: left;
}

/* Module rounded */
div.module h3 {
	padding-top: 12px;
	padding-left: 20px;
	padding-bottom: 12px;
	padding-right: 5px;	
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top:0px;
	color:#d3671d;
	font-size:110%;
	font-family: Georgia;
	text-align: left;
	background-color: #fffcf5;
	overflow: visible;
}

div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
	float: left;
	clear: none;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.module {
	margin-bottom:20px;
}
div.moduletable {
	margin-bottom:25px;
	text-align: left;
}
div.module div div {

}

div.module div div div {

}
div.module div div div div div {

}
div.module_black div div div div,
div.module_green div div div div,
div.module_blue div div div div,
div.module_red div div div div,
div.module_text div div div div,
div.module div div div div {
	float: none;
	width: 100%;
}

div.module_text h3 {
	width: 100%;
	overflow: visible;
	background: url(../images/button.up.gif) repeat-x;
}

div.module_text span {
	float: left;
	clear: both;
	display: block;
	font-weight: bold;
}

div.module_text {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	background: url(../images/bt-br.gif) no-repeat bottom right;
}

div.module_text div {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {

	display: block;
	background: url(../images/bt-tl.gif) no-repeat top left;
}

div.banneritem_text {
	padding: 5px 0 !important;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 172px;
	padding-left: 25px;
	margin-right:25px;
	margin-top:220px;	
	overflow: visible;
	
}

#ja-col2 {
	float: right;
	width: 0px;
	padding-left: 0px;
	margin-right:0px;
	margin-top:0px;	
	overflow: hidden;
}

#ja-col2 .button {
	margin-top:10px;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/bullet.gif) no-repeat 5px 50%;
}

#ja-col1 ul, #ja-col2 ul {
	margin: 0;
}

#ja-col1 ol, #ja-col2 ol {
	margin-left: 0px;
}

#ja-col1 .article_separator,
#ja-col2 .article_separator {
	display: none;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */

#ja-botslwrap {
	width:600px;
	border-bottom-color:#dacd9c;
	border-bottom-style:solid;
	border-bottom-width:1px;
} 
#ja-user1 {
	float: left;
	overflow: hidden;
	width: 200px;
}

#user1 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:5px;
	padding-left:0px;	
	padding-right:5px;
}

#user1 .contentheading {
	font-size: 150%;
	color:#d26e0d;
}

#ja-user2 {
	float: left;
	overflow: hidden;
	width: 200px;
	border-right-color:#dacd9c;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#dacd9c;
	border-left-style:solid;
	border-left-width:1px;
} 

#user2 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:5px;
	padding-left:5px;	
	padding-right:5px;

}

#user2 .contentheading {
	font-size: 150%;
	color:#d26e0d;
}

#ja-user3 {
	float: right;
	overflow: hidden;
	width: 200px;
} 

#user3 {
	margin-top:0px;
	margin-bottom:0px;	
	padding-top:20px;
	padding-bottom:5px;
	padding-left:5px;	
	padding-right:0px;
}

#user3 .contentheading {
	font-size: 150%;
	color:#d26e0d;
}

.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}
.ja-box-center {
	padding-left: 5px;
	padding-right: 5px;
}

.ja-box-left div.moduletable,
.ja-box-full div.moduletable {
	background: none;
	padding-right: 5px;
}

.ja-box-right div.moduletable {
	padding-left: 5px;
	padding-right: 0px;
}

.ja-box-center div.moduletable {
	padding: 0 0px;
}

#ja-botsl h3 {
	background: none;
}

#ja-botslwrap {
	border-top: 3px solid #f4f0dd;
	color: #f4f0dd;
}

#ja-botsl {
	width: 600px;
}

#ja-botsl div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#ja-botsl h3 {
	margin: 0 0 12px;
	padding: 0;
	color: #fffdf7;
}

#ja-botsl a {
	color: #f4f0dd;
}

#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #fffdf7;
}

#ja-botsl ul, #ja-botsl p, #ja-botsl ol {
	padding: 0;
	margin: 0 !important;
}

#ja-botsl ul li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bullet2.gif) no-repeat 3px 8px;
}

#ja-botsl ol li {
	margin-left: 25px;
	padding: 0 !important;
}

#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_separator {
	display: none;
}

#ja-botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	width:100%;
	height:125px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	background: url(../images/bg.alsocsik.jpg) repeat-x bottom left;	
}
#ja-footer {
	padding-top: 0px;
	height:125px;
	margin-bottom:0px;	
	background: url(../images/bg.footer.jpg) no-repeat bottom center;
}
* html #ja-footer {
	height:145px;
}
#ja-footer .copyright {
	color:#802727;
	margin-left: 255px;
	clear: both;
	display: block;
	padding-top: 20px;
	font-style: normal;
	font-size: 82%;
	text-align: center;
	line-height:220%;
}
#ja-footer a, #ja-footer a:visited {
	color:#e8a545;
}

* html #ja-footer .copyright {
	padding-top: 38px;
}

#ja-footnav {

}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 15px 0 0;
	display: inline;
	color: #594f41;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #d26e0d;
	text-decoration: none;
}

.ja-cert {
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 118px;
	visibility: hidden;
}

.ja-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
	margin-top: 15px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*usertool*/
ul.ja-usertools-font {
	display:none;
	font-size: 11px;
	position: absolute;
	top: 3px;
	left: 928px;
}

ul.ja-usertools-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

/*collapsible h3*/
h3.show {
	visibility: visible;
	background-color: #fffcf5;	
}

h3.hide {
	background: url(../images/button.up.or.gif) repeat-x;
	cursor: pointer;
}

/*others*/
#ja-forker {
	margin: 15px 0;
	text-align: center;
	padding-bottom:30px;
	background: url(../images/separator.png) no-repeat bottom center;
}
.mod_placehere {
	overflow:hidden;
}
.moduletable.hirujd h3 {
	font-family: Georgia;
	font-size: 26px;
	font-weight: normal;
	background: url(../images/bg.h3.jpg) repeat-x top left;	
	height:46px;
	padding-top: 4px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 10px;	
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color:#cc5600;
	text-align: left;
}
* html .moduletable.hirujd h3 {
	font-family: Georgia;
	font-size: 26px;
	font-weight: normal;
	background: url(../images/bg.h3.jpg) repeat-x top left;	
	height:45px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 10px;	
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color:#cc5600;
	text-align: left;
}
.moduletable.hirujd .contentheading {
	background: none;
	padding:0;
	margin:0;
	height:auto;
}
.mod_placehere .article_separator {
	visibility:hidden;
}
.mod_placehere td {
	vertical-align:middle;
}
.mod_placehere_following td {

}
#ja-banner {
	margin: 5px 0;
	padding-bottom:20px;
	background: url(../images/separator.png) no-repeat bottom center;
}
#ja-lastvis {
	margin: 5px 0;
	text-align: center;
	padding-bottom:10px;
	background: url(../images/separator.png) no-repeat bottom center;	
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 5px 0 0;
}

#form-login .inputbox {
	width: 70%;
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #ffffff;
	padding: 5px;
	background: #7e2121;
	max-width: 250px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #fffdf7;
}

/* System Standard Messages */
#system-message dd.message ul {
	background-color: #93a428;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background-color: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background-color: #d26e0d;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Tovabb gomb */
.tbutton {
	float: left;
	color: #cc6e27;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px 10px 0px 14px;
	border: 1px solid #d4c78c;
	display: block;
	background: url(../images/readon.bg.jpg) no-repeat top left;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
.tbutton:hover, .tbutton:visited:hover, .tbutton:active, .tbutton:focus {
	text-decoration:underline;
}
.tbutton a {
	text-decoration:none;
	color: #fffdf7;	
}
.tbutton:hover a {
	text-decoration:none;
}
.button_narancs {
	padding: 5px 20px 5px 20px;
	background: url(../images/button.up.or.gif) repeat-x top #c6b45c;
	color: #fffdf7;
	font-size: 100%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
}

a.button_narancs {
	color:#fffdf7;
	text-decoration: none;
}

a.button_narancs:hover, .button_narancs:focus .button_narancs:visited {
	background: url(../images/button.dn.or.gif) repeat-x top #c3753c;
	color:#fffdf7;
	text-decoration: none;
}

/* Custom CSS-s - editor.css-ben is */

.kepkeret, .moduletable.igalmod img {
	background-color:#fcfae6;
	padding: 1px;
	border: 5px solid #eadda3;
}
.moduletable.igalmod img {
	background-color:#fcfae6;
	padding: 1px;
	border: 5px solid #cdb772;
}
.moduletable.igalmod {
		letter-spacing: 1px;
}
div.moduletable.clock {
	text-align:center;
	margin-bottom:15px;
}
* html .moduletable.clock {
	margin-bottom:0px;
}
.leftlink a, .leftlink a:visited {
	color:#842a2a;
	font-weight:bold;
	text-decoration:none;
}
.leftlink a:hover, .leftlink a:visited:hover {
	color:#c05507;
	text-decoration:underline;
}
.weblink a, .weblink a:visited {
	color:#842a2a;
	font-weight:normal;
	text-decoration:underline;
}
.weblink a:hover, .weblink a:visited:hover {
	color:#c05507;
}
.kepkeret_h3 {
	border: 5px solid #cdb772;
}
.igalalap {
	padding: 10px;
	background: url(../images/bg.igal.jpg) repeat-x top;
	border-right:1px solid #fffcdc;
	border-bottom:1px solid #fffcdc;

}
.videokeret {
	border:5px solid #eadda3;
}
.gyaszkeret {
	border: 2px solid #000000;
	padding: 5px;
}

.fullszegely {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dacd9c;
	border-right-color: #dacd9c;
	border-bottom-color: #dacd9c;
	border-left-color: #dacd9c;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.tablerow_fejlec_zold {
	padding:2px 5px 5px 5px;
	background: url(../images/button.up.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fffcdc;
	valign:middle;
}

.tablerow_fejlec_z1szin {
	padding:5px;
	background-color: #8e3833;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fffcdc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981a36;
	valign:middle;
}

.tablerow1 {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7dca8;
	valign:middle;
}

.tablerow2 {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7dca8;
	background-color: #f3e9be;
	valign:middle;
}

.tablerow3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2d39d;
	background-color: #e2d39d;
	valign:middle;
}

.tablerow3_text {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2d39d;
	background-color: #e2d39d;
	valign:middle;
}

.border_full {
	border: 1px solid #981a36;
}

.csikbal {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee9d8;
}
