/*****************************************************************/
/***************    Az oldal egészére vonatkozó stílusformázások       *************/
/*****************************************************************/

body
{
	padding: 0px;
	margin: 0px;
	background-color: #fffce1;
	font-family: arial;	
	font-size: 12px;
	text-align: justify;
}

a
{
	font-family: arial;	
	font-size: 12px;
	color: #0055a1;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

	
#bodyContent
{
	position: relative;
	display: block;	
	width: 962px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;
	background-color: #fffce1;		
}

/*****************************************************************/
/***************    Az oldal fejlécére vonatkozó stílusformázások       *************/
/*****************************************************************/

#header
{
	position: relative;
	display: block;	
	width: 962px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;
	background-color: #fff;
	height: 63px;
	border-top: solid 3px #ffde03;
	border-right: solid 1px #c1b8b9;
	border-left: solid 1px #c1b8b9;	
}

#headerLeft
{
	display: block;
	float: left;	
	width: 220px;
	height: 63px;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/bgHeaderLeft.jpg);
}

#headerRight
{
	display: block;
	float: right;		
	width: 742px;
	height: 63px;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/bgHeaderRight.jpg);		
}

#headerRightTitle,#headerRightMenu,#headerRightSearch
{
	display: block;
	float: left;		
	width: 206px;
	height: 38px;
	margin: 0px;
	margin-top: 13px;
	padding: 0px;
}

#headerRightTitle h1
{
	width: 190px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 11px;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #034a98;	
}

#headerRightMenu
{
	width: 354px;
}

#headerRightMenu ul
{
	width: 314px;
	height: 17px;
	margin: 0;	
	margin-top: 13px;
	margin-left: 38px;
	padding: 0;
	list-style-type: none;	
}

#headerRightMenu ul li
{
	width: auto;
	float: left;	
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;	
}

#headerRightMenu ul li a
{
	text-decoration: none;

	letter-spacing: 0em;
	font-size: 11px;
	font-weight: 200px;
	font-family: verdana;	
	color: #000;
}

#headerRightMenu ul li a:hover
{
	text-decoration: underline;
}

.headerMenuSeperate
{
	margin-left: 3px;
	margin-right: 3px;	
}

#headerRightSearch
{
	width: 181px;
	/*border-left: solid 1px #000;	*/
}

#headerRightSearch form
{
	padding: 0px;
	margin: 0px;
}

#Query
{
	width: 140px;
	height: 18px;
	float: left;
	font-size: 11px;
	line-height: 12px;
	color: #7b7c7e;
	padding-left: 5px;
	padding-top: 7px;
	margin-top: 4px;
	border: solid 2px #bc3e63;
}

#btn_kereses_OK
{
	width: 15px;
	height: 30px;
	border: solid 0px black;
	background: transparent;
	background-image: url(../Images/bgHeaderRightSearchBtnOk.jpg);
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-top: 4px;
	cursor: pointer;
}

/*****************************************************************/
/*************    Az oldal középső részére vonatkozó stílusformázások       **********/
/*****************************************************************/

#container
{
	position: relative;
	display: block;
	width: 962px;
	float: left;
	height: auto;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 2px;
	padding: 0px;
	background-color: #fff;	
	border-right: solid 1px #c1b8b9;
	border-bottom: solid 1px #c1b8b9;	
	border-left: solid 1px #c1b8b9;	
}

/*****************************************************************/
/***************    Az oldal balmargójára vonatkozó stílusformázások       **********/
/*****************************************************************/

#leftMargin
{
	position: relative;
	display: block;
	float: left;
	width: 220px;
	height: auto;
}

#leftMarginLogoBottom
{
	display: block;
	width: 220px;
	height: 65px;
	margin: 0px;
	margin-bottom: 10px;	
	padding: 0px;
	background-image: url(../Images/bgLeftMarginLogoBotton.jpg);
}

#leftMarginMenu
{
	display: block;
	width: 218px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;	
	border-left: solid 2px #bc3e63;
	border-top: solid 2px #bc3e63;
	background-color: #fafafa;
}

#leftMarginMenu ul
{
	width: 218px;
	margin: 0;	
	margin-top: 5px;
	padding: 0;
	list-style-type: none;	
}

#leftMarginMenu ul li
{
	width: 208px;
	height: 24px;
	line-height: 22px;
	text-decoration: none;
	margin-left: 10px;
	border-bottom: solid 1px #e1e1e1;
}

#leftMarginMenu ul li.active
{
	width: 208px;
	height: 25px;
	line-height: 22px;
	text-decoration: none;
	margin-left: 0px;
	background-image: url(../Images/bgLeftMarginMenuArrow.jpg);
	background-repeat: no-repeat;
	border-bottom: none;
}

#leftMarginMenu ul li a
{
	text-decoration: none;

	font-size: 12px;
	font-weight: 200px;
	color: #000;
}

#leftMarginMenu ul li.active a
{
	text-decoration: none;

	font-size: 12px;	
	padding-left: 10px;
	font-weight: bold;
	color: #bc3e63;
}

#leftMarginCalendar
{
	display: block;
	width: 218px;
	height: auto;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-bottom: 10px;	
	border-left: solid 2px #ffdc00;
	border-top: solid 2px #ffdc00;
	background-color: #fafafa;
}

#leftMarginCalendar h3, #leftMarginNews h3, #centerContentHungaryMap h3, #centerContentOfficeNews h3, #centerContentOfficeEvents h3, 
#rightMarginNewsLetter h3, #rightMarginVotes h3
{
	margin-top: 5px;
	margin-left: 10px;	
	padding: 0px;
	width: 190px;
	line-height: 15px;
	font-size: 12px;	
	font-weight: bold;
	color: #83878a;
}

#leftMarginCalendar table
{
	font-weight: bold; 
 
	font-size: 11px; 
	margin-top: -5px;
	text-align:center;
}

#leftMarginCalendar table th
{
	color: #bc3e63;
}

#leftMarginCalendar table td.yearMonth
{
	color: #034a98;
}

#leftMarginCalendar table td.outMonth
{
	color: #c2c2c2;
}

#leftMarginCalendar table td.activeDay
{
	background-image: url(../Images/bgLeftCalendarActiveDay.jpg);
}

#leftMarginCalendar table td.activeDay a
{
	color: #fff;
	text-decoration: none;
}

#elozoHonap, #kovetkezoHonap
{
	cursor: pointer;
}

#leftMarginCalendar p.officeEvent
{
	margin-left: 10px;
}

#leftMarginNews
{
	display: block;
	float: left;
	width: 218px;
	height: auto;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: solid 2px #034a98;
	border-top: solid 2px #034a98;
	background-color: #fafafa;
}

#leftMarginNews p
{
	width: 197px;
	line-height: 13px;
	margin-left: 10px;
	margin-right: 10px;	
	margin-top: 0px;

	text-align: justify;
}

#leftMarginNews p .title a, #leftMarginCalendar p.officeEvent a
{
	color: #0055a1;
	font-weight: bold;
	font-size: 12px;	
	letter-spacing: 0.01em;
	text-decoration: none;
}

#leftMarginNews p .title a:hover, #leftMarginCalendar p.officeEvent a:hover
{
	text-decoration: underline;
}

#leftMarginNews p .date
{
	color: #989898;
	font-weight: normal;
	font-size: 11px;
}

#leftMarginNews p .detail
{
	font-weight: normal;
	font-size: 12px;
}

/*****************************************************************/
/*************    Az oldal tartalmi részére vonatkozó stílusformázások       **********/
/*****************************************************************/

#centerContent
{
	position: relative;
	display: block;
	float: left;
	width: 539px;
	height: auto;
	min-height: 500px;
	background-image: url(../Images/bgCentenrContent.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
	padding: 0px;
	padding-left: 10px;	
}

#centerContentCircleImages
{
	display: block;
	float: left;
	width: 213px;
	height: 274px;	
}

#centerContentShowED
{
	display: block;
	float: right;
	width: 316px;
	height: 194px;	
	padding-top: 80px;	
}

#centerContentShowED p
{
	text-align: justify;
}

#centerContentShowED p.title 
{
	font-size: 14px;
	font-weight: bold;
	color: #034a98;
	width: 316px;
}

#centerContentShowED p.content
{
	width: 306px;
	font-size: 13px;
}

#centerContentHungaryMap
{
	clear: both;
	display: block;
	float: left;
	width: 270px;
	height: 190px;	
}

#centerContentHungaryMap h3
{
	width: 250px;
	margin-top: 0px;
}

#centerContentOfficeAddress
{
	display: block;
	float: right;
	width: 247px;
	height: 190px;	
	margin-bottom: 30px;		
}

#centerContentOfficeAddress p
{
	line-height: 14px;
	font-size: 12px;
	margin: 0px;
	width: 247px;	
}

#centerContentOfficeAddress p.city
{
	margin-top: 40px;
	font-weight: bold;
	font-size: 13px;
	color: #034a98;
	width: 247px;
}

#centerContentOfficeAddress p.info
{
	margin-top: 2px;
	width: 247px;
}

#centerContentOfficeAddress p.openTitle
{
	color: #9c9c9c;
	margin-top: 15px;
	font-size: 11px;
	width: 247px;	
}

#centerContentOfficeAddress p.open
{
	width: 247px;		
}

#centerContentOfficeNews, #centerContentOfficeEvents
{
	clear: both;
	display: block;
	width: 530px;
	height: auto;
	padding: 0px;
	border-left: solid 2px #034a98;
	border-top: solid 2px #034a98;
}

#centerContentOfficeNews
{
	margin-top: 30px;
	margin-bottom: 30px;
}

#centerContentOfficeNews h3, #centerContentOfficeEvents h3
{
	width: 520px;
	margin-bottom: 10px;
}

#centerContentOfficeNews h3  .title, #centerContentOfficeEvents h3 .title
{
	width: 49%;
	text-align: left; 
	float: left;
	margin-bottom: 10px;	
}

#centerContentOfficeNews h3 .more a, #centerContentOfficeEvents h3  .more a
{
	width: 49%;
	text-align: right; 
	float: right;
	color: #c1c1c1;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 10px;	
}
 
#centerContentOfficeNews p, #centerContentOfficeEvents p, #centerContent p
{
	width: 517px;
	line-height: 13px;
	margin-right: 0px;	
	margin-top: 0px;
	text-align: justify;
	margin-left: 0px;
}

#centerContentOfficeNews p, #centerContentOfficeEvents p
{
	margin-left: 8px;
}

#centerContentOfficeNews p .title a, #centerContentOfficeEvents p .title a, #centerContent p .title a
{
	color: #0055a1;
	font-weight: bold;
	font-size: 12px;	
	letter-spacing: 0.01em;
	text-decoration: none
}

#centerContentOfficeNews p .title a:hover, #centerContentOfficeEvents p .title a:hover, #centerContent p .title a:hover
{
	text-decoration: underline;
}

#centerContentOfficeNews p .date, #centerContentOfficeEvents p .date, #centerContent p .date
{
	color: #989898;
	font-weight: normal;
	font-size: 11px;
}

#centerContentOfficeNews p .detail, #centerContentOfficeEvents p .detail, #centerContent p .detail
{
	font-weight: normal;
	font-size: 12px;
}

#centerContentOfficeEvents
{
	border-left: solid 2px #ffdc00;
	border-top: solid 2px #ffdc00;	
}

/************* formázások a Container részben, de nem a nyitólapon **************/

#centerContent ul.offices
{
	width: 537px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	clear: both;
	display: block;
	height: auto;
	min-height: 42px;
}

#centerContent li.seperate, #centerContent li.link 
{
	float: left;
	display: block;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 4px;
	font-family: verdana;
	font-size: 12px; 
}

#centerContent li.link a
{
	color: #0055a1;
	font-size: 12px;	
	letter-spacing: 0.01em;
	text-decoration: none;
}

#centerContent li.link a:hover
{
	text-decoration: underline;
}

#centerContent h2.contentH2
{
	float: left;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #034a98;
	width: 70%;
	text-align: left;
	margin-bottom: 10px;
}

#aktDate
{
	float: right;
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
	color: #034a98;
	width: 29%;
	text-align: right;
}

.urlap_beviteli{width: 300px; padding: 10px; margin-top: 10px;}
.warning {color: #600; font-weight: bold;}

/*****************************************************************/
/**************    Az oldal jobbmargójára vonatkozó stílusformázások       **********/
/*****************************************************************/

#rightMargin
{
	position: relative;
	display: block;
	float: right;
	width: 193px;
	height: auto;
	min-height: 500px;	
	background-image: url(../Images/bgRightMargin.jpg);	
	background-repeat: no-repeat;
}

#rightMarginNewsLetter
{
	display: block;
	width: 181px;
	height: 128px;	
	margin-left: 10px;	
	border-right: solid 2px #034a98;
	border-top: solid 2px #034a98;
	margin-top: 20px;
	background-color: #fff;	
}

#rightMarginNewsLetter h3, #rightMarginVotes h3
{
	width: 160px;
}

#frmSS1
{
	width: 180px;
	height: 95px;
	margin: 0;
	margin-top: -5px;
	padding: 0;
}

#rightMarginNewsLetter p
{
	width: 168px;
	margin: 0;
	margin-left: 10px;
	margin-top: 2px;
	line-height: 18px;
	padding: 0;
}

#frmSS1 .fieldName
{
	width: 50px;
	height: 14px;
	font-size: 11px;
	margin-right: 10px;	
}

#rightMarginNewsLetter .input
{
	width: 100px;
	height: 15px;
	font-size: 11px;
	color: #000;
	border: solid 1px #b2b2b4;
	margin-right: 10px;		
}

#rightMarginNewsLetter .select
{
	width: 102px;
	height: 18px;
	font-size: 11px;
	color: #000;
	border: solid 1px #b2b2b4;
}

#btn_hirlevel_OK
{
	width: 35px;
	height: 16px;
	border: solid 0px black;
	background: transparent;
	background-image: url(../Images/bgNewsLetterBtnOk.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

#rightMarginVotes
{
	display: block;
	width: 180px;
	height: auto;	
	margin-left: 10px;	
	border-right: solid 2px #ffdc00;
	border-top: solid 2px #ffdc00;
	margin-top: 10px;
	background-color: #fff;
}

#rightMarginVotes p
{
	width: 161px;
	margin: 0;
	margin-left: 12px;
	margin-top: 2px;
	line-height: 18px;
	padding: 0;
	font-size: 12px;
}

#rightMarginVotes .replayRadio
{
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

#rightMarginVotes table td
{
	font-size: 12px;
	font-weight: 400;
	font-family: arial;
	line-height: 14px; 
	text-align: left;
}

#rightMarginVotes table td input
{
	background: transparent;vertical-align: top;
}

#btnIVote
{
	cursor: pointer;
	border: none;
}

#rightMarginBanners 
{
	display: block;
	width: 181px;
	height: auto;	
	margin-left: 10px;	
	margin-top: 80px;
	background-color: #fff;
}

#rightMarginBanners img
{
	margin-left: 15px;	
	margin-top: 10px;
}

/*****************************************************************/
/***************    Az oldal láblécére vonatkozó stílusformázások       *************/
/*****************************************************************/

#footer
{
	clear: both;
	position: relative;
	display: block;	
	width: 962px;
	height: 69px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;
	background-color: #fff;	
	border-top: solid 3px #ffde03;
}

#footerLogo
{
	position: relative;
	display: block;	
	width: 71px;
	height: 69px;
	padding: 0px;
	margin: 0;
	float: left;
}

#footerMenu
{
	width: 354px;
	float: left;
}

#footerMenu ul
{
	width: 314px;
	height: 43px;
	margin: 0;	
	margin-left: 10px;
	padding: 0;
	padding-top: 23px;	
	list-style-type: none;	
}

#footerMenu ul li
{
	width: auto;
	float: left;	
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;	
}

#footerMenu ul li a
{
	text-decoration: none;

	letter-spacing: 0em;
	font-size: 11px;
	font-weight: 200px;
	color: #000;
	font-family: verdana;
}

#footerMenu ul li a:hover
{
	text-decoration: underline;
}

#footerZseron
{
	width: 490px;
	float: right;
	text-align: right;
	height: 40px;
	padding-top: 20px;
	font-size: 11px;
	color: #959698;
	padding-right: 10px;
}

#footerZseron a
{
	color: #0055a1;
	font-weight: bold;
	text-decoration: none;
}

#footerZseron a:hover
{
	text-decoration: underline;
}