/* Alapbeállítások
-------------------------------------------------------------*/
body {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0em; padding: 0em;
	background: #f2f1ff;
}
form {
	margin: 0em; padding: 0em;
}
.nemlat {
	display: none;
}
/* Oldalkialakítás
-------------------------------------------------------------*/
#osszefogo {
	width: 786px;
	margin: auto;
	background: #fff url(images/tartalom-bg.png) repeat-y;
}
#belso_osszefogo {
	width: 778px;
	margin: auto;
}
#fejlec {
	height: 123px;
	background: #9cf url(images/header-kep.jpg) no-repeat;
}
#fejlec h1 {
	display: none;
}
/* Menüsor
-------------------------------------------------------------*/
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	height: 29px;
	background: url(images/menuso-bg.png);
	font-size: 0.75em;
}
#nav li {
	display: block;
	float: left;
}
#nav li a:link,
#nav li a:visited {
	display:block;
	float:left;
	line-height: 29px;
	margin: 0 2px;
	padding: 0 2px;
	color: #fff;
	text-decoration: none;
}
#nav .nyilas {
	display: block;
	float: left;
	width: 10px;
	height: 29px;
	background:url(images/lefele-nyil.png) no-repeat center 13px;
}

#nav .sep {
	display: block;
	float: left;
	width: 5px;
	height: 29px;
	background:url(images/menu-sep.png) no-repeat center center;
}
/* Keresés
-------------------------------------------------------------*/
#kereso {
	height: 40px;
	background: url(images/pest-megye-tur-honlapja.png) no-repeat bottom left;
}
#kereso h2 {
	display: none;
}
#homeemail {
	float: right;
	margin: 4px;
}
#kereses-input {
	float: right;
	margin: 8px 4px;
}
#keresbtn {
	color: #fff;
	background: url(images/menuso-bg.png) repeat-x;
	border: 1px outset #fff;
}
/* Menü
-------------------------------------------------------------*/
#menu {
	width: 225px;
	float: left;
}
#terkep {
	height: 173px;
	background: url(images/turazo-pestmegye.jpg) no-repeat;
}
#balmenu {
	background: #48619F;
}

/* Állandó menü
-------------------------------------------------------------*/
#balmenu .permamenu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#balmenu .permamenu li {
	display: inline;
}
.permamenu li a:link, 
.permamenu li a:visited {
	font-size: 0.75em;
	display: block;
	color: #fff;
	padding: 2px;
	text-decoration: none;
	text-indent: 6px;
	background: url(images/jobbra-nyil.png) no-repeat 210px center;
	border-bottom: 1px solid #cdf;
}
.permamenu li a:hover, 
.permamenu li a:active {
	color:#ff9;
}

#erdekessegek_almenu {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #3c5083;
}
#erdekessegek_almenu li {
	display: inline;
}
#erdekessegek_almenu li a:link, 
#erdekessegek_almenu li a:visited {
	font-size: 0.75em;
	display: block;
	color: #fff;
	padding: 2px 2px 2px 20px;
	text-decoration: none;
	text-indent: 0px;
	background: url(images/jobbra-nyil.png) no-repeat 210px center;
	border-bottom: 1px solid #cdf;
}
#erdekessegek_almenu li a:hover, 
#erdekessegek_almenu li a:active {
	color:#ff9;
}
/* Hasznos linkek
-------------------------------------------------------------*/
#hasznos_linkek {
	border-top: 5px solid #F4F6F9;
}
#hasznos_linkek h3 {
	padding: 0 8px; margin: 0;
	line-height: 29px;
	color: #fff;
	font-size: 0.8em;
	background: url(images/menuso-bg.png);
}
#hasznos_linkek #h_linkek {
	height: 200px;
	overflow: auto;
	background: #48619F;
}
#hasznos_linkek #h_linkek ul {
	list-style: none;
	padding: 1em;
	margin: 0;
}
#hasznos_linkek #h_footer {
	height: 10px;
	font-size: 1px;
	background: url(images/hasznos_linkek_footer.jpg) repeat-x;
}
#hasznos_linkek #h_linkek ul li {
	display: inline;
}
#hasznos_linkek #h_linkek ul li a {
	display: block;
	padding: 3px 0;
	border-bottom: 1px dotted #c9d1e7;
	font-size: 0.75em;
	text-decoration: none;
	color: #fff;
}
/* Térkép menü
-------------------------------------------------------------*/
#terkepmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #556fb1;
}
#terkepmenu ul {
	padding: 0;
	margin: 0;
}
#terkepmenu li {
	display: inline;
}
#terkepmenu li a:link, 
#terkepmenu li a:visited {
	display: block;
	font-size: 0.75em;
	color: #fff;
	padding: 1px;
	text-decoration: none;
	border-bottom: 1px solid #48619F;
	text-indent: 6px;
	height: 1%;
	/*background: url(images/jobbra-nyil.png) no-repeat 210px 5px;*/
}
#terkepmenu li a:hover, 
#terkepmenu li a:active {
	color:#ff9;
}

#terkepmenu li ul a {
	background-position: 2px 1px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 21px !important;
}
/* Tartalom
-------------------------------------------------------------*/
#content {
	width: 553px;
	float: left;
}
#content2 {
	padding: 8px;
	font-size: 0.75em;
	margin-bottom: 1em;
}
#content h3 {
	padding: 0 8px; margin: 0;
	line-height: 29px;
	color: #fff;
	font-size: 0.8em;
	background: url(images/menuso-bg.png);
	border-left: 1px solid #fff;
}
#content h3 a:link, 
#content h3 a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#content a:link {
	color: #48619F;
	text-decoration: none;
}
#content a:visited {
	/*color: #96a7d4;*/
	color: #48619F;
	text-decoration: none;
	border-bottom: 1px solid #d4dbf1;
}
#content a:hover {
	color: #B82736;
	text-decoration: underline;
}
#content ul.felsorol01 {
	list-style: url(images/felsorol_01.png);
}

#content ul.felsorol02 li {
	margin-top: 1em;
	font-weight: bolder;
}

#content ul.felsorol02 li li {
	margin-top: 1em;
	font-weight: normal;
}

#content .thumbkep {
	float:left; 
	margin: 0 1em 1em 0;
	padding: 2px;
	border: 1px solid #ccd;
	background: #eef;
}
#content .thumbkep2 {
	width: 126px;
	float:left; 
	margin: 10px 14px;
	padding: 4px;
	border: 1px outset #999;
	background: #fff;
}
#content .thumbkep2kep {
	width: 120px;
	height: 120px;
	padding: 2px;
	border: 1px solid #eee;
	background: #f4f4f4;
	text-align: center;
	margin-bottom: 2px;
}
#content .thumbkep2ala {
	height: 50px;
	overflow: auto;
	text-align: center;
	font-size: 0.9em;
	border: 1px solid #eee;
	background: #fffff8;
}
#content .thumbkep_jobb {
	float:right; 
	margin: 0 0 1em 1em;
	padding: 2px;
	font-size: smaller;
	border: 1px solid #ccd;
	background: #eef;
}
#content .hsep {
	clear: both;
	border-bottom: 1px dotted #ccd;
	height: 1px;
	margin: 1em 0;
}
/* Footer
-------------------------------------------------------------*/
#footer {
	height: 29px;
	background: url(images/menuso-bg.png);
	clear: both;
	color: #fff;
	font-size: 0.65em;
	line-height: 29px;
	text-align: center;
}
/* Tájegységek, települések
-------------------------------------------------------------*/
.tajegyseg-lista {
	float: left; 
	width: 29%; 
	margin: 2px; 
	padding: 2px;
}
.egyrendezveny {
	margin: 2px;
	padding: 2px;
	/*border: 1px solid #ccd;*/
}
.rendsor1 {
	background: #eef;
}
.rendsor2 {
	background: #dde;
}
/* Keresés eredmények és egyéb bal oldali linkek
-------------------------------------------------------------*/
.vezerlok {
	padding: 4px;
	margin: 0.5em 6px;
	background: #ccd;
	border: 1px solid #bbc;
	font-weight: bolder;
}
.vezerlok select {
	background: #eef;
	border: 1px inset #eef;
	font-size: 0.8em;
}
.eredmenybox {
	margin: 4px 6px;
	padding: 4px;
	border: 1px solid #ccd;
}
.boxsor1 {
	background: #eef;
}
.boxsor2 {
	background: #dde;
}
.lapozas {
	text-align: center;
}
/* Hírek
-------------------------------------------------------------*/
.hirdatum {
	color: #600;
	font-weight: bolder;
}
.hirlead {
	font-weight: bolder;
}