/***************
 * Név:         style.css
 * Leírás:      adozona css
 * Keletkezés:  2007.03.08.
 * Fejlesztő:   Nemes Adriána
 * FONTOS:		Éles site-on belül a kommenteket távolítsuk el.
 ****************/

@import url(_comment.css);
@import url(_event.css);
@import url(adcloud.css);

body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: rgb(255, 255, 255);
}
img
{
	border: 0px;
}


#pg-container
{
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}
#pg-top
{
	background-color: rgb(239, 230, 223); /*	height: 89px;*/
	text-align: center;
}
#pg-header
{
	background-color: rgb(255, 255, 255);
	height: 75px;
}
#pg-menu
{
	background-color: rgb(255, 255, 255);
}
#pg-middle
{
/*	background-color: rgb(255, 255, 24);*/
}
#pg-footer
{
	background-color: rgb(255, 255, 255);
}

.clear
{
	clear: both;
}
.center
{
	text-align: center;
}

.calc
{
	margin-left: 25px;
	margin-bottom: 15px;
	overflow: hidden;
}



/* top */

.top
{
	padding-top: 7px;
	margin: 0px;
	padding-bottom: 7px;
}


.csoportlogo
{
	/*	float:right;*/ /*background:  url('../img/csoportlogo.gif') no-repeat bottom right;*/
	display: block; /*	clear:both;*/
	overflow: hidden;
	height: 33px;
}


/* header */

.header_logo
{
	padding-top: 14px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	width: 590px;
	height: 63px;
}
.header_links
{
	margin: 0px;
	float: left;
	width: 400px;
	height: 77px;
	background-image: url(  '../img/links_border.jpg' ) font-family: arial;
	font-size: 11px;
}
.links
{
	float: left;
	background: left top repeat-y url(  '../img/middleseparatorv.gif' ) rgb(255, 255, 255);
	height: 42px;
	font-family: arial;
	margin-top: 35px;
}
.links a
{
	text-decoration: none;
	color: rgb(0, 0, 0);
}
.links a:hover
{
	text-decoration: underline;
	color: rgb(0, 0, 0);
}
.header_links h3
{
	padding: 0px 15px 4px 6px;
	margin: 0px;
	font-weight: normal;
	font-size: 11px;
}
.rss
{
	float: left;
	margin-top: 53px;
	margin-right: 9px;
}
.rss img
{
	vertical-align: middle;
}





/* menu */


.menuleft
{
	float: left;
	background: url(  '../img/menubg_left.jpg' );
	width: 20px;
	height: 77px;
}
.menu
{
	float: left;
	background: url(  '../img/menubg.jpg' );
	width: 960px;
	height: 77px;
	overflow: hidden;
}
.menuright
{
	float: left;
	background: url(  '../img/menubg_right.jpg' );
	width: 20px;
	height: 77px;
}

.menu_links
{
	float: left;
	height: 64px;
	width: 680px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
}
.menu_pic
{
	float: left;
	margin: 35px 0 0 0;
	padding: 0;
	height: 59px;
	width: 120px;
	padding-top: 12px;
	overflow: hidden;
	
}
.menu_pic img
{
	vertical-align: middle;
}
.menu_search
{background:url(../img/csoportlogo.gif) no-repeat left 32px;
	float: left;
	width: 259px;
	margin: 0;
	padding: 0;
	padding-top: 22px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
	height:59px;
}
.menu_search a
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.menu_search a:hover
{
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
.menu_search input
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #000000;
	padding-left: 6px;
	padding-top: 2px;
	height: 14px;
	width:100px;
}
.menu_search_form
{
	padding: 0px;
	margin: 0px;
}
.menu_search_input
{
	padding: 0px 0px 6px 0px;
	margin: 0px;
}


.menu_search_search
{
	padding: 0px;
	margin: 0px;
}
.menu_search_ok
{
	padding-left: 4px;
}
.menu_links a
{
	color: rgb(0, 0, 0);
	text-decoration: none;
}
.menu_links a.selected
{
	color: #fff;
	text-decoration: none;
}
.menu_links a:hover
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.menuseparator
{
	background: url(  '../img/menuseparator.gif' );
	height: 5px;
	width: 680px;
	font-size: 1px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.menuitem_upper
{
	float: left;
	padding: 0px 7px;
	height: 20px;
	background: url(  '../img/menuseparator_up.gif' ) no-repeat right top;
	margin-top: 13px;
}
.menuitem_lower
{
	float: left;
	padding: 7px 16px 0px 16px;
	height: 15px;
	background: url(  '../img/menuseparator_down.gif' ) no-repeat right top;
	margin: 0px;
}
.menuitem_uplast
{
	float: left;
	height: 20px;
	padding: 0px 7px;
	margin-top: 13px;
}
.menuitem_lolast
{
	float: left;
	height: 15px;
	padding: 7px 16px 0px 16px;
}
.calc-col
{
	float: left;
	overflow: hidden;
	width: 201px;
	margin-right: 5px;
	padding-left: 4px;
}


/* middle */


/* ------ cikkek */
.middlebox700
{
	width: 700px;
	float: left;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}

.middlebox700 ul li
{
	list-style-image:url(../img/arrow.gif);
}

.middlebox700box
{
	color: rgb(0, 0, 0);
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 9px;
	margin-top: 9px;
}
.middlebox350box
{
	color: rgb(0, 0, 0);
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 9px;
	margin-top: 9px;
	background: url(  '../img/middleseparatorv350.gif' ) 350px top repeat-y;
	padding-right: 3px;
	display: block;
	width: 700px;
}
.middlebox430box
{
	color: rgb(0, 0, 0);
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 9px;
	margin-top: 9px;
	overflow: visible;

}


/* ------ széles reklám */
.middlebox860
{
	width: 860px;
	float: left;
	margin: 0;
}
.middlebox860box
{
	text-align: center;
	padding: 16px 0px 15px 0px;
	width: 860px;
	background: url(  '../img/middleseparatorh.gif' ) repeat-x;
}
.middlebox860boxo
{
	margin: 10px 0px 0px 10px;
	background-color: rgb(255, 192, 111);
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
}
/* ------ jobboldali dobozok */
.middlebox160
{
	width: 160px;
	float: left;
	display: block;
	margin: 11px 0 0 0;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}
.middlebox160box
{
	background-color: rgb(255, 229, 195);
	color: rgb(91, 78, 60);
	font-size: 11px;
	overflow: hidden; /*margin-bottom: 20px;*/
}
.middlebox160box a
{
	color: #000000;
	text-decoration: none;
}

/* ------ jobb szélén reklám */
.middlebox140
{
	width: 140px;
	float: left;
}
.middlebox140box
{
	text-align: center;
}
.head
{
	background: rgb(255, 164, 75)  url(../img/middlebox160.jpg) no-repeat top left;
	display:block;
	overflow:hidden;
	color: #000000;
	font-weight: bold;
	padding: 10px 8px 9px 8px;

}
.text
{
	background-color: rgb(255, 229, 195);
	color: rgb(91, 78, 60);
	font-size: 11px;
	padding: 12px 8px;
}
.text a:link, .text a:visited
{
	text-decoration: none;
}
.text a:hover
{
	text-decoration: underline;
}

.text form
{
	padding: 0px;
	margin: 0px;
}
.text h5
{
	font-family: verdana;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 16px;
}
.text p
{
	padding: 2px 0px;
	margin: 0px;
}
.mehet
{
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
.title
{
	background-color: #FFA44B;
	color: #5E2E00;
	font-family: verdana;
	font-size: 3px;
	font-weight: bold;
	height: 3px;
	display: block;
}
.box160separ
{
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 3px;
	font-weight: bold;
	height: 5px;
	display: block;
}


.opic1
{
	float: left;
	width: 211px;
	height: 90px;
	margin: 0px;
	background: url(  '../img/img211x90a.jpg' );
}
.opic2
{
	float: left;
	width: 211px;
	height: 90px;
	margin: 0px;
	background: url(  '../img/img211x90b.jpg' );
}

.otextdiv
{
	float: left;
	width: 850px;
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
}
.otextdiv table
{
	width: 850px;
	padding: 0;
	margin: 0px;
	margin-bottom: 8px;
}

.cell
{
	background-color: rgb(255, 192, 111);
	padding: 0;
	margin: 0;
}
.cellsepar
{
	width: 10px;
	background: #ffffff;
	padding: 0;
	margin: 0;
}
.otext
{
	float: left;
	width: 415px;
	padding: 0px;
	margin: 0px;
	background-color: rgb(255, 192, 111);
	display: block;
	overflow: visible;
}


.otext img
{
	border-right: 5px solid white; /*border-bottom:5px solid white;*/
	margin-right: 8px;
}


.cikkcontent table
{
	border: none;
	margin: 0 5px 0 5px;
}

.cikkcontent td
{
	color: #000000;
	padding: 0px;
	margin: 0px;
	padding: 3px;
	line-height: 16px;
	font-family: verdana;
	margin-left: 9px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
}
.cikkcontent td ul
{
	list-style-type: square;
}
.cikkcontent td li
{
	color: #000000;
	padding: 0px;
	margin: 0px;
	padding: 3px;
	line-height: 16px;
	font-family: verdana;
	margin-left: 9px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
}

.cikkcontent td p
{
	color: #000000;
	padding: 0px;
	margin: 0px;
	padding: 3px;
	line-height: 16px;
	font-family: verdana;
	margin-left: 9px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
}

.otext h4
{
	color: #000000;
	line-height: 16px;
	font-size: 12px;
}

h5, .middlebox700 .article700 h4 a
{
	color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	font-family: verdana;

	font-weight: bold;
	font-size: 11px;
}

.middlebox700 .cikkek h4 a { color:#000 }
    
.middlebox700 .cikkek { margin:0 0 15px 0 }

.middlebox700 .cikkek h4 {
	color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	font-family: verdana;
	margin-left: 0px;
	font-weight: normal;
	font-size: 11px;
}.middlebox700 .cikkek h3 {
	color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	font-family: verdana;
	margin-left: 0px;
	font-weight: bold;
	font-size: 13px;
}
.otext h5, .lead h2
{
	color: #7E3E00;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	font-family: verdana;
	margin-left: 9px;
	font-weight: bold;
	font-size: 11px;
}



.otext h4 a:link, .otext h4 a:visited
{
	color: #000000;
	line-height: 16px;
	margin: 0px;
	font-size: 12px;
	text-decoration: none;
}
.otext h4 a:hover
{
	color: #7E3E00;
	line-height: 16px;
	margin: 0px;
	font-size: 12px;
	text-decoration: none;
}

.otext p
{
	padding: 0px 9px;
	margin: 0px;
}
.otext p a:link, .otext p a:visited
{
	text-decoration: none;
}

.otext p a:link
{
	text-decoration: none;
}
.textarrow
{
	color: #d55000;
	font-weight: bold;
	margin: 0px;
	margin-left: 9px;
	font-size: 14px;
	text-decoration: none;
}




/* cim narancssárga */
.middlebox700 h3
{
	color: rgb(214, 96, 0);
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 9px 0px;
}

.middlebox700 .tagline h3 {
	margin: 0;
	padding: 0;
	display: inline;
}

.middlebox700 .similar
{
	background-color:#FFE5C3;
	padding: 10px;
}

.middlebox700 .similar h3 { font-size: 13px; }

/* cim fekete */
.middlebox700 h4, .middlebox700 .article700 h3 a, .middlebox700 .article350 h3, .middlebox700 .article350a h3
{
	color: rgb(0, 0, 0);
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0 0 9px 0;
}

.middlebox700 .article700 h4 { padding: 0 }

/* kép */
.middlebox700 img
{
	padding-right: 10px;
}
.middlebox700 .article430 img
{

}
.middlebox700 img.sp
{
padding:0;
}

/* szurke szoveg */
.middlebox700 p
{

	padding: 0px;
	color: rgb(0,0,0);
}

.middlebox700 .similar p { font-size: 11px; }

.middlebox700 .posts-box-content p { margin: 25px 30px; }

.middlebox700 a, .middlebox700 .article700 h3 a 
{
	text-decoration: none;
	color: rgb(214, 96, 0);
}
.middlebox700 a:hover
{
	text-decoration: underline;
	color: rgb(214, 96, 0);
}


.article700
{
	float: left;
	width: 663px;
	padding: 0px 27px 0px 10px;
	text-align: left;
}
.articleheader
{
	float: left;
	background-color: rgb(255, 229, 195);
	width: 628px;
	font-weight: bold;
	padding: 0px 27px 0px 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(94, 46, 0);
	line-height: 22px;
	clear: both;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
}
.article350
{
	float: left;
	width: 310px;
	padding: 0;
		_width:300px;
	margin: 5px 5px 5px 10px;
	overflow: hidden; 
}

 .article350a
{
	float: left;
	width: 330px;
	padding: 0 10px 0 0;
	margin: 5px 10px 5px 10px;
	_width:310px;
	_margin:0  10px 5px 10px;
	overflow: hidden; background: url('../img/middleseparatorv.gif') right top repeat-y;
}
.article430
{
	float: left;
	width: 330px;
	padding: 0 10px 0 0;
	margin: 5px 10px 5px 10px;
	_width:310px;

	overflow: hidden; background: url('../img/middleseparatorv.gif') right top repeat-y;
}
.article270
{
		float: left;
	width: 310px;
	padding: 0;
		_width:300px;
	margin: 5px 5px 5px 10px;
	overflow: hidden; 
}



 .article350a ul,  .article350 ul  {
	list-style-image:url(../img/arrow.gif);
	margin:0 0 8px 0;
	padding:0 0 0 15px;
 }
 .article350a2008.02.12. li,  .article350 li,  .article700 li {

	margin:0 0 8px 0;

 }
  .article700 ul  {
	list-style-image:url(../img/arrow.gif);
	margin:10px 0 8px 15px;
	padding:0 0 0 0;
 }

.tovabb
{
	margin-top: 15px;
}
.calc p
{
	font-size: 11px;
	color: rgb(0, 0, 0);
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.separator840
{
	width: 850px;
	height: 1px;
	background: url(  '../img/middleseparatorh.gif' ) repeat-x center left;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-size: 1px;
	clear: left;
}
.separator
{
	width: 680px;
	height: 1px;
	background: url(  '../img/middleseparatorh.gif' ) repeat-x center left;
	margin: 0px 10px;
	padding: 0px;
	font-size: 1px;
	clear: both;
}















/* footer */

.footer
{
	background: url(  '../img/footerseparator.gif' ) repeat-x top left;
	padding-top: 2px;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
}
.foot
{
	float: left;
	color: rgb(114, 114, 114);
	padding-left: 11px;
	padding-top: 8px;
}
.footerlink
{
	float: right;
	background: url(  '../img/footerseparator.gif' ) repeat-y top left;
	font-weight: bold;
	color: rgb(214, 96, 0);
	padding: 8px 20px 0px 20px;
}
.footerlink a
{
	color: rgb(214, 96, 0);
	text-decoration: none;
}
.footerlink a:hover
{
	color: rgb(214, 96, 0);
	text-decoration: underline;
}

.pic01
{
}
.pic01 table
{
	background: #ffe5c3;
	border-bottom: solid 1px #ffa44b;
}
.pic01 td
{
	text-align: center;
}
.pic01 img
{
	margin: 0;
	padding: 0;
	border: solid 1px #000000;
}

.pic01 p
{
	text-align: left;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}
.pic01 span
{
	float: left;
	text-align: left;
	color: #ffa44b;
	margin: 0;
	text-indent: 0;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

.banner0
{
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 748px;
	background-image: url(../img/hirdetes.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 20px 0 10px;
	overflow: hidden;
}
.banner8
{
	display: block;
	margin-left:11px;
margin-top:-2px;
	width: 980px;
	height:50px;
	float:left;
	overflow: hidden;
}
.banner0 img
{
	border: solid 1px #635657;
}

.banner1
{
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 478px;
	background-image: url(../img/hirdetes.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 0px 0 10px;
	clear: both;
}

.banner1 img
{
	border: solid 1px #635657;
}

.banner2
{
	display: block;
	margin: 2px auto 10px auto;
	text-align: center;
	width: 120px;
	background-image: url(../img/hirdetes2.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0 10px 0;
}

.banner2 img
{
	border: solid 1px #635657;
}
/* CSS Document */

.pg-foot-top
{
	background: url(../img/pgfoot-top.gif) no-repeat;
	height: 18px;
	padding-top: 3px;
}

.pg-foot-top p
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: rgb(94,46,0);
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

.pg-foot-top a:link, .pg-foot-top a:visited
{
	text-decoration: none;
	color: rgb(94,46,0);
	font-size: 11px;
	font-weight: bold;
}

.pg-foot-top a:hover
{
	text-decoration: underline;
	color: rgb(94,46,0);
	font-size: 11px;
	font-weight: bold;
}

.pg-foot-btm	

{
	background:#ffe5c3 url(../img/pgfoot-btm.gif) no-repeat;
	height: 47px;
	width:980px;
	padding-top: 7px;
	line-height: 14px;
}

.pg-foot-btm p
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: rgb(214,96,0);
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
}

.pg-foot-btm a:link, .pg-foot-btm a:visited
{
	text-decoration: none;
	color: rgb(214,96,0);
	font-size: 11px;
	font-weight: normal;
}

.pg-foot-btm a:hover
{
	text-decoration: underline;
	color: rgb(214,96,0);
	font-size: 11px;
	font-weight: normal;
}

.jog
{
	overflow: hidden;
	/*background: #ffcc66;*/
	margin:0;
	padding:0;
	text-align: center;
}

.jog p
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 8px;
	padding-bottom: 5px;
}
.jog p a:link, .jog p a:visited
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}
.jog p a:hover
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 5px;
}
.jog .separ
{
	width: 144px;
	height: 1px;
	margin-left: 8px;
	line-height: 1px;
	font-size: 1px;
	background: rgb(214,96,0);
}
.nonbold
{
	text-align: center;
}
.jog .nonbold p a:link, .jog .nonbold p a:visited
{
	margin: 0;
	text-align: center;
	font-weight: normal;
}

.jog .nonbold p a:hover
{
	margin: 0;
	text-align: center;
	font-weight: normal;
}
#regform
{
	width: 450px;
	overflow: hidden;
}
#regform label
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	font-size: 11px;
	font-weight: bold;
	margin: 0 30px;
	float: left;
}

#regform input
{
	float: right;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	font-size: 11px;
	font-weight: bold;
	margin: 0 30px;
}

#regform select
{
	float: right;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	font-size: 11px;
	font-weight: bold;
	margin: 0 25px 0 20px;
}

#regform p {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	font-size: 11px;
	font-weight: normal;
	margin: 30px;
	float: left;
}

.error-message {
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #e41d1a;
	margin:0 auto;
	border: 1px solid #e41d1a;
	padding:15px;
	text-align:center;
}

.article430 h1 {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
	
.article430 h2 {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
	
.article700 h1 {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
}

.article700 h1.searchterm {
	display: inline;
	font-size: 12px;
}

.article700 #articlecaption h1 {
	margin: 0;
	font-size: 14px;
}

.article700 h1.tag {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height:20px;
	padding: 0;
	float: left;
}
	
.article700 .articleheader span {	
	float:left;
	padding: 12px 5px;
}
	
.article700 h2, .article700 .similar h6, .article700 div h2 a, .article700 div h2 a:hover {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.article700 .similar h6 { margin: 10px 0 }

.article700 div#articleLead h2 {
    margin: 0;
	font-size: 12px;
}

.middlebox160 p, .middlebox160 h4, .middlebox160  h5{
	padding: 3px;
	color:#000;
}

.middlebox160box ul {
	margin:0 0 0 10px;
	padding:0;
}
.middlebox160box li {
	margin:0 0 0 10px;
	padding-right:3px;
}

#seobar { background: url(http://adozona.hu/topbarimg/fejlechatter.gif) repeat-x; }

#seobarcontent {
	height: 24px;
	width: 945px;
	margin: 0 auto;
}

#seobar img { margin: 0 10px; }

#seobarcontent ul {
    margin: 0;
    padding: 0;
}

#seobarcontent ul li {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	background: url(http://adozona.hu/topbarimg/fejleclistajel.gif) no-repeat left 7px;
	float: left;
}

#seobarcontent ul li a:link, #seobarcontent ul li a:visited {
	margin: 0 0 0 9px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #797979;
	text-decoration: none;
}

#seobarcontent ul li a:hover { text-decoration: underline; }
.bannergoogle468 {margin:8px 0;}

.bannergoogle468lead {padding:10px 0; overflow:hidden; height:70px;}

table.simpleTable {
    width: 410px;
    padding: 0 0 10px 0;
}

table.simpleTable input[type="text"],table.simpleTable input[type="password"] { width: 200px }

table.simpleTable h3, form.SimpleForm h3 {
    text-align: center;
    padding: 5px 0 15px 0;
}

form.SimpleForm {
    width: 500px;
    text-align: left;
}

form.SimpleForm input[type="checkbox"] { margin: 0 }

form.SimpleForm input[type="button"] { margin: 20px 0 50px 366px }

/*tagek*/
/*span.tagcloud_1 a, span.tagcloud_2 a, span.tagcloud_3 a, span.tagcloud_4 a, span.tagcloud_5 a
{
	margin: 2px;
}*/
span.tagcloud_1 a:link, span.tagcloud_1 a:visited, span.tagcloud_0 a:link, span.tagcloud_0 a:visited
{
    color: #585858;
    text-decoration: none;
    padding: 2px;
    line-height: 17px;
    font-size: 22px;
    font-weight: bold;
}
span.tagcloud_2 a:link, span.tagcloud_2 a:visited
{
    color: #585858;
    text-decoration: none;
    padding: 2px;
    line-height: 17px;
    font-size: 16px;
    font-weight: bold;
}
span.tagcloud_3 a:link, span.tagcloud_3 a:visited
{
    color: #585858;
    text-decoration: none;
    padding: 2px;
    line-height: 17px;
    font-size: 14px;
    font-weight: bold;
}
span.tagcloud_4 a:link, span.tagcloud_4 a:visited
{
    color: #585858;
    text-decoration: none;
    padding: 2px;
    line-height: 17px;
    font-size: 12px;
    text-decoration:none;
    font-weight: bold;
}
span.tagcloud_5 a:link, span.tagcloud_5 a:visited
{
    color: #585858;
    text-decoration: none;
    padding: 2px;
    line-height: 17px;
    font-size: 11px;
}



span.tagcloud_1 a:hover, span.tagcloud_0 a:hover
{
    background-color: #585858;
    color: #f4f2d6;
    text-decoration: none;
    padding: 2px;
    line-height: 17px;
}
span.tagcloud_2 a:hover
{
    background-color: #585858;
    color: #f4f2d6;
    text-decoration: none;
    padding: 2px;
    line-height: 17px;
}
.tagline span.tagcloud_3 a:link, .tagline span.tagcloud_3 a:visited, .tagline span.tagcloud_3 a:hover
{
    font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #585858;
    line-height: 17px;
}
.tagline span.tagcloud_3 a:hover
{
    background: none;
    color: #585858;
    text-decoration: underline;
    padding: 2px;
    line-height: 17px;
}
span.tagcloud_3 a:hover
{
    background-color: #585858;
    color: #f4f2d6;
    text-decoration: none;
    padding: 2px;
    line-height: 17px;
}

span.tagcloud_4 a:hover
{
    background-color: #585858;
    color: #f4f2d6;
    text-decoration: none;
    padding: 2px;
    line-height: 17px;
}
span.tagcloud_5 a:hover
{
    background-color: #585858;
    color: #f4f2d6;
    text-decoration: none;
    padding: 2px;
    line-height: 17px;
}

.tagline {
	background:transparent url(../img/label.gif) no-repeat scroll left 10px;
	line-height:17px;
	overflow:hidden;
	padding:5px 0 5px 20px;
	width:620px;
}