html, body, p, div, ul, li, h1, h2, h3{
	margin  : 0;
	padding : 0;
}

p{
	margin : 10px 0;
}

.doboz p{
	font-size   : 13px;
	line-height : 18px;
}

body, h1, h2, h3{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px;
	color       : #333;

}

body{
	/*background:url('images/telefonteszt-tel_bg.jpg') repeat; */
	 background:url('images/body_bg.png') repeat; 
}

table{
	margin          : 0;
	padding         : 0;
	border-collapse : collapse;
}

td{
	vertical-align : top;
}

a{
	text-decoration : none;
	color           : #0084CA;
}

a:hover{
	text-decoration : underline;
}

a img{
	text-decoration : none;
	border          : 0 none;
}

form table{
	width     : 100%;
	font-size : 12px;
}

input, select{
	border    : solid 1px #CCC;
	padding   : 2px;
	font-size : 14px;
}

input[type="submit"], input[type="button"]{
	cursor : pointer;
}

input[type="radio"], input[type="checkbox"]{
	border  : none;
	margin  : 1px 5px;
	padding : 0;
}

.styled-select{
	width               : 292px;
	height              : 34px;
	overflow            : hidden;
	background          : url('images/arrow_down.png') no-repeat;
	background-position : right;
	border              : 1px solid #CCCCCC;
}
.styled-select select{
	background : none repeat scroll 0 0 transparent;
	border     : none;
	font-size  : 14px;
	padding    : 5px;
	width      : 330px;
	cursor     : pointer;
}

ul, li{
	list-style : none;
}

#main{
	width      : 1000px;
	margin     : auto;
	margin-top : 5px;
}

.clearer{
	clear : both;
}

#menu{
	background : url('images/menu_hatter2.png') #fff repeat-x;
	height     : 50px;
}

#menu ul{
	padding-left : 20px;
}

#menu li{
	float : left;
}

#menu li a{
	color           : #fff;
	font-size       : 16px;
	font-weight     : bold;
	text-decoration : none;
	display         : block;
	padding         : 14px 18px 18px 10px;
}

#menu li a:hover, #menu li a.active{
	background : url('images/menu_bg_szel.png') no-repeat top right #EFEFEF;
	color      : #5cbace;
}

#main_content{
	/* background:url('images/wavy.png') repeat; */
	background:url('images/body_bg.png') repeat;
	padding : 10px;
}

#morzsa_menu li{
	float          : left;
	padding-right  : 5px;
	padding-bottom : 5px;
}
#morzsa_menu li a{
	color     : #848484;
	font-size : 12px;
	display   : block;
}
#morzsa_menu li.nyil{
	font-size   : 10px;
	line-height : 16px;
	color       : #848484;
}

#footer{
	background : url('images/lablec_hatter.png') repeat-x #ececec;
	color      : #848484;
}
#footer li{
	float : left;
}
#footer li a{
	color           : #848484;
	font-size       : 12px;
	text-decoration : none;
	display         : block;
	padding         : 12px 15px 12px 15px;
}
#footer li a.egy{
	border-right : solid 1px #ccc;
}
#footer li a.ketto{
	border-left  : solid 1px #fff;
	border-right : solid 1px #ccc;
}
#footer li a.harom{
	border-left : solid 1px #fff;
}
#footer li a:hover{
	color : #2C2C2C;
}

.doboz{
	border         : solid 1px #E8E8E8;
	background     : #fff;
	padding        : 0 10px;
	padding-bottom : 10px;
	margin-bottom  : 10px;
}
.banner-doboz{
/*	border         : solid 1px #E8E8E8;
	background     : #fff; */
	margin-bottom  : 10px;
	text-align	   : center;
}

.doboz li{
	clear : both;
}
.doboz h1{
	font-size     : 16px;
	font-weight   : bold;
	margin-bottom : 15px;
	padding-top   : 10px;
	padding-bottom: 10px;
	border-bottom : solid 1px #E8E8E8;
}
.doboz h2{
	font-size     : 14px;
	margin-bottom : 10px;
	color         : #13AEFF;
}
.egeszdoboz{
	margin : 10px;
}
.feldoboz{
	float       : left;
	width       : 314px;
	padding-top : 5px;
}
.feldoboz li{
	float         : left;
	margin-bottom : 4px;
	clear         : both;
}
.tovabb{
	text-align : right;
	margin     : 5px 0;
}
#lapozo{
	margin : 10px 0;
	height : 240px;
	clear  : both;
}
.lapozo_hatter{
	width    : 670px;
	height   : 240px;
	clear    : both;
	position : relative;
	display  : none;
}
.lapozo_fedel{
	float          : right;
	width          : 270px;
	height         : 240px;
	background     : url('images/lapozo_fedel4.png');
	padding        : 10px;
	margin-right   : 30px;
	position       : relative;
	padding-bottom : 0;
}
.lapozo_sorszamok{
	position : absolute;
	top      : 215px;
	left     : 0;
}
.lapozo_sorszam{
	-moz-user-select : none;
	font-size        : 12px;
	padding          : 5px 10px;
	margin           : 0 0px;
	float            : left;
	background       : url('images/lapozo_fedel.png');
	color            : #ccc;
}
.lapozo_sorszam:hover, .lapozo_sorszam_aktiv{
	color  : #333;
	cursor : pointer;
}
#lapozo h1{
	font-size     : 16px;
	margin-bottom : 10px;
}
.lapozo_bal{
	position   : absolute;
	left       : 0;
	top        : 0;
	height     : 240px;
	width      : 30px;
	background : url('images/left_arrow.png') no-repeat;
}
.lapozo_bal:hover{
	background : url('images/left_arrow_on.png') no-repeat;
	cursor     : pointer;
}
.lapozo_jobb{
	position   : absolute;
	right      : 0;
	top        : 0;
	height     : 240px;
	width      : 30px;
	background : url('images/right_arrow.png') no-repeat;
}
.lapozo_jobb:hover{
	background : url('images/right_arrow_on.png') no-repeat;
	cursor     : pointer;
}
.balpadding{
	padding-left : 5px;
}
.jobbpadding{
	padding-right : 5px;
}

.miertjo li{
	padding     : 10px 0;
	font-size   : 14px;
	list-style  : circle;
	margin-left : 20px;
}

.baloszlop{
	width          : 280px;
	vertical-align : top;
}

.hatteres_tr:hover{
	background : #E8E8E8;
}

#index_model_div select{
	width : 270px;
}

.datum{
	float : left;
	color : #0084CA;
}

#telefon_leiras_td p{
	font-size : 12px;
	margin    : 0;
	padding   : 0;
}

#ksz h1, #ksz h1 a{
	font-size  : 16px;
	display    : inline;
	color      : #000;
	background : #FFF;
	border     : 0;
	margin     : 0;
	padding    : 0;
}

#ksz h2, #ksz h2 a{
	font-size  : 14px;
	display    : inline;
	color      : #666;
	background : #FFF;
	border     : 0;
	margin     : 0;
	padding    : 0;
}

#ksz h3, #ksz h3 a{
	font-size  : 12px;
	display    : inline;
	color      : #999;
	background : #FFF;
	border     : 0;
	margin     : 0;
	padding    : 0;
}

#ksz h4, #ksz h4 a{
	font-size  : 11px;
	display    : inline;
	color      : #CCC;
	background : #FFF;
	border     : 0;
	margin     : 0;
	padding    : 0;
}

.forras{
	color     : #333333;
	font-size : 12px;
}
.login_form{
	position         : absolute;
	bottom           : 5px;
	right            : 0;
	background-color : #F8F8F8;
	border           : 1px solid #EEEEEE;
	padding          : 3px;
	text-align       : right;
}
.oldal_keret{
	width      : 1000px;
	margin     : 20px auto 0 auto;
	box-shadow : 0px 0px 10px 5px #999999;
}
.footer{
	width      : 1000px;
	margin     : auto;
	box-shadow : 0px 10px 10px 5px #999999;
}
.forras{
	font-size  : 10px;
}
#beuszo_div{
	position : relative;
}
.beuszo_torol{
	position    : absolute;
	top         : -25px;
	right       : 3px;
	border      : 1px solid #DDDDDD;
	padding     : 5px;
	line-height : 10px;
	cursor      : pointer;
}
.beuszo_torol:hover{
	background-color : #DDDDDD;
}
.banner{
	border : 1px solid #CCC;
}
.hirdetes{
	font-size      : 11px;
	color          : #AAAAAA;
	text-align     : center;
	width          : 100%;
	margin-bottom  : 10px;
	display        : block;
	letter-spacing : 1px;
}
.a_banner{
	text-decoration : none;
}
.select_m{
	width : 270px;
}
.select_s{
	width: 120px;
}
.kis_span{
	font-size : 10px;
}
#mybook{
	border : 1px solid #6fd4e1;
	/*
	-webkit-box-shadow : 1px 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow    : 1px 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	box-shadow         : 1px 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	*/
}
.b-tab{
	background-color : #6fd4e1 !important;
	color            : #222 !important;
}
.lapozo_forras{
	float      : right;
	font-size  : 11px;
	font-style : italic;
}
.telefon_slider_kulso_keret{
	width    : 658px;
	height   : 160px;
	position : relative;
	overflow : hidden;
}
#konyvjelzo{
	position: absolute;
	top: -5px;
	right: 620px;
	z-index: 2;
	cursor: pointer;
}
.slider_leptet{
	float: right;
	cursor: pointer;
	font-size: 12px;;
}
.szolg_link{
    vertical-align: middle;
    line-height: 30px;
    padding: 10px 10px 10px 70px;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 3px;
}

.terkep_link{
	vertical-align: middle;
	padding: 10px 10px 10px 30px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	line-height:10px;
	float:right;
	background: no-repeat 5px center url('images/marker.png');
}

#div.hirek  {
    border-bottom: 1px solid #afafaf;
    padding: 0 5px 10px;
	margin-bottom: 20px;
}

.hg_banner{
	border         : solid 1px #E8E8E8;
	background     : #fff;
}
    