﻿* {
	margin:0;
	padding:0;
}

body {
	background: url('i/hatter3.png');
	font-family: Georgia, serif;
	font-size: 0.8em;
	color: #666;
}

table {
	font-size: 90% !important;
}

#wrap {
	background: url('i/shadow.png') repeat-y;
	width:675px;
	margin:80px auto;
	overflow: visible;
}

#header {
	float: left;
	width: 119px;
	height: 200px;
	background: url('i/logo.png') no-repeat;
	margin-top: -70px;
	position: relative;
}

#header h1 a, #header h1 {
	display: block;
	width: 100%;
	height: 100%;
}

#header h1 a span {
	display: none;
}

#lang_menu {
	float: left;
	position: relative;
	background: white;
	width: 550px;
	margin: -5px 0 0 0;
}

#lang_menu ul {
	float: right;
	list-style-type: none;
	margin: 0 7px 0 0;
}

#lang_menu ul li {
	float: left;
	display: block;
	padding-top: 5px;
}

#lang_menu ul li.cat-item-17 a {
	background: url('i/rom-gray.gif') no-repeat;
}

#lang_menu ul li.cat-item-17 a:hover {
	background: url('i/rom.gif') no-repeat;
}

#lang_menu ul li.cat-item-18 a {
	background: url('i/eng-gray.gif') no-repeat;
}

#lang_menu ul li.cat-item-18 a:hover {
	background: url('i/eng.gif') no-repeat;
}

#lang_menu ul li.cat-item-hu a {
	background: url('i/hun-gray.gif') no-repeat;
}

#lang_menu ul li.cat-item-hu a:hover {
	background: url('i/hun.gif') no-repeat;
}

#lang_menu li a {
	display: block;
	height: 20px;
	width: 35px;
	line-height: 50px;
	overflow: hidden;
}

#menu {
	float: left;
	width: 556px;
	margin: -65px 0 0 0;
	background: url('i/sh-head.png') repeat-y right;
	font-family: Verdana, sans-serif;
	position: relative;
}

#menu-wrap {
	clear: left;
	background: white;
	float: left;
	width: 550px;
	height: 50px;
	margin: -5px 0 0 0;
	position: relative;
}

ul#parent {
	float: right;
	border: solid 1px #004E34;
	background: #006E49;
	list-style: none;
	margin: 5px -7px 0 0;
	padding: 0 10px 0 10px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul#parent li{
	float: left;
	position: relative;
}

ul#parent li a {
	display: block;
	padding: 8px 6px;
	color: #FFF;
	text-decoration: none;
	font-size: 95%;
}

ul.children {
	position: absolute;
	left: 0px;
	float: left !important;
	width: 180px;
	background: #006E49;
	display: none;
	font-size: 90%;
	padding: 0 0 10px 0;
	border: solid 1px #004E34;
	border-top: none;
	margin-left: -3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

ul.children li {
	display: block !important;
	float: left !important;
	padding: 0 0 0 0 !important;
	width: 100%;
}

ul.children li a {
	padding: 5px 10px !important;
	font-weight: normal !important;
}

ul.children li a:hover, 
ul#parent li a:hover {
	background: #00885A;
}

#content-menu {
	float: left;
	clear: left;
	background: #fff;
	width: 155px;
	margin: 30px 0 0 5px;
}

#content-menu h3 {
	color: #006E49;
	font-weight: normal;
	font-family: Georgia, serif;
	padding: 0 0 10px 5px;
	font-size: 160%;
}

#content-menu ul {
	font-size: 85%;
	list-style-type: none;
}

#content-menu ul a {
	text-decoration: none;
	display: block;
	color: #666;
	padding: 7px 0 7px 5px;
	border-top: solid 1px #ccc;
	height: 100%;
}

#content-menu ul a:hover {
	text-decoration: underline;
	background-color: #E6E6E6;
}	

#content {
	float:right;
	width: 484px;
	padding: 84px 20px 10px 0;
	margin: -130px 0 0 10px;
	background: url('i/manus.png') no-repeat 85% 0%;
	min-height: 200px; /*hack from: http://www.dustindiaz.com/min-height-fast-hack/ */
	height: auto !important;
	height: 200px;
	line-height: 1.5;
}

#content {*
	margin: 0 0 0 10px;
}

#content a {
	text-decoration: none;
	color: #006E49;
}

#content a:hover {
	color: #F33E00;
	text-decoration: underline;
}

#content h2 {
	font-weight: normal;
	font-size: 1.6em;
	color: #006E49;
	line-height: 1.2em;
}

#content h3 {
	font-weight: normal;
}

.entry, .cat-description {
	margin: 1em 0 0.5em 0;
	padding: 0 0 1em 0;
	border-bottom: dotted 1px #ccc;
}

#transit {
	font-size: 2em !important;
	margin-top: -1em;
	margin-left: -2em;
	line-height: 1em;
	color: #7FB6A4!important;
	border-bottom: solid 1px #7FB6A4;
}

.edit_post {
	float: right;
	font-family: Verdana, sans;
	font-size: 0.8em;
	height: 25px;
}

.edit_post a{
	display: block;
	line-height: 25px;
	background: url('i/ceruza.png') no-repeat;
	padding-left: 25px;
	width: 0;
	overflow: hidden;
}

.cat-description ul {
	list-style: none;
	margin: 1em 2em 1em 2em;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.entry ul, .entry ol {
	margin: 1em 2em 1em 2em;
	padding: 0 0 0 1em;
	text-indent: -0em;
}

.post, .cat-excerpt {
	padding: 0 0 1em 10px;
	clear: both;
	border-left: dotted 1px #ccc;
}

.post h2 a {
	text-decoration: none;
	color: #006E49;
}

.post h2 a:hover {
	color: #F33E00;
	text-decoration: underline;
}

.post .date {
	font-family: Verdana, Arial, serif;
	font-size: 80%;
}

.post p {
	margin: 0 0 1em 0;
}

a.more-link {
	display: block;
	font-style: italic;
	margin: 0.5em 0 0 0;
	text-align: right;
}

.post p a {
	text-decoration: none;
	color: #006E49;
}

.post p a:hover {
	color: #F33E00;
	text-decoration: underline;
}

.next {
	float: right;
	/*width: 40%;*/
	text-align: right;
}

.prev {
	float: left;
	/*width: 40%;*/
}

#content img {
	padding: 5px;
	margin: 5px;
	background: white;
	border: solid 1px #CCC;
}

.news_date {
	font-family: Verdana, sans;
	background: #F33E00;
	color: #FFF;
	float: left;
	font-weight: bold;
	font-size: 80%;
	line-height: 100%;
	padding: 3px;
	margin-bottom: 1em;
	-moz-border-radius: 3px;
}

dt {
	margin-top: 1em;
}

input, textarea {
	border: solid 1px #ccc;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	color: #666;
	padding: 5px;
	margin: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input:focus, textarea:focus {
	border: solid 2px #F33E00;
	margin: 0;
}

#footer {
	clear: both;
	background: #006E49;
	margin: 0 12px 0 6px;
	height: 121px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

#footer h3 {
	font-weight: normal;
	font-size: 100%;
	background: #F33E00;
	color: #fff;
	float: left;
	padding: 3px 0 3px 15px;
	width: 114px;
	margin: 5px 0 0 -10px;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#footer ul {
	float: left;
	clear: left;
	list-style: none;
	height: 89px;
}

#footer li {
	float: left;
	font-size: 80%;
	margin: 5px;
}

#footer li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	min-width: 100px;
	max-width: 130px;
}

#footer li a img {
	display: block;
	margin: 0 auto;
	border: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#searchform input {
	font-size: 150%;
	padding: 3px;
	margin:0;
	color: #666;
	display: block;
	float: left;
	border: solid 1px #ccc;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
}

#searchform label {
	display: none;
}

#searchform button {
	border: none;
	display: block;
	float: left;
	height:31px;
	width:31px;
	background: url('i/search-big.gif') transparent;
}

#searchform button:active {
	background: url('i/search-push-big.gif') transparent;
}

#footer #searchform {
	float: right;
	margin: -22px 3px 0 0px;
	position: relative;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#footer #searchform {*
	margin-top: -10px;
}

#footer #searchform input{
	font-size: 100%;
	border: none;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
}

#footer #searchform button {
	height: 23px;
	width: 23px;
	background: url('i/search.gif') transparent;
}

#footer #searchform button:active {
	background: url('i/search-push.gif') transparent;
}

#searchform button span {
	display: none;
}

#copy {
	clear: left;
	color: #FFF;
	font-size: 0.8em;
	float:left;
	width: 675px;
	height: 70px;
	line-height: 70px;
	margin: 5px 0 0 -6px;
	background: url('i/lablec.png') no-repeat bottom;
	text-align: center;
}

/*____ImageBox képnézegető stílusok_______________*/
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}

#ImageBoxCaptionImages
{
	margin: 0;
	font-family: Verdana, Arial, sans;
	font-size: 0.8em;
	color: #666;
	font-weight: bold;
}
#ImageBoxNextImage
{
	background-image: url('i/spacer.gif');
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url('i/spacer.gif');
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url('i/next_image.jpg');
	background-repeat:	no-repeat;
	background-position: right bottom;
}
#ImageBoxPrevImage:hover
{
	background-image: url('i/prev_image.jpg');
	background-repeat:	no-repeat;
	background-position: left bottom;
}

a#ImageBoxClose, a#ImageBoxClose:visited {
	text-decoration: none !important;
	font-family: Verdana, Arial, sans;
	font-weight: bold;
	right: 0px !important;
}

div#ImageBoxCaptionText {
	font-family: Verdana, Arial, sans;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	display: block;
	clear: left;
	padding-top: 20px;
}

.gallery-caption {
	font-family: Verdana, Arial, sans;
	font-size: 0.8em;
}

a#onkormanyzat{
	display: block;
	background: url('i/onk.jpg') no-repeat 3px 3px #E4E4E4;
	color: #666;
	text-decoration: none;
	float: right;
	padding: 8px 12px 8px 38px;
	margin: 5px -7px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a#onkormanyzat:hover {
	background-color: #F33E00;
	color: white;
}

a#kutatas{
	display: block;
	background: url('i/kutatas.jpg') no-repeat 3px 3px #E4E4E4;
	color: #666;
	text-decoration: none;
	float: right;
	padding: 8px 12px 8px 38px;
	margin: 5px -7px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a#kutatas:hover {
	background-color: #F33E00;
	color: white;
}

/*KLM*/
/* Kicsi menu*/
#menu-wrap-kepzes {
	clear: left;
	background: white;
	float: left;
	width: 550px;
	height: 50px;
	margin: -5px 0 0 0;
	padding: 5px 0 5px 0;
	position: relative;
}
#menu-wrap-kepzes :hover{
background: #F53D01;
}

#filtermenu2 {
	float: right;
	border: solid 1px #E4E4E4;
	background: #E4E4E4;
	list-style: none;
	margin: 10px -5px 5px 0;
	padding: 0 10px 0 10px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#filtermenu2 div{
position: relative;
float: left;
padding: 0px 0px 0px 0px;
width:auto;
margin:0px 0px 0px 0px;
background: #E4E4E4;
z-index:7;
}
#filtermenu2 div a {
	color: #5B5B5B;
	float:left;
	width:auto;
	margin:2px 0px 0 0;
	padding: 0 2px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration:none;
	line-height: 25px;
	vertical-align: middle;
	z-index:8;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
#filtermenu2 div a:hover {
text-decoration:none;
color:#FFFFFF;
}
/*KLM VEGE*/