body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #6d6d6d;
}

input,
select {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 12px;
}

a {
	color: #6d6d6d;
}

a:hover {
	color: #000000;
}

#container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	margin-bottom: 20px;
}

#logo {
	width: 198px;
	float: left;
	padding-left: 2px;
}

#logo img {
	display: block;
}

#topRight {
	float: left;
	width: 800px;	
	height: 100px;
	position: relative;
	overflow: hidden;
}

#topRight .actionBar {
	margin-top: 15px;
	clear: both;
	float: right;
	width: 500px;
	text-align: right;
}

#topRight #langBar {
	text-align: right;
	padding-bottom: 12px;
	color: #43c3f0;
}

#topRight #langBar a {
	color: #43c3f0;
	text-decoration: none;
}

#topRight #langBar a:hover {
	color: #000;
	text-decoration: underline;
}

#topRight .slogen {
	clear: both;
	text-align: right;
	overflow: hidden;
	padding-top: 10px;
}

#facebook {
	background-image: url(../img/icon_facebook.png);
	width: 71px;
	height: 23px;
	display: block;
	position: absolute;
	top: 9px;
	right: 305px;
}

#buttonBejelentkezes,
#buttonKijelentkezes,
#buttonRegisztracio,
#buttonAdatmodositas {
	display: block;
	float: left;
	font-weight: bold;
	width: 100px;
	height: 16px;
	padding-top: 4px;
	border: 1px dotted #c1e3e6;
	text-align: center;
	color: #8c8c8c;
	line-height: 12px;
	text-decoration: none;
}

#buttonRegisztracio {
	width: 100px;
	margin-left: 4px;
}

#buttonBejelentkezes {
	margin-left: 100px;
}

#buttonAdatmodositas {
	margin-left: 95px;
	width: 105px;
	border-color: #85c672;
	color: #61a538;
}

#buttonKijelentkezes {
	margin-left: 4px;
	border-color: #85c672;
	color: #61a538;
}

#buttonBejelentkezes:hover,
#buttonRegisztracio:hover {
	color: #43c3f0;
}

#searchKeyword {
	height: 17px;
	padding: 3px 6px 0px 6px;
	width: 144px;
	border: 1px solid #ccc;
	float: left;
	margin-left: 10px;
	color: #666;
}

#buttonKereses {
	display: block;
	width: 22px;
	float: left;	
	background-color: #f8f8f8;
	border: 0px;
	color: #8c8c8c;
	margin-left: 2px;
	height: 22px;
	font-size: 12px;
	background-image: url(../img/icon_kereses.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#buttonKereses:hover {
	background-image: url(../img/icon_kereses-on.png);
}

#topMenu {
	clear: both;
	background-color: #ccf1fe;
	overflow: hidden;
	padding: 15px 0px 0px 10px;
	height: 75px;
	background-image: url(../img/background_menu.png);
	background-repeat: no-repeat;
}

#topMenu ul {
	background-image: url(../img/temp_header.png);
	background-repeat: no-repeat;
	width: 905px;
	height: 71px;
	float: left;
	padding-left: 5px;
}

#topMenu ul li {
	height: 67px;
	float: left;
	margin-right: 7px;
	width: 174px;
}

#topMenu ul li a {
	display: block;
	height: 67px;
	width: 174px;
	line-height: 14px;
	cursor: pointer;
}
/*
#topMenu ul li a:hover {
	display: block;
	height: 67px;
	width: 174px;
	cursor: pointer;
	background-image: url(../img/temp_menuhover.jpg);
	background-repeat: no-repeat;
	background-position: -5px -14px;
}*/

#topMenu ul li a span {
	display: none;
}

#topMenu div {
	display: none;
}

#topMenu ul li ul { 
	background: none;
	height: auto;
	width: 172px;
	background-color: #ffffff;
	padding: 3px 0px 5px 10px;
} 

#topMenu ul li ul li {
	float: none;
	height: 25px;
	padding: 12px 0px 0px 35px;
	width: 125px;
	/*background-image: url(../img/background_menuitem.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

#topMenu ul li ul li.first {
	/*background-image: url(../img/background_menuitemf.png);*/
}

#topMenu ul li.mega div {
	position: absolute; 
	z-index: 1000;
	width: 180px;
	margin: -69px 0px 0px -5px;
	padding: 0px 7px 2px 0px;
	/*background-color: #d4bc81;*/
}

#topMenu ul li.mega div ul {
	border: 1px solid #d3c18c;
	border-right: 5px solid #d3c18c;
	border-bottom: 5px solid #d3c18c;
}

#topMenu ul li.mega div a {
	color: #d0bb82;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	height: auto;
}


#topMenu ul li.mega div.red {
}

#topMenu ul li.mega div.red ul {
	border: 1px solid #e64945;
	border-right: 6px solid #e64945;
	border-bottom: 5px solid #e64945;
	width: 162px;
	margin-left: 8px;
}

#topMenu ul li.mega div.red a {
	color: #de5f68;
	font-weight: bold;	
}


#topMenu ul li.mega div.blue {
}

#topMenu ul li.mega div.blue ul {
	border: 1px solid #347182;
	border-right: 9px solid #347182;
	border-bottom: 7px solid #347182;
	width: 162px;
	margin-left: 7px;	
}

#topMenu ul li.mega div.blue a {
	color: #367e8a;
	font-weight: bold;	
}


#topMenu ul li.mega div.brown {
}

#topMenu ul li.mega div.brown ul {
	border: 1px solid #ab9566;
	border-right: 6px solid #ab9566;
	border-bottom: 5px solid #ab9566;
	width: 160px;
	margin-left: 8px;	
}

#topMenu ul li.mega div.brown a {
	color: #aa9b61;
	font-weight: bold;
}


#topMenu ul li.mega div.green {
}

#topMenu ul li.mega div.green ul {
	border: 1px solid #6dad44;
	border-right: 7px solid #6dad44;
	border-bottom: 5px solid #6dad44;
	width: 160px;
	margin-left: 7px;	
}

#topMenu ul li.mega div.green a {
	color: #6dad44;
	font-weight: bold;
}


#topMenu ul li.hovering div { 
	display: block; 
} 

#topMenu ul li.mega div a:hover {
	color: #000000;
}

#topMenuRight {
	margin: -70px 0px 0px 925px;
	width: 70px;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}

#topMenuRight a {
	font-size: 12px;
	color: #28b2e3;
	text-transform: uppercase;
	font-weight: bold;
}

#topMenuRight a:hover {
	color: #000000;
}


/* SUBMENU */

#sub_video {
	background-image: url(../img/ikonok/videok.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_webkam {
	background-image: url(../img/ikonok/webcam.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_panorama {
	background-image: url(../img/ikonok/panorama.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_hojelentes {
	background-image: url(../img/ikonok/hojelentes.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_idojaras {
	background-image: url(../img/ikonok/idojaras.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_hirek {
	background-image: url(../img/ikonok/hirek.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_programok {
	background-image: url(../img/ikonok/rendezvenyek.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_siterep {
	background-image: url(../img/ikonok/siterepek.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_szallas {
	background-image: url(../img/ikonok/szallasok.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_iroda {
	background-image: url(../img/ikonok/utazasiirodak.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_siut {
	background-image: url(../img/ikonok/siutak.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_utitars {
	background-image: url(../img/ikonok/utitars.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_biztositas {
	background-image: url(../img/ikonok/biztositas.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_uzlet {
	background-image: url(../img/ikonok/uzletek.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_kolcsonzo {
	background-image: url(../img/ikonok/kolcsonzo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_akcio {
	background-image: url(../img/ikonok/akciok.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_siborze {
	background-image: url(../img/ikonok/borze.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_tippek {
	background-image: url(../img/ikonok/tippek.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_siiskola {
	background-image: url(../img/ikonok/sulik.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_sioktato {
	background-image: url(../img/ikonok/oktatok.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sub_oktatofilm {
	background-image: url(../img/ikonok/oktatofilmek.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/****CONTENT****/

#content {
	background-color: #fff;
	overflow: hidden;
	line-height: 14px;
}

#leftSide .line {
	height: 3px;
	background-image: url(../img/background_dotgrey.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 20px 10px 20px 5px;
}

/**** BASE BOXES ****/

.blue .top {
	display: block;
	background-image: url(../img/boxm_kek_top.png);
	background-repeat: no-repeat;
	height: 13px;
}

.blue .text {
	padding: 5px 10px 10px 10px;
	background-image: url(../img/boxm_kek_bg.png);
	overflow: hidden;	
}

.blue .bottom {
	display: block;	
	background-image: url(../img/boxm_kek_bottom.png);
	background-repeat: no-repeat;
	height: 18px;
}

.blue2 .top {
	display: block;
	background-image: url(../img/boxm_skek_top.png);
	background-repeat: no-repeat;
	height: 13px;
}

.blue2 .text {
	padding: 5px 10px 10px 10px;
	background-image: url(../img/boxm_skek_bg.png);	
	overflow: hidden;	
}

.blue2 .bottom {
	display: block;	
	background-image: url(../img/boxm_skek_bottom.png);
	background-repeat: no-repeat;
	height: 18px;
}

.grey .top {
	display: block;
	background-image: url(../img/boxm_szurke_top.png);
	background-repeat: no-repeat;
	height: 13px;
}

.grey .text {
	padding: 5px 10px 10px 10px;
	background-image: url(../img/boxm_szurke_bg.png);
	overflow: hidden;	
}

.grey .bottom {
	display: block;	
	background-image: url(../img/boxm_szurke_bottom.png);
	background-repeat: no-repeat;
	height: 18px;
}

.brown .top {
	display: block;
	background-image: url(../img/boxm_sarga_top.png);
	background-repeat: no-repeat;
	height: 13px;
}

.brown .text {
	padding: 5px 10px 10px 10px;
	background-image: url(../img/boxm_sarga_bg.png);
	overflow: hidden;	
}

.brown .bottom {
	display: block;	
	background-image: url(../img/boxm_sarga_bottom.png);
	background-repeat: no-repeat;
	height: 18px;
}

.green .top {
	display: block;
	background-image: url(../img/boxm_zold_top.png);
	background-repeat: no-repeat;
	height: 13px;
}

.green .text {
	padding: 5px 10px 10px 10px;
	background-image: url(../img/boxm_zold_bg.png);
	overflow: hidden;	
}

.green .bottom {
	display: block;	
	background-image: url(../img/boxm_zold_bottom.png);
	background-repeat: no-repeat;
	height: 18px;
}

.width520 .top {
	background-position: -180px 0px;
}

.width520 .bottom {
	background-position: -180px 0px;	
}

.width170 .top {
	background-position: -530px 0px;
}

.width170 .bottom {
	background-position: -530px 0px;	
}

.width345 .top {
	background-position: -355px 0px;
}

.width345 .bottom {
	background-position: -355px 0px;	
}


/* RIGHT */

#boxSiterepkereso {
	display: block;
	background-image: url(../img/box_siterep.jpg);
	background-repeat: no-repeat;
	width: 265px;
	height: 123px;
}

#boxSiterepkereso:hover {
	background-position: 0px -123px;
}

#boxMagyarpalya {
	display: block;
	background-image: url(../img/box_magyarpalya.jpg);
	background-repeat: no-repeat;
	width: 265px;
	height: 123px;	
}

#boxMagyarpalya:hover {
	background-position: 0px -123px;
}

#boxHojelentes {
	display: block;
	background-image: url(../img/box_hojelentes.jpg);
	background-repeat: no-repeat;
	width: 270px;
	height: 120px;	
}

#boxHojelentes:hover {
	background-position: 0px -120px;
}

#boxKecske {
	display: block;
	position: absolute;
	margin-top: -20px;
	margin-left: 120px;
	margin-bottom: 100px;
}

/* KOMMENT */

div.komment {
	clear: both;
	padding: 0px;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
	border: 1px solid #caf0f8;
}

div.komment div.userinfo {
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	background-color: #caf0f8;
	width: 150px;
	float: left;
	text-align: right;
}

div.komment .date {
	display: block;
}

div.komment .avatar {
	margin-bottom: 4px;
}

div.komment .kommenttext {
	width: 458px;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	float: right;	
}

div.komment .text p {
	padding: 0px;
}

#regisztracioMessage {
	padding: 10px 15px 10px 15px;
}

#kommentIras {
	margin-top: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}

#hozzaszolas {
	width: 400px;
	height: 90px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 4px 6px 4px 6px;
}

#kuldes {
	border: 1px dotted #b0955c;
	background-color: #ffffff;
	height: 20px;
	font-weight: bold;
	width: 67px;
	color: #8279a7;
	float: left;
	font-size: 12px;
	padding-bottom: 2px;
	margin-top: 4px;
}

/* BOX VIDEOK */

#boxVideok {
	margin-left: 10px;
	width: 700px;
	margin-top: 20px;
}

#boxVideok .title {
	padding: 0px 0px 0px 15px;
	background-color: #FFF;
}

#boxVideok .text {
	padding: 10px 15px 10px 15px;
}

.noResult {
	padding: 10px 15px 10px 15px;
	line-height: 16px;
}

#boxVideok .item {
	width: 305px;
	height: 100px;
	float: left;
	overflow: hidden;
	padding: 8px 0px 0px 0px;
	margin: 10px 10px 15px 10px;
}

#boxVideok .first {
	background-image: none;
	margin: 0px;
	padding: 0px;	
}

#boxVideok .row {
	clear: both;
	float: none;
	height: 5px;
	width: 670px;
	background-image: url(../img/background_dotgrey.png);
	background-repeat: repeat-x;
	background-position: 0px 2px;
}

#boxVideok .item .pic {
	width: 118px;
	height: 76px;
	display: block;
	float: left;
}

#boxVideok .item .right {
	width: 157px;
	float: left;
	height: 76px;
	padding-left: 10px;	
	padding-right: 15px;
}

#boxVideok .item .right p {
	line-height: 12px;
}

#boxVideok .item h3 {
	text-transform: uppercase;
	font-size: 12px;
	color: #fe7074;
	margin-bottom: 5px;
}

#boxVideok .item h3 a {
	text-transform: uppercase;
	font-size: 12px;
	color: #fe7074;
	margin-bottom: 5px;
	text-decoration: none;
}

#boxVideok .item h3 span {
	font-size: 11px;
	color: #686868;
	text-transform: none;
}

#boxVideok .item .date {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #8279a7;	
}


/*** VALIDATE ERROR ***/

label.error {
	position: absolute;
	display: inline;
	color: #F00;
	padding: 2px 0px 0px 0px;
	margin-left: 8px;
}


/****FOOTER****/

#footer {
	background-color: #a1e4fc;
	overflow: hidden;
	background-image: url(../img/background_footer.png);
	background-repeat: no-repeat;
	padding: 47px 0px 0px 100px;
	clear: both;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer a {
	text-decoration: none;
}

#footer .menuHeader {
	font-weight: bold;
	height: 18px;
	text-transform: uppercase;
}

#footer .menuList {
	width: 150px;
	height: 155px;
	float: left;
}

#footer .menuList li {
	padding: 2px 0px 2px 0px;
}

#bottom {
	clear: both;
}

#bottomMenu li {
	height: 25px;
	float: left;
	margin-right: 15px;	
}

#bottomMenu li a {
	font-weight: bold;
}

#greenroom {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

/* POPUP */

#popUdvozles {
	display: none;
}

#popupLayer_popUdvozles {
	background-color:#fff;
	border: 2px solid #3CF;
	padding: 20px;
	width: 400px;
	font-size: 12px;
	line-height: 16px;
}

#popupLayer_popUdvozles p {
	margin-bottom: 10px;
}

#popupLayer_popUdvozles h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3CF;
	margin-bottom: 15px;
	display: block;
}

#popupLayer_popUdvozles .close-link {
	background-color: #3CF;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: -10px -10px 0px 0px;
}

#rss {
	position: absolute;
	top: 40px;
	right: 25px;
	background-image: url(../img/icon_rss.png);
	background-repeat: no-repeat;
	height: 22px;
	padding: 8px 0px 0px 35px;
	font-size: 12px;
}

#propeller {
	position: absolute;
	top: 80px;
	right: 25px;
	background-image: url(../img/logo_propeller.png);
	background-repeat: no-repeat;
	width: 75px;
	height: 21px;
}

#propeller span {
	display: none;
}

/* BANNERS */

#rightBanner1,
#rightBanner2,
#rightBanner3,
#rightBanner4,
#rightBanner5,
#rightBanner6 {
	clear: both;
	border: 0px solid #dddddd;
	margin: 10px 0px 20px 0px;
	text-align: center;
	vertical-align: middle;
}

#rightBanner1 {
	margin-top: 96px;
}