/* ------------------------------------
	    
		Vezess - Forma 1 2009 CSS
	    
   ------------------------------------
*/

/* zone 1: here starts the journey to the F1 css universe. beware from black holes :) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, object,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img { border: none; }


/*
	main ingredients
*/

body
{
	background: #efefeb;
	font-family: Arial, Verdana, sans-serif;
}

a { text-decoration: none !important; color: #39546a;}
a:hover { text-decoration: underline !important; }

a._ { text-decoration: none; }
a._:hover { text-decoration: underline; }

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

.db { display: block; }
.di { display: inline; }
.dn { display: none; }
.dib { display: inline-block; display: -moz-inline-box; }

h1 {
	padding: 10px 0 20px 0;
	font-size: 28px;
}

h3 {
	font-size: 20px;
	color: #9E9E9E;
	padding: 2px 0 5px 10px;
}

h4.hr {
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: #D5D0CA 1px solid;
}

h4 {
	padding: 10px 0 0 5px;
	font-size: 17px;
	clear: both;
}

a.redarrow, .redarrow {
	padding-left: 10px;
	background: url(images/red_arrow.gif) no-repeat 0 5px;
}

a.redarrow_after, .redarrow_after {
	padding-right: 8px;
	background: url(images/red_arrow.gif) no-repeat right 5px;
}

a.print {
	background: url(images/nyomtato.jpg) no-repeat top left;
	display: block;
	width: 14px;
	height: 14px;
	padding-right: 8px;
}

a.mail {
	background: url(images/level.jpg) no-repeat top left;
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
}

hr.gray {
	height: 10px;
	color: #D5D0CA;
	margin-top: 10px;
	
}



.uc {
	text-transform: uppercase;
}

.cikkbody p {
	padding: 20px 15px 0 5px;
}

.cikkbody a {
	/*color: #39546a;*/
	color: #CD3838;
}

.cikkbody .cikkTableright {
	float: right;
	margin-left: 10px;
}

.cikkbody .cikkTableleft {
	float: left;
	margin-right: 10px;
}

.cikkbody .kepalairas {
	font-size: 12px;
	color: #39546a;
	padding-left: 10px;
}

.cikk_kepeskomment {
	padding: 2px 10px 0 5px;
	position: relative;
	width: 235px;
}

.cikk_kepeskomment img {
	display: block;
}

.cikk_kepeskomment span {
	font-size: 10px;
	color: #666;
	float: left;
	padding: 0 2px;
}

.cikk_kepeskomment div.bubble {
	position: absolute;
	top: 0;
	left: 60px;
}

.cikk_kepeskomment div.bubble_top {
	background: url(images/cikk_kepeskomment_bubble_top.png) no-repeat top left;
	width: 178px;
	height: 7px;
}

.cikk_kepeskomment div.bubble_content {
	background: url(images/cikk_kepeskomment_bubble_content.png) no-repeat top left;
	width: 143px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 0 10px 0 25px;
	overflow: hidden;
}

.cikk_kepeskomment div.bubble_bottom {
	background: url(images/cikk_kepeskomment_bubble_bottom.png) no-repeat top left;
	width: 178px;
	height: 7px;
}

.cikk_kapcs_link {
	background-color: #EFEFEB;
	width: 214px;
	padding: 10px;
	margin: 10px;
}

.cikk_kapcs_link ul {
	list-style-type: none !important;
	width: 200px !important;
	margin-left: 10px !important;
}

.cikk_kapcs_link ul li a {
	display: block;
}

div.flashfix {
	position: relative;
	top: -30px;
}

#copyResponse{
    display: inline-block;
    color: #FC1E00;
    line-height: 1.4;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

#copybutton{
    background: #F0F0F0;
    border: 1px solid #ACACAC;
}

/*
	common styles
*/

.bold { font-weight: bold; }

/* colors */
.c000 { color: #000; }
.c333 { color: #333; }
.c666 { color: #666; }
.c999 { color: #999; }
.cFFF { color: #FFF; }
.kek { color: #39546A !important; }
.red { color: #CC3333 !important; }
.black { color: #000;  }
.orange { color: #FF7C2A; }
.c9e9e9e { color: #9E9E9E; }
.zoldeskekszin { color: #39546a; }
.rozsdabarnaszin { color: #CC3333; }

/* fontsize */
.f_10 { font-size: 10px !important; }
.f_11 { font-size: 11px !important; }
.f_12 { font-size: 12px !important; }
.f_13 { font-size: 13px !important; }
.f_14 { font-size: 14px !important; }
.f_15 { font-size: 15px !important; }
.f_16 { font-size: 16px !important; }
.f_18 { font-size: 18px !important; }
.f_22 { font-size: 22px !important; }
.f_normal { font-weight: normal !important; }

/* line height */
.lh_14 { line-height: 14px; }
.lh_15 { line-height: 15px; }
.lh_16 { line-height: 16px; }
.lh_18 { line-height: 18px; }
.lh_20 { line-height: 20px; }
.lh_21 { line-height: 21px; }
.lh_22 { line-height: 22px; }

/* margin */
.m_0	 { margin: 0 !important; }

.m_b_5   { margin-bottom: 5px; }
.m_b_10  { margin-bottom: 10px; }
.m_b_15  { margin-bottom: 15px; }
.m_b_20  { margin-bottom: 20px; }
.m_b_30 { margin-bottom: 30px; }

.m_l_2   { margin-left: 2px; }
.m_l_3   { margin-left: 3px; }
.m_l_5   { margin-left: 5px; }
.m_l_10  { margin-left: 10px; }
.m_l_15  { margin-left: 15px; }
.m_l_20  { margin-left: 20px; }

.m_r_5   { margin-right: 5px; }
.m_r_10  { margin-right: 10px; }
.m_r_15  { margin-right: 15px; }
.m_r_20  { margin-right: 20px; }

.m_t_0 { margin-top: 0px; }
.m_t_2   { margin-top: 2px; }
.m_t_5   { margin-top: 5px; }
.m_t_8   { margin-top: 8px; }
.m_t_10  { margin-top: 10px; }
.m_t_12  { margin-top: 12px; }
.m_t_15  { margin-top: 15px; }
.m_t_17  { margin-top: 17px; }
.m_t_20  { margin-top: 20px; }
.m_t_50  { margin-top: 50px; }

.m_lr_5  { margin: 0 5px; }
.m_lr_10 { margin: 0 10px; }
.m_tb_5  { margin: 5px 0; }
.m_tb_10 { margin: 10px 0; }

/* padding */
.p_0	 { padding: 0 !important; }
.p_5	 { padding: 5px; }

.p_b_5   { padding-bottom: 5px; }
.p_b_10  { padding-bottom: 10px; }
.p_b_15  { padding-bottom: 15px; }
.p_b_20  { padding-bottom: 20px; }

.p_l_0   { padding-left: 0px; }
.p_l_5   { padding-left: 5px; }
.p_l_10  { padding-left: 10px; }
.p_l_15  { padding-left: 15px; }
.p_l_20  { padding-left: 20px; }
.p_l_45  { padding-left: 45px; }
.p_l_50  { padding-left: 50px; }

.p_r_5   { padding-right: 5px; }
.p_r_10  { padding-right: 10px; }
.p_r_15  { padding-right: 15px; }
.p_r_20  { padding-right: 20px; }
.p_r_30  { padding-right: 30px; }

.p_t_1   { padding-top: 1px !important; }
.p_t_2   { padding-top: 2px }
.p_t_5   { padding-top: 5px; }
.p_t_10  { padding-top: 10px; }
.p_t_15  { padding-top: 15px; }
.p_t_20  { padding-top: 20px; }
.p_t_30  { padding-top: 30px; }
.p_t_45  { padding-top: 45px; }

.p_lr_5  { padding: 0 5px; }
.p_lr_10 { padding: 0 10px; }
.p_tb_5  { padding: 5px 0; }
.p_tb_10 { padding: 10px 0; }

/* width */
.w_60  { width: 60px;  }
.w_80  { width: 80px;  }
.w_100 { width: 100px; }
.w_115 { width: 115px; }
.w_120 { width: 120px; }
.w_125 { width: 125px; }
.w_130 { width: 130px; }
.w_140 { width: 140px; }
.w_160 { width: 160px; }
.w_200 { width: 200px; }
.w_210 { width: 210px; }
.w_213 { width: 213px; }
.w_290 { width: 290px; }
.w_300 { width: 300px; }
.w_310 { width: 310px; }
.w_315 { width: 315px; }
.w_320 { width: 320px; }
.w_330 { width: 330px; }
.w_350 { width: 350px; }
.w_400 { width: 400px; }
.w_490 { width: 490px; }
.w_658 { width: 658px; }
.w_660 { width: 660px; }
.w_665 { width: 665px; }
.w_670 { width: 670px; }
.w_full { width: 100%; }

/* height, if necessary */
.h_21  { height: 21px; }
.h_90  { height: 90px; }
.h_120 { height: 120px; }
.h_200 { height: 200px; }

.align_r { text-align: right; }
.align_c { text-align: center;}

.kepkeret { border: #E2E2E2 3px solid; }

.bgwhite { background: url(images/whitebg.gif) repeat top left; background-color: #FFF; }

.txdn a { text-decoration: none;}

/*
a.megtobbhir
{
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px;
	font-size: 14px;
}
*/
/*
a.navigator_b 
{
	color: #39546a;
	text-decoration: underline;
	margin-top: 4px;
	font-size: 13px;
}


a.navigator_s
{
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px;
	font-size: 12px;
	border-top: 4px solid #F3F3F3;
	font-weight: bold;
}

.nyil1 
{
	color: #39546a;
	text-decoration: none;
	margin-top: 4px;
	font-size: 12px;
	border-top: 6px solid #F3F3F3;
}
*/

/*
	layout
*/

#container {
	margin: 0 auto;
	position: relative;
/* 1100px /*	width: 1100px; */
	width: 1000px;
}


#content {
	float: left;
	background: #ffffff;
	width:1000px;
/* 1100px /*	padding-left: 50px; */
/* 1100px /*	padding-right: 50px; */
/* 1100px /*	background: url(images/hatter.gif) repeat-y top left; */
}

#content_in  {
	float: left;
	width: 1000px;
	background: #ffffff;
	top: -38px;
	min-height: 400px;
	position: relative;
}

.fogkefe_ing
{
	background: url(images/fogkefe.jpg) no-repeat scroll 10px 50%;
	height: 110px;
	width: 1000px;
	z-index: 9;
}

.fogkefe
{
	background: url(images/fogkefe.jpg) no-repeat scroll 10px 50%;
	height: 110px;
	width: 980px;
	z-index: 9;
	margin: 5px 10px 0;
}

.w_nyito_all {
	width: 672px;
}

.nyito_bal {
/* bela: ki lettek veve az ING-s reszek. Ha vissza lenne teve valamiert, az alabbi ket sor kell, es nem kell a margin-top.
	position: relative;
	top: -40px;
*/
	margin-top: 17px;
}

.nyito_bal_fogkefe {
	position: relative;
	top: -29px;
}

.jobb_blokk {
	width: 309px;
	margin-left: 9px;
	margin-top: 5px;
}

/*
	header
*/

#header {
	background: url(images/f1_header_1k_4_3.png) no-repeat left top;
	width: 1000px;
	height: 175px;
}

#header .tab01 {
	/*color: #8C969C;*/
	color: #E0F3FD;
	font-size: 11px;
	text-align: right;
	float: left;
	padding: 4px 0 0 798px;
}

#header .tab01 a {
	/*color: #8C969C;*/
	color: #E0F3FD;
}

#header a.logo {
	background: url(images/forma_1_logo.png) no-repeat top left;
	margin-left: 10px;
	width: 212px;
	height: 45px;
	display: block;
	float: left;
}

#header .tab02 {
	color: #E0F3FD;
	font-size: 11px;
	line-height: 14px;
	float: right;
	text-align: right;
	padding-top: 27px;
}

#header .tab02 a, #header .tab03 a {
	color: #E0F3FD;
	text-decoration: none;
	padding: 0 3px;
	float: left;
}
#header .tab02 span, #header .tab03 span {
	display: block;
	float: left;
}

#header .tab02 a:hover, #header .tab03 a:hover {
	text-decoration: underline;
}

#header .tab02 a.startlap {
	background: url(images/startlaphoz.gif) no-repeat top left;
	margin-left: 3px;
	padding-left: 22px;
	height: 18px;
	display: block;
}

#header .tab04 {
	text-decoration: none;
	padding: 7px 0 0 10px;
	clear: both;
}

#header .tab04 a {
	display: block;
	float: left;
	height: 23px;
	padding-top: 13px;
	color: #39546A;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image: url(images/header_menu_inactive.png);
	background-repeat: no-repeat;
}

#header .tab04 a:hover {
	text-decoration: underline;
}

#header .tab04 a.t1_act,
#header .tab04 a.t2_act,
#header .tab04 a.t3_act,
#header .tab04 a.t4_act,
#header .tab04 a.t5_act,
#header .tab04 a.t6_act,
#header .tab04 a.t7_act,
#header .tab04 a.t8_act {
	background-image: url(images/header_menu_active.gif);
	background-repeat: no-repeat;
	color: #FFF;
}

#header .tab04 a.t1_act:hover,
#header .tab04 a.t2_act:hover,
#header .tab04 a.t3_act:hover,
#header .tab04 a.t4_act:hover,
#header .tab04 a.t5_act:hover,
#header .tab04 a.t6_act:hover,
#header .tab04 a.t7_act:hover,
#header .tab04 a.t8_act:hover {
	text-decoration: none;
}

#header .tab04 a.t1 { width: 76px; background-position: 0 6px; }
#header .tab04 a.t1_act { width: 76px; background-position: 0 6px; background-position: 0 0; margin-right: -1px; position: relative; }

#header .tab04 a.t2 { width: 84px; background-position: -76px 6px; }
#header .tab04 a.t2_act { width: 84px; background-position: -76px 6px; background-position: -76px 0; margin-right: -1px; position: relative; }

#header .tab04 a.t3 { width: 174px; background-position: -160px 6px; }
#header .tab04 a.t3_act { width: 174px; background-position: -160px 6px; background-position: -160px 0; margin-right: -1px; position: relative; }

#header .tab04 a.t4 { width: 121px; background-position: -334px 6px; }
#header .tab04 a.t4_act { width: 121px; background-position: -334px 6px; background-position: -334px 0; margin-right: -1px; position: relative; }

#header .tab04 a.t5 { width: 65px; background-position: -455px 6px; }
#header .tab04 a.t5_act { width: 65px; background-position: -455px 6px; background-position: -455px 0; margin-right: -1px; position: relative; }

#header .tab04 a.t6 { width: 74px; background-position: -520px 6px; }
#header .tab04 a.t6_act { width: 74px; background-position: -520px 6px; background-position: -520px 0; margin-right: -1px; position: relative; }

#header .tab04 a.t7 { width: 119px; background-position: -594px 6px; }
#header .tab04 a.t7_act { width: 119px; background-position: -594px 6px; background-position: -594px 0; margin-right: -1px; position: relative; }

#header .tab04 a.t8 { width: 150px; background-position: -160px 6px; }

#header .tab04 a.t9 { width: 56px; background-position: -160px 6px; }

#header .tab05 {
	float: right;
/* bela: ING-t ki kellett szedni, ha visszakerul a menube az ING-s menupont, akkor a kommentezett padding kell.
	padding: 12px 0 0 10px;
*/
	padding: 12px 0 0 0;
	height: 24px;
	margin-right: 10px;
}

#header .tab05 input {
	float: left;
	width: 110px;
}

#header .tab05 a {
	padding-left: 4px;
}

#header .tab06 {
	float: left;
	clear: both;
/* 1100px /*	padding: 4px 0 0 60px; */
	padding: 4px 0 0 10px;
	height: 68px;
}

/*
	jobb menu
*/

.jobb_blokkok_hatter
{
	background: url(images/jobbkeret.jpg) repeat-y top left;
}

.futam_alja
{
	background: url(images/jobbgorbevege.gif) no-repeat top left;
	width: 300px;
	height: 28px;
}

.futam_teteje
{
	background: url(images/jobbgorbeeleje.gif) no-repeat top left;
	width: 300px;
	height: 28px;
}


.gorbe_300_fent
{
	background: url(images/gorbe_hatter_300f.gif) no-repeat top left; 
	height: 11px; 
	width: 300px;
}

.gorbe_300_lent
{
	background: url(images/gorbe_hatter_300l.gif) no-repeat top left; 
	height: 11px;
	width: 300px;
}

.tobbiek
{
	padding-left: 20px;
	line-height: 16px;
}

.input_hirlevel {
	padding: 2px 0;
	color: #999;
	font-size: 13px;
	width: 185px;
	margin-bottom: 7px;
	border: #BDBCBD 1px solid;
}

.bg_gray {
	background-color: #CCC;
	height: 21px;
}

.szavazas_title {
	padding: 0 10px 4px 10px;
	margin-bottom: 10px;
}

ul.szavazas li div {
	display: inline;
}

.kovetkezotitle {
	padding: 5px 0 5px 15px;
}

.nagydij {	
	color: #FFF;
	font-size: 20px;
	padding: 6px 0 0 15px;
} 

.futam {
	color: #CCCCCC;
	font-size: 15px;
	padding: 6px 0 6px 15px;
}

.kekgombtxt
{
	color: #39546A;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	padding: 4px 3px 6px;
}

.kekgomb_bg_left {
	background: url(images/kekdoboz_01.gif) no-repeat top left;
	width: 3px;
	height: 22px;
}

.kekgombhatter {
	background: url(images/kekdoboz_02.gif) repeat-x top left;
}

.kekgomb_bg_right {
	background: url(images/kekdoboz_03.gif) no-repeat top left;
	width: 3px;
	height: 22px;
}


.idokep {
	padding: 12px 0 0 20px;
}

.idojaras {
	color: #333333;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 6px;
}

.idojarasnap {
	width: 92px;
	text-align: center;
	margin: 0 auto;
	color: white;
	padding-top: 6px;
}

.idojarasikon {
	width: 92px;
	height: 94px;
	background-image: url(images/idojarasikon.gif);
	margin: 8px 0 0 6px;
}

.infonap {
	font-size: 13px;
	padding: 15px 0 5px 15px;
	clear: both;
}

.mod_2_0 {
	background-color: #F6F6F6;
	line-height: 16px;
}

.mod_2_1 {
	background-color: #FFFFFF;
	line-height: 16px;
}

.futam2
{
	color: #CC3333;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 0 2px 4px;
}

.futam2 span {
	margin-left: 50px;
}

.liin
{
	padding: 2px 0 2px 4px;
}

.cikk_kep_fent {
	width: 361px;
}

.alter_bg_bottom {
	background: url(images/jobb_menu_alter_bg_bottom.png) no-repeat top left;
	width: 300px;
	height: 32px;
}

.alter_bg_bottom2 {
	/*background: url(images/jobb_menu_alter_bg_bottom2.png) no-repeat top left;*/
	background: url(images/jobb_menu_alter_bg_bottom.png) no-repeat top left;
	width: 300px;
	/*height: 56px;*/
	height: 32px;
}

.cikk_head {
	width: 284px;
}

/*
	nyito stuffs
*/

.rovidhirek_bg_top {
	background: url(images/keret01fent.jpg) no-repeat top left;
	width: 290px;
	height: 10px;
}

.rovidhirek_bg_bottom {
	background: url(images/keret01lent.jpg) no-repeat top left;
	width: 290px;
	height: 10px;
}

.rovidhirek_txthuzo{
	position: relative;
	top: -8px;
	display: block;
	line-height: 20px;
}

.hirek_roviden_kiemelt_head
{
	background-image: url(images/gorbe_hatter_278f.gif); 
	height: 17px; 
	width: 278px;
	background-repeat: no-repeat; 
	font-size: 0px;
}

.hirek_roviden_kiemelt_in {
	width: 278px; 
	background-image: url(images/gorbe_hatter_278.jpg); 
	background-repeat: repeat-y;
}


.hirek_roviden_kiemelt_footer
{
	background-image: url(images/gorbe_hatter_278l.gif); 
	height: 10px; 
	width: 278px; 
	background-repeat: no-repeat;
	font-size: 0px;
}

.kiemelt_fejlec {
	background: url(images/kiemelt.jpg) no-repeat top left;
	width: 660px;
	height: 47px;
}

.kiemelt_blokk {
	width: 190px;
	padding: 10px 15px;
	height: auto;
}

.kiemelt_content {
	background: url(images/kiemelt_hatter.jpg) repeat-y top left;
	min-height: 160px;
	margin-left: -10px;
}

.vilagbajnoksag_fejlec {
	background: url(images/vilagbajnoksag.jpg) no-repeat top left;
	width: 660px;
	height: 47px;
}

.vilagbajnoksag_helyezes{
	color: #E2E2E2;
	font-size: 70px;
	font-weight: bold;
	margin: -7px 5px 0 8px;
	letter-spacing: -5px;
}

.points_up {
	background: url(images/vb_points_icon_up.png) no-repeat top left;
	width: 14px;
	height: 10px;	
}

.points_down {
	background: url(images/vb_points_icon_down.png) no-repeat top left;
	width: 14px;
	height: 10px;	
}


.points_up_white {
	background: url(images/vb_points_icon_white_up.png) no-repeat top left;
	width: 14px;
	height: 10px;	
}

.points_down_white {
	background: url(images/vb_points_icon_white_down.jpg) no-repeat top left;
	width: 14px;
	height: 10px;	
}

.points_up_small {
	background: url(images/vb_points_icon_small_up.png) no-repeat top left;
	width: 7px;
	height: 6px;
	margin-top: 6px;	
}

.points_down_small {
	background: url(images/vb_points_icon_small_down.png) no-repeat top left;
	width: 7px;
	height: 6px;
	margin-top: 6px;	
}


.x {
	background: url(images/x.png) no-repeat top right;
	width: 17px;
	height: 17px;
}

.jobb_blokk_lapozo_left {
	background: url(images/lapozo_ful_left.jpg) no-repeat top left;
	width: 15px;
	height: 92px;
	margin: 0 3px 5px 4px;
}

.jobb_blokk_lapozo_right {
	background: url(images/lapozo_ful_right.jpg) no-repeat top left;
	width: 15px;
	height: 92px;
	margin: 0 4px 5px 3px;
}

.jobb_blokk_lapozo_left a, .jobb_blokk_lapozo_right a {
	width: 15px;
	height: 92px;
	display: block;
}


.ing_hirdetes_bg_tile {
	background: url(images/hirdetes_nyito_bal_07.jpg) repeat-y top left;
	width: 660px;
	/*margin-bottom: 20px !important;*/
}

.magazin_head {
	background: url(images/f1_magazin_header.png) no-repeat top left;
	width: 660px;
}

/*

*/

.topiccim {
	border: 1px solid #7d9bb7;
	width: 382px;
	height: 20px;
}

#hsz_form {
	border-top: 1px solid #d5d0ca;
	float: left;
	margin: 20px 0px 20px 0;
	padding-left: 10px;
	width: 653px;
}

#hsz_form h3 {
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 20px;
	color: #9e9e9e;
}

#hsz_form .hsz_irasa {
	margin-top: 10px;
}

#hsz_form .hsz_irasa .left_keret_top {
	background: url(images/left_keret_top.png);
	width: 640px;
	height: 7px;
	overflow: hidden;
}

#hsz_form .hsz_irasa .left_keret_bottom {
	background: url(images/left_keret_bottom.png);
	width: 640px;
	height: 9px;
	overflow: hidden;
}

#hsz_form .hsz_irasa .belso {
	background: #fff url(images/left_keret_kozep.png) repeat-y scroll 0 0;
	width: 610px;
	padding: 0px 15px 10px;
}

#hsz_form .hsz_irasa .belso h3 {
	margin: 0px;
}

#hsz_form .hsz_irasa .belso .hszszoveg {
	border: 1px solid #7d9bb7;
	width: 455px;
	height: 66px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	padding: 3px;
}

#hsz_form .hsz_irasa .belso .hozzaszol_f {
	width: 465px;
	float: left;
}

#hsz_form .info {
	margin-top: 5px;
}

#hsz_form .info {
	font-weight: bold;
}

#cikk_hozzaszolas_oldal #hsz_form {
	padding-left: 0px;
	margin: 18px 0px;
	padding-top: 5px;
	width: 660px;
}

#cikk_hozzaszolas_oldal #hsz_form .hsz_irasa {
	margin-top: 30px;
}

.cikk_hsz_bg_top {
	background: url(/data/files/93/images/cikk_hozzaszolas_fent.jpg) no-repeat top left;
	width: 636px;
	overflow: hidden;
	height: 7px;
}

.cikk_hsz_bg_bottom {
	background: url(/data/files/93/images/cikk_hozzaszolas_lent.jpg) no-repeat top left;
	width: 636px;
	overflow: hidden;
	height: 7px;
}

.cikk_hsz_bg_top_660 {
	background: url(/data/files/93/images/cikk_hozzaszolas_fent_660.png) no-repeat top left;
	width: 660px;
	overflow: hidden;
	height: 7px;
}

.cikk_hsz_bg_bottom_660 {
	background: url(/data/files/93/images/cikk_hozzaszolas_lent_660.png) no-repeat top left;
	width: 660px;
	overflow: hidden;
	height: 7px;
}

/*
	rovatoldal
*/

.rovat_hir_in {
	background: url(images/gorbe_hatter_660.jpg) repeat-y top left;	
	width: 660px;
}

.rovat_kiemelt_hir_bg_top {
	background: url(images/keret660fent.jpg) no-repeat top left;
	width: 660px;
	height: 10px;
}

.rovat_kiemelt_hir_bg_bottom {
	background: url(images/keret660lent.jpg) no-repeat top left;
	width: 660px;
	height: 10px;
}

.galeria_kep {
	border: 4px solid #e2e2e2;
	margin: 3px;
	float: left;
}

.f1_bulvar_head_bg {
	background: url(images/bulvar_fejlec_330.jpg) no-repeat top left;
	width: 330px;
	height: 54px;
}

.galeria_head_small_bg_top {
	background: url(images/galeria_fejlec_330.jpg) no-repeat top left;
	width: 330px;
	height: 54px;
}




/*	zone 2: the black hole starts here, so be careful :o */

.pos01
{
	position: absolute;
	top: 0px;
}

.pos02
{
	position: relative;
	top: 100px;
	background: red;
	width: 100%;
}

.span01
{
	padding-left: 22px;
}

.menu_aktiv_gomb
{
	position: relative; 
	top: -7px;
}

.l
{
	margin-left: 10px;
	margin-right: 10px;
}

.point
{
/*	padding-left: 5px; */
/*	padding-right: 5px; */
	padding-bottom: 3px;
}



.navigator
{
	height: 23px;
	vertical-align: middle;
	padding-bottom: 4px;
}

.vszurkehatter
{
	background: #f3f3f3;
}

.content_in
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100px;
	
}

.szelesseg_bal
{
	width: 660px;
}

#kezdo_hir
{
	position: relative;
	top: 100px;
	background: white;
	margin: 10px;
}

#nyitohir
{
}

.p_nyito_hirek_roviden
{
	position: relative;
	left: 12px;
}

.keret01f
{
	background-image: url(images/keret01f.jpg);
	height: 10px;
	width: 100%;
	clear: both;
	background-repeat: no-repeat;
	font-size: 0px;
}

.keret01l
{
	background-image: url(images/keret01a.jpg);
	height: 10px;
	width: 100%;
	clear: both;
	background-repeat: no-repeat; 
	font-size: 0px;
}

.keret01b
{
	background-image: url(images/keret01b.jpg);
	background-repeat: repeat-y;
	height: 170px;
	width: 10px;
	float: left;
}

.keret01j
{
	background-image: url(images/keret01j.jpg);
	background-repeat: repeat-y;
	height: 170px;
	width: 10px;
	float: left;
}

#kezdo_hir_in
{
	float: left;
	width: 640px;
	background-color: #f3f3f3;
	height: auto;
}

#nyito_rovid_hir_in
{
	float: left;
	height: auto;
	width: 270px;
}

.bg_szurke
{
	background-color: #f3f3f3;
}

.w_left_right 
{
	width: 290px;
}

.p_left_right 
{
	left: 380px;
}

.w_nyito_left_right 
{
	width: 290px;
}

.p_nyito_left_right 
{
	left: 384px;
}

.hirek_roviden_title
{
	font-size: 13pt;
	color: #9e9e9e;
	font-weight: bolder;
	padding-left: 14px;
}

.hirek_roviden_hir 
{
	padding-top: 6px;
	padding-left: 6px;
	width: 100%;
}

.hirek_roviden_text
{
	color: #000000;
	font-size: 9pt;
	padding-top: 4px;
	padding-left: 4px;
}

.hirek_roviden_text_kiemelt
{
	color: #000000;
	font-size: 9pt;
	padding-top: 4px;
	padding-left: 4px;
	width: 270px;
}

.hirek_rovat_title 
{
	font-size: 22px;
	color: #cc3333;
	font-weight: bold;
	padding-left: 4px;
	text-decoration: none;
}


.hirek_roviden_title_hir 
{
	font-size: 16px;
	color: #cc3333;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
}

.hirek_roviden_title_hir_kiemelt
{
	/*font-size: 15px;
	color: #fe7107;*/
	font-weight: bold;
	padding-left: 0px;
	margin-left: 10px;
	/*text-decoration: underline;*/
}

.w100
{
	width: 100%;
}

.wauto
{
 width: auto;
}


.bg_gorbe_290
{
	background-image: url(images/gorbe_hatter_290.jpg); 
	background-repeat:repeat-y;
}


.w_nyito_left_left
{
	width: 350px;
}

.p_nyito_left_left
{
	padding-bottom: 4px;
}

.nyitohir_title
{
	color: #cc3333;
	font-size: 28px;
	font-weight: bold;
}

.nyitohir_kep
{
	padding-top: 10px;
}

.nyitohir_text
{
	color: black;
	font-size: 15px;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 4px;
}


.hirdetes_480_left
{
	width: 62px;
}

.hirdetes_480_right
{
	width: 85px;
}

.hirdetes_480_title
{
	width: 20px;
}

.w_480
{
	width: 480px;
}

.h_120
{
	height: 120px;
}

.hirdetes_480_120
{
	width: 650px;
	padding-top: 40px;
}


.p_kiemelt
{
	padding-top: 30px;
}

.h_210
{
	height: 210px;
}


.mb10
{
	margin-bottom: 10px;
}

.mb20
{
	margin-bottom: 20px;
}

.w_230
{
	width: 230px;
	
}

.vilagbajnoksag_content
{
	width: 1500px;
	height: 95px;
}

.over 
{
	overflow: auto;
	width: 630px; 
	background: #F8F8F8; 
	margin-left: 10px; 
	height: 125px;
}

.egy_versenyzo_kep2
{
	border: 2px solid #E2E2E2;
	margin-left:7px;
	margin-right:10px;
	margin-top:2px;
}

.egy_versenyzo_kep
{
	border: 2px solid #E2E2E2;
	margin-left: 4px;
	margin-right: 6px;
}

.egy_versenyzo_text
{
	margin-top: -3px;
	width: 120px;
}

.kozepessenszurke
{
	color: #A3A3A3;
}

.egy_versenyzo
{
	padding-top: 8px;
}

.egy_versenyzo_pont
{
	padding-top: 4px;
	padding-bottom: 8px;
	width: 80px;
	font-size: 18px;
}

.vilagbajnoksag
{
	background: #F8F8F8 none repeat scroll 0 0;
	
}

.hirdetes
{
	padding-top: 40px;
	margin-bottom:20px;
}

.vilagoskek
{
	color: #7ca4d0;
}

.narancs 
{
	color: #FE7107;
}
.skek
{
	color: #39546A;
}

.kiemelt2
{
	font-size: 18px;
}

.size_30
{
	font-size: 30px;
}

.size_28 {
	font-size: 28px;
}

.size_18
{
	font-size: 18px;
}

.size_16
{
	font-size: 16px;
}

.size_15
{
	font-size: 15px;
}

.size_14
{
	font-size: 14px;
}

.size_13
{
	font-size: 13px;
}

.size_12
{
	font-size: 12px;
}

.size_15
{
	font-size: 15px;
}
.hirek_hirdetes_text
{
	color: #000000;
	font-size: 13px;
	padding-top: 4px;
	padding-left: 0px;
	line-height: 16px;
}

.sotetkek
{
	color: #162555;
}

.fekete
{
 color:#000000;
}

.megtobb2
{
	font-size:13px;
	font-weight:bold;
}

.vilagosszurke
{
	color:#9E9E9E;
}

.uppercase 
{
	text-transform: uppercase; 
}


.kovetkezo
{
	background-image: url(images/kovetkezo.gif);
	width: 300px;
	background-repeat:no-repeat;
}


.lista
{
	padding-left: 12px;
	padding-right: 12px;
}

.kovetkezofutamalja
{
	padding-left: 10px;
	margin-top: 4px;
	clear: both;
	float: left;
}

.hirdkep2
{
	width: 120px;
	height: 83px;
	padding-top: 8px;
	padding-left: 5px;
}

.hird_roviden_text_kiemelt
{
	color:#000000;
	font-size:12px;
	padding-left:10px;
	padding-top:4px;
	width: 275px;
	line-height: 16px;
}

.elozofutam
{
	padding-top: 50px;
	padding-bottom: 10px;
}

.pt8 
{
	padding-top: 8px;
}

.size12, .s_12
{
	font-size: 12px;
}

.size13
{
  font-size:13px;
}

.s_14
{
	font-size: 14px;
}

.elozofutamtitle0
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.sotetszurke
{
	color: #666666;
}

.futam_teteje
{
	height: 28px;
}

#elozo_kep
{
	margin: 6px auto 4px;
	width: 275px;
}

div.elso
{
	width: 290px;
/*	padding: 2px 0;*/
}

/*div.nemelso
{
	margin-left:6px;
	padding-bottom:3px;
	padding-right:3px;
	padding-top:3px;
}*/

.vilagosszurkehatter
{
	background-color:#F6F6F6;
}

.nemelso
{
	margin-left: 3px;
	padding: 1px 0;
	font-size: 15px;
}

.elozokiskep
{
	background-image: url(images/elozo_kiskep.jpg);
	margin: 8px auto;
	width: 280px;
	height: 73px;
}

.leggyorsabbkor
{
	padding-top: 30px;
	padding-left: 15px;
	font-size: 15px;
}

.leggyorsabbido
{
	font-size: 15px;
	padding-top: 2px;
}

.hcenter
{
	margin: 0 auto;
}

.legjobbja
{
	padding-left: 10px;
	margin: 0 auto;
	padding-top: 12px;
}

.pont1
{
	font-size: 12px;
	font-weight: normal;
	width: 40px;
	vertical-align: bottom;
	line-height: 14px;
}

.legjobbalja
{
	padding-top: 6px;
	padding-top: 6px;
}

.szavazassor
{
	padding-bottom: 25px;
}

.subject
{
	height: 22px;
	color: white;
	font-size: 10px;
	text-align: center;
	background-image: url(images/vorosgomb_02.jpg);
	background-repeat: repeat-x;
	margin-left:15px;
	margin-top:8px;
}

/* ----- widths ----- */

.w_60
{
	width: 60px;
}

.w_80
{
	width: 80px;
}

.w_90
{
	width: 90px;
}

.w_100
{
	width: 100px;
}

.w_115
{
	width: 115px;
}

.w_120
{
	width: 120px;
}

.w_125
{
	width: 125px;
}

.w_140
{
	width: 140px;
}

.w_145
{
	width: 145px;
}

.w_150
{
	width: 150px;
}

.w_200
{
	width: 200px;
}

.w_215
{
	width: 215px;
}

.w_675
{
	width: 675px;
}

input.szurke
{
	border: 1px solid #bebebe;
}

.vilagbajnoksag_hatter
{
	height: 166px; 
	width: 660px; 
	background-image: url(images/allas_hatter.jpg);
}

.vilagbajnoksag_footer
{
	padding-left: 14px; 
	height: 26px; 
	padding-top: 14px; 
}

.p8-8
{ 
	padding-right: 8px;
}

.ing_bal_head
{
/*	height: 95px;  */
/* bela: ING header ki lett szedve, jpg az ING-s cucc, png az ING nelkuli.
	background-image: url(images/hirdetes_nyito_bal_06.jpg); 
*/
	background-image: url(images/hirdetes_nyito_bal_06.png); 
	background-repeat: no-repeat; 
	width: 660px;
	padding-bottom: 4px;
}

.jobb_gorbe_content
{
	background-image: url(images/gorbe_hatter_300.jpg); 
	background-repeat: repeat-y;
}



.gorbe_300_lent_extra_x
{
	background-image: url(images/gorbe_hatter_300l_extra_x.jpg); 
	background-repeat: no-repeat; 
	height: 28px; 
	font-size: 0px;
	
}

.gorbe_300_lent_extra
{
	background-image: url(images/gorbe_hatter_300l_extra.jpg); 
	background-repeat: no-repeat; 
	height: 28px; 
	font-size: 0px;
	
}

.futam_eredmenyek_1
{
	width: 15px; 
	padding-left: 8px;
}

.futam_eredmenyek_n
{
	width: 15px; 
	padding-left: 8px;
}


.jobb_blokk_rovat
{
	margin-top: 5px;
	width: 250px;
	height: auto;
	margin-left: 9px;
}

.roval_bal_bal
{
	margin-left: 15px;
}

.rovat_bulvar_kep
{
	width: 305px;
	height: 170px;
	margin: 10px auto;
}

.pt15
{
	padding-top: 15px;
}

.rovat_bulvar_txt
{
	width: 300px;
	margin: 0 auto;
}

a.megtobbgaleria
{
	text-decoration: underline;
	padding-left: 2px;
	margin-top: 4px;
	font-size: 14px;
}


.vilagosszurkehatter
{
	background-color: #f3f3f3;
}

.vilagosszurkehatter2
{
	background-color:#eeeeee;
	height:18px;
	margin-bottom:5px;
	width:280px;
}

.ml_20
{
	margin-left: 20px;
}

.ul
{
	text-decoration: underline;
}

.voros
{
	color: #cd3838;
}

.pilotak_hatter
{
	background-image: url(images/pilotak_hatter.jpg);
	width: 255px;
	height: 92px;
}



.nb
{
	font-weight: normal;
}
/* palya sztorik*/

.map_back{
 background: transparent url(images/palya.gif) no-repeat	scroll 0 0;
 width:238px;
 height:191px;
}

/* forum topic */

.topic_title {
	width: 100%;
	height: 30px;
	/*border-bottom: sold;*/
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #F0EFEC;
	margin-top: 30px;
	margin-left: 10px;
	font-weight: normal;
}

.topic_author {

}

.piros_nyilacska li{
  background:transparent url(images/red_arrow.gif) no-repeat scroll 0 50%;
  padding-left:10px;
  list-style-type:none;
}

.cikk_hsz_lapozo .lapozo, #kereses_oldal .lapozo {
	width: 660px;
	margin: 0px;
}

#kereses_oldal h3.underline {
	border-bottom: 1px solid #a3a3a3;
	color: #a3a3a3;
	font-size: 18px;
	padding-bottom: 3px;
}

#cikkKeresoForm {
	float: left;
	margin: 10px 0px;
	width: 660px;
}

#cikkKeresoForm div.col1 {
	clear:both;
	color:#333333;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
	margin:3px 0;
	text-align:right;
	width:210px;
}


#cikkKeresoForm div.col2 {
	color:#333333;
	float:left;
	font-size:13px;
	margin:3px 0;
	padding-left:10px;
	width:440px;
}

#cikkKeresoForm div.col2 input {
	background-color:#FFFFFF;
	border:1px solid #7F9CB8;
	font-size:13px;
	padding:2px 3px;
	width:306px;
}

.palya_box .palya_sztori_felso a {
	line-height: 20px;
}

.palya_box .palya_sztori_nem_felso a {
	line-height: 20px;
}

.palya_box .palya_sztori_felso {
	margin-top: -23px;
	width: 312px;
}

.palya_box .palya_sztori_nem_felso {
	margin-top: 15px;
	margin-bottom: 5px;
	width: 312px;
}

li.m_l_20{
	/*	padding-bottom: 3px;*/
}

/* zone 3: this is the end of the F1 css universe. be nice :]  */

/* bela 2009-03-24:  #&@+!%&>#& <beeeeeeeeeeeeeeeep> >#@#&@+!%@&>#@#!! */

.cikkbody ul {
	width: 620px;
	position: relative;
	list-style-type: disc;
	margin: 5px 20px;
	float: left;
}

.cikkbody ol {
	width: 620px;
	position: relative;
	list-style-type: decimal;
	margin: 5px 20px;
	float: left;
}

.cikkbody ul li, .cikkbody ol li {
	float: left;
	width: 100% !important;
}

#vezess_hirek_box {
    float: left;
    width: 298px;
    height: 110px;
    border-bottom: 1px solid #ff341c;
    border-left: 1px solid #ff341c;
    border-right: 1px solid #ff341c;
    margin: 10px 0 0 0;
}

#vezess_hirek_box_header {
    width: 298px;
    height: 26px;
    background: #ff341c;
}

#vezess_hirek_header img {
    margin: 0;
}

#vezess_hirek_box_content {
    width: 296px;
    height: 82px;
    padding: 2px 0 0 2px;
}

#vezess_hirek_box_content .cim {
	display: block;
	width: 119px;
	height: 23px;
	background: #f3f3f3;
	float: left;
	margin: 0 2px 2px 0;
	text-decoration: none;
	color: #514f4d;
	font-size: 11px;
	padding: 2px 5px 0 5px;
	font-family: Tahoma, sans-serif;
}

#vezess_hirek_box_content .cim:hover {
	background: #514F4D;
	color: #ffffff;
}

#vezess_hirek_box_content .arrow {
	display: block;
	width: 15px;
	height: 25px;
	background: url('/data/files/93/images/vezess_hirek_box/arrow.png') top left no-repeat;
	margin: 0 2px 2px 0;
	float: left;
}

/*forma12009_head_reklam start*/

.forma1_2009_head_reklam {
	height: 110px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.forma1_2009_head_reklam .hirdetes_tartalom {
	height: 110px;
}

.forma1_2009_head_reklam .hirdetes_tartalom img {
	cursor: hand;
	display: inline;
}

/*forma12009_head_reklam end*/

#vezess_kiemeles_lead {
    color: #000000;
}

#vezess_kiemeles_lead:hover {
    text-decoration: none !important;
}
