@font-face {
	font-family: 'MyriadLight';
	src: url('/wp-content/themes/informatorium/font/MyriadPro-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadRegular';
	src: url('/wp-content/themes/informatorium/font/myriadpro-regular.eot');
	src: url('/wp-content/themes/informatorium/font/myriadpro-regular.eot#iefix') format('embedded-opentype'),
			 url('/wp-content/themes/informatorium/font/myriadpro-regular.woff') format('woff'),
			 url('/wp-content/themes/informatorium/font/myriadpro-regular.ttf') format('truetype'),
			 url('/wp-content/themes/informatorium/font/MyriadPro-Regular.otf') format('opentype'),
			 url('/wp-content/themes/informatorium/font/myriadpro-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
		font-family: 'PFTempestaFive';
		src: url('/wp-content/themes/informatorium/font/pf_tempesta_five.eot');
		src: url('/wp-content/themes/informatorium/font/pf_tempesta_five.eot#iefix') format('embedded-opentype'),
				 url('/wp-content/themes/informatorium/font/pf_tempesta_five.woff') format('woff'),
				 url('/wp-content/themes/informatorium/font/pf_tempesta_five.ttf') format('truetype'),
				 url('/wp-content/themes/informatorium/font/pf_tempesta_five.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}

/**
* reset
*/
HTML, BODY {
	margin: 0;
	padding: 0;
	height: 100%;
}

DL, UL, OL, LI, TABLE {
	margin: 0 0 20px;
	padding: 0;
}

#content .col-main LI{
	padding:0px 0px 5px 0px!important;
}

#content .col-main LI{
}

#content .col-main .post-item-image ul{
	/*padding:0px 0px 0px 170px;*/
}

button, input {
    line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

* { outline: none; }

/**
* general text
*/
BODY, P, TH, TD, LI, DT, DD {
	font: normal 12px/22px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

H1 {
	margin: 0 0 15px;
	padding: 0;
	font: normal 20px/24px MyriadLight, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0px;
	font: bold 14px/22px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}



#content .col-main h2 {
	padding: 15px 0px 10px 0px;
	border-top: 1px dashed #73BED6;
	margin:20px 0px 10px 0px;
}


H3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

LI {
	margin: 0 0 0 16px;
	padding: 0;
}

UL LI {
	list-style-type: disc;
}

A:link, A:visited {
	color: #000;
}

A:hover, A:active {
	color: #00729E;
}

TABLE {
	width: 100%;
	border-collapse: collapse;
}

TH {
	padding: 1px 10px;
	border-bottom: 2px solid #fff;
}

TD {
	padding: 1px 10px;
	border-bottom: 2px solid #fff;
}

.row-odd {
	background-color: #e7e7e7;
}

.row-even {
	background-color: #f7f7f7;
}

.more-calendar:link, .more-calendar:visited, .more-calendar:hover, .more-calendar:active {
	padding-right: 14px;
	background: url(/wp-content/themes/informatorium/images/more_calendar.png) right center no-repeat;
	color: #3a8aab;
	text-decoration: none;
}

.pictures {
	font-size: 0;
}

.pictures IMG {
	margin-left: 9px;
}

.pictures IMG:first-child {
	margin-left: 0;
}


.text-bold {
	font-weight: bold;
}

.text-italic {
	font-style: italic;
}

/**
* layout blocks
*/

BODY {
	background: url(/wp-content/themes/informatorium/images/body.png) repeat-x;
}

/* footer positioning */
BODY:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#wrap {
	/*min-height: 100%;*/
	min-width: 940px;
	position: relative;
	z-index: 1;
}

/* header */
#header-wrap {
	width: 100%;
	min-width: 940px;
	height: 425px;
	background: url(/wp-content/themes/informatorium/images/header_bg.png) top no-repeat;
	position: relative;
	z-index: 2;
}

#header {
	margin: 0 auto;
	width: 940px;
	min-width: 940px;
	height: 343px;
	position: relative;
	background-position: 240px 219px;
	background-repeat: no-repeat;
}

#main #header {
	height: 425px;
}

#about-us #header { background-image: url(/wp-content/themes/informatorium/images/header_about.jpg); }
#services #header { background-image: url(/wp-content/themes/informatorium/images/header_services.jpg); }
#calendar #header { background-image: url(/wp-content/themes/informatorium/images/header_calendar.jpg); }

#logo {
	display: block;
	width: 204px;
	height: 74px;
	position: absolute;
	top: 49px;
	left: 32px;
	background: url(/wp-content/themes/informatorium/images/logo.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#menu-topmenu {
	margin: 0;
	position: absolute;
	top: 74px;
	left: 240px;
	z-index: 2;
	font-size: 0;
}

#menu-topmenu LI {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: url(/wp-content/themes/informatorium/images/header_nav_separator.gif) 0 40px no-repeat;
	list-style: none;
	font: 14px/19px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	color: #051836;
}

#menu-topmenu A:link, #menu-topmenu A:visited, #menu-topmenu SPAN {
	padding: 34px 19px 31px;
	display: inline-block;
	color: #051836;
	text-decoration: none;
}

#menu-topmenu A:hover, #menu-topmenu A:active, #menu-topmenu .current-menu-item A, #menu-topmenu .current-menu-item SPAN {
	background: url(/wp-content/themes/informatorium/images/header_nav_active.gif) center bottom no-repeat;
	color: #00729e;
}

#main #menu-topmenu A:link, #main #menu-topmenu A:visited, #main #menu-topmenu SPAN {
	padding-bottom: 21px;
}

#main #menu-topmenu A:hover, #main #menu-topmenu A:active, #main #menu-topmenu .current-menu-item A, #main #menu-topmenu .current-menu-item SPAN {
	background: none;
}

#menu-langmenu {
	margin-right: 30px;
	height: 34px;
	float: right;
	font-size: 0;
}

#menu-langmenu LI {
	margin: 0 0 0 4px;
	padding: 0;
	display: inline-block;
	list-style: none;
	font: 14px/34px Tahoma, Arial, Helvetica, sans-serif;
	color: #1d455e;
}

#menu-langmenu A:link, #menu-langmenu A:visited, #menu-langmenu SPAN {
	background: #daeff6 url(/wp-content/themes/informatorium/images/lang_menu.png) repeat-x;
	display: inline-block;
	min-width: 30px;
	height: 34px;
	text-align: center;
	color: #1d455e;
	text-decoration: none;
	outline: none;
}

#menu-langmenu A:hover, #menu-langmenu A:active, #menu-langmenu .current-menu-item A, #menu-langmenu .current-menu-item SPAN {
	background: #43afd0 url(/wp-content/themes/informatorium/images/lang_menu_active.png) repeat-x;
	text-decoration: none;
	color: #fff;
}

#community {
	margin: 0;
	padding: 8px 20px 0;
	float: right;
	height: 26px;
	background: #daeff6 url(/wp-content/themes/informatorium/images/lang_menu.png) repeat-x;
	font-size: 0;
}

#community LI {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font: 12px/15px Tahoma, Arial, Helvetica, sans-serif;
}

#community A:link, #community A:visited {
	padding: 0;
	display: block;
	float:left;

	overflow: hidden;
}

#community IMG {
	border: none;
	margin-right:4px;
}

#search {
	margin: 0 17px 0 0;
	padding: 14px 0 0;
	float: right;
	font-size: 0;
	line-height: 0;
}

#search FORM {
	font-size: 0;
}

#search-text {
	padding: 3px 8px 3px;
	border: 1px solid #92ddf4;
	width: 118px;
	vertical-align: bottom;
	font: 10px/12px Tahoma, Arial, Helvetica, sans-serif;
	color: #051836;
}

#search-submit {
	margin-left: 6px;
	padding: 4px;
	border: none;
	background-color: #35a5c6;
	vertical-align: bottom;
	font: bold 10px/12px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	color: #8dccdf;
	text-transform: uppercase;
	cursor: pointer;
}

#slider {
	position: absolute;
	top: 219px;
	right: 0;
	width: 220px;
	height: 230px;
	background-color: #00164a;
}

#main #slider {
	width: 700px;
	height: 278px;
	top: 147px;
}

#slider-pictures {
	width: 460px;
	height: 212px;
}

#slider-categories {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 700px;
	height: 49px;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}

#slider-categories LI {
	margin: 0 0 0 20px;
	display: inline-block;
	list-style: none;
	width: 220px; 
	height: 49px;
	background: url(/wp-content/themes/informatorium/images/slider_category.gif) 0 0 no-repeat;
}

#slider-categories li:first-child { /*#slider-categories .item-first {*/
	margin-left: 0;
}

#slider-categories A:link, #slider-categories A:visited, #slider-categories A:hover, #slider-categories A:active {
	padding: 12px 0 13px 19px;
	display: inline-block;
	width: 201px;
	font: normal 14px/24px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

#slider-categories .item-active, #slider-categories A:hover, #slider-categories A:active { color: #00164a; }

#slider-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 188px;
	height: 198px;
}

#main #slider-right {
	width: 203px;
	height: 213px;
}

#slider-pager {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 26px;
}


#slider-pager LI, #slider-pager A {
	display: inline-block;
	width: 26px;
	height: 26px;
}

#slider-pager LI {
	margin: 0 5px 0 0;
}

#slider-pager A {
	background-image: url(/wp-content/themes/informatorium/images/slider_pager.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#slider-pager-1 A { background-position: 0 0; }
#slider-pager-2 A { background-position: -26px 0; }
#slider-pager-3 A { background-position: -52px 0; }
#slider-pager-4 A { background-position: -78px 0; }
#slider-pager-5 A { background-position: -104px 0; }

#slider-pager-1.item-active A, #slider-pager-1 A:hover { background-position: 0 -26px; }
#slider-pager-2.item-active A, #slider-pager-2 A:hover { background-position: -26px -26px; }
#slider-pager-3.item-active A, #slider-pager-3 A:hover { background-position: -52px -26px; }
#slider-pager-4.item-active A, #slider-pager-4 A:hover { background-position: -78px -26px; }
#slider-pager-5.item-active A, #slider-pager-5 A:hover { background-position: -104px -26px; }

.slider-text {
	margin-top: 22px;
	margin-right: 10px;
	font: normal 18px/25px MyriadLight, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
}

#main .slider-text {
	margin-right: 27px;
}

.slider-text A:link, .slider-text A:visited {
	margin-top: 14px;
	padding-right: 19px;
	display: inline-block;
	background: url(/wp-content/themes/informatorium/images/slider_more.gif) right center no-repeat;
	font: normal 11px/24px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}

.slider-text A:hover, .slider-text A:active {
	color: #00729E;
}

/* content */
#content {
	margin: 0 auto;
	padding-bottom: 82px;
	width: 940px;
	position: relative;
	z-index: 3;
}

.col {
	float: left;
	width: 100%;
/*	overflow: auto;*/
}

.col-main {
	margin-top: -59px;
	margin-left: 240px;
	margin-right: 240px;
	padding: 0;
	position: relative;
	min-height: 200px;
	z-index: 4;
	padding-bottom:50px;
}

#main .col-main {
	margin-right: 220px;
	margin-top: 39px;
	margin-left: 0;
}

#contact .col-main {
	margin-top: -206px;
}

.col-side {
	margin-top: 55px;
	margin-right: -220px;
	width: 220px;
	position: relative;
	right: 220px;
}

#main .col-side {
	margin-top: 40px;
}

.col-nav {
	width: 240px;
	margin-left: -100%;
	margin-top: -278px;
}

#main .col-main {
	padding: 0;
}

.side-nav .menu {
	padding: 0 10px 0 32px;
}

.side-nav .menu LI {
	margin: 0;
	background: url(/wp-content/themes/informatorium/images/sidemenu.gif) left top no-repeat;
	line-height: 28px;
}

.side-nav .menu LI:first-child {
	background: none;
}

.side-nav .menu LI, .side-nav .menu LI A {
	font: 14px/28px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	color: #051836;
	list-style: none;
	text-decoration: none;
}

.side-nav .menu LI A {
	padding-left: 19px;
	display: block;
	background: url(/wp-content/themes/informatorium/images/header_nav_separator.gif) 0 10px no-repeat;
}

.side-nav .menu LI A:hover, .side-nav .menu LI A:active, .side-nav .menu DD A:hover, .side-nav .menu DD A:active,
.side-nav .menu LI.current-menu-item, .side-nav .menu LI.current-menu-item A {
	color: #3489a7;
}

#col-nav-top, .menu-feautredmenu-container {
	min-height: 215px;
}

/* contact */
.col-nav .contact-name {
	margin-bottom: 0;
	margin-left: 33px;
	font: 14px/18px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	color: #143d5c;
}

.col-nav ADDRESS {
	margin-bottom: 16px;
	margin-left: 33px;
	font: 14px/18px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #143d5c;
}

.col-nav  DL {
/*	margin-bottom: 18px;*/
	margin-bottom: 0;
	margin-left: 33px;
	color: #143d5c;
}

.col-nav DT {
	margin-right: 4px;
	float: left;
	clear: left;
	color: #143d5c;
}

.col-nav .contact-br {
	float: none;
	display: block;
}

.col-nav  DD {
	margin: 0 0 8px;
	display: block;
	color: #143d5c;
}

.col-nav DD A {
	color: #143d5c;
	text-decoration: none;
}

.col-nav DD A:hover {
	color: #00729E;
}

.box {
	margin: 0 20px 25px 23px;
}

.box .box-title {
	margin: 0 0 15px;
	padding: 0;
	font: normal 13.5px/18px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}

.box FORM {
	margin: 0;
}

.box LABEL {
	display: inline-block;
	width: 35px;
	vertical-align: 40%;
	font: normal 12px/14px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

/* text inputs in the box */
.box-text {
	margin: 0 0 7px 0;
	padding: 2px 3px 3px;
	border: 1px solid #92ddf4;
	width: 128px;
	vertical-align: 40%;
	font: 12px/13px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

#em-booking div{
	width:100%!important;
}


#em-booking textarea{
	width:300px!important;
	height:100px;
	margin: 0 0 7px 0;
	padding: 2px 3px 3px;
	border: 1px solid #92ddf4;
	width: 128px;
	vertical-align: 40%;
	font: 12px/13px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	resize:none;
}

.box-submit, #registerform p input[type=submit], .login p input[type=submit], #em-booking input[type=submit] {
	margin-top: 17px;
	padding: 10px 0 11px 14px;
	border: none;
	width: 176px;
	height: 39px;
	background: url(/wp-content/themes/informatorium/images/box_submit.gif) no-repeat;
	text-align: left;
	font: normal 14px/18px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.box-submit:hover {
	color: #00164a;
}

.box P {
	margin: 12px 0 7px;
}

.box .box-help {
	margin: -8px 0 14px;
	line-height: 17px;
}

.box  A {
	text-decoration: none;
}

/* Kezdőlapi szöveg box */

.box-news2 {
	margin: 0 0 29px;
	padding: 18px 17px 17px;
	width: 666px;
	min-height: 148px;
	position: relative;
	background-color: #60aecf;
	clear: left;
	line-height: 20px;
}

.more2 {
	padding: 7px 0 7px 16px;
	display: block;
	width: 70px;
	position: absolute;
	right: 17px;
	bottom: 0;
	background: #def6ff url(/wp-content/themes/informatorium/images/more2.gif) right center no-repeat;
	background-color: #60aecf;
	outline: none;
	color: #3a8aab;
	text-decoration: none;
}

.more2:hover {
	color: #00154a;
}

/* news - main page */
.box-news {
	margin: 0 0 29px;
	padding: 18px 17px 17px;
	width: 666px;
	min-height: 148px;
	position: relative;
	background-color: #def6ff;
	clear: left;
	line-height: 20px;
}

.box-news-inner {
	background-color: #fff;
	min-height: 148px;
}

.box-news P {
	margin: 0 0 0 147px;
	padding: 18px 19px 14px 19px;
	line-height: 17px;
}

P.box-news-lead {
	padding-top: 0;
	padding-bottom: 20px;
}

.box-news-title, .box-news-title A {
	font: normal 18px/22px MyriadLight, Tahoma, Arial, Helvetica, sans-serif;
	color: #051836;
	text-decoration: none;
}

.box-news IMG {
	margin-left: -166px;
	margin-top: 20px;
	float: left;
}

.more {
	padding: 7px 0 7px 16px;
	display: block;
	width: 70px;
	position: absolute;
	right: 17px;
	bottom: 0;
	background: #def6ff url(/wp-content/themes/informatorium/images/more.gif) right center no-repeat;
	outline: none;
	color: #3a8aab;
	text-decoration: none;
}

.more:hover {
	color: #00729E;
}

.box-news-date {
	padding-top: 8px;
	padding-right: 70px;
	padding-left: 14px;
	display: block;
	width: 63px;
	height: 60px;
	position: absolute;
	top: -12px;
	left: 17px;
	background: url(/wp-content/themes/informatorium/images/box_news_date.png) no-repeat;
	font: normal 20px/25px MyriadLight, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
}

.more-link {
	margin: 0 0 26px;
	display: inline-block;
	background: url(/wp-content/themes/informatorium/images/more_link.png) repeat-x;
	text-decoration: none;
}

.more-link SPAN {
	padding: 6px 17px 6px 15px;
	display: inline-block;
	background: url(/wp-content/themes/informatorium/images/more_link_right.png) right no-repeat;
	font: normal 14px/16px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
}

.more-link:hover SPAN {
	color: #00164A;
}

/* breadcrumb */
#breadcrumb {
	margin: 0;
	padding-left: 18px;
	width: 682px;
	height: 50px;
	position: absolute;
	top: 147px;
	left: 240px;
	z-index: 1;
	background-color: #00164a;
	font-size: 0;
}

#breadcrumb LI {
	margin: 0;
	padding-left: 13px;
	display: inline-block;
	background: url(/wp-content/themes/informatorium/images/breadcrumb.gif) 0 20px no-repeat;
	font: 16px/50px MyriadRegular, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
}

#breadcrumb LI:first-child {
	padding: 0;
	background: none;
}	

#breadcrumb A:link, #breadcrumb A:visited {
	text-decoration: none;
	color: #fff;
}

#breadcrumb A:hover, #breadcrumb A:active {
	color: #00729E;
}

/* footer */ 
#footer-wrap {
	position: relative;
	margin-top: -104px;
	width: 100%;
	min-width: 940px;
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 940px;
	height: 104px;
	background-color:#c6efff ;
	position: relative;
}

#footer2 {
	margin: 0 auto;
	width: 940px;
	height: 152px;
	background: url(/wp-content/themes/informatorium/images/footer2.png) 0 0 no-repeat;
	position: relative;
}

#footer-logo {
	position: absolute;
	top: 20px;
	left: 17px;
	display: block;
	width: 98px;
	height: 52px;
	background: url(/wp-content/themes/informatorium/images/footer_logo.png) 0 0 no-repeat;
	outline: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#menu-bottommenu {
	position: absolute;
	left: 258px;
	top: 62px;
	font-size: 0px;
}


#menu-bottommenu LI {
	margin: 0;
	padding: 0 5px 0 4px;
	border-left: 1px solid #00164a;
	display: inline-block;
	color: #00164a;
	font: 10px/11px Arial, Helvetica, sans-serif;
}

/*#menu-bottommenu .first-item,*/ #menu-bottommenu LI:first-child {
	padding-left: 0;
	border: none;
}

#menu-bottommenu A:link, #menu-bottommenu A:visited, #menu-bottommenu SPAN {
	color: #00164a;
	text-decoration: none;
}

#menu-bottommenu A:hover, #menu-bottommenu A:active {
	color: #135a63;
}

#created-by {
	padding-left: 58px;
	display: block;
	position: absolute;
	top: 54px;
	right: 0;
	width: 120px;
	height: 27px;
	background: url(/wp-content/themes/informatorium/images/evista_logo.png) left center no-repeat;
}

#created-by P {
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
}

#created-by P, #created-by A:link, #created-by A:visited {
	font: bold 8px/13px Arial, Helvetica, sans-serif;
	color: #00164a;
	text-decoration: none;
	outline: none;
}

#created-by A:hover, #created-by A:active {
	color: #135a63;
}