/* BASE TAGS */
body {
/*	font-family: TiTahoma, Arial, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a {
	color: #666666;
}
strong {
	font-weight: bold;
}


/* DOCUMENT */
#container {
	margin: 0 auto;
	width: 999px;
}


/* TOP */
#top {
	clear: both;
	height: 22px;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
}
#language {
	font-size: 11px;
	float: left;
	margin-top: 2px;
}
#language a {
	color: #9f9f9f;	
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
}
#language a:hover {
	color: #e34f47;
}
#language a.active {
	color: #e34f47;
}
#hun {
	border-right: 1px solid #e5e0ce;
	padding: 5px 10px 5px 0px;
}
#eng {
	padding: 5px 0px 5px 10px;
}
#search {
	float: right;
	font-size: 11px;
}
#search label {
	color: #e34f47;
	float: left;
	font-weight: bold;
	padding: 6px 5px 0px 0px;
}
#keyword {
	background-color: #fffbe4;
	border: 0px;
	color: #6d0000;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	margin-right: 5px;
	padding: 4px 5px 3px 5px;
	width: 137px;
	border: 1px solid #fdeed8;
}
#submit {
	background-image: url(../img/button_search.png);
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	float: left;
	height: 20px;
	padding: 0px;
	width: 14px;
}



/* HEADER */
#header {
	border-bottom: 1px solid #e5e0ce;
	width: 999px;
	position: relative;
}

#slogen {
	position: absolute;
	right: 5px;
	top: 253px;
}


/* CONTENT */
#content {
	clear: both;
	overflow: hidden;
}
#leftside {
	float: left;
	width: 218px;
}
#page {
	background-color: #f9f9f9;
	border-left: 1px solid #e5e0ce;
	float: left;
	min-height: 678px;
	height:auto !important; /* IE6 min-height hack */
	height: 752px; /* IE6 min-height hack */
	padding: 10px 33px 0px 33px;
	position: relative;
	width: 457px;
	background-image: url(../img/page_bg.png);
	background-repeat: repeat-x;
}
#rightside {
	float: left;
	background-image: url(../img/right_bg.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	width: 241px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}


/* MENU */
#menu li {
	border-top: 1px solid #ebe6d4;
	margin-bottom: -1px; /* IE6 whitespace fix */
}
#menu li.first {
	border-top: 0px;
}
#menu li a {
	border-left: 8px solid #ffffff;
	color: #818080;
	display: block;	
	font-size: 15px;
	font-weight: bold;
	padding: 10px 9px 10px 9px;
	text-decoration: none;
	width: 184px;
	cursor: pointer;
}
#menu li a:hover {
	border-left: 8px solid #d93229;
	color: #6d0000;
}
#menu li a.active {
	border-left: 8px solid #d93229;
	color: #6d0000;
	margin-bottom: -1px; /* IE6 whitespace fix */	
}
#menu li ul {
	/*background-color: #dbcb9e;
	background-image: url(../img/menu_subbg.png);
	background-repeat: repeat-x;*/
	border-top: 1px solid #ebe6d4;
	padding: 5px 0px 5px 0px;
}
#menu li ul li {
	border-top: 0px;
}
#menu li ul li a {
	border-left: 0px;
	color: #818080;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 9px 4px 25px;
	text-decoration: none;
	line-height: 14px;
}
#menu li ul li a:hover {
	background-image: url(../img/menu_subarrow.png);
	background-repeat: no-repeat;
	background-position: 18px 9px;
	border-left: 0px;
	color: #ce4439;
	display: block;
}
#menu li ul li a.active {
	background-image: url(../img/menu_subarrow.png);
	background-repeat: no-repeat;
	background-position: 18px 9px;
	border-left: 0px;
	color: #ce4439;
	display: block;
}

.hide {
	display: none;
}

/* PAGE */

/* SINGLE */
#page div.single {
	clear: both;
	overflow: hidden;
	padding: 21px 0px 23px 0px;
}

#page .single .pic {
	display: block;
	float: left;
	width: 189px;
	margin: 0px 20px 10px 0px;
}

#page .single .title {
	display: block;
	margin-bottom: 16px;
}

#page .single h1 {
	color: #a03a37;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: bold;
}

#page .single h2 {
	color: #a03a37;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

#page .single h3 {
	color: #a03a37;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

#page .single h4 {
	color: #a03a37;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

#page .single blockquote {
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 15px;
	padding-left: 20px;
}

#page iframe {
	border: 1px solid #e5e0ce;
}

#page .single h2.hirek {
	margin-bottom: 10px;
}

#page .single p {
	color: #858383;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

#page .kereses {
	clear: both;
	overflow: hidden;	
	padding: 21px 0px 23px 0px;
}

#page .kereses h1 {
	color: #a03a37;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

#page .kereses .title {
	display: block;
	margin-bottom: 16px;
}

#page .kereses ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 0px;
}

#page .kereses ul li {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}

#page .kereses ul li a {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
	font-size: 12px;
	line-height: 14px;
	width: auto;
	display: inline;
}

#page .kereses h3 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #a03a37;
}

#page ul {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	list-style-type: square;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#page ul li {
	color: #858383;
	font-size: 14px;
	line-height: 20px;
	padding: 1px 0px 3px 5px;
	margin: 0px 0px 0px 15px;	
}

#page ol {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	list-style-type: decimal;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#page ol li {
	color: #858383;
	font-size: 14px;
	line-height: 20px;
	padding: 1px 0px 3px 5px;
	margin: 0px 0px 0px 15px;	
}

#page .szolgaltatas {
	margin-bottom: 10px;
}

#page .szolgaltatas h1 {
	color: #a03a37;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

#page .szolgaltatas a {
	font-size: 12px;
}

#page .szolgaltatas p {
	color: #858383;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}
#page .szolgaltatas .details {
	display: none;
	padding: 5px 0px 2px 0px;
}

#page .szolgaltatas .header {
	font-weight: bold;
	font-size: 12px;
	color: #818181;
}

#page .szolgaltatas .header:hover {
	color: #6d0000;
}

#page .szolgaltatas .arrow {
	font-weight: bold;
	color: #a03a37;
}

#page .tanacsado {
	padding: 20px 10px 0px 5px;
}


/* BOXES */
#page div.item {
	border-top: 1px solid #e5e0ce;
	clear: both;
	overflow: hidden;
	padding: 41px 0px 43px 0px;
}

#page div.first {
	border-top: 0px;
}

#page .item .pic {
	display: block;
	float: left;
}

#page .tanacsado .pic {
	display: block;
	float: left;
	margin: 10px 18px 10px 2px;
}

#page .item h3,
#page .tanacsado h3 {
	color: #a03a37;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 2px;
	font-weight: bold;
}

#page .item h3.bigger,
#page .tanacsado h3.bigger {
	font-size: 25px;
	line-height: 18px;
}

#page .item h4,
#page .tanacsado h4 {
	color: #aea17e;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}

#page .item h3 a,
#page .tanacsado h3 a {
	text-decoration: none;
	color: #a03a37;
}

#page .item .title,
#page .tanacsado .title {
	display: block;
	margin-bottom: 16px;
}

#page .item p {
	color: #858383;
	font-size: 14px;
	line-height: 17px;
	margin-top:10px;
}

#page .tanacsado p {
	color: #858383;
	font-size: 14px;
	line-height: 20px;
	margin-top:10px;
}

#page .item .text {
	float: left;
	padding: 5px 0px 0px 20px;
	width: 248px;
}

#page .tanacsado .text {
	padding: 5px 0px 0px 0px;
	width: 455px;
	line-height: 16px;
}

#page .item a.button {
	background-image: url(../img/button_tovabb.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 19px;
	margin-top: 4px;
	width: 54px;
}

#page .item a.button span {
	display: none;
}

#page a.back {
	background-image: url(../img/button_vissza.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 19px;
	margin: 15px 0px 20px 0px;
	width: 56px;
}

#page div.tanacsado a.back {
	margin: 0px 0px 20px 0px;
	position: absolute;
	right: 30px;
	top: 35px;
}

#page a.back span {
	display: none;
}

#contact {
	bottom: 0;
	color: #949494;
	display: block;
	left: -218px;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
}
#contact span.title {
	display: block;
	color: #a13b39;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 5px;	
}
#contact span.address {
	display: block;
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 5px;
}
#contact a {
	color: #949494;
}
#contact a:hover {
	color: #4d4d4d;
}

#page #news_list {
	padding-top: 20px;
}

#page #news_list .item {
	padding-top: 20px;
	padding: 21px 0px 23px 0px;	
}

#page #news_list h1 {
	color: #a03a37;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}

#page #news_list .item .pic {
	display: block;
	float: left;
	width: 67px;
	font-size: 10px;
}

#page #news_list .item .text {
	float: left;
	padding: 0px 0px 0px 20px;
	width: 370px;
}

#page #news_list .item h3 {
	display:block;
	color: #000;
	font-weight: bold;
	text-decoration:none;
	margin-bottom: 4px;
	font-size: 14px;
}

#page #news_list .item h3 a {
	color: #6d0000;
	text-decoration: none;
}

#page #news_list .item .date {
	display: block;
	color: #737373;
	text-decoration:none;
	font-size: 10px;
}

#page div.tanacsadok{
	padding: 20px 5px 0px 5px;
}

#page div.tanacsadok h1 {
	color: #a03a37;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: bold;	
}

#page #tanacsado_list {
	padding-top: 20px;
}

#page #tanacsado_list li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 200px;
	width: 120px;
	padding-bottom: 20px;
}

#page #tanacsado_list li.odd {
	margin: 0px 42px 0px 42px;
}

#page #tanacsado_list li h3 {
	color: #a03a37;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 2px;
	font-weight: bold;
	margin-top: 5px;
}

#page #tanacsado_list li h4 {
	color: #aea17e;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}

#page #tanacsado_list li h3 a {
	text-decoration: none;
	color: #a03a37;
}

#page h2 {
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}


/* RIGHT SIDEBAR */
#boxes {
	display: block;
	margin-top: 12px;
	padding-left: 7px;
}

#boxes div.item {
	border-top: 1px solid #e5e0ce;
}

#boxes div.first {
	border-top: 0px;
}

#news_header {
	background: url(../img/header_hireink.gif) no-repeat;
	margin: 8px;
	height: 11px;
}

#news_box {
	width:240px;
	height: 160px;
	margin-top: 30px;
}

#news_box .title {
	margin: 0px 0px 8px 10px;
}

#news {
	color: #858383;
	display: block;
}

#news a {
	cursor:pointer;
	display:block;
	background: #e7d7aa url(../img/bg_inactive_news.gif) top right no-repeat;
	border-bottom: 1px solid #c3b48b;
	height: 13px;
	font-size: 13px;
	padding: 10px 25px 10px 10px;
	color: #817f79;
	font-weight: bold;
	text-decoration:none;
}

#news a:hover {
	background: #daca9d url(../img/bg_active_news.gif) top right no-repeat;
	padding: 10px 25px 10px 10px;
	border-bottom: 0px solid;
	color: #8a0a07;
}

#news a.selected {
	background: #daca9d url(../img/bg_active_news.gif) top right no-repeat;
	padding: 10px 25px 10px 10px;
	border-bottom: 0px solid;
	color: #8a0a07;	
}

#news .news_text {
	background: #daca9d url(../img/bg_news.gif) top right repeat-y;
	padding-left:10px;
	padding-right:30px;	
	display: block;
	color: #ffffff;
}

#news .news_text p {
	padding: 0px;
	margin: 0px;
	line-height: 14px;
	font-size: 12px;
}

#news .news_title {
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}


/* FOOTER */

#footer {
	clear: both;
	display: block;
	background-image: url(../img/footer_line.jpg);
	background-repeat: no-repeat;
	margin-top: 32px;
	overflow: hidden;
	padding: 26px 0px 15px 0px;
	position: absolute;
	width: 999px;
}
#copyright {
	background-color: #0099CC;
	display: block;
	float: left;
	margin-top: 1px;
}
#developer {
	display: block;
	float: right;
}