<br />
<b>Warning</b>:  Trying to access array offset on value of type null in <b>/home/cihhu000/public_html/code/libs/global.php</b> on line <b>44</b><br />

.main_image  {
    width: 598px;
    height: 456px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.0em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(http://cih.hu/themes/global/images/icons/small/calendar.png) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.image_thumb  {
    float: left;
    width: 360px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #f0f0f0 url(nav_a.gif) repeat-x;
    width: 340px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
    list-style: none;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

#slideshowWrapper h2, #slideshowWrapper h1 {
	text-align: left;
	font-size: 3em;
	font-weight: normal;
	color: #fff;
	margin-top: 110px;
	margin-bottom: 0;
	border: none;
	text-transform: uppercase;
}

#slideshowWrapper p {
	margin-top: 0;
}

#slideshowWrapper li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#slideshowWrapper div.slideshow-content {
	padding: 10px;
}

.faq-item {
	border: solid 1px #DDDDDD;
	background-color: #EEEEEE;
}

.faq-description-open {
}

.faq-description-closed {
	height: 0px;
	overflow: hidden;
}

#gallery_images_sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#gallery_images_sortable li {
	margin: 3px 3px 3px 0;
	padding: 1px;
	float: left;
	width: 128px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	list-style: none;
}

table.gallery-list {
	width: 100%;
}

table.gallery-list td {
	padding: 5px;
	text-align: center;
	position: relative;
	border: 1px solid #eee;
}

table.gallery-list td:hover {
	background-color: #efefef;
}

table.gallery-lead {
	 width: 100%;
	 margin-bottom: 10px;
}

table.gallery-lead tr:hover {
	background-color: #f5f5f5;
}

table.gallery-lead td {
	padding: 5px;
}

table.gallery-lead td {
	vertical-align: top;
}

table.gallery-lead h2 {
	margin-top: 0px;
}


.label_editor_select_field {
	width: 100px;
}

.label_editor_text_field {
	width: 160px;
}

td.tree-sub {
	width: 16px;
	height: 22px;
	background: url(themes/global/images/icons/tree-sub.png) no-repeat;
}

td.tree-end {
	width: 16px;
	height: 22px;
	background: url(themes/global/images/icons/tree-end.png) no-repeat;
}

	

	div.article {
		border: solid 1px #EFEFEF;
		padding: 5px 10px;
		margin: 10px 0;
		overflow: auto;
	}
	
	a.article {
		font-size:18px;
		font-weight: bold;
		color: #000000
	}
	
	p.article {
		background-color: #fafafa;
		padding: 5px;
		text-align: justify;
		font-size: 12px;
		margin-left: 5px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	p.article_source {
		background-color: #ebebeb;
		padding: 5px;
		font-size: 12px;
		margin-left: 5px;
		margin-top: 2px;
		margin-bottom: 2px;
		text-align: left;
	}
	
	img.article {
		padding: 0px;
		margin-left: 10px;
		border: 1px solid #cccccc;
		float: right;
	}
	
	div.article_body {
		background-color: #F5F5F5;
		padding: 5px;
		margin-top: 10px;
		margin-bottom: 10px;'
	}


	#related_content {
		overflow: auto;
		height: 0px;
		display: none;
	}
	
	#related_search_results {
		overflow: scroll;
		height: 0px;
		display: none;
	}
	
	div.sharepanel {
		height: 20px;
	}
	
	div.blog_body img {
		margin: 5px 5px 5px 0px;
	}
	
	img.mini_card {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	div.mini_card {
		background-color: #EEEEEE;
		border: 1px solid #BBBBBB;
		padding: 5px;
		overflow: auto;
	}
	
	li.related_content {
		font-size: 10px;
	}
	
	
	a.linker:link {
		color: #939393;
		text-decoration: none;
		font-size: 12px;
		
	}
	
	a.linker:visited {
		color: #939393;
		text-decoration: none;
		font-size: 12px;
		
	}
	
	a.linker:hover {
		text-decoration: underline;
	}
	
	a.linker:active {
		color: #939393;
		text-decoration: none;
		font-size: 12px;
		
	}
	
	div.normal_font_weight .linker {
		font-weight: normal;
	}


/* Datepicker (Menubar)
----------------------------------*/
td.event_on_day a:hover { color:white; background: #5959FF; font-size: 1em; text-align: center; font-weight: bold; }
td.event_datepicker_cell_hide { position:absolute; visibility: collapse; height: 0em; }
td.event_current_day, table.ui-datepicker-calendar tbody  td.event_current_day span { background: #E6E600; color: black; } 

#menubar-datepicker {
	margin-bottom: 5px;
}
#menubar-datepicker .ui-datepicker { width: 140px; padding: .2em .2em 0; }
#menubar-datepicker .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
#menubar-datepicker .ui-datepicker .ui-datepicker-prev, #menubar-datepicker .ui-datepicker .ui-datepicker-next { position:absolute; top: 5px; width: 1em; height: 1em; }
#menubar-datepicker .ui-datepicker .ui-datepicker-prev-hover, #menubar-datepicker .ui-datepicker .ui-datepicker-next-hover { top: 4px; }
#menubar-datepicker .ui-datepicker .ui-datepicker-prev { left:2px; }
#menubar-datepicker .ui-datepicker .ui-datepicker-next { right:2px; }
#menubar-datepicker .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
#menubar-datepicker .ui-datepicker .ui-datepicker-next-hover { right:1px; }
#menubar-datepicker .ui-datepicker .ui-datepicker-prev span, #menubar-datepicker .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
#menubar-datepicker .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-size: .5em;}
#menubar-datepicker .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
#menubar-datepicker .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
#menubar-datepicker .ui-datepicker select.ui-datepicker-month, #menubar-datepicker .ui-datepicker select.ui-datepicker-year { width: 49%;}
#menubar-datepicker .ui-datepicker table {width: 100%; font-size: .5em; border-collapse: collapse; margin:0 0 .4em; }
#menubar-datepicker .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
#menubar-datepicker .ui-datepicker td { border: 0; padding: 1px; }
#menubar-datepicker .ui-datepicker td span, #menubar-datepicker .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
#menubar-datepicker .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
#menubar-datepicker .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
#menubar-datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
#menubar-datepicker .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Datepicker (Header Month Menu)
----------------------------------*/
#events_month_datepicker .ui-datepicker { width: 98.6%; padding: .2em .2em 0; border:0px; }
#events_month_datepicker .ui-datepicker .ui-datepicker-header { position:relative; padding:0 0; visibility:collapse; }
#events_month_datepicker .ui-datepicker .ui-datepicker-prev, #events_month_datepicker .ui-datepicker .ui-datepicker-next { position:absolute; top: 5px; width: 1em; height: 1em; }
#events_month_datepicker .ui-datepicker .ui-datepicker-prev-hover, #events_month_datepicker .ui-datepicker .ui-datepicker-next-hover { top: 4px; }
#events_month_datepicker .ui-datepicker .ui-datepicker-prev { left:2px; }
#events_month_datepicker .ui-datepicker .ui-datepicker-next { right:2px; }
#events_month_datepicker .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
#events_month_datepicker .ui-datepicker .ui-datepicker-next-hover { right:1px; }
#events_month_datepicker .ui-datepicker .ui-datepicker-prev span, #events_month_datepicker .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
#events_month_datepicker .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 0; text-align: center; font-size: .5em;}
#events_month_datepicker .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
#events_month_datepicker .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
#events_month_datepicker .ui-datepicker select.ui-datepicker-month, #events_month_datepicker .ui-datepicker select.ui-datepicker-year { width: 49%;}
#events_month_datepicker .ui-datepicker table {width: 100%; font-size: 2em; border-collapse: collapse; margin:0 0 .4em; }
#events_month_datepicker .ui-datepicker th { width: 14%; padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
#events_month_datepicker .ui-datepicker td { border: 0; padding: 1px; }
#events_month_datepicker .ui-datepicker td span, #events_month_datepicker .ui-datepicker td a { height: 50px; display: block; padding: .2em; text-align: right; text-decoration: none;}
#events_month_datepicker .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
#events_month_datepicker .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
#events_month_datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
#events_month_datepicker .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Datepicker (Header Year Menu)
----------------------------------*/
#events_year_datepicker .ui-datepicker { width: 200px; padding: .2em .2em 0; }
#events_year_datepicker .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0;}
#events_year_datepicker .ui-datepicker .ui-datepicker-prev, #events_year_datepicker .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
#events_year_datepicker .ui-datepicker .ui-datepicker-prev-hover, #events_year_datepicker .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
#events_year_datepicker .ui-datepicker .ui-datepicker-prev { left:2px; }
#events_year_datepicker .ui-datepicker .ui-datepicker-next { right:2px; }
#events_year_datepicker .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
#events_year_datepicker .ui-datepicker .ui-datepicker-next-hover { right:1px; }
#events_year_datepicker .ui-datepicker .ui-datepicker-year {visibility: hidden; }
#events_year_datepicker .ui-datepicker .ui-datepicker-prev span, #events_year_datepicker .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
#events_year_datepicker .ui-datepicker .ui-datepicker-title { position:relative; left: -.9em; width: 100%; line-height: 1.8em; text-align: center; }
#events_year_datepicker .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
#events_year_datepicker .ui-datepicker select.ui-datepicker-month-year {width: 100%; }
#events_year_datepicker .ui-datepicker select.ui-datepicker-month { width: 100%; } 
#events_year_datepicker .ui-datepicker select.ui-datepicker-year { width: 0%; }
#events_year_datepicker .ui-datepicker table {width: 100%; font-size: .87em; border-collapse: collapse; margin:0 0 .4em; }
#events_year_datepicker .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
#events_year_datepicker .ui-datepicker td { border: 0; padding: 1px; }
#events_year_datepicker .ui-datepicker td span, #events_year_datepicker .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
#events_year_datepicker .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
#events_year_datepicker .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
#events_year_datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
#events_year_datepicker .ui-datepicker-group {width: 100px;}
#events_year_datepicker .ui-datepicker.ui-datepicker-multi { width:100%;}
#events_year_datepicker .ui-datepicker-multi .ui-datepicker-group { float:left; width:100%;}
#events_year_datepicker .ui-datepicker-multi .ui-datepicker-group table { width:100%; margin:0 auto .4em; }
#events_year_datepicker .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
#events_year_datepicker .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
#events_year_datepicker .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
#events_year_datepicker .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
#events_year_datepicker .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
#events_year_datepicker .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
#events_year_datepicker .ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
#events_year_datepicker .ui-datepicker-rtl { direction: rtl; }
#events_year_datepicker .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
#events_year_datepicker .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
#events_year_datepicker .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
#events_year_datepicker .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
#events_year_datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
#events_year_datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
#events_year_datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
#events_year_datepicker .ui-datepicker-rtl .ui-datepicker-group { float:right; width: 100px; }
#events_year_datepicker .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
#events_year_datepicker .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
#events_year_datepicker .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Datepicker (Header Week Menu)
----------------------------------*/
#events_week_datepicker .ui-datepicker { border:0px; width: 98.6%; padding: .2em .2em 0; }
#events_week_datepicker .ui-datepicker .ui-datepicker-header { position:relative; padding:0 0; visibility:collapse; }
#events_week_datepicker .ui-datepicker .ui-datepicker-prev, #events_week_datepicker .ui-datepicker .ui-datepicker-next { position:absolute; top: 5px; width: 1em; height: 1em; }
#events_week_datepicker .ui-datepicker .ui-datepicker-prev-hover, #events_week_datepicker .ui-datepicker .ui-datepicker-next-hover { top: 4px; }
#events_week_datepicker .ui-datepicker .ui-datepicker-prev { left:2px; }
#events_week_datepicker .ui-datepicker .ui-datepicker-next { right:2px; }
#events_week_datepicker .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
#events_week_datepicker .ui-datepicker .ui-datepicker-next-hover { right:1px; }
#events_week_datepicker .ui-datepicker .ui-datepicker-prev span, #events_week_datepicker .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
#events_week_datepicker .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 0; text-align: center; font-size: .5em;}
#events_week_datepicker .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
#events_week_datepicker .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
#events_week_datepicker .ui-datepicker select.ui-datepicker-month, #events_week_datepicker .ui-datepicker select.ui-datepicker-year { width: 49%;}
#events_week_datepicker .ui-datepicker table {width: 100%; font-size: 2em; border-collapse: collapse; margin:0 0 .4em; }
#events_week_datepicker .ui-datepicker th { width: 14%; padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
#events_week_datepicker .ui-datepicker td { border: 0; padding: 1px; }
#events_week_datepicker .ui-datepicker td span, #events_week_datepicker .ui-datepicker td a { height: 50px; display: block; padding: .2em; text-align: right; text-decoration: none;}
#events_week_datepicker .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
#events_week_datepicker .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
#events_week_datepicker .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
#events_week_datepicker .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

#events_pager p {
	text-align: center;
}

#events_pager {
	width: 100%;
}

#events_view_back p {
	position:relative;
	left:500px;
}

#events_datetime_menubar_left p {
	position:relative;
	left:20px;
	line-height:100%;
}

#events_datetime_menubar_center p {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	line-height:100%;
}

#events_datetime_menubar_right p {
	position:relative;
	right:-20px;
	line-height:100%;
}

#events_archiv_links p {
	line-height:0%;
}


td.contact {
	padding-right:5px;
	text-align:right;
	width:20%;
}


#form_legend {
	margin:0px 10px 0px 10px;
}
#form_legend_align {
	margin-top:10px;
	margin-bottom:10px;
}

a.a_banner:link, a.a_banner:visited {
	position: relative;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

a.a_banner:link div {
	position: absolute;
	display: none;
	left: 25px;
	top: 25px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #ffffff;
	z-index: 0;
}

a.a_banner:visited div {
	position: absolute;
	display: none;
	left: 25px;
	top: 25px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #ffffff;
	z-index: 0;
}

a.a_banner:hover div {
	display: block;
	background-color: #ffffff;
	z-index: 1000;
}

a.a_banner:active div {
	position: absolute;
	display: none;
	left: 25px;
	top: 25px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #ffffff;
	z-index: 0;
}


	.selectable_banner_rows:hover {
		background: red;
	}


	td.login_right {
		text-align: right;
	}
	
	td.login_center {
		text-align: center;
	}
	
	form#login_form {
		height: 390px;
	}
	

	div.admin_panel {
		border: solid 1px #ccc;
		background: #efefef;
		padding: 4px;
		margin: 5px 0;
	}
	
	div.admin_panel a {
		margin: 2px 0;
		padding: 3px;
	}
	
	div.admin_panel a.linker img {
		opacity: 0.6;
	}
	
	div.admin_panel a.linker img:hover {
		opacity: 1;
		text-decoration: none;
	}

	td.static_list {
		background-color: #DDDDDD;
		font-weight: bold;
		text-align: center;
	}
	
	td.static_lang_global {
		text-align: center;
		background-color: #FF0000;
	}
	
	td.static_lang {
		text-align: center;
	}
	
	td.revisions {
		border-bottom: solid 1px #CCC;
	}
	
	td.revisions_right {
		border-bottom: solid 1px #CCC;
		text-align: right;
	}
	
	div.links {
		border: 1px solid #dddddd;
		padding: 0px 15px 15px 15px;
	}
	
	div.links a.linker img {
		opacity: 0.6;
	}
	
	div.links a.linker img:hover {
		opacity: 1;
		text-decoration: none;
	}
	
	div.link {
		background-color: #ebebeb;
		padding: 2px;
		padding-left: 10px;
		margin-top: 5px;
	}
	
	div.link_desc {
		padding: 2px;
		padding-left: 20px;
		background-color: #fafafa;
	}
	
	div.collapsible {
		padding: 0px;
		margin: 0px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	table.admin {
		width: 100%;
		border: 1px solid #ccc;
	}
	
	table.admin th {
		background-color: #ddd;
		padding: 1px 5px;
	}
	

table.ingatlanok {
	clear: both;
	width: 750px;
	padding: 0;
	margin: 0;
}

table.ingatlanok td {
	background: url(themes/global/images/list-bg.jpg) repeat-x;
	text-align: center;
	color: #0a4c80;
	vertical-align: top;
	width: 20%;
	border-right: 10px solid #fff;
	border-top: 10px solid #fff;
	padding: 0;
}

table.ingatlanok td h1 {
	background: none;
	text-align: center;
	margin: 5px 0;
	padding: 0;
}

table.ingatlanok td img {
	margin-bottom: 5px;
}

table.ingatlanok a {
	display: block;
	margin: 3px;
}

table.ingatlanok td div {
	clear: both;
	margin-bottom: 5px;
}

a:link.portfolio {
	color: #939393;
	display: inline-block;
	font-weight: normal;
}
a:visited.portfolio {
	color: #939393;
	display: inline-block;
	font-weight: normal;
}
a:hover.portfolio {
	color: #9ec9ee;
	font-weight: normal;
	text-decoration: none;
}
a:active.portfolio {
	color: #939393;
	text-decoration: none;
	font-weight: normal;
}

ul.portfolio {
	margin-top: 20px;
	padding-left: 0;
}

ul.portfolio li {
	margin: 5px 0;
}



div.adatlap {
	border-top: 2px dotted #bbb;
}

div.adatlap div.leadpic {
	float: right;
	margin: 5px;
}

div.adatlap div.gomb {
    background: none repeat scroll 0 0 #9EC9EE;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11pt;
    font-variant: small-caps;
    height: 50px;
    line-height: 49px;
    margin: 20px;
    text-align: center;
    vertical-align: top;
    width: 200px;
}

div.gomb a {
	color: #2361A1;
}

div.adatlap p.pictures {
	font-weight: bold;
	clear: both;
}

div.menu {
	width: 100%;
	height: 55px;
	}

div.menu a {
	color: #9EC9EE;
    font-size: 11pt;
    font-variant: small-caps;
    font-weight: normal;
    text-decoration: none;
	display: inline-block;
	margin-top: 19px;
	margin-right: 25px;
}

div.menu .selected {
	background-color: #999;
	color: #fff;
	padding: 1px 20px;
	border-radius: 1px;
}

div.felso_blokk {
	height: 470px;
	overflow: hidden;
	border-top: 2px dotted #bbb;
	padding-top: 30px;
}

table.szintek {
	width: 100%;
	text-align: left;
}


table.szintek th {
	font-weight: normal;
	color: #9ec9ee;
	background: none;
}

table.tovabbi {
	width: 100%;
	background: #f4f1f0;
	color: #fff;
	margin: 10px 0;
}

table.tovabbi td {
	width: 33%;
	padding: 0 5px;
}

table.tovabbi td a.linker {
	font-weight: normal;
}

table.tovabbi th {
	background: #f4f1f0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	color: #2361A1;
	font-weight: bold;
}

td.floor input {
	width: 100px;
}

div.irodahazadatai {
    display: inline-block;
    width: 400px;
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
}

td.jobb {
	vertical-align: top;
}

td.irodahazadatai {
	border-right: 2px dotted #BBBBBB;
	vertical-align: top;
}

div.irodahazleiras {
	border-top: 2px dotted #bbb;
	border-bottom: 2px dotted #bbb;
	clear: both;
	padding: 10px 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.szintek {
	width: 470px;
	display: inline-block;
	margin-left: 20px;
}

div.vizszintes {
	
}


div.welcome_also {
	width: 906px;
	border-top: 2px dotted #bbb;
	margin-top: 20px;
	padding-top: 10px;
}

div.allas {
	float: left;
	display: inline-block;
	width: 235px;
	border-right: 2px dotted #bbb;
	padding-right: 20px;
}

div.welcome_also h2 {
	color: #939393;
}

div.welcome_also p {
	text-align: left;
}

div.hirek {
	float: left;
	display: inline-block;
	width: 430px;
	border-right: 2px dotted #bbb;
	padding: 0 20px;
}

div.kapcsolat {
    color: #9EC9EE;
    display: inline-block;
    float: left;
    padding-left: 20px;
    width: 155px;
}

div.kapcsolat p {
	letter-spacing: -1px;
}

div.kapcsolat h2 {
	color: #9ec9ee;
}

div.tovabbi a {
	color: #000;
}

div.tovabbi {
	
}


span.functions {
	float: right;
	line-height: 55px;
}

span.functions a {
	margin: 0;
}

span.functions img {
	vertical-align: text-bottom;
}

span.functions form {
	display: inline-block;
}

span.functions .gsubmit {
	border: none;
	background: #ebebeb;
	height: 20px;
	color: #939393;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
}


h2.hirek, h3.hirek {
	font-size: 12px;
	font-weight: bold;
	color: #939393;
	text-transform: none;
}