/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, bdo, big, br, cite, code, dfn, em, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align: middle;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	line-height: 150%;
	font-size: 1.3em;
	color: #000;
	background: #fff;
}
a { text-decoration: none; outline: none; color: #fff; }
a:hover { text-decoration: none; outline: none; color: #fff; }
a:focus { text-decoration: none; outline: none; color: #fff; }

p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

/* list */
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	padding: 1em 0 1em;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/************************************************************************************
HEADER
*************************************************************************************/
header {
	padding: 1%;
	margin-bottom: 5px;
	background: #000;
	overflow: auto;
	color: #fff;
}
/* site logo */
.site_logo {
	float: left;
	font-size: 2em;
	line-height: 1.4em;
}
.site_logo a {
	text-decoration: none;
}
#call {
	display: none;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
/* header contact */
.headcontact {
	float: right;
	font-size: 1.5em;
	line-height: 1.2em;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main_nav {
	vertical-align: top;
	display: inline-block;
	width: 30%;
	height: 375px;
	padding: 1%;
	z-index: 3000;
	margin-bottom: 1.6%;
}
#main_nav ul {
	position: relative;
	width: 100%;
}
#main_nav ul li {
	margin-bottom: 10px;
}
#main_nav ul li a {
	display: block;
	padding: 8.4% 0%;
	font-size: 1.3em;
	text-align: center;
	color: #000;
}
#main_nav ul li ul {
	display: none;
	z-index: 2001;
}
#main_nav ul li:hover ul { display: block; }

#main_nav ul li ul li {
	margin-bottom: 0;
	border-top: 1px solid #fff;
}

#aktualis {
	text-transform: uppercase;
}

/************************************************************************************
MAIN IMAGE
*************************************************************************************/
#main_image_wrap {
	vertical-align: top;
	display: inline-block;
	width: 65%;
	padding: 1% 0;
}
#main_image {
	width: 100%;
}

/************************************************************************************
SUB NAVIGATION
*************************************************************************************/
#sub_nav {
	width: 100%;
	height: 30px;
}
#sub_nav ul {
	width: 100%;
	position: absolute;
	z-index: 1000;
}
#sub_nav ul li {
	float: left;
	list-style: none;
	height: 30px;
	width: 16.667%;
}
#sub_nav ul li a {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 180%;
	font-size: 1.3em;
	color: #000;
}
#sub_nav ul li ul {
	overflow: auto;
	width: 16.667%;
	display: none;
}
#sub_nav ul li:hover ul { display: block; }

#sub_nav ul li ul li {
	width: 100%;
}
#sub_nav ul li ul li a {
	height: 100%;
	padding-left: 10%;
	display: block;
	text-align: left;
}

/************************************************************************************
CONTENT
*************************************************************************************/

#sub_content {
	min-height: 600px;
	background: #fff;
	padding: 10px 15px;
}
.cim {
	margin: 20px;
}
.szoveg {
	display: inline-block;
	padding: 15px;
}
/* Szolgáltatások */
.szolg_list, .szolg_items {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
#scroll-pane {
	position: relative;
	max-height: 400px;
}
.szolg_list ul li {
	font-size: 1.1em;
	line-height: 125%;
	margin: 2px auto;
}
.szolg_list ul li a {
	display: block;
	color: #000;
	padding: 7px; 
}
.szolg_items {
	width: 70%;
	float: right;
	margin-top: 0px;
}
.szolg_items ul li {
	margin-bottom: 20px;
}
.szolg_items ul li div {
	vertical-align: top;
	display: inline-block;
	width: 48%;
	padding: 5%;
}
.szolg_items ul li div ul li{
	list-style: disc;
	margin-bottom: 0.5%;
	margin-left: 1%;
}
.szolg_items ul li div h1 {
	padding: 0em 0em 0.7em;
}
.szolg_items ul li a {
	display: block;
}
.szolg_items ul li a img {
	display: block;
	margin: 0 auto;
}
/**/


/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
}
#footer a {
	color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
STYLES
*************************************************************************************/
/* colors */
#ceges, .ceges li, .ceges_bg { background: #12D8D8; }
.ceges { color: #12D8D8; }
#ceges:hover, .ceges li:hover, .ceges_bg:hover { background: #39EEEE; }
#zsurok, .zsurok li, .zsurok_bg { background: #FFE513; }
.zsurok { color: #FFE513; }
#zsurok a { color: #000; }
.zsurok li a { color: #000; }
#zsurok:hover, .zsurok li:hover, .zsurok_bg:hover { background: #FFEE51; }
#eskuvo, .eskuvo li, .eskuvo_bg { background: #E86AA2; }
.eskuvo { color: #E86AA2; }
#eskuvo:hover, .eskuvo li:hover { background: #EE91BB; }
#main_menu, .main_menu li, .main_menu_bg { background: #BEF253; }
.main_menu { color: #BEF253; }
.main_menu li { color: #BEF253; }
#main_menu:hover, .main_menu li:hover, .main_menu_bg:hover { background: #D2F589; }
#aktualis, .aktualis li, .aktualis_bg { background: #BEF253; }
.aktualis { color: #BEF253; }
.aktualis li { color: #BEF253; }
#aktualis:hover, .aktualis li:hover, .aktualis_bg:hover { background: #D2F589; }
/**/

.rounded {
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.shadow, .main_nav_shadow{
	/* box shadow */
	-webkit-box-shadow: 0 0.2em 0.2em rgba(0,0,0,.4);
	-moz-box-shadow: 0 0.2em 0.2em rgba(0,0,0,.4);
	box-shadow: 0 0.2em 0.2em rgba(0,0,0,.4);
}
.opacity {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.disclist li {
	margin-left: 15px;
	list-style: disc;
}

/************************************************************************************
BOOTSTRAP TOOLS
*************************************************************************************/
.affix {
    top: 0;
}
#sub_nav.affix {
	left: 0px;
	right: 0px;
}
.szolg_list.affix {
	top: 40px;
	width: 24.4%;
}








