/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 14px/ 18px Georgia, "Times New Roman", Times, serif;
	color: #666;
}

div,p,ul,h1,h2,h3,h4,form {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

#topleft {
position: fixed;
top: -100px;
right: -100px;
background-color: #C3C3C3;
width: 200px;
height: 200px;
cursor: pointer;
}

/*--Top Panel--*/
#topPan {
	width: 800px;
	/*height: 310px;*/
	height: 174px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#topPan h1 {
	width: 794px;
	/*height: 230px;*/
	height: 90px;
	position: absolute;
	top: 70px;
	left: 0px;
	display: block;
	background: url(images/header.jpg) 0 0 no-repeat #FEFFFE;
	padding:0;
	border: 3px solid #838383;
	font-weight: normal;
}

#topPan h1 span {
	font-size: 33px;
	color: #FFFFFF;
	font-family: helvetica,verdana;
	position: absolute;
	top: 13px;
	left: 5px;
}



#topPan img {
	width: 390px;
	height: 50px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
}

#topPan ul {
	width: 400px;
	height: 27px;
	position: absolute;
	top: 25px;
	right: 0px;
}

#topPan ul li {
	float: left;
	width: 82px;
	height: 27px;
	display: block;
	line-height: 27px;
}

#topPan ul li a {
	display: block;
	/*width: 82px;*/
	height: 27px;
	
	/*background: #FBA01B;*/
	color: #FBA01B;
	font: 13px/ 27px Georgia;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

#topPan ul li a:hover {
	/*background: url(images/bullet1.gif) 50% 0 no-repeat #FBA01B;*/
	/*color: #fff;*/
	text-decoration: none;
}

#topPan ul li.company {
	background: url(images/bullet1.gif) 50% 0 no-repeat #FBA01B;
	color: #fff;
	text-decoration: none;
	font: 13px/ 27px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

#topPan #headerlogin{
	position: absolute;
	top: 50px;
	left: 465px;
	background-color: #FFFFFF;
	width: 300px;
	height: 100px;
	border: 3px solid #838383;
	/*padding: 5px 5px;
	opacity:0.9;
	filter:alpha(opacity=90)
	*/
}

#topPan #headerlogin form{
	/*padding-top: 5px;*/
	}

#topPan #headerlogin label{
	display: inline;
	float:left;
	padding-right: 5px;
	margin-top: 5px;
	width: 100px; 
	text-align: right;
}

#topPan #headerlogin input{
	margin-top: 5px;
	border: 1px solid #D2D2D2;
}

#topPan #headerlogin #logintitle{
background-color: #FFA700;
text-align: center;
color: #FFFFFF;
height: 20px;
}

#topPan #headerlogin #logintitle a{
width: 20px;
height: 20px;
background: url(images/action_delete.gif) 2px 2px no-repeat #FFFFFF;
}

/*--/Top Panel--*/ /*--Middle Panel--*/
#mainmiddlePan {
	/*min-height: 360px;*/
	background: url(images/middlepanbg.gif) 0 0 repeat-x #F0F0F0;
	color: #666;
	padding: 15px 0px 15px 0px;
}

#middlePan {
	width: 800px;
	position: relative;
	margin: 0 auto;
}

/*--left panel--*/
#middleleftPan {
	width: 440px;
	float: left;
/*	padding-right: 10px;*/
}

#middleleftPan.fooldal {
	width: 600px;
	text-align: justify;
}

#middleleftPan a{
	color: #4B4B4B;
	text-decoration: none;
}
/*
#middleleftPan a:hover{
	text-decoration: underline;
}
*/
#middleleftPan .nyomdabox{
	padding: 5px;
}

#middleleftPan .nyomdabox ul {
	list-style-type: none;
}

#middleleftPan .nyomdabox ul li{
	padding: 5px 5px 5px 35px;
	position:relative;
}
#middleleftPan .nyomdabox ul li a.tip{
	padding: 3px 0 0 0;
	position:absolute;
	display: block;
	width: 30px;
	height: 27px;
	background-color: #F90;
	color: #FFF;
	font-weight: bold;
	left: 0px;
	top: 5px;
	background: url(images/tip.png) 0 0 repeat-x;
	text-align: center;
}

#middleleftPan .nyomdabox ul .szint2 a.nyomda{
	background: #FBA01B;
	color: #000000;
	padding: 3px 5px;
	border: 2px solid #FFFFFF;
	line-height: 30px;
}

#middleleftPan .nyomdabox ul .szint1 a:hover{
	color: #D27A06;
}

#middleleftPan .nyomdabox a{
	color: #000000;
	text-decoration: none;
}

#middleleftPan .nyomdabox a:hover{
	color: #B37E28;
	text-decoration: none;
}

#middleleftPan ul .kiemelt {
	padding: 5px;
	background: #FFA500; 
	margin: 5px 0px; 
	border: 2px solid #FFFFFF;
}

#middleleftPan ul .kiemelt a{
	color: #000000;
}

#middleleftPan ul .kiemelt a:hover{
	color: #000000;
	text-decoration: underline;
}

#middleleftPan ul .kiemelt .listaadatok{
	color: #3C3C3C;
}
	
#middleleftPan h2 {
	/*width: 260px;*/
	height: 50px;
	line-height: 40px;
	background: url(images/icon1.gif) 0 50% no-repeat #F0F0F0;
	color: #ffa700;
	font-size: 30px;
	font-family: Georgia;
	font-weight: normal;
	padding: 10px 0 0 60px;
}

#middleleftPan.fooldal h2 {
	/*width: 260px;*/
	height: 50px;
	line-height: 40px;
	background: url(images/icon1.gif) 0 50% no-repeat #F0F0F0;
	color: #ffa700;
	font-size: 26px;
	font-family: Georgia;
	font-weight: normal;
	padding: 10px 0 0 60px;
}

#middleleftPan h3 a{
	color: #666666;
	text-decoration: none;
}

#middleleftPan h3 a:hover{
	text-decoration: underline;
}

#middleleftPan p {
	padding: 10px 22px 0 0;
}

#middleleftPan p span.boldtext {
	font-weight: bold;
}

#middleleftPan p.more {
	width: 118px;
	height: 24px;
	line-height: 24px;
	margin: 20px 0 0 284px;
	padding: 0;
}

#middleleftPan p.more a {
	width: 100px;
	height: 24px;
	display: block;
	background: url(images/icon5.jpg) 0 0 no-repeat #F0F0F0;
	color: #966202;
	font: 16px/ 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 0 30px;
	text-decoration: none;
}

#middleleftPan p.more a:hover {
	text-decoration: underline;
}

#middleleftPan .kommentbox{
	padding: 10px 0px;
	margin: 10px 0px;
}
#middleleftPan .kommentbox .komment_cimsor{
	border-bottom: 2px solid #FFFFFF;
	/*color: #D67200;*/
	color: #FFFFFF;
	background-color: #FFA500;
	padding: 5px;
}

#middleleftPan .kommentbox .komment_cimsor span{
	display: block;
	float: right;
	margin-top: -2px;
}

#middleleftPan #form label{
	display: block;
	width: 350px;
	padding: 10px 0px 5px 0px;
}

#middleleftPan #form input{
	border: 1px solid #666666;
	display: block;
	width: 350px;
}

#middleleftPan #form textarea{
	border: 1px solid #666666;
	display: block;
	width: 350px;
	height: 100px;
}


/*--/left panel--*/ /*--right panel--*/
#middlerightBanner {
	width: 350px;
	float: right;
	/*background-color: #FF0000;*/
	margin-top: 10px;
	clear: right;
}

#middlerightBanner_fooldal {
	width: 200px;
	float: right;
	/*background-color: #FF0000;*/
	margin-top: 10px;
	clear: right;
}

#middlerightBanner_fooldal .adblock {
	width: 188px;
	border: 1px solid #FFA700;
	padding: 6px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: helvetica, verdana;
	margin-bottom: 20px;
}

#middlerightBanner_fooldal .adblock a{
	text-decoration: none;
	color: #FFA700;
	font-weight: bold;
}

#middlerightBanner_fooldal .adblock a:hover{
	text-decoration: underline;
}

#middlerightBanner .adblock {
	float:right;
	width: 322px;
	border: 1px solid #FFA700;
	padding: 6px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: helvetica, verdana;
}

#middlerightBanner .adblock a{
	text-decoration: none;
	color: #FFA700;
	font-weight: bold;
}

#middlerightBanner .adblock a:hover{
	text-decoration: underline;
}

#middlerightPan {
	width: 350px;
	float: right;
	/*background-color: #FF0000;*/
}


#middlerightPan form {
	width: 233px;
	height: 180px;
	background: #fff;
	color: #3B3B3B;
}

#middlerightPan form input {
	width: 195px;
	height: 18px;
	margin: 5px 0 10px 18px;
}

#middlerightPan form label {
	width: 195px;
	height: 18px;
	margin: 0 0 0 18px;
	font-weight: bold;
}

#middlerightPan form input.button {
	width: 58px;
	height: 24px;
	float: right;
	margin: 0px 15px;
	background: url(images/login.jpg) 0 0 no-repeat #FEFEFE;
	color: #fff;
	border: none;
	font: 14px/ 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#middlerightPan form h2 {
	width: 150px;
	height: 73px;
	line-height: 73px;
	display: block;
	background: url(images/icon1.jpg) 10% 50% no-repeat #fff;
	color: #D67200;
	font-size: 22px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 75px;
}

#middlerightPan form #register {
	width: 160px;
	height: 24px;
	float: left;
}

#middlerightPan form #register a {
	display: block;
	background: url(images/icon3.jpg) 10% 50% no-repeat #fff;
	color: #666;
	font: 22px/ 24px Arial, Helvetica, sans-serif;
	padding: 0 0 0 35px;
	text-decoration: none;
}

#middlerightPan form #register a:hover {
	background: url(images/icon3.jpg) 10% 50% no-repeat #fff;
	color: #000;
	text-decoration: none;
}

#middlerightPan p.online {
	width: 233px;
	height: 88px;
	margin: 18px 0 23px;
}

#middlerightPan p.online a {
	width: 189px;
	height: 66px;
	display: block;
	background: url(images/online.jpg) 0 0 no-repeat #EFEFEF;
	color: #fff;
	font: 18px/ 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 22px 0 0 44px;
}

#middlerightPan p.online a:hover {
	text-decoration: none;
}

/*--/right panel--*/ 

#middlerightAjanlo {
	margin-top: 10px;
	width: 345px;
	clear: right;
	float: right;
	display: block;
	
}

#middlerightAjanlo .btn_ajanlo{
	float:right;
	width: 334px;
	height: 20px;
	display: block;
	line-height: 20px;
	padding: 5px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #FFA500;
	border: 2px solid #FFFFFF;
	}

#fooldalajanlo .btn_ajanlo{
	width: 340px;
	height: 20px;
	display: block;
	line-height: 20px;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #FFA500;
	border: 2px solid #FFFFFF;
	}

#fooldalajanlo {
	text-align: center;
}

/*--/Middle Panel--*/ /*--Bottom Panel--*/
#bottomPan {
	width: 800px;
	position: relative;
	margin: 0 auto;
}

#bottommiddlePan {
	width: 800px;
	float: left;
	margin: 20px 0px;
	/*background: url(images/middleborder.gif) 0 0 repeat-y;*/
}



/*--Bottom Left Panel--*/
#mainbottomleftPan {
	width: 440px;
	float: left;
}

#bottomleftPan {
	/*
	width: 440px;
	float: left;
	*/
	width: 800px;
	/*height: 100px;*/
}

#bottomleftPan p {
	/*padding: 10px 72px 0 0;*/
	padding: 10px 0px 0px 0px;
	text-align: justify;
}

#bottomleftPan p span.boldtext {
	font-weight: bold;
}

#bottomleftPan p.more {
	width: 150px;
	height: 24px;
	margin: 20px 0 20px 0;
	padding: 0;
}

#bottomleftPan p.more a {
	width: 150px;
	height: 40px;
	line-height: 40px;
	display: block;
	background: url(images/icon2.gif) 0 0 no-repeat #fff;
	color: #ffa700;
	font-size: 20px;
	font-family: Georgia;
	padding: 0 0 0 45px;
	text-decoration: none;
}

#bottomleftPan p.more a:hover {
	text-decoration: underline;
}

#bottomleftPan h2 {
	height: 50px;
	line-height: 50px;
	background: url(images/icon1.gif) 0 0% no-repeat #fff;
	color: #ffa700;
	font-size: 26px;
	font-family: Georgia;
	font-weight: normal;
	padding: 0 0 0 60px;
	margin-top: 10px;
}

#mainbottomleftPan h2 {
	height: 50px;
	line-height: 50px;
	background: url(images/icon1.gif) 0 0% no-repeat #fff;
	color: #ffa700;
	font-size: 26px;
	font-family: Georgia;
	font-weight: normal;
	padding: 0 0 0 60px;
	margin-top: 10px;
}

#bottomleftPan h3 {
	width: 260px;
	height: 26px;
	font-size: 18px;
	display: block;
}
#bottomleftPan h3 a{
color: #666666;
text-decoration: none;
}

#bottomleftPan h3 a{
text-decoration: underline;
}


#bottomleftPan h4 {
	width: 298px;
	height: 104px;
	background: url(images/image1.jpg) 0 0 no-repeat #fff;
	color: #000;
	text-indent: -20000px;
	margin: 25px 0 0;
}





/*--/Bottom Left Panel--*/ /*--Bottom Right Panel--*/
#mainbottomrightPan {
	width: 360px;
	float:right;
}

#bottomrightPan {
	width: 350px;
	float: right;
	clear:both;
}

#bottomrightPan p {
	padding: 10px 2px 0 60px;
}

#bottomrightPan p span.boldtext {
	font-weight: bold;
}

#bottomrightPan p.more {
	width: 80px;
	height: 24px;
	margin: 20px 0 0 238px;
	padding: 0;
}

#bottomrightPan p.more a {
	width: 80px;
	height: 24px;
	display: block;
	background: url(images/icon5.jpg) 0 0 no-repeat #fff;
	color: #966202;
	font: 16px/ 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 0 30px;
	text-decoration: none;
}

#bottomrightPan p.more a:hover {
	text-decoration: underline;
}

#bottomrightPan h2 {
	width: 200px;
	height: 26px;
	font-size: 18px;
	display: block;
	line-height: 26px;
	padding: 0 0 0 60px;
	margin: 57px 0 0;
}

#bottomrightPan h3 {
	width: 152px;
	height: 74px;
	display: block;
	background: url(images/image2.jpg) 0 0 no-repeat #FEFEFE;
	color: #fff;
	font: 18px/ 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 25px 0 0 60px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 30px 126px 0 14px;
}

#bottomrightPan h3 span {
	font-size: 14px;
	text-transform: none;
}
#bottomrightPan #map {
	padding: 3px;
	border: 1px solid #cccccc;
	background-color:#ffffff;
}

/*--/Bottom Right Panel--*/ /*---FOOTER PANEL--*/
#footermainPan {
	height: 175px;
	background: url(images/footerbg.gif) 0 0 repeat-x #777;
	color: #fff;
	margin: 0;
	padding: 0;
	clear: both;
}

#footerPan {
	width: 778px;
	position: relative;
	margin: 0 auto;
	
}

#footerPan img {
	width: 248px;
	height: 38px;
	position: absolute;
	top: 23px;
	right: 6px;
}

#footerPan ul {
	width: 100%;
	position: absolute;
	top: 36px;
	left: 0px;
	text-align: center;
}

#footerPan li {
	float: left;
	font: 12px/ 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#footerPan ul li a {
	padding: 0 12px 0 12px;
	color: #fff;
	text-decoration: none;
}

#footerPan ul li a:hover {
	text-decoration: underline;
}

#footerPan ul li .betuk{
	padding: 0px 3px;
	}


#footerPan p.copyright {
	background: #7D7D7D;
	color: #fff;
	font: 11px/ 15px Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 110px;
	left: 10px;
}

#footerPan p#extralinkek {
	background: #7D7D7D;
	color: #fff;
	font: 11px/ 15px Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 130px;
	left: 10px;
	width: 770px;
	text-align: center;
}

#footerPan p#extralinkek a{
	margin-right: 30px;
	color: #FFFFFF;
	}

#footerPanhtml {
	width: 70px;
	height: 24px;
	background: url(images/htmlbutton.gif) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 90px;
	left: 61px;
}

#footerPanhtml a {
	width: 59px;
	height: 19px;
	background: url(images/arrow-normal.gif) no-repeat 50px 4px #FB9217;
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	margin: 0;
	padding: 0 0 0 5px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#footerPanhtml a:hover {
	background: url(images/arrow-hover.gif) no-repeat 50px 4px #FB9217;
	color: #fff;
	text-decoration: none;
}

#footerPancss {
	width: 58px;
	height: 24px;
	background: url(images/cssbutton.gif) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 90px;
	left: 135px;
}

#footerPancss a {
	width: 46px;
	height: 19px;
	background: url(images/arrow-normal.gif) no-repeat 40px 5px #FCD927;
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	margin: 0;
	padding: 0 0 0 5px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#footerPancss a:hover {
	background: url(images/arrow2-hover.gif) no-repeat 40px 5px #FCD927;
	color: #fff;
	text-decoration: none;
}

	
/* szofelho */
.word {
      font-family: Tahoma;
      /*padding-left: 5px;*/
      /*letter-spacing: 1px;*/
	  /*float: left;*/
      text-decoration: none;
      line-height: 25px;
}


.word:hover {
      text-decoration: underline;
  }

.size0 {
	color: #401D1B; 
	font-size: 19px;
}

.size1 {
	color: #401D1B; 
	font-size: 18px;
  }
.size2 {
	color: #9D8344; 
	font-size: 17px;
  }
.size3 {
	color: #B37E28; 
	font-size: 16px;
  }
.size4 {
	color: #401D1B; 
	font-size: 15px;
  }
.size5 {
	color: #9D8344; 
	font-size: 14px;
  }
.size6 {
	color: #B37E28; 
	font-size: 13px;
  }
.size7 {
	color: #B37E28; 
	font-size: 12px;
  }
.size8 {
	color: #9D8344; 
	font-size: 12px;
  }
.size9 {
	color: #401D1B; 
	font-size: 10px;
  }

.clear{
clear: both;
}

/* searchbox 1 */

.searchbox {
    height: 40px;
    width: 400px;
	margin-top:10px;
}

.swhite{
    background-image: url(images/search_w.jpg);
    background-repeat: no-repeat;
}

.sgrey{
    background-image: url(images/search_g.jpg);
    background-repeat: no-repeat;
}

.searchbox form{
    float: left;
    padding: 10px 0 0 0px;
}

.searchbox .keresoszo{
    width: 210px;
    border:none;
    font-size: 12px;
    
}
.searchbox .button{
    border:none;
    background:none;
    font-size: 16px;
	font-family: Georgia;
	color: #ffffff;
	cursor: pointer;
    
}

.searchbox span {
    float: left;
	width: 90px;
	height: 40px;
	line-height: 40px;
    color: #ffffff;
	font-size: 22px;
	font-family: Georgia;
	font-weight: normal;
	padding: 0 0 0 45px;
	background:none;
}

/* searchbox2 */


.searchbox2 {
    height: 40px;
    width: 400px;
	margin-top:10px;
}

.s2white{
    background-image: url(images/search2_w.jpg);
    background-repeat: no-repeat;
}

.s2grey{
    background-image: url(images/search2_g.jpg);
    background-repeat: no-repeat;
}

.searchbox2 form{
    float: left;
    padding: 10px 0 0 52px;
}


.searchbox2 .searchoptions{
	font-size:14px;
	margin:0;
	width: 300px;
	border:none;
    background-color:#ffffff;
	}

.searchbox2 .button{
    border:none;
    background:none;
    font-size: 16px;
	font-family: Georgia;
	color: #ffffff;
	cursor: pointer;
	margin:0;
	padding:0;
}

/* tagcloud */

.tagcloud{
	/*border: 1px solid #EF9A07;*/
	/*background-color: #FFFFFF;*/
	padding: 5px;
	/*text-align: justify;*/
	letter-spacing: 1.5px;
	clear: both;
	}
/*	
.color1{
	color: #EF9A07;
	font-weight: bold;
	}

.color2{
	color: #3C3C3C;
	font-weight: bold;
	}
*/

.tagcloud a{
	margin: 2px;
	float: left;
	display: block;
	padding: 0px 5px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #C3C3C3;
	text-decoration: none;
	}

.tagcloud a:hover{
	text-decoration: none;
	border: 1px solid #000000;
}


.color1{
	background-color: #FDECBF;
	}

.color2{
	background-color: #F9DB87;
	}
.color3{
	background-color: #FFFFFF;
	}




.tagcloud a sup{
	font-size:9px;
	
}

#map{
	width: 350px;
	height: 350px;
	border: 2px solid #FFFFFF;
}

.feed {
    background-image: url(images/feed-icon-14x14.png);
    background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	margin: 0px 5px;
}

.feed span{
	display: none;
	}
	
#arlista .fekete{

padding: 3px;
color:#FFFFFF;
background-color:#000000;

}	

#arlista .feher{

padding: 3px;
color:#000000;
background-color:#FFFFFF;

}

#arlista .szines{

padding: 3px;
background-color:#54AE00;
color: #FFFFFF;

}

#arlista .szinesplusz{
padding: 3px;
background-color:#0198FF;
color: #FFFFFF;
}

#arlista .arak{
float: right;
background-color:#FFA500;
color: #000000;
border: 1px solid #FFFFFF;
font-size: 12px;
font-weight: bold;
padding: 5px;
}

/**/


#cegszerkesztes label{
	
	margin-top: 10px;
	/*padding-right: 10px;*/
	display: block;
}

#cegszerkesztes input{
	width: 300px;
	margin-top: 10px;
	border: 1px solid #5A5A5A;
}

#cegszerkesztes textarea{
	width: 400px;
	height: 150px;
	margin-top: 10px;
	border: 1px solid #5A5A5A;
}

#cegszerkesztes .btn{
	width: 80px;
	border: 1px solid #5A5A5A;
	background-color: #FFFFFF;
}

#cegszerkesztes #cimkek_lista label{
	width: 220px;
	float: left;
	display: block;
	cursor: pointer;
}


	