@charset "iso-8859-2";
/* index.css */

/* Globális tulajdonságok */
body {
	background-color:#C7DDEA;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#005E91;
}
form {
	margin:0px;
}
.szovegdoboz1 {
	width:120px;
	height:18px;
	border:1px inset #95BED6;
	margin:2px 2px;
	padding:2px 2px 2px 2px;
}
.szovegdoboz2 {
	height:15px;
	border:1px inset #95BED6;
	margin:2px 2px;
	padding:2px 2px 2px 2px;
	font-size:13px;
	color:#003399;
}
.szovegmezo1 {
	border:1px inset #95BED6;
	margin:2px 2px;
	padding:2px 2px 2px 2px;
	font-size:13px;
	color:#003399;
}
.nyomogomb {
	background-color:#EBF5FC;
	color:#5A97B8;
	margin:2px 2px;
	font-size:14px;
	font-weight:bold;
}
a {
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	padding:5px 4px 10px 4px;
	color:#005E91;
}
a:hover {
	color:#0099FF;
}
a:active {
	color:#00CCFF;
}
.tablazat1 td {
	border:1px solid #DDDDDD;
	padding: 1px 4px 1px 4px;
	vertical-align:middle;
	font-size:13px;
}
.hiba {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}
.hirlink {
	text-decoration:underline;
}
/* --- --- --- */

/* Oldalszerkezet */
#keret {
	width:970px;
	height:auto;
	margin:auto;
}
	#fejlec {
		width:970px;
		height:225px;
		background-image:url(../kepek/fejlec.gif);
		background-repeat:no-repeat;
	}
		#fejlectablazat {
			margin-top:32px;
		}
		#bejelentkezes {
			padding-left:750px;
		}
			#bej_box {
				height:110px;
			}
			#bejelentkezes a {	
				font-size:13px;
				font-weight:600;
			}
			.bej_szovegdoboz {
				height:15px;
				width:110px;
				border:1px inset #95BED6;
				margin-bottom:1px;
				padding:2px 2px 2px 2px;
				font-size:13px;
				color:#003399;
			}
			.bej_nyomogomb {
				background-color:#EBF5FC;
				color:#5A97B8;
				margin-bottom:1px;
				font-size:12px;
				font-weight:bold;
			} 
		#menu {
			width:350px;
			height:30px;
			padding-bottom:40px;
			padding-left:270px;
			vertical-align:bottom;
			font-size:18px;
			text-align:left;
		}
		#menu a {
			
			margin-left:20px;
		}
		#latogatok {
			padding-top:17px;
			width:20%;
		}
		#latogatokbox {
			margin-left:35px;
			border:1px inset;
			padding:2px 2px 2px 2px;
			width:110px;
			text-align:center;
			font-size:13px;
			background-color:#F9F9F9;
		}
		#datum {
			width:150px;
			height:40px;
			font-family:"Courier New", Courier, monospace;
			font-size:12px;
			color:#C7DDE;
			text-align:center;
		} 
	#foresz {
		background-image:url(../kepek/hatterkozep.gif);
		background-repeat:repeat-y;
		height:auto;
		float:left;
	}
		#oszlop1 {
			float:left;
			width:165px;
			padding:0px 5px 0px 15px;
		}
		#oszlop2 {
			float:right;
			width:755px;
			padding:0px 20px 0px 10px;
		}
	#lablec {
		float:left;
		width:970px;
		height:70px;
		background-image:url(../kepek/hatterlablec.gif);
		background-repeat:no-repeat;
	}
/* --- --- --- */	

/* --- panel --- */
.panel {
	margin-top:5px;
	margin-bottom:10px;
}
.panelfejlec {
	background-image:url(../kepek/panelfelsokozep.gif);
	background-repeat:repeat-x;
}
.panelcim {
	font-size:14px;
	font-weight:bold;
	color:#005E91;
}
.tartalom {
	border:1px solid #95BED6;
	padding:5px 5px 5px 5px;
}
/* --- --- --- */

/* --- Mező --- */
.mezo {
	border:1px solid #DDDDDD;
	margin-top:5px;
	width:700px;
}
.mezocim {
	border-bottom:1px solid #DDDDDD;
	background-color:#F6F6F6;
	padding:1px 5px 1px 5px;
	font-weight:bold;
	font-size:15px;
	color:#298ABE;
}
.mezotartalom {
	padding:5px 5px 5px 5px;
	text-align:left;
}
.mezotartalom td {
	vertical-align:top;
	padding:5px 5px 5px 5px;
}

/* --- --- --- */

/* --- Termék kategóriák ---*/
#arlista_fokategoriak {
	width:138px;
}
#arlista_fokategoriak ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
#arlista_fokategoriak a {
	display:block;
	width:130px;
	color:#005E91;
	padding: 4px 4px 4px 4px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;

}
#arlista_fokategoriak a:hover {
	color:#0099FF;
}
#arlista_fokategoriak a:active {
	color:#003366;
}
/* --- --- --- */
		
/* --- Árlista --- */
.alkategoria_cime {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bolder;
	color:#FFFFFF;
	border:1px outset;
	background-color:#CCCCCC;
	padding:3px 0px 3px 3px;
}
.termek_nev {
	text-align:justify;
}
.termek_ar {
	width:60px;
	text-align:right;
}
.termek_kosar {
	width:85px;
	height:20px;
}
.kosargomb {
	border:1px color:#000000; 
	width:30px; 
	height:30px; 
	background-color:#FFFFFF; 
	background-image:url(../kepek/kiskosar.gif); 
	background-repeat:no-repeat;
}
/* --- --- --- */

/* --- Vendégkönyv --- */
.vk_uzenet {
	border:1px solid #DDDDDD;
	margin-top:10px;
	margin-left:17px;
	width:700px;
}
.vk_fejlec {
	border:1px outset;
	padding:2px 5px 2px 5px;	
	font-weight:bold;
	color:#5A97B8;
	background-color:#EEEEEE;
}
.vk_feladas {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:500;
}
.vk_szovegresz {
	text-align:justify;
	padding:5px 5px 5px 5px;
	color:#003399;
}


/* --- --- --- */


/* --- Kapcsolat --- */ 
#kapcsolat {
	width:700px;
	height:740px;
	background-image:url(../kepek/elerhetoseg.gif);
	background-repeat:no-repeat;
}
#kapcsolat table {
	margin-top:10px;
	margin-left:10px;
}
#kapcsolat th { 
	border:1px outset #BBBBBB;
	padding:5px 5px 5px 5px;
}
#kapcsolat td {
	border:1px solid #CCCCCC;
	padding:5px 5px 5px 5px;
}
/* --- --- --- */

/* --- Regisztráció --- */
#regisztracio ul {
	list-style:none;
	padding:10px;
	margin:0;
}
#regisztracio li {
	margin-bottom:5px;
}
#regisztracio label {
	float:left;
	width:140px;
}


#alMenu a {
	width:150px;
	height:30px;
	display:block;
	margin:0;
	padding:0;
	border:0;
}
#alMenuWeboldalKeszites {
	background: url(../kepek/weboldalkeszites.gif) no-repeat;
}
#alMenuWeboldalKeszites:hover {
	background: url(../kepek/weboldalkeszites2.gif) no-repeat;
}
#alMenuAprohirdetesek {
	background: url(../kepek/aprohirdetesek.gif) no-repeat;
}
#alMenuAprohirdetesek:hover {
	background: url(../kepek/aprohirdetesek2.gif) no-repeat;
}







