/* általános rész */
html  {
height: 100%;
}

body {
margin: 0;
font-family: 'Open Sans', verdana;
font-size: 14px;
/* régi: color: #064F6A; */
color: #076183;
background: #fff;
text-align: center;
height: 100%;
}

/*ha mobilon a menü megjelenik ez a div szürke lepellel vonja be a többi tartalmat*/
div#lepel {
width: 100%;
height: 100%;
position: fixed;
z-index: 199;
background: #000;
opacity: 0.7;
display: none;
}



/*ez a tároló div, melyben a teljes oldal elhelyezkedik: */
div#alap {
width: 100%;
padding: 0;
min-height: 100%;
 -ms-overflow-x: hidden;
overflow-x: hidden;
}



/*az oldal vertikálisan az alábbi 4 div-ből épül fel: */
div#fejlec_kulso {
width: 100%;
margin: 0;
padding: 0;
background: #E7E7E7;
}

div#fejlec {
width: 90%;
min-height: 130px;
margin-left: auto;
margin-right: auto;
}

div#kozep {
width: 100%;
margin-left: auto;
margin-right: auto;
}

div#lablec {
width: 100%;
min-height: 170px;
background: #593324;
text-align: right;
padding-top: 10px;
}

#scrollup {
width: 60px;
height: 60px;
background: url(../i/nyil_fel.png) center no-repeat #fff;
position: fixed;
bottom: 50px;
right: 50px;
display: none;
border-radius: 5px;
border: 1px solid #ccc;
cursor: pointer;
-webkit-box-shadow: 0px 2px 8px #333;
-moz-box-shadow: 0px 2px 8x #333;
box-shadow: 0px 2px 8px #333;
}


/* ha a főmenü vízszintes, akkor a fejléc után, a közép div fölött helyezkedik el */
div#menu_1_h_kulso {
width: 100%;
background: #363636;
height: 50px;
padding-top: 1px;
margin-bottom: 20px;
}

div#menu_1_h {
width: 100%;
max-width: 960px;
margin-left: auto;
margin-right: auto;
}

div#menu_1_h a:link, div#menu_1_h a:visited, div#menu_1_h div.menu_fomenu {
display: block;
float: left;
min-height: 48px;
text-decoration: none;
font-variant: small-caps;
color: #ddd;
font-size: 10pt;
text-align: center;
background: #5d5d5d;
padding-top: 15px;
margin-right: 1px;
transition: background 0.2s, color 0.2s;
}

div#menu_1_h div.menu_fomenu {
cursor: default;
}

div#menu_1_h a.aktiv {
color: #fff;
text-decoration: none;
background: #1d1d1d;
transition: background 0.2s, color 0.2s;
}

div#menu_1_h div.menu_fomenu_aktiv {
display: block;
float: left;
height: 48px;
text-decoration: none;
font-variant: small-caps;
color: #fff;
font-size: 10pt;
text-align: center;
background: #1d1d1d;
padding-top: 15px;
margin-right: 1px;
transition: background 0.2s, color 0.2s;
}

div#menu_1_h div.menu_fomenu_aktiv {
cursor: default;
}

div#menu_1_h  ul  {
list-style-type: none;
padding: 0;
margin: 0;
}

div#menu_1_h  ul  li ul div.menu_fomenu_aktiv, div#menu_1_h  ul  li ul div.menu_fomenu {
width: 130px;
}

div#menu_1_h ul li ul {
display: none;
position: absolute;
margin-left: 0px;
margin-top: 14px;
z-index: 100;
}

div#menu_1_h ul li  ul a:link, div#menu_1_h ul li  ul a:visited  {
display: block;
width: 130px;
float: left;
height: 48px;
text-decoration: none;
font-variant: small-caps;
color: #fff;
font-size: 10pt;
text-align: center;
background: #918168;
padding-top: 15px;
margin-right: 1px;
transition: background 0.2s, color 0.2s;
}

div#menu_1_h ul li ul li ul a:link, div#menu_1_h ul li ul li ul a:visited  {
width: 130px;
}

div#menu_1_h ul li ul a.aktiv, div#menu_1_h ul li ul li ul a.aktiv  {
color: #fff;
text-decoration: none;
background: #3D2B1F;
transition: background 0.2s, color 0.2s;
}

div#menu_1_h ul li div.menu_fomenu ul li:first-of-type div.menu_fomenu,
div#menu_1_h ul li div.menu_fomenu_aktiv ul li:first-of-type div.menu_fomenu_aktiv,
div#menu_1_h ul li div.menu_fomenu_aktiv ul li:first-of-type div.menu_fomenu,
div#menu_1_h ul li div.menu_fomenu_aktiv ul li:first-of-type a,
div#menu_1_h ul li div.menu_fomenu ul li:first-of-type a{
background-image: url(../i/menupont_nyil_le.png);
background-position: 50px top;
background-repeat: no-repeat;
}

div#menu_1_h ul li div.menu_fomenu ul li ul.masodszintu_almenu  li a, div#menu_1_h ul li div.menu_fomenu_aktiv ul li ul.masodszintu_almenu  li a{
background-image: none;
}

div#menu_1_h ul li div.menu_fomenu ul li ul.masodszintu_almenu  li:first-of-type a, div#menu_1_h ul li div.menu_fomenu_aktiv ul li ul.masodszintu_almenu  li:first-of-type a  {
background-image: url(../i/menupont_nyil.png);
background-position: left center;
background-repeat: no-repeat;
} 

div#menu_1_h ul li div.menu_fomenu ul, div#menu_1_h ul li div.menu_fomenu_aktiv ul  {
padding-top: 2px;
}

div#menu_ikon {
display: none;
}

div#zaszlok {
height: 30px;
padding-top: 5px;
margin-bottom: -30px;
text-align: right;
/*position: relative;
left: 6%;*/
}

div#zaszlok img {
margin-left: 5px;
}

div#zaszlok a:link img, div#zaszlok a:visited img {
text-decoration: none;
border: 1px dotted #ccc;
} 

div#zaszlok a:hover img {
text-decoration: none;
border: 1px solid #f00;
} 


/*a közép div az alábbi 2 div-re (oszlopra) tagolódik: */
div#bal {
width: 0;
float: left;
margin-left: 20px;
padding-top: 28px;
display: none;
}

div#jobb {
width: 100%;
margin-left: auto;
margin-right: auto;
}



/*a bal div a függőleges menüt tartalmazza: */
div#menu_1_v{
width: 100%;
margin-bottom: 20px;
}

div#menu_1_v div.menu_1_v_felso {
}

div#menu_1_v div.menu_1_v_kozep {
}

div#menu_1_v div.menu_1_v_also {
}

div#menu_1_v a:link, div#menu_1_v a:visited, div#menu_1_v div.menu_fomenu {
display: block;
width: 100%;
height: 30px;
text-decoration: none;
font-variant: small-caps;
color: #4c8599;
font-size: 10pt;
text-align: center;
background: url(../i/gomb.png) center top no-repeat;
padding-top: 10px;
}

div#menu_1_v div.menu_fomenu {
cursor: default;
}

div#menu_1_v a.aktiv, div#menu_1_v a:hover, div#menu_1_v div.menu_fomenu:hover {
color: #003548;
background: url(../i/gomb.png) center bottom no-repeat;
}

div#menu_1_v div.menu_fomenu_aktiv {
display: block;
width: 100%;
height: 30px;
text-decoration: none;
font-variant: small-caps;
color: #003548;
font-size: 10pt;
text-align: center;
background: url(../i/gomb.png) center bottom no-repeat;
padding-top: 10px;
}

div#menu_1_v div.menu_fomenu_aktiv {
cursor: default;
}

div#menu_1_v  ul {
list-style-type: none;
padding: 0;
margin: 0;
}

div#menu_1_v ul li  ul {
display: none;
}

div#menu_1_v ul li:hover  ul {
display: block;
position: absolute;
margin-left: 130px;
margin-top: -23px;
z-index: 100;
}

div#menu_1_v ul li:hover  ul a:link, div#menu_1_v ul li:hover  ul a:visited  {
height: 22px;
width: 130px;
text-decoration: none;
font-variant: small-caps;
color: #4c8599;
font-size: 10pt;
text-align: center;
background: #EBEBEB;
border: 1px solid #ccc;
padding-top: 6px;
}

div#menu_1_v ul li:hover  ul a:hover, div#menu_1_v ul li:hover ul a.aktiv {
color: #003548;
background-image: none;
background: #F7F7F7;
}

/*a bal oldali blokk(ok)*/
/*az egyes blokkok az alábbi div-ben jelennek meg*/
div.bal_blokk {
width: 100%;
}

div.bal_blokk_felso {
width: 100%;
height: 35px;
padding-top: 5px;
background: url(../i/blokk_felso.png) top no-repeat;
}

div.bal_blokk_felso p {
position: relative;
top: -7px;
font-style: italic;
font-size: 12px;
color: #4c8599;
}

div.bal_blokk_kozep {
min-height: 50px;
background: url(../i/blokk_kozep.png) center repeat-y;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
font-size: 10pt;
color: #6F939D;
}

div.bal_blokk_kozep a:link, div.bal_blokk_kozep a:visited {
color: #4c8599;
}

div.bal_blokk_also {
width: 100%;
height: 30px;
background: url(../i/blokk_also.png) bottom no-repeat;
}



/*a jobb div az alábbi 2 div-et (oszlopot) tartalmazza: */
div#fo /*ez a bal oldali oszlop a jobb div-en belül*/ {
width: 100%;
}

div#jobb2 {
display: none;
}

img#logo_kep {
float: left;
}

/*a fo (azaz fő) div az alábbi divek-et tartalmazza vertikális elrendezésben: */
div#valtokep {
width: 100%;
height: 203px;
background: url(../i/valtokep_arnyek.png) center bottom no-repeat;
margin-bottom: 20px;
}

/*a slideshow div-ben dolgozik a váltókép javacript (cross-slide)*/
/*a slideshow div a valtokep div-be van beágyazva*/
div#slideshow {
width: 100%;
height: 190px;
}

/*ebben a div-ben jelenik meg az aktuális oldal tényleges tartalma: */
div#tartalom {
width: 100%;
margin-bottom: 40px;
margin-top: 40px;
text-align: justify;
/*background-color: rgba(255, 255, 255, 0.5);*/
padding-top: 2em;
 -webkit-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
}

div#tartalom a:link, div#tartalom a:visited {
color: #064F6A;
text-decoration: none;
}

div#tartalom a:hover {
text-decoration: underline;
}

div.tartalom_felso {
}

div.tartalom_kozep {
padding-bottom: 10px;
width: 100%;
font-size: 18px;
color: #7B4D46;
color: #B31F41;
color: #6F275C;
line-height: 150%;
min-height: 450px;
}

div.tartalom_kozep  img {
width: auto !important;
width: 100%; 
max-width: 100%;
}

div.tartalom_kozep p, div.tartalom_kozep ol, div.tartalom_kozep ul {
}

div.tartalom_kozep table#cikk_sorozat {
margin-left: 20px;
margin-right: 20px;
width: 90%;
}

div.tartalom_kozep table tr {
}


div.tartalom_kozep table td {
font-size: 12px;
color: #064F6A;
border-bottom: 1px dotted #ccc;
}

div.tartalom_kozep table#cikk_sorozat a.cikk_nev:link, div.tartalom_kozep table#cikk_sorozat a.cikk_nev:visited {
color: #064F6A;
font-weight: bold;
text-decoration: none;
}

div.tartalom_kozep table#cikk_sorozat a.cikk_nev_inaktiv:link, div.tartalom_kozep table#cikk_sorozat a.cikk_nev_inaktiv:visited {
color: #999;
font-weight: bold;
text-decoration: none;
}

div.tartalom_kozep table#cikk_sorozat a.cikk_nev:hover {
text-decoration: underline;
}

div#fejlec_belso {
float: right;
text-align: right;
}

h1 {
font-size: 24px;
font-weight: 600;
color: #000;
margin-top: 30px;
}

h1, h2 {
font-size: 24px;
margin-bottom: 30px;
font-weight: bold;
color: #9D6259;
color: #B31F41;
color: #6F275C;
}

div#fejlec_szoveg {
font-size: 10pt;
font-weight: normal;
color: #000;
line-height: 30%;
}

div#lablec_szoveg {
font-size: 12px;
font-weight: normal;
color: #2D6476;
line-height: 30%;
width: 100%;
max-width: 960px;
min-height: 100px;
margin-left: auto;
margin-right: auto;
background: url(../i/also_logo.png) left center no-repeat;
margin-top: 20px;
padding-top: 40px;
}

div#fejlec a:link, div#fejlec a:visited, div#lablec a:link, div#lablec a:visited {
text-decoration: none;
color: #2D6476;
}

div#fejlec a:hover, div#lablec a:hover  {
text-decoration: underline;
}

div.cikk, div.bejegyzes {
margin: 20px 20px 40px 20px;
border-bottom: 1px dotted #ccc;
padding-bottom: 20px;
}

div#cikk_oszlop_bal {
margin-left: 20px;
width: 210px;
float: left;
border-right: 1px dotted #ccc;
padding-right: 25px;
}

div#cikk_oszlop_jobb {
margin-right: 20px;
width: 210px;
float: right;
}

div.cikk_2_oszlopos {
border-bottom: 1px dotted #ccc;
padding-bottom: 10px;
text-align: left;
}

div.cikk_2_oszlopos h3 {
font-size: 95%;
text-align: left;
}

span.bejegyzes_szoveg {
font-style: italic;
}

span.vendeg_nev {
font-weight: bold;
}

span.bejegyzes_datum {
font-style: italic;
font-size: 10px;
}

h3 {
font-size: 22px;
color: #9D6259;
color: #B31F41;
color: #6F275C;
}

div.cikk_datum {
font-style: italic;
font-size: 10px;
}

div.cikk_tartalom {
margin-top: 20px;
}

div.cikk_tartalom p {
margin-left: 0;
}

div.bovebben {
text-align: right;
margin-top: 20px;
background: url(../i/nyil.png) right center no-repeat;
padding-right: 16px;
font-size: 12px;
}

div.vissza {
text-align: left;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
background: url(../i/nyil_vissza.png) left center no-repeat;
padding-left: 16px;
font-size: 12px;
}

p.sikeres {
color: #060;
}

p.sikertelen span {
color: #f00;
}

form#vendegkonyv_bejegyzes {
padding-bottom: 30px;
position: relative;
left: -20px;
}

div#lapozo {
text-align: center;
}

div#lapozo p {
color: #f00;
}

div.tartalom_also {
}

div#captcha {
margin-left: 20px;
}

div#submit_gomb {
width: 90%;
text-align: right;
}

/*a képgaléria típusú oldalakra vonatkozó rész*/
div.kep_ikonok {
padding: 20px;
}

div.ikon_sor {
}

div.ikon {
width: 110px;
padding-top: 5px;
float: left;
margin-right: 5px;
text-align: center;
/*border: 1px dotted #ccc;*/
padding-bottom: 15px;
min-height: 110px;
}

div.ikon  span.kepalairas {
font-size: 12px;
font-style: italic;
}

div.ikon  span.aktiv_kep_I {
color: #090;
font-size: 12px;
}

div.ikon  span.aktiv_kep_N {
color: #f00;
font-size: 12px;
}

a.ikon_hiv img {
border: 1px dotted #ccc;
margin-bottom: 10px;
}

a.ikon_hiv:hover img {
border: 1px solid #f00;
-webkit-box-shadow: 3px 3px 5px #777;
	-moz-box-shadow: 3px 3px 5px #777;
	box-shadow: 3px 3px 5px #777;
transition: border 0.5s, box-shadow 0.2s;
}

p.kepcsoport_leiras {
position: relative;
left: -15px;
}


/*a jobb2 oszlop tartalma:*/
/*az egyes blokkok az alábbi div-ben jelennek meg*/
div.jobb_blokk {
width: 100%;
background: #EBE8E2;
padding-top: 10px;
margin-top: 20px;
}

div.jobb_blokk_felso {
width: 100%;
height: 35px;
padding-top: 5px;
background: #EBE8E2;
}

div.jobb_blokk_felso p {
position: relative;
top: -7px;
font-size: 10pt;
color: #555;
font-weight: 600;
}

div.jobb_blokk_kozep {
min-height: 50px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
font-size: 8pt;
color: #333;
background: #EBE8E2;
}

div.jobb_blokk_also {
margin-bottom: 50px;
}

div.jobb_blokk_kozep a:link, div.jobb_blokk_kozep a:visited {
color: #4c8599;
}



/*A lábléc div:*/
div#lablec p {
font-size: 10pt;
color: #a3a3a3;
}

div#lablec p#powered_by {
font-style: italic;
font-size: 8px;
line-height: 100%;
color: #a3a3a3;
}

a#admin_hiv:link, a#admin_hiv:visited {
font-size: 10pt;
text-decoration: none;
color: #a3a3a3;
display: block;
margin-top: 10px;
}

div.clearer {
clear: both;
}

/*   A NAPTÁRRA VONATKOZÓ ADATOK   */
div.naptar_fejlec {
text-align: center;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
}

div.naptar_tartalom table {
margin-left: 15px;
}

div.naptar_tartalom table th {
text-align: center;
font-size: 10px;
font-weight: bold;
border-bottom: 1px solid #ccc;
}

div.naptar_tartalom table td {
text-align: center;
font-size: 10px;
}

div.popup {
border: 2px solid #076183;
z-index: 100;
}

div#full_screen {
margin-right: 20px;
}

small {
font-size: 8pt;
position: relative;
top: -6px;
}


/* CAROUSEL ADATOK */
div.container {
width: 100%;
margin-top: 1px; 
margin-bottom: 20px; 
padding: 0;
margin-left: 0;
position: relative;
}

div#myCarousel {
width: 100%;
margin: 0 0 40px 0; 
padding: 0;
border-bottom: 20px solid #2D1502;
}

div.carousel, div.slide {
width: 100%;
margin: 0; 
padding: 0;
}

div.carousel-inner {
width: 100%;
margin: 0; 
padding: 0;
}

div.item {
width: 100%;
margin: 0; 
padding: 0;
}

div.fill {
width: 100%; 
margin: 0; 
padding: 0;
}

img.helykitolto {
width: 100%; 
height: auto;
margin: 0; 
padding: 0;
visibility: hidden;
}

div.carousel-caption {
text-align: right;
width: 100%; 
background: url(../i/caption_hatter_belso.png) center repeat-y, url(../i/caption_hatter.png) repeat-x; 
margin: 0;
padding:0;
left:0;
right:0;
bottom:20px;
}

div.carousel-caption_belso {
text-align: right;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}

div.carousel-caption_belso p {
color: #555;
font-size: 14pt;
font-style: italic;
text-shadow: none;
position: absolute;
right: 0;
margin-top: 10px;
font-weight: bold;
font-family: 'Times new roman';
}

ol.carousel-indicators {
bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}

a.carousel-control.left, a.carousel-control.right {
background-image: none;
width: 5%;
}

/* telefon */
@media only screen and (max-width: 799px) {	
	body {
	background: #fff;
	}
	
	div#fejlec, div#fejlec_kulso {
	}
	
	div#fejlec {
	width: 100%;
	margin-bottom: 10vw;
	}
			
	div#menu_ikon {
	display: block;
	width: 44px;
	height: 44px;
	float: right;
	margin-right: 20px;
	margin-top: -5px;
	cursor: pointer;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	opacity: 1;
	background: url(../i/menu_ikon.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 12px;
	right: 0;
	}
	
	div#menu_ikon:hover {
	opacity: 1;
	}
	
	div#menu_ikon.menu_nyitva {
	background: url(../i/menu_ikon_bezar.png) center no-repeat;
	background-size: contain;
	z-index: 202;
	}
		
	div#menu_1_h a:link, div#menu_1_h a:visited, div#menu_1_h div.menu_fomenu, div#menu_1_h div.menu_fomenu_aktiv {
	width: 100%;
	margin-right: 0;
	border-bottom: 1px solid #ccc;
	}
	
	div#menu_1_h  ul  li ul div.menu_fomenu_aktiv, div#menu_1_h  ul  li ul div.menu_fomenu {
	width: 100%;
	color: #ddd;
	background: #797979;
	margin-right: 0;
	border-bottom: none;
	}

	div#menu_1_h ul div ul {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ccc;
	}

	div#menu_1_h ul li  ul a:link, div#menu_1_h ul li  ul a:visited  {
	width: 100%;
	color: #ddd;
	background: #797979;
	margin-right: 0;
	border-bottom: none;
	}

	div#menu_1_h ul li ul li ul a:link, div#menu_1_h ul li ul li ul a:visited  {
	width: 100%;
	background: #959595;
	}

	div#menu_1_h ul li ul a.aktiv, div#menu_1_h ul li ul li ul a.aktiv, div#menu_1_h  ul  li ul div.menu_fomenu_aktiv  {
	color: #fff;
	font-weight: bold;
	}
	
	div#menu_1_h ul li div.menu_fomenu ul li:first-of-type div.menu_fomenu,
	div#menu_1_h ul li div.menu_fomenu_aktiv ul li:first-of-type div.menu_fomenu_aktiv,
	div#menu_1_h ul li div.menu_fomenu_aktiv ul li:first-of-type div.menu_fomenu,
	div#menu_1_h ul li div.menu_fomenu_aktiv ul li:first-of-type a,
	div#menu_1_h ul li div.menu_fomenu ul li:first-of-type a{
	background-image: url(../i/menupont_nyil_le.png);
	background-position: 50% top;
	background-repeat: no-repeat;
	}

	div#menu_1_h ul li div.menu_fomenu ul li ul.masodszintu_almenu  li a, div#menu_1_h ul li div.menu_fomenu_aktiv ul li ul.masodszintu_almenu  li a{
	background-image: none;
	}

	div#menu_1_h ul li div.menu_fomenu ul li ul.masodszintu_almenu  li:first-of-type a, div#menu_1_h ul li div.menu_fomenu_aktiv ul li ul.masodszintu_almenu  li:first-of-type a  {
	background-image: url(../i/menupont_nyil_le.png);
	background-position: 50% top;
	background-repeat: no-repeat;
	} 

	div#menu_1_h ul li div.menu_fomenu ul, div#menu_1_h ul li div.menu_fomenu_aktiv ul  {
	padding-top: 0;
	}
	
	h2 {
	margin-top: 5px;
	text-align: left;
	}
	
	h3 {
	text-align: left;
	}
	
	div#lablec_szoveg {
	background: url(../i/also_logo.png) center top no-repeat;
	padding-top: 120px;
	padding-bottom: 30px;
	}
	
	div#lablec p {
	text-align: center;
	}
	
	div#fejlec_belso {
	float: none;
	text-align: center;
	padding-bottom: 5px;
	}

	h1 {
	font-size: 24px;
	font-weight: bold;
	color: #805252;
	color: #6F275C;
	margin-top: -65px;
	margin-bottom: 40px;
	}
	
	div#fejlec_szoveg {
	display: none;
	}
	
	div#menu_1_h_belso {
	display: none;
	position: absolute;
	top: 95px;
	z-index: 201;
	width: 100%;
	background: #fff;
	}
	
	div.container {
	display: none;
	}
	
	img#logo_kep {
	margin-top: 10px;
	width: 80px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	}
	
	div#zaszlok {
	margin-right: 20px;
	}
	
	div#fo  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}

	div#jobb2 {
	}
	
	div.tartalom_kozep  img {
	width: 100%; 
	}
	
	div.jobb_blokk {
	margin-top: 0;
	border-top: 1px solid #eee;
	padding-top: 20px;
	}

	div.jobb_blokk_felso p {
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	}

	div.jobb_blokk_also {
	margin-bottom: 0;
	}
	
	#scrollup {
	bottom: 5px;
	right: 5px;
	}
	
	div.tartalom_kozep p {
	font-size: 16px;
	text-align: left;
	}
}

/* tablet */
@media only screen and (min-width: 800px) {	
	body {
	background: #fff;
	}
	
	div#fejlec, div#fejlec_kulso {
	}

	div#menu_1_h_belso {
	width: 100%;
	}
	
	div#menu_1_h a:link, div#menu_1_h a:visited, div#menu_1_h div.menu_fomenu {
	width: 16.66%;
	margin-right: 0;
	}

	div#menu_1_h div.menu_fomenu_aktiv {
	width: 16.66%;
	margin-right: 0;
	}
	
	div#menu_1_h a ul li a:link, div#menu_1_h a ul li a:visited, div#menu_1_h a ul li div.menu_fomenu, div#menu_1_h a ul li div.menu_fomenu_aktiv {
	width: 100%;
	}
	
	div#menu_1_h ul li ul a:hover, div#menu_1_h ul li  ul li ul a:hover   {
	color: #fff;
	text-decoration: none;
	background: #1d1d1d;
	transition: background 0.2s, color 0.2s;
	}
	
	div#menu_1_h a:hover, div#menu_1_h div.menu_fomenu:hover {
	color: #fff;
	text-decoration: none;
	background: #1d1d1d;
	transition: background 0.2s, color 0.2s;
	}
	
	div#menu_1_h ul li  ul.masodszintu_almenu  {
	position: absolute;
	margin-left: 130px;
	margin-top: -36px;
	z-index: 100;
	padding-left: 1px;
	}
	
	img#logo_kep {
	width: 100px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	}
	
	h1 {
	font-size: 14px;
	}
	
	div#fejlec_szoveg {
	font-size: 8pt;
	line-height: 20%;
	}
	
	div#zaszlok {
	margin-right: 20px;
	}
	
	div.carousel-caption {
	}
	
	div.carousel-caption_belso p {
	font-size: 10pt;
	margin-right: 20px;
	margin-top: 7px;
	}
	
	div#fejlec_belso {
	margin-right: 20px;
	}
	
	div#lablec_szoveg {
	background: url(../i/also_logo.png) 20px center no-repeat;
	}
	
	div#lablec p {
	margin-right: 20px;
	}
	
	div#fo  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}

	div#jobb2 {
	}
	
	div.tartalom_kozep  img {
	width: 100%; 
	}
	
	div.jobb_blokk {
	margin-top: 0;
	border-top: 1px solid #eee;
	padding-top: 20px;
	}

	div.jobb_blokk_felso p {
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	}

	div.jobb_blokk_also {
	margin-bottom: 0;
	}
}

/* asztali gép kisméretű monitorral */
@media only screen and (min-width: 800px) {	
	body {
	margin: 0;
	font-family: 'Open Sans', verdana;
	font-size: 14px;
	/* régi: color: #064F6A; */
	color: #076183;
	background: #fff;
	text-align: center;
	}

	div#menu_1_h_belso {
	float: right;
	width: auto !important;
	min-width: 786px;
	}
	
	div#menu_1_h ul li:hover  ul {
	/*display: block;*/
	}

	div#menu_1_h ul li  ul.masodszintu_almenu  {
	display: none;
	position: absolute;
	margin-left: 130px;
	margin-top: -36px;
	z-index: 100;
	padding-left: 1px;
	}

	div#menu_1_h ul li ul li:hover  ul.masodszintu_almenu {
	/*display: block;*/
	}

	div#fejlec_szoveg {
	font-size: 10pt;
	line-height: 30%;
	margin-right: 0;
	}
	
	h1 {
	font-size: 24px;
	margin-right: 0;
	}
	
	div.carousel-caption {
	}
	
	div.carousel-caption_belso p {
	font-size: 11pt;
	margin-top: 10px;
	}
	
	img#logo_kep {
	width: auto;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	}
	
	div#menu_1_h a:link, div#menu_1_h a:visited, div#menu_1_h div.menu_fomenu, div#menu_1_h div.menu_fomenu_aktiv {
	margin-right: 1px;
	width: 130px;
	}
	
	div#menu_1_h a ul li a:link, div#menu_1_h a ul li a:visited, div#menu_1_h a ul li div.menu_fomenu, div#menu_1_h a ul li div.menu_fomenu_aktiv {
	width:  130px;
	}
		
	div#fo /*ez a bal oldali oszlop a jobb div-en belül*/ {
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	}

	div#jobb2 {
	}
	
	div.jobb_blokk {
	width: 100%;
	background: #EBE8E2;
	padding-top: 10px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px  #ccc;
	}

	div.jobb_blokk_felso {
	width: 100%;
	height: 35px;
	padding-top: 5px;
	background: #EBE8E2;
	}

	div.jobb_blokk_felso p {
	position: relative;
	top: -7px;
	font-size: 10pt;
	color: #555;
	font-weight: 600;
	}

	div.jobb_blokk_kozep {
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 8pt;
	color: #333;
	background: #EBE8E2;
	}

	div.jobb_blokk_also {
	margin-bottom: 50px;
	}
}

/* asztali gép közepes méretű monitorral */
@media only screen and (min-width: 1000px) {
	img#logo_kep {
	float: left;
	margin-left: 0;
	margin-top: 10px;
	}
	
	div#fejlec_belso {
	margin-right: 0;
	}
		
	div#lablec_szoveg {
	background: url(../i/also_logo.png) left center no-repeat;
	}
	
	div#lablec p {
	margin-right: 0;
	}
	
	div#zaszlok {
	margin-right: 0;
	}
	
	div#fo  {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}

	div#jobb2 {
	}
	
	div.carousel-caption_belso p {
	font-size: 14pt;
	}
}

/* asztali gép nagyméretű monitorral */
@media only screen and (min-width: 1200px) {
	div#zaszlok {
	position: relative;
	left: 6%;
	}
	
	div.carousel-caption_belso p {
	font-size: 16pt;
	margin-right: 0;
	}

	div#menu_1_h  ul  li ul div.menu_fomenu_aktiv, div#menu_1_h  ul  li ul div.menu_fomenu {
	width: 130px;
	}
	
	div#menu_1_h ul li ul li ul.masodszintu_almenu {
	margin-left: 130px;
	}

	div#menu_1_h ul li ul a:link, div#menu_1_h ul li ul a:visited  {
	width: 130px;
	}

	div#menu_1_h ul li ul li ul a:link, div#menu_1_h ul li ul li ul a:visited  {
	width: 130px;
	}
	
	div.tartalom_kozep {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
}
