body {
	background: white;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	font-family: arial, helvetica;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: black;
}
a {
	color: blue;
	cursor: pointer;
}
a:hover {
	color: black;
	text-decoration: none;
}
#container{
	text-align:left;
	width: 760px;
	margin: 0;
	padding: 8px 0px 0px 10px;
	position: relative
}
.col {
	float: left;
}


/*fejlec*/
#head {
	float: left;
	width: 760px;
	height: 57px;
}
#logo {
	float: left;
	width: 175px;
}
#slogan {
	float: left;
	width: 448px;
	padding-top: 5px;
}
#language {
	float: left;
	width: 105px;
	padding-top: 20px;
}


/*menu*/
.m1 {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
	padding-left: 6px;
}
.m1_akt {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 11;
}
.m2 {
	position: relative;
	left: -15px;
	top: 0px;
	z-index: 9;
}
.m2_akt {
	position: relative;
	left: -15px;
	top: 0px;
	z-index: 100;
}
.m3 {
	position: relative;
	left: -25px;
	top: 0px;
	z-index: 8;
}
.m3_akt {
	position: relative;
	left: -30px;
	top: 0px;
	z-index: 11;
}
.m4 {
	position: relative;
	left: -35px;
	top: 0px;
	z-index: 7;
}
.m4_akt {
	position: relative;
	left: -40px;
	top: 0px;
	z-index: 11;
}
.m5 {
	position: relative;
	left: -45px;
	top: 0px;
	z-index: 6;
}
.m5_akt {
	position: relative;
	left: -50px;
	top: 0px;
	z-index: 11;
}
.m6 {
	position: relative;
	left: -50px;
	top: 0px;
	z-index: 5;
}
.m6_akt {
	position: relative;
	left: -35px;
	top: 0px;
	z-index: 11;
}
.m7 {
	position: relative;
	left: -65px;
	top: 0px;
	z-index: 4;
}
.m7_akt {
	position: relative;
	left: -65px;
	top: 0px;
	z-index: 11;
}
#menu_main {
	float: left;
	width: 770px;
	height: 23px;
}
#menu_items {
	float: left;
	width: 775px;
	height: 23px;
	background-image: url(../img/menu_main_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menu_text {
	float: left;
}
.menu_text a{
	float: left;
	height: 18px;
	color: blue;
	background-image: url(../img/menuitem_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 5px 4px 0px 4px;
	font-weight: bold;
}
.menu_text a:hover{
	text-decoration: none;
	color: black;
}
.menu_acttext {
	float: left;
	padding-top: 5px;
	font-size: 13px;
	height: 18px;
	color: #b0fdaa;
	background-image: url(../img/menuact_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}
.kf_menu_acttext a{
	float: left;
	padding-top: 5px;
	font-size: 13px;
	height: 18px;
	color: #b0fdaa;
	background-image: url(../img/kf_menuact_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration:none;
}
.kf_menu_acttext a:visited{
	float: left;
	padding-top: 5px;
	font-size: 13px;
	height: 18px;
	color: #b0fdaa;
	background-image: url(../img/kf_menuact_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration:none;
}


.bf_menu_acttext a{
	float: left;
	padding-top: 5px;
	font-size: 13px;
	height: 18px;
	color: #b0fdaa;
	background-color: #3171B8;
	/*background-image: url(../img/bf_menuact_bg.gif);
	background-repeat: repeat-x;*/
	font-weight: bold;
	text-decoration:none;
}
.bf_menu_acttext a:visited{
	float: left;
	padding-top: 5px;
	font-size: 13px;
	height: 18px;
	color: #b0fdaa;
	background-color: #3171B8;
	/*background-image: url(../img/bf_menuact_bg.gif);
	background-repeat: repeat-x;*/
	font-weight: bold;
	text-decoration:none;
}



#bf_menu_sub {
	float: left;
	width: 770px;
	height: 20px;
	background: #3171B8;
}
#bf_menuitems_sub {
	float: left;
	width: 724px;
	padding: 3px 0px 0px 0px;
}
#bf_menu_sublink {
	float: left;
	color: #d6edd4;
}

.bf_sublink {
	color: #d6edd4;
	font-family: verdana;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
}
.bf_sublink:visited {
	color: #d6edd4;
	font-family: verdana;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
}
 
.bf_sublink:hover {
	color: white;
}


/*al_menu*/
#menu_sub {
	float: left;
	width: 771px;
	height: 20px;
	background: #0019ad;
}
#menuitems_sub {
	float: left;
	width: 719px;
	padding: 3px 0px 0px 20px;
}
.sublink {
	color: #cfdefd;
	font-family: verdana;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 8px 0px 8px;
}
#menu_sublink {
	float: left;
	color: #cfdefd;
}
.sublink:hover {
	color: white;
}
.sublink_act {
	color: #ffe400;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
}
.sublink_act:visited{
	color: #ffe400;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
}

#kf_menu_sub {
	float: left;
	width: 770px;
	height: 20px;
	background: #158d00;
}
#kf_menuitems_sub {
	float: left;
	width: 724px;
	padding: 3px 0px 0px 0px;
}
#kf_menu_sublink {
	float: left;
	color: #d6edd4;
}

.kf_sublink {
	color: #d6edd4;
	font-family: verdana;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
}
.kf_sublink:visited {
	color: #d6edd4;
	font-family: verdana;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
}
 
.kf_sublink:hover {
	color: white;
}	


/*keresopanel*/
#searchbar {
	float: left;
	width: 763px;
	height: 33px;
	background-image: url(../img/searchbar_bg.gif);
	background-position: 0px 0px;
	padding: 0px 0px 0px 10px;
	color: white;
}

#bf_searchbar {
	float: left;
	width: 763px;
	height: 33px;
	background-image: url(/img/bf_searchbar.gif);
	background-position: 0px 0px;
	padding: 0px 0px 0px 10px;
	color: white;
}

#kf_searchbar {
	float: left;
	width: 763px;
	height: 33px;
	background-image: url(../img/kf_searchbar_bg.gif);
	background-position: 0px 0px;
	padding: 0px 0px 0px 10px;
	color: white;
}
.form0 {
	float: left;
	width: 55px;
	padding-top: 7px;
}
.form1 {
	float: left;
	width: 160px;
	padding-top: 3px;
}
.mini {
	font-size: 11px;
	width: 150px;
}
.form2 {
	float: left;
	padding: 4px 3px 0px 0px;
}


/*tartalom*/
#content {
	float: left;
	width: 770px;
	background-image: url(../img/banner_bg.gif);
	background-position: 20px 0px;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 5px;
}
.content_col {
	float: left;
	width: 304px;
	padding: 0px 0px 0px 0px;
}
.content_mid {
	float: left;
	width: 6px;
	height: 100px;
}
#banner {
	float: left;
	width: 147px;

}


.centerbanner_new{
		
		width:560px;
		height:120px;
		padding:2px;
		padding-left:18px;
		margin:5px;
		border-color:#CCCCCC;
		border-style:solid;
		border-width:thin;
		background:url(/image/hirdetes_jelzo.jpg);
		background-position:left;
		background-color:#E1E1E1;
		background-repeat:no-repeat;
	}


a.bannerstyle{
text-decoration:none;
color:#000000;
border: solid 0 #000000;
text-decoration:underline;
}

a.bannerstyle:hover{
text-decoration:none;
color:#000000;
border: solid 0 #000000;
text-decoration:none;
}
