@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 50px 0px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #EFEFEF;
	}

.clearer {
	clear: both;
	}

.right {
	float: right;
	}

#container {
	width: 994px;
	height: auto;
	margin: 0 auto;
	}

/* banner top */

#banner-top {
	width: 728px;
	height: 90px;
	margin: 10px auto 6px auto;
	}

/* fejléc */

#header {
	background-image: url(../images/header.jpg);
	width: 994px;
	height: 95px;
	}

#header-banner {
	width: 173px;/*468*/
	height: 43px;/*60*/
	float: left;
	padding-top: 17px;
	padding-left: 295px;
	}
	
#header-counter {
	width: 200px;
	height: 65px;/*90*/
	float: right;
	padding: 20px 15px 10px 0px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
	text-align: right;
	}

/* menü */

#menu-container {
	background-image: url(../images/menu_bg.jpg);
	width: 934px;/*994*/
	height: 38px;/*40*/
	padding: 2px 15px 0px 45px;
	}

.menu a {
	text-decoration: none;
	padding: 0px 10px;
	height: 35px;
	line-height: 32px;
	color: #FFFFFF;
	float: left;
	}

.menu a:hover {
	background-color: #EA4B09;
	}

/* tartalom */

#page {
	width: 994px;
	height: auto;
	background-image: url(../images/page_bg.jpg);
	}

#left-side {
	width: 835px;
	height: auto;
	float: left;
	}

#right-side {
	width: 159px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	
	}

/* right side - regisztráció, banners */

#registration {
	background-image: url(../images/login.jpg);
	width: 159px;
	height: 99px;
	}

#registration_2 {
	background-image: url(../images/login_02.jpg);
	width: 159px;
	height: 99px;
	}

#nameday {
	width: 139px;/*159*/
	height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	padding: 9px 10px 4px 10px;
	}

.input-field input {
	width: 118px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	color: #333333;
	margin-top: 6px;
	margin-left: 9px;
	font-size: 11px;
	}
	
#registration-buttons {
	width: 159px;
	height: 30px;
	}

#input-button input {
	background: none;
	background-image: url(../images/button_login_off.jpg);
	width: 64px;
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	}

#input-button input:hover {
	background-image: url(../images/button_login_hover.jpg);
	}

#input-button_logout a {
	background: none;
	background-image: url(../images/button_logout_off.jpg);
	width: 64px;
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	}

#input-button_logout a:hover {
	background-image: url(../images/button_logout_on.jpg);
	}
	
#reg-button a {
	background-image: url(../images/button_reg_off.jpg);
	width: 95px;
	height: 30px;
	display: block;
	float: left;
	}

#reg-button a:hover {
	background-image: url(../images/button_reg_hover.jpg);
	}

#reg-button_mod a {
	background-image: url(../images/button_modosit_off.jpg);
	width: 95px;
	height: 30px;
	display: block;
	float: left;
	}

#reg-button_mod a:hover {
	background-image: url(../images/button_modosit_on.jpg);
	}

#rss-button a {
	background-image: url(../images/button_rss.jpg);
	width: 159px;
	height: 32px;
	display: block;
	margin-bottom: 10px;
	}

#right-banners {
	width: 152px;
	height: auto;
	padding: 0px 5px 0px 2px;
	}
	
.banner-right {
	width: 152px;
	height: auto;
	text-align: center;
	margin-top: 10px;
	}

.banner-right img {
	border: none;
	}
	
/* left side top - főhírek, kereső */

#left-side-top {
	width: 835px;
	height: auto;
	}

#main-news {
	width: 497px;/*497*/
	min-height: 405px;/*435*/
	float: left;
	font-size: 11px;
	/*margin-top: 6px;*/
	display: inline;
	}

/* főhír */

#main-news-first {
	width: 497px;
	height: auto;
	}

#main-news-first img {
	/*width: 190px;*/
	width: 216px;
	height: 144px;
	float: left;
	border: 2px #E6E6E6 solid;
	margin-right: 4px;
	margin-left: 8px;
	}


.csatolt_kepek {
  height: 66px;
  padding: 2px;
  background-color: #E6E6E6;
  border: 1px solid #D0D0D0;
  margin-right: 6px;
}

#main-news-title-container {
	width: 255px;
	height: 22px;
	line-height: 22px;
	background-color: #F3F3F3;
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	}

.main-news-title {
	float: left;
	/*width: 100%;	*/
	height: 16px;
	background-color: #9F3014;
	margin: 3px 0px 3px 4px;
	padding: 0px 5px;
	line-height: 16px;
	}

.main-news-title a {
	text-decoration: none;
	color: #FFFFFF;
	}

.main-news-title a:hover {
	text-decoration: none;
	}

.main-news-date {
	float: right;
	color: #9E2F13;
	padding-right: 8px;
	width: 60px;
	text-align: right;
	}

.main-news-content {
	float: left;
	width: 247px;/*289*/
	color: #242424;
	padding: 10px 8px 0px 8px;
	text-align: justify;
	}

.main-news-away {
	padding-top: 10px;
	}

.main-news-away a {
	color: #EB4C0B;
	text-decoration: none;
	}

.main-news-kapcs {
	padding-bottom: 3px;
	}

.main-news-kapcs a {
	color: #EB4C0B;
	text-decoration: none;
	}


.main-news-seperate {
	background-image: url(../images/dot_news.jpg);
	width: 497px;
	height: 3px;
	font-size: 2px;
	margin: 3px 0px 3px 0px;
	}
	
/* további főhírek */


#main-news-other {
	width: 497px;
	height: auto;
	}

#main-news-other img {
	width: 104px;
	height: 70px;
	float: left;
	border: 2px #E6E6E6 solid;
	margin-right: 4px;
	margin-left: 8px;
	}

#main-news-other-title-container {
	width: 367px;
	height: 22px;
	line-height: 22px;
	background-color: #F3F3F3;
	float: left;
	margin-right: 10px;
	}

.main-news-other-content {
	float: left;
	width: 361px;
	color: #242424;
	padding: 5px 8px 0px 8px;
	text-align: justify;
	}

#formula-search-container {
	width: 338px;
	height: 402px;
	float: left;
	}
                
#formula-magazine a {
	background-image: url(../images/banner_f1_magyarorszag.jpg);
	width: 338px;
	height: 76px;
	display: block;
	}
	
#banner-formula-bottom {
	width: 330px;/*338*/
	/*height: 61px;85*/
	margin-top:2px;
	/*padding: 12px 4px;*/
	}


/* keresés */

#search-box-container {
  float:left;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;	
	width: 152px;
	height: 40px;
	}


#search-box-input {
	float: left;
	background-image: url(../images/search.jpg);
	width: 134px;
	height: 27px;
	margin: 0px;
	margin-top: -2px;
	margin-left: 6px;		
	padding-left: 26px;
	padding-top: 13px;
	}	

#search-box-input input {
	float: left;
	width: 130px;
	height: 14px;
	line-height: 26px;
	padding: 0px;
	margin:0;
	border: none;
	background: none;
	color: #333333;
	margin-left: 0px;
	font-size: 11px;
	}               

#search-box-button {
	float: left;
}
                
#search-box-button input {  
  float: left;
	background: none;
	background-image: url(../images/search_butt_off.jpg);
	width: 56px;
	height: 40px;
	margin: 0px;
	margin-left: 38px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	}

#search-box-button input:hover {
	background-image: url(../images/search_butt_hover.jpg);
	}

#search-box-table {	
	background-image: url(../images/search_bg.jpg);
	background-repeat: no-repeat;
	width: 338px;/*338*/
	height: 98px;/*98*/
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	}

#search-box-table-position {	
	width: 333px;/*338*/
	height: 98px;/*98*/
	margin-left: 5px;
	}
	
.search-box-column-first {
	float: left;
	width: 81px;
	height: 92px;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 3px;
	display: inline;
	}

.search-box-cell-first a {
	width: 81px;
	height: 18px;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	color: #686868;
	}

.search-box-cell-first a:hover {
	width: 81px;
	height: 18px;
	display: block;
	background-image: url(../images/search_select_03.jpg);
	color: #FFFFFF;
	}

.search-box-column {
	float: left;
	width: 82px;
	height: 92px;
	margin-right: 1px;
	margin-top: 3px;
	}

.search-box-cell a {
	width: 82px;
	height: 18px;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	color: #686868;
	}

.search-box-cell a:hover {
	background-image: url(../images/search_select_01.jpg);
	color: #FFFFFF;
	}

.search-box-column-last {
	float: left;
	width: 78px;
	height: 92px;
	margin-top: 3px;
	}

.search-box-cell-last a {
	width: 78px;
	height: 18px;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	}

.search-box-cell-last a:hover {
	background-image: url(../images/search_select_02.jpg);
	color: #5C5C5C;
	}
	
/* slideshow */
		
#slideshow-container {
	background-image: url(../images/slideshow.jpg);
	width: 338px;
	height: 146px;
	}


/* a nap képei */

#day-pictures {
	width: 835px;
	height: 184px;
	}
        
#day-pic-photo a {
	background-image: url(../images/pic_01.jpg);
	width: 213px;
	height: 184px;
	display: block;
	float: left;
	}

#day-pic-photo a img {
	width: 194px;
	height: 130px;
	border: none;
	margin: 41px 0px 0px 14px;
	}
	
#day-pic-video a {
	background-image: url(../images/pic_02.jpg);
	width: 205px;
	height: 184px;
	display: block;
	float: left;
	}

#day-pic-video a img {
	width: 194px;
	height: 130px;
	border: none;
	margin: 41px 0px 0px 6px;
	}
	
#day-pic-girl a {
	background-image: url(../images/pic_03.jpg);
	width: 205px;
	height: 184px;
	display: block;
	float: left;
	}

#day-pic-girl a img {
	width: 194px;
	height: 130px;
	border: none;
	margin: 41px 0px 0px 6px;
	}
	
#day-pic-car a {
	background-image: url(../images/pic_04.jpg);
	width: 212px;
	height: 184px;
	display: block;
	float: left;
	}

#day-pic-car a img {
	width: 194px;
	height: 130px;
	border: none;
	margin: 41px 0px 0px 6px;
	}
   
/* content banner */     

.content-banner-01 {
	background-image: url(../images/banner_empty_01.jpg);
	width: 835px;/*835*/
	height: 74px;/*86*/
	padding-top: 12px;
	}

.content-banner-02 {
	background-image: url(../images/banner_empty_02.jpg);
	width: 835px;/*835*/
	height: 72px;/*89*/
	padding-top: 17px;
	}

.content-banner-02_120 {
	background-image: url(../images/banner_empty_02_120.jpg);
	width: 835px;/*835*/
	height: 132px;/*89*/
	padding-top: 17px;
	}
	
.content-banner-big {
	width: 468px;/*468*/
	height: 60px;/*60*/
	float: left;
	margin-left: 15px;
	display: inline;
	}

.content-banner-big_120 {
	width: 468px;/*468*/
	height: 120px;/*60*/
	float: left;
	margin-left: 15px;
	display: inline;
	}

.content-banner-small {
	width: 331px;/*331*/
	height: 60px;/*60*/
	float: left;
	margin-left: 17px;
	display: inline;
	}

/* további hírek */

#bottom-news-container {
	width: 835px;
	height: auto;
	background-image: url(../images/news_bg.jpg);
	}

.bottom-news-column-1 {
	width: 207px;
	height: auto;
	float: left;
	margin-right: 3px;
	}

.bottom-news-column-2 {
	width: 204px;
	height: auto;
	float: left;
	margin-right: 3px;
	}

.bottom-news-column-3 {
	width: 203px;
	height: auto;
	float: left;
	margin-right: 3px;
	}

.bottom-news-column-4 {
	width: 212px;
	height: auto;
	float: left;
	}


/* FULL rovat */

.bottom-news-date-full {
	width: 470px;/*196*/
	height: 26px;
	line-height: 26px;
	color: #5D5D5D;
	background-color: #E6E6E6;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px;
	margin-bottom: 4px;
	margin-top: 3px;
	}


.bottom-news-title-1-full a,
.bottom-news-title-2-full a {
	width: 470px;/*196*/
	height: 16px;
	display: block;
	padding: 2px 6px;
	color: #575757;
	font-size: 11px;
	text-decoration: none;
	}

.bottom-news-title-2-full a {
	color: #A43B11;
	}
/* news kategóriák cím */


#bottom-news-1-1-title {
	background-image: url(../images/hirkat_cim_01.jpg);
	background-repeat: no-repeat;
	width: 192px;/*207*/
	height: 32px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
	}

#bottom-news-1-2-title {
	background-image: url(../images/hirkat_cim_01.jpg);
	background-repeat: no-repeat;
	width: 192px;/*204*/
	height: 27px;
	font-weight: bold;
	line-height: 27px;
	padding-left: 15px;
	margin: 4px 0px 1px 0px;
	color: #FFFFFF;
	font-size: 11px;
	}

#bottom-news-2-1-title {
	background-image: url(../images/hirkat_cim_02.jpg);
	background-repeat: no-repeat;
	width: 189px;/*204*/
	height: 32px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
	}

#bottom-news-2-2-title {
	background-image: url(../images/hirkat_cim_03.jpg);
	background-repeat: no-repeat;
	width: 189px;/*204*/
	height: 27px;
	font-weight: bold;
	line-height: 27px;
	padding-left: 15px;
	margin: 4px 0px 1px 0px;
	color: #FFFFFF;
	font-size: 11px;
	}

#bottom-news-3-1-title {
	background-image: url(../images/hirkat_cim_04.jpg);
	background-repeat: no-repeat;
	width: 188px;/*203*/
	height: 32px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
	}

#bottom-news-3-2-title {
	background-image: url(../images/hirkat_cim_05.jpg);
	background-repeat: no-repeat;
	width: 188px;/*203*/
	height: 27px;
	font-weight: bold;
	line-height: 27px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 4px 0px 1px 0px;
	}

#bottom-news-4-1-title {
	background-image: url(../images/hirkat_cim_06.jpg);
	background-repeat: no-repeat;
	width: 197px;/*212*/
	height: 27px;
	font-weight: bold;
	line-height: 27px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
	}

#bottom-news-column-1-container {
	width: 196px;
	height: auto;
	margin-left: 7px;
	}

#bottom-news-column-2-container {
	width: 196px;
	height: auto;
	margin-left: 4px;
	}

#bottom-news-column-3-container {
	width: 196px;
	height: auto;
	margin-left: 4px;
	}

#bottom-news-column-4-container {
	width: 196px;/*212*/
	margin-left: 4px;
}

.bottom-news-date {
	width: 186px;/*196*/
	height: 26px;
	line-height: 26px;
	color: #5D5D5D;
	background-color: #E6E6E6;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px;
	margin-bottom: 4px;
	margin-top: 2px;
	}

.bottom-news-date-4 {
	width: 194px;/*204*/
	height: 26px;
	line-height: 26px;
	color: #5D5D5D;
	background-color: #E6E6E6;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px;
	margin-bottom: 4px;
	margin-top: 3px;
	}

.bottom-news-seperate {
	background-image: url(../images/f1_02_43.jpg);
	width: 192px;
	height: 2px;
	font-size: 2px;
	}


.bottom-news-seperate-4 {
	background-image: url(../images/f1_02_43.jpg);
	width: 200px;
	height: 3px;
	font-size: 2px;
}

.bottom-news-title-tovabbi {
  padding: 5px 5px 0px 0px;
	height: 26px;
}

.bottom-news-title-tovabbi a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	color: #EE5113;
}


.bottom-adatok-title-1 a,
.bottom-adatok-title-2 a {
	width: 184px;
	height: 12px;
	display: block;
	padding: 1px 6px 1px 6px;
	color: #575757;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
}
.bottom-adatok-title-2 a {
	color: #A43B11;
}


.bottom-news-title-1 a,
.bottom-news-title-2 a {
	width: 184px;/*196*/
	height: 26px;
	display: block;
	padding: 2px 6px;
	color: #575757;
	font-size: 11px;
	text-decoration: none;
}


.bottom-news-title-2 a {
	color: #A43B11;
}

.bottom-news-title-1-4 a,
.bottom-news-title-2-4 a {
	width: 192px;/*202*/
	height: 26px;
	display: block;
	padding: 2px 6px;
	color: #575757;
	font-size: 11px;
	text-decoration: none;
	}

.bottom-news-title-2-4 a {
	color: #A43B11;
	}

#anniversary {
	background-image: url(../images/banner_evfordulo.jpg);
	width: 187px;/*212*/
	height: 48px;/*84*/
	padding: 36px 12px 0px 13px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	}

#game-prize a {
	background-image: url(../images/banner_nyeremeny.jpg);
	width: 212px;
	height: 85px;
	display: block;
	}

#google-advertisement-title {
	background-image: url(../images/banner_google.jpg);
	width: 212px;
	height: 39px;
	}

#google-advertisement {
	width: 160px;
	height: auto;
	padding: 11px 26px;
	color: #05527E;
	font-size: 11px;
	}

/* a nap képei */

#day-pictures-gallery {
	width: 835px;
	height: 246px;
	}
	      
#day-pic-photo-gallery a {
	background-image: url(../images/pic_gal_01.jpg);
	width: 200px;/*214*/
	height: 225px;
	display: block;
	float: left;
	padding-left: 14px;
	text-decoration: none;
	}
	
.day-pic-photo-gallery-big img {
	width: 194px;
	height: 130px;
	border: none;
	padding: 0px;
	margin: 41px 0px 2px 0px;
	display: block;
	}

.day-pic-photo-gallery-small img {
	width: 63px;
	height: 43px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	float: left;
	border: none;
	}
	
#day-pic-video-gallery a {
	background-image: url(../images/pic_gal_02.jpg);
	width: 198px;/*204*/
	height: 225px;
	display: block;
	float: left;
	padding-left: 6px;
	text-decoration: none;
	}
	
.day-pic-video-gallery-big img {
	width: 193px;
	height: 130px;
	border: none;
	padding: 0px;
	margin: 41px 0px 2px 0px;
	display: block;
	}

.day-pic-video-gallery-small img {
	width: 63px;
	height: 43px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	float: left;
	border: none;
	}

.day-pic-photo-gallery-small2 img {
	width: 64px;
	height: 43px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	float: left;
	border: none;
	}	
	
#day-pic-car-gallery a {
	background-image: url(../images/pic_gal_03.jpg);
	width: 200px;/*206*/
	height: 225px;
	display: block;
	float: left;
	padding-left: 6px;
	text-decoration: none;
	}
	
.day-pic-car-gallery-big img {
	width: 194px;
	height: 130px;
	border: none;
	padding: 0px;
	margin: 41px 0px 2px 0px;
	display: block;
	}

.day-pic-car-gallery-small img {
	width: 63px;
	height: 43px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	float: left;
	border: none;
	}	

.day-pic-car-gallery-small2 img {
	width: 64px;
	height: 43px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	float: left;
	border: none;
	}

#day-pic-girl-gallery a {
	background-image: url(../images/pic_gal_04.jpg);
	width: 205px;/*211*/
	height: 225px;
	display: block;
	float: left;
	padding-left: 5px;
	text-decoration: none;
	}
	
.day-pic-girl-gallery-big img {
	width: 194px;
	height: 130px;
	border: none;
	padding: 0px;
	margin: 41px 0px 2px 0px;
	display: block;
	}

.day-pic-girl-gallery-small img {
	width: 63px;
	height: 43px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	float: left;
	border: none;
	}

.day-pic-girl-gallery-small2 img {
	width: 64px;
	height: 43px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	float: left;
	border: none;
	}

/* footer */

#footer {
	background-image: url(../images/end.jpg);
	width: 759px;/*994*/
	height: 42px;/*65*/
	padding-top: 23px;
	padding-left: 235px;
	}

#impresszum a {
	width: 75px;
	height: 20px;
	display: block;
	}




/* F1 aloldal */

/* viedó galéria */

#video-gallery-2 {	
	background-image: url(../images/vido_gal_big_2.jpg);
	background-repeat: no-repeat;
	width: 338px;/*338*/
	height: 246px;/*274*/
	padding-top: 11px;
	}

#video-gallery {	
	background-image: url(../images/vido_gal_big.jpg);
	background-repeat: no-repeat;
	width: 338px;/*338*/
	height: 235px;/*274*/
	padding-top: 39px;
	}

#video-gallery-center {
	width: 338px;
	height: 150px;
	}
	

#video-gallery-main-video {
  margin-left: 56px;
	width: 225px;
	height: 150px;
	background-color: #242424;
	float: left;
	}
	

#video-gallery-bottom {
	width: 338px;
	height: 83px;
	margin-top: 2px;
	}
	
#video-gallery-small-video-01 {
	width: 103px;
	height: 71px;
	float: left;
	background-color: #242424;
	margin-right: 2px;
	margin-left: 12px;
	}
	
#video-gallery-small-video-02 {
	width: 104px; 
	height: 71px;
	float: left;
	background-color: #242424;
	margin-right: 2px;
	}
	
#video-gallery-small-video-03 {
	width: 103px;
	height: 71px;
	float: left;
	background-color: #242424;
	}
	
/* különvélemény box */

#kulonvelemeny-container {
	width: 212px;
	height: 213px;/*330*/
	}

#kulonvelemeny-title {
	background-image: url(../images/kulonvelemeny_cim.jpg);
	width: 212px;
	height: 32px;
	}
	
#kulonvelemeny-pic {
	background-image: url(../images/kulonvelemeny_pic.jpg);
	width: 206px;
	height: 139px;
	padding: 1px 0 0 6px;
	}
	
#kulonvelemeny-info {
	background-image: url(../images/kulonvelemeny_text.jpg);
	width: 212px;
	height: 116px;
	}

#kulonvelemeny-info-pages {
	width: 106px;
	height: 15px;
	padding-left: 98px;
	padding-top: 1px;
	}
                            	
.kulonvelemeny-info-numbers a {
	text-decoration: none;
	color: #575757;
	float: left;
	width: 19px;
	height: 14px;
	font-size: 11px;
	text-align: center;
	margin-left: 2px;
	}

.kulonvelemeny-info-numbers a:hover {
	color: #333;
	}
	
.kulonvelemeny-info-numbers-select a {
	background-image: url(../images/butt_hover.jpg);
	text-decoration: none;
	color: #FFFFFF;
	width: 19px;
	height: 14px;
	float: left;
	font-size: 11px;
	text-align: center;
	margin-left: 2px;
	}

#kulonvelemeny-info-text {
	padding: 17px 10px 10px 10px;
	width: 192px;/*212*/
	height: 40px;
	font-size: 11px;
	text-align: right;
	color: #242424;
	}

#kulonvelemeny-info-text span a {
	text-decoration: none;
	color: #eb4d0c;
	padding-top: 5px;
	}

#kulonvelemeny-button-top {
	width: 212px;
	height: 42px;
	}
	
#kulonvelemeny-button-top-1 a {
	background-image: url(../images/button_davids_off.jpg);
	width: 103px;
	height: 22px;
	display: block;
	float: left;
	}

#kulonvelemeny-button-top-1 a:hover {
	background-image: url(../images/button_davids_on.jpg);
	}
	
#kulonvelemeny-button-top-2 a {
	background-image: url(../images/button_frankla_off.jpg);
	width: 109px;
	height: 22px;
	display: block;
	float: left;
	}

#kulonvelemeny-button-top-2 a:hover {
	background-image: url(../images/button_frankla_on.jpg);
	}

#kulonvelemeny-button-top-3 a {
	background-image: url(../images/button_mehes_off.jpg);
	width: 103px;
	height: 20px;
	display: block;
	float: left;
	}

#kulonvelemeny-button-top-3 a:hover {
	background-image: url(../images/button_mehes_on.jpg);
	}

#kulonvelemeny-button-top-4 a {
	background-image: url(../images/button_bethlen_off.jpg);
	width: 109px;
	height: 20px;
	display: block;
	float: left;
	}

#kulonvelemeny-button-top-4 a:hover {
	background-image: url(../images/button_bethlen_on.jpg);
	}
	
#kulonvelemeny-button-bottom a {
	background-image: url(../images/button_noname_off.jpg);
	width: 212px;
	height: 18px;
	padding-top: 2px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #555;
	text-align: center;
	}

#kulonvelemeny-button-bottom a:hover {
	background-image: url(../images/button_noname_on.jpg);
	color: #FFFFFF;
	}

/* mindentudó */

#mindentudo-container {
	background-image: url(../images/mindentudo.jpg);
	width: 835px;
	height: 135px;
	}

#mindntudo {
	width: 416px;
	height: 96px;
	margin-left: 414px;
	padding-top: 34px; 
	}
            		
.mindentudo-sor {
	width: 416px;
	height: 19px;
	}
	
.mindentudo-oszlop a {
	float: left;
	width: 208px;
	height: 19px;
	font-size: 11px;
	line-height: 19px;
	text-decoration: none;
	text-align: center;
	color: #686868;
	}

.mindentudo-oszlop a:hover {
	color: #232323;
	}


/*hír olvasása*/

#hirek-olvas {
	width: 835px;
	height: auto;
	}

.read-main-news {
	width: 475px;/*497*/
	padding: 2px 10px 12px 10px;
	height: auto;
	float: left;
	}

.read-main-adatok-title {

}

.read-main-news-title {
	width: 475px;/*475*/
	height: auto;
	/*border-bottom: 1px solid #909090;*/
	padding-bottom: 2px;
	margin-top: 12px;
	color: #000000;
	font-size: 14pt;
	font-weight: 900;
	}

.read-main-news-datum {
	width: 465px;
	height: auto;
	color: #000000;
	font-size: 11px;
	text-align: right;
	float: right;	
	margin-bottom: 18px;
	}

.read-main-news-text {
	margin-top: 10px;
	width: 475px;
	color: #242424;
	text-align: justify;
	line-height: 130%;
	}

.read-main-news-text span{
	font-weight: bold;
	color: #323232;
	}

.read-main-news-text img {
	border: 2px #E6E6E6 solid;
	margin: 0px 15px 10px 0px;
	width: 240px;
	}

.read-main-news-szerzo {
	width: 465px;
	height: auto;
	padding: 2px 0px; 
	color: #242424;
	text-align: right;
	float: right;
	font-size: 11px;
	margin-top: 8px;
	padding-right: 10px;
	}

#hirek-olvas-mellett {
	width: 338px;
	height: auto;
	background-color: #FFFFFF;
	float: left;
	}

#hirek-olvas-tovabbi-hirek {
	width: 338px;
	height: auto;
	}

.bottom-news-big-container {
	width: 338px;
	height: auto;
	}

.bottom-news-big-title {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	width: 323px;/*338*/
	height: 28px;
	font-weight: bold;
	line-height: 28px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
	}

.bottom-news-big-date {
	width: 312px;/*338*/
	height: 20px;
	line-height: 20px;
	color: #5D5D5D;
	background-color: #E6E6E6;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px 0px 15px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 3px;
	}

.bottom-news-big-seperate {
	background-image: url(../images/line.jpg);
	width: 338px;
	height: 3px;
	font-size: 2px;
	}

.bottom-news-big-title-1 a,
.bottom-news-big-title-2 a {
	width: 320px;/*338*/
	height: auto;
	line-height: 13px;
	display: block;
	padding: 2px 6px 2px 10px;
	color: #575757;
	font-size: 11px;
	text-decoration: none;
	}

.bottom-news-big-title-2 a {
	color: #A43B11;
	}

/* képgaléria aloldal */

#gallery-top-container {
	background-image: url(../images/gal_big.jpg);
	margin-left: 3px;
	width: 832px;
	height: auto;
	}
	
#gallery-top-big-pic-title {
	height: 24px;/*40*/
	width: 807px;/*832*/
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 16px;
	font-weight: bold;
	}

#gallery-big-pic {
	width: 797px;/*832*/
	height: 430px;
	padding-left: 35px;
	}
	
#gallery-top-left-arrow a {
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	margin-top: 185px;
	margin-right: 21px;
	cursor: pointer;
	}

#gallery-top-big-pic {
	width: 640px;
	float: left;
	}

#gallery-top-big-pic img {
	max-width: 640px;
	}
	
#gallery-top-right-arrow a {
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	margin-top: 185px;
	margin-left: 20px;
	cursor: pointer;
	}

#gallery-top-list-pic {
	width: 766px;/*832*/
	padding: 53px 33px 5px 33px;
	height: 106px;/*134*/
	}

#gallery-pager-select {
  font-weight: bolder;
  margin-right: 5px;
}

#gallery-pager-link {
  margin-right: 5px;
}

#gallery-pager-link a{  
  font-weight: normal;
  text-decoration: none;
  color: #EF5515;
}

#gallery-top-keret {
  float:left; 
  margin: 3px;
  width: 119px;
  height: 81px;
	border: solid 1px #AAA;  
	background-color: #DDD;
}

#gallery-top-keret img {
	height: 75px;
	border: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	margin: 3px;
}


ul#gallery-top-scroll-pic {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 766px;
	height: auto;
	overflow-x: scroll;  
	overflow-y: hide;  
	white-space: nowrap;	
	}

ul#gallery-top-scroll-pic li {
	margin: 0px;
	padding: 0px;
	display: inline;
	}

ul#gallery-top-scroll-pic li img {
	height: 75px;
	border: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	}

#gallery-bottom-container {
	width: 832px;
	height: auto;
	margin-left: 3px;
	}
	
.gallery-group {
	width: 832px;
	height: auto;
	}
	
.gallery-group-container {
	background-image: url(../images/gal_list.jpg);
	width: 416px;
	height: 148px;
	float: left;
	}
	
.gallery-group-title {
	width: 391px;/*416*/
	height: 21px;/*38*/
	padding-top: 17px;
	padding-left: 25px;
	}

.gallery-group-title a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

.gallery-group-info {
	width: 387px;/*416*/
	padding: 2px 18px 0px 11px;
	height: 108px;/*110*/
	}

.gallery-group-pic {
	width: 142px;
	height: 110px;
	float: left;
	margin-right: 15px;
	text-align: center;
	}

.gallery-group-pic img {
	/*width: 142px;*/
	height: 95px;
	border: none;
	margin: 0px;
	padding: 0px;
	}

.gallery-group-text {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	color: #424242;
	}

.gallery-group-text p {
	margin: 6px 0px 0px 0px;
	font-size: 11px;
	}

.gallery-group-text p a {
	text-decoration: none;
	color: #EB4C0B;
	}

	
	
	
	
	
	
	
