/********************************************
	AUTHOR:  			Peter Pernyesz
	DATE:          		10-26-2009
	WEB:				N/A
 *******************************************/

/****************************
 * ALAPBEÁLLÍTÁSOK                *
 ****************************/

 
body {
	background-color: #ffffff;
	font: 11px Arial;
	color: black; 
	text-align: center;
	background: url(images/background.png);
	}

a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #c40d0b;
	}
	
a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

/****************************
 * A FŐKERET BEÁLLÍTÁSAI     *
 ****************************/	
	
#fokeret{
	clear: both;
	position: relative;
	width: 1000px;
	min-height: 600px;
	margin: 0 auto;
}

/****************************
 * A FEJLÉC BEÁLLÍTÁSAI        *
 ****************************/


#fejlec{
	clear: both;
	position: relative;
	width: 1000px;
	height: 179px;
	background: url(images/hb_fejlec.png) no-repeat;
}

/****************************
 * A MENÜSOR BEÁLLÍTÁSAI  *
 ****************************/

/* id index.php, termekek/menu.php */

#menusor{
	clear: both;
	position: relative;
	width: 1000px;
	height: 48px;
	font-size: 14px;
	background: url(images/hb_menusor.png) no-repeat;
	text-align: left;
}

#menusor a:link, #menusor a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}
	
#menusor a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

#menusor table {
	margin-left: 144px;
	text-align: center;
	border-collapse: collapse;
	}

#menusor tr {
	border-collapse: collapse;
	}

#menusor td {
	vertical-align: bottom;
	width: 138px;
	height: 48px;
	line-height: 40px;
	border-collapse: collapse;
	}

/* class termekek/menu.php */
.menupont1 {
	background: url(images/menupont1.png) no-repeat;
	}
	
.menupont2 {
	background: url(images/menupont_user.png) no-repeat;
	}

.menupont3 {
	background: url(images/menupont_admin.png) no-repeat;
	}

/****************************
 * A MAIN BEÁLLÍTÁSAI           *
 ****************************/

#main {
	position: relative;
	clear: both;
	display: block;
	width: 1000px;
	}
	

#main table, #main tr, #main td {
	border-collapse: collapse;
	vertical-align: top;
	}

/*******************************
 * A BAL OLDALSÁV BEÁLLÍTÁSAI *
 ********************************/

#bal {
	float: left;
	font: 10px Arial;
	width: 172px;
	background-color: #ffffff;
	text-align: center;
	}

#bal table {
	width: 172px;
	border-collapse: collapse;
	}	

#bal th {
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
	line-height: 22px;
	background: url(images/blue_header_bg.png) no-repeat;
	}

/**************************************************
 * A BAL OLDALSÁVON LÉVŐ MODULOK BEÁLLÍTÁSAI *
 **************************************************/

/*   Belépés -  login/login.php       */
#login {
	font-size: 10px;
	margin-top: 10px;
	}

#login.belep {
	width: 100px;
	}
	
/*   Kategóriák -  termekek/kategoriak.php       */
#kategoriak {
	position: relative;
	clear: both;
	font-size: 10px;
	margin-top: 10px;
	}

#kategoriak td {
	height: 20px;
	text-align: left;
	font: 10px Arial;
	color: #000000;
	vertical-align: middle;
	border-bottom: 1px Solid #A5A5A5;
	padding-left: 18px;
	background: url(images/lista_icon.png) no-repeat;
	}

#kategoriak td.jugyu {
	background: url(images/lista_icon2.png) no-repeat #E0E0E0;
	}	
	
/********************************
 * A KÖZÉPSŐ RÉSZ BEÁLLÍTÁSAI *
 ********************************/
 
#kozep {
	position: relative;
	clear: both;
	width: 650px;
	background-color: #ffffff;
	}

/***************************************************
 * A KÖZÉPEN MEGJELENŐ TARTALMAK BEÁLLÍTÁSAI  *
 ****************************************************/
	
/* termekek/kataloguslista.php */

#katalogus {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	}

#katalogus td.kat_fo {
	width: 150px;
	height: 150px;
	background-color: #EDECEA;
	vertical-align: middle;
	border: 2px Solid #ffffff;
	}

#katalogus img {
	border: none;
	}

#katalogus table.kat {
	border-collapse: collapse;
	width: 150px;
	text-align: center;
	}

#katalogus td.kat_kep {
	border-collapse: collapse;
	width: 80px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	}
	
#katalogus td.kat_nev {
	border-collapse: collapse;
	background-color: #CECECE;
	height: 30px;
	vertical-align: middle;
	}

/* admin/adminlista */

#adminlista {
	text-align: left;
	color: #c40d0b;
	font-size: 12px;
	line-height: 25px;
	}

/* adminrendelesek */

#admin_rendelesek {
	font: 10px Arial;
	color: #000000;
	width: 650px;
	}

#admin_rendelesek table.rendelesek {
	font: 10px Arial;
	color: #000000;
	width: 650px;
	background-color: #E5E5E5;
	border-collapse: collapse;
	border-bottom: 1px dotted #000000;
	margin-bottom: 15px;
	}

#admin_rendelesek table.rendelesek th {
	background-color: grey;
	color: #ffffff;
	}

#admin_rendelesek tr.harmadik_sor {
	background-color: #C1C1C1;
	}	

#admin_rendelesek td.rendelo {
	font-weight: bold;
	vertical-align: middle;
	width: 250px;
	}
	
#admin_rendelesek td.status, #admin_rendelesek td.megjegyzes {
	width: 140px;
	}

/* adminusers */

#admin_users {
	font: 10px Arial;
	color: #000000;
	width: 650px;
	}
	
#admin_users {
	font: 10px Arial;
	color: #000000;
	width: 650px;
	border-collapse: collapse;
	}

/* termekek/termek.php */

#termekek table.termeknev {
	width: 635px;
	height: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #CECECE;
	}

#termekek tr.termek {
	border-bottom: 1px dotted #000000;
	}

#termekek td.kozepre {
	vertical-align: middle;
	}

#termekek img {
	border: none;
	}

/* regisztracio/regisztracio.php */

#regisztracio {
	text-align: center;
	}

#regisztracio table {
	margin-left: 110px;
	}

#regisztracio td.regadat {
	width: 150px;
	vertical-align: middle;
	text-align: right;
	}	

/* impresszum.html */

#impresszum {
	text-align: left;
	width: 648px;
	}

#impresszum table{
	width: 300px;
	text-align: left;
	font: 11px Arial;
	margin-left: 20px;
	margin-top: 20px;
	border-collapse: collapse;
	}

#impresszum td {
	height: 15px;
	vertical-align: middle;
	}

#impresszum td.imp_kiemelt {
	background-color: #00A2DD;
	font-weight: bold;
	color: #ffffff;
	}

/*********************************
 * A JOBB OLDALSÁV BEÁLLÍTÁSAI *
 *********************************/

 #jobb {
	clear: both;
	position: relative;
	float: right;
	width: 172px;
	background-color: #ffffff;
	}

/***************************************************
 * A JOBB OLDALSÁVON LÉVŐ MODULOK BEÁLLÍTÁSAI *
 ****************************************************/

/*   Kosár - kosar/kosar.php   */
#kosar {
	margin-top: 10px;
	font-size: 10px;
	}

#kosar table {
	width: 172px;
	border-collapse: collapse;
	}	

#kosar th {
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
	line-height: 22px;
	background: url(images/kosar_header_bg.png) no-repeat;
	}

#kosar td {
	vertical-align: middle;
	}

.kosar_sor {
	height: 58px;
	}

.login_needed {
	height: 130px;
	}
	
#jugyu_banner {
	margin-top: 20px;
	margin-bottom: 15px;
	}

#lablec {
	width: 1000px;
	height: 49px;
	color: #ffffff;
	text-align: center;
	background: url(images/lablec_bg.png) no-repeat;
	}

#lablec table {
	border-collapse: collapse;
	color: #ffffff;
	vertical-align: middle;
	font-size: 11px;
	height: 49px;
	}

#lablec td {
	vertical-align: middle;
	padding-left: 110px;
	}