@charset "utf-8";
/* CSS Document */

/* default values */
body, html, form, ul, li, p, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0; padding: 0;
	font-weight: normal;
}
img {
	border: none;
}
.clearer { clear: both;}

/* main divs */

body {
	background: #e2f4ff url(../images/bodybg.gif) repeat-x top center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #042d4b;
}

a {
	color: #01669e;
}

.serif, h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}


.readmore {
	display: block; text-align: right;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
/*	clear: both; */
}
.readmore a {
	text-decoration: none;
}



.hr {
	background: url(../images/hr1.gif) repeat-x center center;
	height: 5px;
	font-size: 1px;
}

/* MAIN DIVS */




#outerbg {
	background: url(../images/mapbg.gif) no-repeat top left;
	margin: 0;
}

#pagewrapper {
	position: relative;
	width: 962px;
	margin: auto auto;
	padding: 130px 0 10px 0;
}

#mainbody {
	position: relative;
	background: #fff url(../images/mainbodybg.gif) repeat-y center center;
	border: 1px solid #9ad0ec;
	border-top: none;
/*	width: 100%; */
}
#content {
/*	background: #f0f; */
	position: relative;
	width: 620px;
	padding: 10px 0 10px 0;
	float: left;
	left: 10px;
}

/* head */

#pagehead {
	position: relative;
	background: #ffe6a6 url(../images/topmenubg.gif) repeat-x top left;
	height: 60px;
	border: 1px solid #9ad0ec;
	border-bottom: none;	
}
#sitelogo {
	position: absolute;
	top: -54px; left: 10px;
}


 /* TOPMENU */
#topmenu {
	position: relative;
	left: 155px; top: 14px;
/* 	float: left; */
	height: 37px;
/*	background: #f0f; */
	width: 800px;
}
#topmenu li {
		display: block; 
		list-style-type: none;
		float: left;
}
#topmenu li a {
		padding: 12px 18px 0 18px;
		display: block;
		float: left;
		height: 25px;
		text-decoration: none;
		color: #042d4b;
		font-size: 11px;
		font-weight: bold;
}
#topmenu li a:hover {
	background: #ffe6a6;
}

#topmenu li.active {
	background: #ffe6a6 url(../images/topmenuactivebg.gif) repeat-x top center;
}

#topmenu li.active a {
	background: url(../images/topmenuactivearrow.gif) no-repeat center bottom;
}


/* RIGHTSIDE */

#rightpanel {
	position: relative;
	float: left;
	left: 20px;
	width: 320px;
}

#rightpanel .box .info {
	font-size: 24px;
	text-align: center;
	padding: 20px 0 24px 0;
	color: #042d4b;

}

#rightpanel .box .info span {
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 4px;	
}

#rightpanel .box .innerdiv {
	background: #f8f8f8 url(../images/rightboxinnerbg.gif) repeat-y center center;
	padding: 10px;
}



#rightpanel .box .cikklista ul {
	background: #fcfcfc;
	position: relative;
	padding: 0px  10px 1px 10px;
	list-style-type: none;
}
#rightpanel .box .cikklista ul li {
	position: relative;
	font-size: 14px;
	padding: 16px 0 16px 0;
	border-bottom: 1px solid #afd6ec;
	margin-bottom: 1px
}
#rightpanel .box .cikklista ul li.last {
	border: none;
}
#rightpanel .box .cikklista ul li a {
	font-weight: bold;
	text-decoration: none;	
}

#rightpanel .box .blogajanlo {
	padding: 20px 20px 20px 20px;
}

#rightpanel .box .blogajanlo .datum {
	position: relative;
	background: url(../images/blogdatebg.gif) no-repeat top left;
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	font-weight: bold;
	margin-right: 10px;
}
#rightpanel .box .blogajanlo .datum .honap {
	position: absolute;
	top: 4px;
	left: 0;
	width: 40px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
#rightpanel .box .blogajanlo .datum .nap {
	position: absolute;
	top: 18px;
	left: 0;
	width: 40px;
	text-align: center;
	font-size: 14px; 
}

#rightpanel .box .blogajanlo .cim {
	display: inline;
	position: relative;
	font-size: 14px; 
/*	background: #ff0; */
}
#rightpanel .box .blogajanlo .cim a {
	font-weight: bold;
	text-decoration: none;
}
#rightpanel .box .blogajanlo .lead {
	clear: both;
	font-size: 11px;
	padding: 8px 0 4px 0;
}
#rightpanel .box .readmore {
	display: block; text-align: right;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
}
#rightpanel .box .readmore a {
	text-decoration: none;
}



 /* FOOTER */
 #pagefooter {
 	position: relative;
 		background: url(../images/footerbg.gif) repeat-x top center;
		height: 70px;
		font-size: 11px;
		margin-top: 10px;
			border: 1px solid #9ad0ec;
 	}
		 #pagefooter ul.menu {
		 		display: block;
		 		position: absolute;
				top: 28px; left: 20px;
		 }
	
	 #pagefooter .menu li {
	 	background: url(../images/footerli1.gif) no-repeat 0px 4px;
	 	display: inline;
		list-style-type: none;
		padding-left: 12px;	 }
		
	 #pagefooter a {
	 	color: #a2e2ff;
		text-decoration: none;
	 }
	 #pagefooter a:hover {
	 	color: #fff;
	 }	 
	 	 #pagefooter .menu li a {
		 	margin-right: 20px;
			font-weight: bold;
			text-decoration: none;
		 }
		 
/* BREADCRUMB */
	.breadcrumb {
		text-align: right;
		margin-bottom: 32px;
		padding-bottom: 4px;
		padding-top: 35px;
		border-bottom: 1px solid #eee;
	}
		.breadcrumb a {
			background: url(../images/breadcrumb.gif) no-repeat right 5px;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			padding-right: 22px;
			margin-right: 10px;
		}
		.breadcrumb a.aktualis {
		background: none;
			font-size: 13px;
			padding-right: 0px;
			margin-right: 0px;			
			color: #ff7200;					
		}
/* CIKK */
	.cikk {
		text-align: justify;
		padding: 10px 40px 20px 40px;
		border: 1px solid #eee;
		position: relative;
		font-size: 12px;
}
	.cikk p {
		margin: 16px 0 16px 0;
		line-height: 1.5em;
	}
.cikk .lead {
	font-size: 12px;
	font-weight: bold;
}
	/** by andras **/
	.cikk .articletitle {
		background:transparent none repeat scroll 0 0;
		color:#FF7200;
		font-size:16px;
		margin-right:0;
		margin-bottom:16px;
		padding-right:0;
		font-weight:bold;		
	}
	.cikk .lead p {
		margin:0;
		font-weight: bold;
	}
	.cikk div.articletext {
		margin: 16px 0 16px 0;
		line-height: 1.5em;		
	}
	.cikk div.pagenavcounter, .cikk div.pagenavbar {
		display:none;
	}
	
.cikk .kep, .rovatindex .ajanlo .kep  {
	padding: 5px;
	background: #f8f8f8;
	border: 1px solid #ccc;
}

.cikk .kepleft, .rovatindex .ajanlo .kepleft {
	float: left;
	margin-right: 20px;
}

.cikk .hr {
	clear: both;
margin: 20px 0 20px 0;
}



	
/* TOC */
.toc {
	width: 194px;
	float: right;
	margin: 16px 0 8px 16px;
	background: #f8f8f8;
	border: 1px solid #eee;
	font-size: 11px;
	font-weight: bold;
	padding-right: 16px;
}
.toc a {
	text-decoration: none;
}
.toc ol {
	/* padding: 16px; */
}
.toc li {
	margin-bottom: 8px;
}
.toc .info {
	margin: 8px 0 0 16px;
	font-size: 10px;
	color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #eee;
}

/* TOPUPPERMENU */
	#topupper {
/*		background: #f0f; */
		position: relative;
		height: 30px;
		font-size: 11px;
		font-weight: bold;
}

	#topuppermenu {
/*		background: #f0f;*/
		position: absolute;
		top: 5px; right: 330px;
		line-height: 20px;
		width: 480px;
		text-align: right;
	}
	#topuppermenu a {
		text-decoration: none;
		line-height: 14px;
		text-transform: uppercase;
	}
/* topsearch */

#topsearch {
	text-align: right;
	position: absolute;
/*	background: #ccc;*/
	width: 300px;
	top: 5px; right: 10px;
	height: 20px;
}
#topsearch label {
	position: absolute;
	left: 80px;
/*	color: #fff; */
text-transform: uppercase;
font-weight: bold;
	color: #01669e;
}
#topsearch input.text {
	border: 1px solid #9ad0ec;
	font-size: 11px;
}
#topsearch input.submit {
	border: 0;
	font-size: 11px;
	font-weight: bold;
}

/* HOME */

.home {
/*	background: #f00; */
}
.home #headline .lead {
	font-size: 14px;
	color: #01669e;
}
.home .headline1 h1 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 10px;
}
.home #headline h1 a {
	color: #01669e;
	text-decoration: none;
}
.home .headline2 .kep {
	float: left;
	margin-right: 19px;
	background:#F8F8F8;
	border:1px solid #CCCCCC;
	padding:5px;	
}

.home .headline2 .lead {
 /*	background: #eee; */
	width: 388px;
	float: left; 
}

.home .hr {
	margin: 10px 0 10px 0;
}

.home #alsoajanlo {
	font-size: 11px;
	padding: 4px 0 4px 0;
}
.home #alsoajanlo .left {
	float: left;
	width: 300px;
}
.home #alsoajanlo .right {
	float: left;
	width: 300px;
	position: relative;
	left: 20px;
}


.home #alsoajanlo h1 {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 10px;
}
.home #alsoajanlo h1 a{
	text-decoration: none;
	font-weight: bold;
}

.home #alsoajanlo .datum	 {
	text-transform: uppercase;

			font-weight: bold;
	color: #ff7200;
}


/* ROVATINDEX */

	.rovatindex {
		padding: 10px 40px 20px 40px;
/*		border: 1px solid #eee; */
		position: relative; 
		font-size: 12px;
}

.rovatindex .hr {
	margin: 20px 0 20px 0;
}
.rovatindex .ajanlo h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.rovatindex .ajanlo .item {
/*	background: #fe9; */
	clear: both;
	margin-bottom: 20px;
}
.rovatindex .ajanlo h1 a {
	text-decoration: none;
}
.rovatindex .ajanlo .datum	 {
	text-transform: uppercase;
	font-weight: bold;
	color: #ff7200;
}
.rovatindex .ajanlo .lead	 {
	font-size: 11px;
}

.rovatindex .ajanlo .info	 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 12px;
	}
.rovatindex .ajanlo .info span	 {	
	border-bottom: 1px dotted #eee;
	padding-bottom: 2px;
}

.page .cikklista, .page .archivum {
	position: relative;
/*	background: #eee; */
	padding: 8px 0 8px 0;
	margin-top: 10px;
}
.page .cikklista ul,  .page .archivum ul {
/*	background: #f00; */
		position: relative;
	padding: 4px 20px 0px 0px;
	margin: 0 0 0 0px;
	list-style-type: none;
}
.page .cikklista li, .page .archivum li {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;	
}
.page .cikklista li ul {
	margin-left: 12px;
	margin-bottom: 12px;
}
.page .cikklista li ul li {
	font-size: 11px;
	}
.page .cikklista li a, .page .archivum li a {
	font-weight: bold;
	text-decoration: none;
}
.page .cikklista .info, .page .archivum .info {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 4px;
}

.page .inline-list li {
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px dotted #8dccec;
}
.page .inline-list li.last {
	border: 0;
}

.articletext .nationsintransit {
	position: relative;
/*	background: #eee; */
	padding: 8px 0 8px 0;
	margin-top: 10px;
}
.articletext .nationsintransit ul {
/*	background: #f00; */
		position: relative;
	padding: 4px 20px 0px 0px;
	margin: 0 0 0 0px;
	list-style-type: none;
}
.articletext .nationsintransit li {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;	
}
.articletext .nationsintransit li ul {
	margin-left: 12px;
	margin-bottom: 12px;
}
.articletext .nationsintransit li ul li {
	font-size: 11px;
	}
.articletext .nationsintransit li a {
	font-weight: bold;
	text-decoration: none;
}
.articletext .nationsintransit .info {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 4px;
}

.articletext .nationsintransit .inline-list li {
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px dotted #8dccec;
}
.articletext .nationsintransit .inline-list li.last {
	border: 0;
}


.rovatindex .kepesajanlo .lead {
/*	background: #fee; */
	width: 368px;
	float: left;
	font-size: 13px;
	text-align: justify;
}
.rovatindex .kepesajanlo .kep img {
	width: 140px;
}

.rovatindex .kepesajanlo .item {
	margin-bottom: 30px;
}

/* SUBMENU */

.submenu {
	background: #fff;
	padding: 42px 10px 20px 10px;
	position: relative;
}
.submenu ul {
	list-style-type: none;
	position: relative;
	width: 100%;
}
.submenu ul li {
	position: relative;
	margin-bottom: 4px;
	width: 100%;
	line-height: 16px;
}
.submenu ul li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
}

.submenu ul li a:hover {
	background: #042d4b;
	color: #fff;
}
.submenu ul li a#active_menu {
	background: #042d4b;
	color: #fff;	
}
.submenu .info {
	position: relative;
	font-size: 18px;
	color: #ff7200;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-align: right;
}



/* LAPOZAS */

.lapozas {
	position: relative;
/*	background: #f00; */
	padding-bottom: 4px;
	width: 100%;
}
.lapozas p {
	margin: 0;
}
.lapozas .szamok {
		position: relative;
		display: block;
/*		background: #eee; */
		line-height: 21px;
		font-size: 14px;
		text-align: center;
		margin: 0 26px 0 26px;
		font-weight: bold;
}
.lapozas .szamok a {
	text-decoration: none;
	color: #ff7200;	
}
.lapozas .szamok span {
	padding: 8px;
}
.lapozas .szamok .actual {
	font-size: 18px;
}
.lapozas .lapozbal, .lapozas .lapozjobb {
	position: absolute;
	top: 0;
}
.lapozas .lapozbal {
	left: 0; }
.lapozas .lapozjobb {
	right: 0;
}



/* FORMTABLE */

form table {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	margin-bottom: 12px;
}
form table .textinput, form table textarea, form table .inputsubmit, .searchbox input.textinput, .searchbox select, .searchbox  .inputsubmit, .headlogin .inputsubmit, .box .inputsubmit, .box .textinput {
	border: 1px solid #9e9e9e;
	font-size: 11px;
}



form table .textinput, .searchbox input.textinput, .searchbox select, .box .textinput {
	background: #fff url(textinputbg.gif) repeat-x bottom left;
}
form table .inputsubmit, .searchbox  .inputsubmit, .headlogin .inputsubmit, .box .inputsubmit {
	margin-left: 4px;
	cursor: pointer;
	background: #dabb5e url(submitbg.gif) repeat-x top center;
	font-weight: bold;
	padding: 0 6px 0 6px;
}
form table .inputsubmit:hover, .searchbox .inputsubmit:hover {
	color: #fff;
}

form table td {
	background: #fafafa;
	padding: 6px 6px 6px 6px;
	vertical-align: top;
	font-size: 11px;
}
form table td.label {
	background: #f3f3f3;
}
form label {
/*	background: #eee; */
	width: 130px;
	display: block;
	border-left: 3px solid #e6e9dc;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 2px;
	line-height: 12px;
	text-transform: lowercase;
}
form .kotelezo label {
	background: #f3f3f3;
	border-left: 3px solid #ff7200;

}
form .kotelezo label .csillag, form .notes .csillag  {
	color: #ff7200;
}

form table select {
	font-size: 11px;
	border: 1px solid #9e9e9e;
	padding: 1px;
}
form .genreitem {
/*	background: #f00;  */
	width: 150px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.chkboxgroup {
	position: relative;
	clear: both;
	margin-top: 6px; 
	background: #f2f4ed;
	float: left;
	width: 100%;
}



.bigbutton {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #9E9E9E;
float:right;
margin-bottom:12px;
margin-left:4px;
padding:2px;
}

.bigbutton a {
background:#ff7200;
color:#FFFFFF;
display:block;
font-size:13px;
font-weight:bold;
line-height:14px;
padding:5px 18px;
position:relative;
text-decoration: none;
}

.bigbutton a:hover {
background:#01669e none repeat scroll 0 0;
color:#FFFFFF;
}


.page h1 {
	font-size: 24px;
}

.page .hr {
	margin: 20px 0 20px 0;
}

.notes {
	font-size: 11px;
	background: #fafafa;
	padding: 8px 12px 8px 12px;
	margin-bottom: 12px;
	border: 1px solid #eee;
	border-left: 4px solid #ff7200;
}
.notes p {
	margin: 0;
}

/* nationsintransit */

/* civicrm form */
#crm-container{
	overflow:none;
}
#crm-container div#printer-friendly {
	display:none;
}
#crm-container span.marker{
	color:#FF7200;
}
#crm-container .crm-submit-buttons{

}


#crm-container table {
	border:0 none;
	font-size:11px;
	font-weight:bold;
	margin-bottom:12px;
	width:100%;
}
#crm-container fieldset{
	border: 0 none;
}
#crm-container legend{
	display:none;
}

#errorList li{
	margin-left:40px;
	list-style: none;
}
