/* ../css/01-superfish.css -> beolvasva */ 	
/* ../css/02-superfish-vertical.css -> beolvasva */ 	
/* ../css/lightbox.css -> beolvasva */ 	
/* ../css/style.css -> beolvasva */ 	
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			240px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding: 		4px 15px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	
	font-size:14px;
	text-transform:uppercase;
}
.sf-menu li {
	/*background:		#BDD2FF;*/
}
.sf-menu li li {
	/*background:		#AABDE6;*/
}
.sf-menu li li li {
	/*background:		#9AAEDB;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	color:			#29b2c9;
	font-size:14px;
	text-transform:uppercase;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-menu a.sf-with-ul2 {
	font-size:12px;
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	color:#FFF;
}

.sf-menu a.sf-with-ul2:focus, .sf-menu a.sf-with-ul2:hover, .sf-menu a.sf-with-ul2:active {
	background: #8bc5d7;
	color: #FFF;
	font-size:12px;
	text-transform:uppercase;
	outline:		0;
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	#29b2c9;	
	padding:4px 0px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
	
	
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	160px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}	
	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}	
	
html{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background:#ffffff;
	font-size:12px;
	background:url(../img/page-bg1.jpg) no-repeat top center;
	color:#454545;
}

h1{
	margin:0px;
	padding:0px;
	font-style:inherit;
	font-size:14px;
	font-weight:bold;
	color:#454545;
	text-transform:uppercase;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#29b2c9;
}

a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#29b2c9;
}

img{
	padding:0px;
	margin:0px;
}

#kapcsolat{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#585858;
}
#kapcsolat input{
	margin-top:10px;
	width:370px;
	height:30px;
	background:#FFF;
	border:1px solid #a2a2a2;
}
#kapcsolat textarea{
	width:590px;
	height:80px;
	background:#FFF;
	border:1px solid #a2a2a2;
}
#kapcsolat input[type="submit"]{
	border:none;
	background:url(/userfiles/image/bt-kuldes.jpg) no-repeat top left;
	width:91px;
	height:30px;
	cursor:pointer;
	padding:0px;
	margin:0px;
}

#kapcsolat input[type="checkbox"]{
	width:11px;
	height:11px;
	background:#FFF;
	border:1px solid #a2a2a2;
	margin:5px 0px 0px 0px;
	padding:0px;
}
#kapcsolat form{
	margin:0px;
	padding:0px;
}

#kapcsolat label.chk{
	display:block;
	width:175px;
	padding-left:10px;
	padding-top:5px;
	color:#585858;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#kapcsolat label.inp{
	width:218px;
	color:#585858;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:18px;
	text-transform:uppercase;
	display:block;
}

#kapcsolat .bigb{
	font-size:14px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#585858;
	text-transform:uppercase;
	font-weight:bold;
}

#kapcsolat .tppad20{
	padding-top:20px;
}

#kapcsolat .tppad40{
	padding-top:40px;
}

#kapcsolat .tppad5{
	padding-top:5px;
}

#kapcsolat .left{
	float:left;
}

#kapcsolat .right{
	float:right;
}

#kapcsolat .clear{
	clear:both;
}

.link1{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;	
	text-decoration:none;
	color:#FFF;
}

.link1:hover{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;	
	text-decoration:none;
	color:#82d2ec;
}

.kiemeltbox{
	float:left;
	border-right:1px solid #FFF;
	width:139px;
	height:227px;
	padding:25px;
	border-bottom:1px solid #FFF;
	background: url(../img/box-bg1.jpg) no-repeat #9b9999;
	color:#FFF;
	cursor:pointer;
}

.kiemeltbox2{
	float:left;
	border-right:1px solid #FFF;
	width:139px;
	height:227px;
	padding:25px;
	border-bottom:1px solid #FFF;
	background: url(../img/box-bg2.jpg) no-repeat #9b9999;
	color:#82d2ec;
	cursor:pointer;
}

.kiemeltbox3{
	float:left;
	border-right:1px solid #FFF;
	width:139px;
	height:227px;
	padding:25px;
	border-bottom:1px solid #FFF;
	background: #9b9999;
	color:#FFF;
	cursor:pointer;
}

.kiemeltbox-cim{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;	
	text-decoration:none;
}

.kiemeltbox-cim:hover{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;	
	text-decoration:none;	
}

.kiemeltbox-szoveg{
	padding-top:20px;
	height:165px;
	color:#FFF;
	min-height:140px;
}

ul#topnav {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}

ul#topnav li a {
	float: left;
	/*text-indent: -9999px; --Push text off of page--*/
}

ul#topnav li:hover a, ul#topnav li a:hover { color:#94a873; } /*--Hover State--*/

ul#topnav a.menu1{
	color:#185d73;
	padding:5px 10px;
	height:15px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 22px; left: -25px;
	z-index: 99999;
	background: url(/img/submenu-bg.jpg) top left no-repeat #ffffff;
	border-bottom:1px solid #a5b589;
	border-top:none;
	padding: 10px;
	float: left;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	float: left;
	width: 150px;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
	text-align:left;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 2px 2px 2px 15px;
	display: block;
	text-decoration: none;
	color: #000000;
	text-align:left;
}
ul#topnav .sub ul li a:hover {
	color: #94a873;
}

.current{
	color:#29b2c9;
	font-weight:bold;
}

.current2{
	background: #8bc5d7;
}

.ccolor{
	color:#000000;
}

.partnereink{	
	color:#29b2c9;
	font-size:14px;
}

.link2{
	font-weight:bold;
	color:#29b2c9;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}

.link2:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}

.signlogo{
	background:url(/img/sign-logo.jpg);
	width:92px;
	height:32px;
	display:block;
	text-indent:-9999px;
}

.signlogo:hover{
	background:url(/img/sign-logo.jpg) no-repeat scroll 0px -32px;
	width:92px;
	height:32px;
	display:block;
	text-indent:-9999px;
}

.link3{
	font-weight:bold;
	color:#454545;
	text-decoration:none;
	font-size:12px;
}

.link3:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	font-size:12px;
}

.iptelefon1{
	background:#d7d7d7;
	cursor:pointer;	
	width:196px;
	height:570px;
	float:left;
}

.iptelefon2{
	background:#eeeeee;
	cursor:pointer;	
	width:196px;
	height:570px;
	float:left;
}

.szin1{
	color:#3b0177;
	font-weight:bold;
	text-transform:uppercase;
}	
	

