.szoveg_alap{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.szoveg_kiemelt1{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.szoveg_kiemelt2{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.szoveg_cella1{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}


.szoveg_kicsi{
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}


.szoveg_elozetes{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}


.szoveg_alcim{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #365a96;
	text-decoration: none;
}


.szoveg_cim{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #365a96;
	text-decoration: none;
	text-align: left;
}

.szoveg_hiba{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	text-align: left;
	padding-bottom: 10px;
}

.szoveg_td_fejlec{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	background: #ffffff;	
}

.szoveg_td_szoveg{
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.szoveg_td_szoveg_kiemelt{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.szoveg_td_szoveg_keretes{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	border: #000000 1px solid;
}

.szoveg_td_szoveg_kiemelt_keretes{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	border: #000000 1px solid;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/* http://creativecommons.org/licenses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* link underlines tend to make hypertext less readable,
 because underlines obscure the shapes of the lower halves of words */
:link, :visited {
 text-decoration:none
}
/* no list-markers by default, since lists are used more often for semantics */
ul, ol {
 list-style:none
}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
 font-size:1em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with
 normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input{
 margin:0;
 padding:0
}
/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
 border:none
}
/* de-italicize address */
address {
 font-style:normal
} 

a {
	color: #1e6304;
	cursor: pointer;
}

form{
	display: inline;
}

table{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;	
}

td{
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

body{
	font-family:Arial;
	font-size:12px;
	color: #333333;
	background: #ffffff;
	behavior: url("/css/csshover.htc"); 
}

	#bodyclass{
		font-family:Arial;
		font-size:12px;
		color: #333333;
		background: #90B5D8;
		behavior: url("/css/csshover.htc"); 
		height: 850px;
	}

	#full{
		text-align:center;
		position:relative;
		z-index:5;
		width:100%;
		height: 100%;
		left:0;
		top:0;
		display: table;
		background: #90b5d8 url(../bitmap/bg01.jpg) repeat-x;
	}
	
	#full_center{
		width:950px;
		margin: 0px auto 0;
		text-align:left;
		background: url(../bitmap/fejlec_bg01.jpg) no-repeat;
		padding-top: 7px;
		padding-left: 0px;
	}
	
		#fej{
			height: 180px;
			margin-left: 17px;
			margin-right: 13px;
		}	
		
			#fej_flash{
				width:705px;				
				height: 172px;
				float: left;
			}
			
			#fej_menu{
				float: right;
			}
					
		#kozep{
			width: 950px;
			margin-left: 7px;
		}
		
			#bal{
				width:184px;				
				float:left;
				display: inline;
			}
			
				#akcios_fejlec{
					background: url(../bitmap/akcios_fejlec01.png) no-repeat;
					width: 177px;
					height: 11px;
					font-size: 0;
				}
				
				#akcios_tartalom{
					background: url(../bitmap/akcios_bg01.png) repeat-y;
					width: 177px;	
					display: table;
				}
				
				#akcios_lablec{
					background: url(../bitmap/akcios_lablec01.png) no-repeat;
					width: 177px;
					height: 18px;
					font-size: 0;
				}	
				
				#akcios_cim{
					color: #5d0024;
					font-size: 17px;
					font-weight: bold;
					padding-left: 10px;
				}
			
				#akcios_keret{
					clear: both;
					padding-left:10px;
					padding-top:5px;
					color:#eadde2;
					width:165px;
				}
				
				#akcios_cimke{
					font-weight:bold;
					font-size: larger;
					color: #000000;
					padding-right: 20px;
				}
				
				#akcios_kep{
					width:50px;
					float:left;
					padding-top:3px;
				}
				
				#akcios_leiras{
					float:left;
					width:100px;
					padding-left:5px;
					padding-bottom:10px;
					color: #000000;
				}
				
					#akcios_szerzo{
						font-weight:normal;
						font-size: 11px;
						color: #000000;
					}				
				
					#akcios_konyv_cim{
						font-weight:bold;
						font-size: 11px;
						color: #000000;
					}
					
					#akcios_ar{
						padding-top: 5px;					
					}
					
						#akcios_ar_cimke{
							float: left;
							font-weight:normal;
							font-size: 11px;
							color: #000000;	
							padding-right: 5px;						
						}
						
						#akcios_arak{
							float: left;
							font-weight:normal;
							font-size: 11px;
							color: #5d0024;
							font-weight: bold;
						}
						
							#akcios_arak span{	
								color: #000000;				
								text-decoration: line-through;		
							}
						
				
				#menu{
					position:relative;
				}
			
					#menu_fej{
						width:184px;				
						height: 10px;
						background: url(../bitmap/bal_fej01.png) no-repeat;
						margin-left: 0px;
					}
					
					#menu_bg{
						width:184px;
						background: url(../bitmap/bal_bg01.png) repeat-y;
					}
					
						#menu_tartalom{
							width:172px;				
							display: table;
							background: url(../bitmap/bal_bg02.jpg) no-repeat;
							background-position: 8px 0px;
							padding-top:7px;
						}

							#menu_elemek{
								position: relative;
								z-index: 1;
							}
							
								#menu_elem_fm{
									width: 159px;
									height: 38px;
									background: url(../bitmap/menu_bg01.png) no-repeat;
									background-position: bottom left;
									margin-left: 8px;
									padding-bottom: 0px;
									display: table;
									font-family: "Verdana,Georgia,Serif";
									font-size: 16px;
									padding-left: 5px;
								}
									#menu_elem_fm a{
										color: #1e6304;
										font-weight: bold;
										font-family: "Verdana,Georgia,Serif";
										font-size: 13px;
									}
									
										#menu_elem_fm a p{
											padding-bottom: 20px;
										}	
									
									
								#menu_elem_fm2{
									width: 159px;
									background-position: bottom left;
									margin-left: 8px;
									padding-bottom: 0px;
									display: table;
									font-family: "Verdana,Georgia,Serif";
									font-size: 13px;
									padding-left: 5px;
								}
									#menu_elem_fm2 a{
										color: #1e6304;
										font-size: 13px;
										font-weight: bold;
										font-family: "Verdana,Georgia,Serif";
									}

								#menu_elem_fm_zaro{
									width: 164px;
									height: 30px;
									background: url(../bitmap/menu_bg01.png) no-repeat;
									margin-left: 8px;
									padding-bottom: 0px;
									display: table;
								}																	
																	
								
								#menu_elem_am{
									margin-left: 8px;
								}

									#menu_elem_am a{
										color: #1e6304;
										font-size: 13px;
										font-weight: normal;
										padding-left: 5px;
									}																	
	
					#menu_lab{
						width:184px;				
						height: 30px;
						background: url(../bitmap/bal_lab01.png) no-repeat;
						margin-left: 0px;
					}							
			
			#tartalom{
				width: 540px;
				float: left;
			}
			
				#tartalom_fej{
					width:540px;				
					height: 16px;
					background: url(../bitmap/tartalom_lab01.png) no-repeat;
					margin-left: 0px;
					border: 
				}			
				
				#tartalom_bg{
					width:540px;
					background: url(../bitmap/tartalom_bg01.png) repeat-y;
				}
				
					#tartalom_tartalom{
						width: 529px;
						background: url(../bitmap/tartalom_bg02.jpg) repeat-x;
						display: table;
						margin-left: 2px;
						position: relative;
						z-index: 1;
					}	
					
						#template_valaszto{
							clear: both;
							margin: 5px 10px 5px 10px;
							border: #000000 0px solid;
							border-top: #000000 1px solid;
							border-bottom: #ffffff 1px solid;
						}

						#oldalcim{
							color: #1e6304;
							font-family: Arial;
							font-size: 14px;
							font-style: normal;
							font-weight: bold;
							padding-left: 10px;
							padding-right: 10px;
							padding-bottom: 5px;
						}
						
						#oldalcim_sikerlista{
							clear: both;
							color: #1e6304;
							font-family: Arial;
							font-size: 18px;
							font-style: normal;
							font-weight: bold;
							padding-top: 10px;
							padding-left: 10px;
							padding-right: 10px;
							padding-bottom: 5px;
						}
						
						#oldalcim_feher{
							color: #fff;
							font-family: Arial;
							font-size: 14px;
							font-style: normal;
							font-weight: bold;
							padding-left: 10px;
							padding-right: 10px;
							padding-bottom: 5px;
						}
						
						#oldalcim_bordo{
							color: #800000;
							font-family: Arial;
							font-size: 18px;
							font-style: normal;
							font-weight: bold;
							padding-left: 10px;
							padding-right: 10px;
							padding-bottom: 5px;
						}
						
						#egyhasabos{
							padding-left: 10px;
							padding-right: 10px;
						}
						
							#egyhasabos_cim{
								color: #1e6304;
								font-family: Arial;
								font-size: 14px;
								font-style: normal;
								font-weight: bold;
								padding-top: 5px;
								padding-bottom: 5px;
							}
							
							#egyhasabos_tartalom{
								text-align: justify;
							}							
							
							#egyhasabos_lab{
								width: 100%;
								text-align: right;
								padding-bottom: 0px;
							}
							
						#kethasabos{
							margin-left: 10px;
							margin-right: 10px;
							width: 508px;
							display: table;
							background: url(../bitmap/kethasabos_elvalaszto01.jpg) repeat-y;
							background-position: 256px top;
						}
						
							#kethasabos_oszlop1{
								float: left;
								width: 245px;
							}
							
							#kethasabos_elvalaszto{
								float: left;
								width: 20px;
							}
							
							#kethasabos_oszlop2{
								float: right;
								width: 240px;
							}
							
							#kethasabos_cim{
								color: #1e6304;
								font-family: Arial;
								font-size: 14px;
								font-style: normal;
								font-weight: bold;
								padding-top: 5px;
								padding-bottom: 5px;
							}

							#kethasabos_tartalom{
								text-align: justify;
							}
							
								.kethasabos_tartalom_idx_kep{
									width: 90px;
									align: left;
									margin-right: 10px;
									margin-bottom: 10px;
								}							

							#kethasabos_lab{
								width: 100%;
								text-align: right;
								padding-bottom: 0px;
							}	

						#lapozo{
							clear: both;
							padding-top:10px;
						}
							#lapozo_elem{
								float: left;
								width: 100px;
								text-align: center;
							}	
							
						#konyvlista{
							margin-left: 10px;
							margin-right: 0px;
							width: 518px;
						}
						
							#konyvlista_sor{
								clear: both;
								width: 100%;
							}
							
							#konyvlista_elvalaszto{
								clear: both;
								height: 1px;
							}
							
							#konyvlista_elvalaszto2{
								clear: both;
								margin: 5px 10px 10px 0px;
								border: #000000 0px solid;
								border-top: #000000 1px solid;
								border-bottom: #ffffff 1px solid;
							}
							
							#konyvlista_konyv{
								float: left;
								width: 510px;
							}
							
								#konyvlista_kepkeret{
									float: left;
									width: 135px;
								}
								
									#konyvlista_kep{
										border: #ffffff 1px solid;
										width: 120px;
									}
									
								#konyvlista_beleolvasok{
									font-size: 13px;
									font-weight: bold;
									font-style: italic;
									padding-top: 10px;
									padding-bottom: 10px;
								}
								#konyvlista_adatok{
									float: left;
									width: 350px;
									margin-right: 10px; 
								}
								
									#konyvlista_cim{
										font-family: Verdana, Arial;
										font-size: 14px;
										font-style: normal;
										font-weight: bold;
										color: #1e6304;
									}	
									
									#konyvlista_szerzo{
										font-family: Verdana, Arial;
										font-size: 13px;
										font-style: normal;
										font-weight: bold;
										color: #000000;
										padding-top: 5px;
									}

									#konyvlista_leiras{
										font-family: Verdana, Arial;
										font-size: 12px;
										font-style: normal;
										font-weight: normal;
										color: #000000;
										padding-top: 5px;
										padding-bottom: 5px;
										text-align: justify;
									}

									#konyvlista_adat_cimke{
										font-family: Verdana, Arial;
										font-size: 12px;
										font-style: normal;
										font-weight: bold;
										color: #000000;
										padding-right: 5px;
									}
									
									#konyvlista_adat{
										font-family: Verdana, Arial;
										font-size: 12px;
										font-style: normal;
										font-weight: normal;
										color: #000000;
									}	
									
										.konyvlista_adat_athuzva{
											text-decoration: line-through;
										}
									
									#konyvlista_adat_cimke2{
										font-family: Verdana, Arial;
										font-size: 12px;
										font-style: normal;
										font-weight: bold;
										color: #600025;
										padding-right: 5px;
									}
									
									#konyvlista_adat_cimke3{
										font-family: Verdana, Arial;
										font-size: 12px;
										font-style: normal;
										font-weight: bold;
										color: #800000;
										padding-right: 5px;
									}
									
									
									#konyvlista_adat2{
										font-family: Verdana, Arial;
										font-size: 12px;
										font-style: normal;
										font-weight: normal;
										color: #600025;
									}	
									
								#konyvlista_tovabb{
									text-align: right;
								}	

								#konyvlista_kosar{
								}
								
									#konyvlista_darab{
										float: left;
										padding-top: 6px;
										padding-right: 8px;
									}
									
										#konyvlista_darab_input{
											border: #600025 1px solid;
											font-family: Verdana, Arial;
											font-size: 11px;
											font-style: normal;
											font-weight: normal;
											width: 25px;
											background: #ffffff;
											text-align: right;
										}
										
									#konyvlista_kosargomb{
										float: left;
										width: 37px;
										height: 27px;
										background: url(../bitmap/kosar02.png) no-repeat;
									}
									
										#konyvlista_kosargomb_keret{
											position: relative;
											z-index: 1;
										}
									
											#konyvlista_kosargomb_input{
												width: 37px;
												height: 27px;
												
											}																	

						#konyv{
							margin-left: 10px;
							margin-right: 10px;
							
						}
							
							#konyv_kepkeret{
								float: left;
								width: 160px;
							}
							
								#konyv_kep{
									border: #ffffff 1px solid;
									width: 150px;
									margin-bottom: 5px;
								}
								
								#konyv_kosar{
								}
								
									#konyv_darab{
										float: left;
										padding-top: 10px;
										padding-right: 10px;
									}
									
										#konyv_darab_input{
											border: #600025 1px solid;
											font-family: Verdana, Arial;
											font-size: 11px;
											font-style: normal;
											font-weight: normal;
											width: 25px;
											background: #ffffff;
											text-align: right;
										}
										
									#konyv_kosargomb{
										float: left;
										width: 53px;
										height: 38px;
										background: url(../bitmap/kosar01.png) no-repeat;
									}
									
										#konyv_kosargomb_keret{
											position: relative;
											z-index: 1;
										}
									
											#konyv_kosargomb_input{
												width: 53px;
												height: 38px;
											}	
									
							#konyv_adatok{
								float: right;
								width: 330px;
								margin-right: 10px; 
							}

							#konyv_lab{
								clear: both;
								width: 330px;
								text-align: right;
								padding-top: 10px;
							}		
							
						#login{
							padding-top: 10px;
							padding-left: 10px;
							width: 250px;
						}

							#login_fejlec{
								font-family: Arial;
								font-size: 12px;
								font-style: bold;
								font-weight: normal;
								color: #1e6304;
							}
							
							#login_cimke{
								float: left;
								width: 70px;
								padding-top: 5px;
							}
							
							#login_input{
								float: left;
								padding-top: 5px;
							}
							
								#login_input input{
									border: #809eba 1px solid;
									font-family: Arial;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #000000;	
									width: 150px;
									text-align: left;
									padding-left: 2px;
								}
								
							#login_gomb{
								clear: both;
								padding-top: 5px;
								padding-left: 70px;
							}
							
								#login_gomb input{
									border: #809eba 1px solid;
									font-family: Arial;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #000000;	
									background: #ffffff;
									text-align: center;
									padding-left: 2px;
									padding-right: 2px;
								}
								
						#kuldes_adatok{
							padding-left: 10px;
							padding-top: 5px;
							width: 370px;
						}	
						
						#kuldes_adatok2{
							padding-left: 10px;
							padding-top: 15px;
							width: 370px;
							height: 140px;
						}	
						
							#kuldes_fejlec{
								clear: both;
								font-family: Arial;
								font-size: 12px;
								font-style: bold;
								font-weight: normal;
								color: #1e6304;
								padding-top: 5px;
								padding-bottom: 5px;
							}
							
							#kuldes_cimke{
								float: left;
								width: 110px;
								padding-top: 5px;
							}
							
							#kuldes_input{
								float: left;
								padding-top: 5px;
								width: 255px;
							}
							
								#kuldes_input input,select,textarea{
									border: #809eba 1px solid;
									font-family: Arial;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #000000;	
									width: 250px;
									text-align: left;
									padding-left: 2px;
								}
								
							#kuldes_gomb{
								clear: both;
								padding-top: 10px;
								padding-left: 90px;
							}
							
								#kuldes_gomb input{
									border: #809eba 1px solid;
									font-family: Arial;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #000000;	
									background: #ffffff;
									text-align: center;
									padding-left: 2px;
									padding-right: 2px;
								}

							#kuldes_lista_fej_cim{
								font-family: Arial;
								font-size: 11px;
								font-style: normal;
								font-weight: bold;
								color: #000000;	
								width: 220px;
								border-bottom: #809eba 1px solid;
							}

							#kuldes_lista_fej_db{
								font-family: Arial;
								font-size: 11px;
								font-style: normal;
								font-weight: bold;
								color: #000000;	
								width: 20px;
								text-align: center;
								border-bottom: #809eba 1px solid;
							}			
							
							#kuldes_lista_fej_ar{
								font-family: Arial;
								font-size: 11px;
								font-style: normal;
								font-weight: bold;
								color: #000000;	
								width: 100px;
								text-align: right;
								border-bottom: #809eba 1px solid;
							}	
							
							#kuldes_lista_cim{
								font-family: Arial;
								font-size: 11px;
								font-style: normal;
								font-weight: normal;
								color: #000000;	
								width: 220px;
							}

							#kuldes_lista_db{
								font-family: Arial;
								font-size: 11px;
								font-style: normal;
								font-weight: normal;
								color: #000000;	
								width: 20px;
								text-align: center;
							}			
							
							#kuldes_lista_ar{
								font-family: Arial;
								font-size: 11px;
								font-style: normal;
								font-weight: normal;
								color: #000000;	
								width: 100px;
								text-align: right;
							}

							#kuldes_lista_ossz_cim{
								font-family: Arial;
								font-size: 11px;
								font-style: normal;
								font-weight: bold;
								color: #000000;	
								width: 220px;
								border-top: #809eba 1px solid;
							}

							#kuldes_lista_ossz_db{
								font-family: Arial;
								font-size: 11px;
								font-style: normal;
								font-weight: bold;
								color: #000000;	
								width: 20px;
								text-align: center;
								border-top: #809eba 1px solid;
							}			
							
							#kuldes_lista_ossz_ar{
								font-family: Arial;
								font-size: 11px;
								font-style: normal;
								font-weight: bold;
								color: #000000;	
								width: 100px;
								text-align: right;
								border-top: #809eba 1px solid;
							}	

							#kuldes_vege{
								padding-left: 10px;
								padding-bottom: 100px;
							}						
				
				#tartalom_lab{
					width:540px;				
					height: 30px;
					background: url(../bitmap/tartalom_fej01.png) no-repeat;
					margin-left: 0px;
				}							
			
			#jobb{
				width:210px;				
				float:left;
			}
			
				#jobb_bg{
					width:210px;
					background: url(../bitmap/jobb_bg01.png) repeat-y;
				}
				
				#jobb_fej{
					width:210px;				
					height: 10px;
					background: url(../bitmap/jobb_fej01.png) no-repeat;
					margin-left: 1px;
				}					

				#jobb_tartalom{
					width:210px;			
					display: table;
					background: url(../bitmap/jobb_bg02.jpg) no-repeat;
					background-position: 3px 0px;
				}
				
					#sikerlistas_keret{
						position: relative;
						z-index: 1;
						clear: both;
						padding-left:10px;
						padding-top:5px;
						color:#6A6A6A;
						width:180px;
					}
					
					#sikerlistas_cimke{
						font-weight:bold;
						font-size: larger;
						color: #000;
					}
					
					#sikerlistas_kep{
						width:60px;
						float:left;
						padding-top:3px;
					}
					
					#sikerlistas_leiras{
						float:left;
						width:120px;
						padding-left:5px;
						padding-bottom:10px;
						color: #000;
					}				
				
					#kereses_box{
						background: url(../bitmap/kereses_box_bg01.png) no-repeat;
						width:196px;				
						height: 67px;
						margin-left: 3px;
					}
					
						#kereses_box_tartalom{
							position: absolute;
							z-index: 1;
						}
					
							#kereses_box_cim{
								font-family: Arial;
								font-size: 14px;
								font-style: normal;
								font-weight: bold;
								color: #1e6304;
								padding-left: 8px;
								padding-top: 5px;
							}
							
							#kereses_box_form{
								padding-left: 8px;
								padding-top: 5px;
							}
							
							#kereses_box_mezo{
								float: left;
							}
							
								#kereses_box_input{
									border: #809eba 1px solid;
									font-family: Arial;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #000000;	
									width: 115px;
									padding-left: 2px;						
								}
								
							#kereses_box_gomb{
								float: left;
								padding-left: 10px;
							}	
	
								#kereses_box_button{
									border: #003c73 1px solid;
									font-family: Arial;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #000000;	
									background: #ffffff;
									width: 50px;
									padding-left: 2px;						
								}	

					#jobb_box{
						width:196px;				
						height: 67px;
						margin-left: 3px;
						display: table;
					}
					
						#jobb_box_tartalom{
							width:196px;
							display: table;
							background: #ffffff url(../bitmap/jobb_box_bg01.jpg) no-repeat;
							background-position: bottom left;
							position: relative;
							z-index: 1;
						}
						
							#jobb_box_fejlec{
								font-family: Arial;
								font-size: 14px;
								font-style: normal;
								font-weight: bold;
								color: #1e6304;
								padding-left: 8px;
								padding-top: 5px;
							}
							
						#jobb_box_lab{
							clear: both;
							width:196px;
							height: 22px;
							background: url(../bitmap/jobb_box_lab01.png) no-repeat;
						}							
							
						#kosar_box_sor{
							clear: both;
						}
							
							#kosar_box_cim{
								font-family: Arial;
								font-size: 12px;
								font-style: normal;
								font-weight: bold;
								color: #1e6304;
								padding-left: 8px;
								padding-top: 5px;
							}

							#kosar_box_darab{
								float: left;
								padding-left: 8px;
							}						
								#kosar_box_darab input{
									border: #809eba 1px solid;
									font-family: Arial;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #000000;	
									width: 20px;
									text-align: right;
									padding-left: 2px;
								}
								
							#kosar_box_mod{
								float: left;
								padding-left: 5px;
							}
							
								#kosar_box_mod input{
									border: #809eba 1px solid;
									font-family: Arial;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #000000;	
									background: #ffffff;
									width: 17px;
									text-align: center;
									padding-left: 0px;
								}
								
							#kosar_box_ar{
								float: left;
								padding-left: 5px;
								width: 60px;
								text-align: right;
							}	

							#kosar_box_torol{
								float: left;
								padding-left: 5px;
							}
							
								#kosar_box_torol input{
									border: #809eba 1px solid;
									font-family: Arial;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #000000;	
									background: #ffffff;
									width: 17px;
									text-align: center;
									padding-left: 0px;
								}	

							#kosar_box_ossz{
								clear: both;
								padding-top: 5px;
								padding-left: 8px;
							}

								#kosar_box_ossz_cimke{
									font-weight: bold;
									float: left;
									width: 60px;
								}
								

								#kosar_box_ossz_ar{
									font-weight: bold;
									float: left;
									text-align: right;
									width: 70px;
								}
								
							#kosar_box_elvalaszto{
								clear: both;
								height:10px;
							}	

							#kosar_box_kuldes{
								clear: both;
								margin-top:0px;
								margin-left: 5px;
								margin-right: 5px;
								border: #809eba 1px solid;
								color: #000000;	
								background: #ffffff;
								text-align: center;
							}								

				#jobb_lab{
					clear: both;
					width:210px;				
					height: 30px;
					background: url(../bitmap/jobb_lab01.png) no-repeat;
					margin-left: 0px;
				}							
			


		#lab{
			clear: both;
			display: table;		
			padding-bottom:10px;	
			margin-left: 180px;	
		}
		
			.lab_cim{
				float: left;
				font-family: Verdana, Arial;
				font-size: 10px;
				font-style: normal;
				font-weight: normal;
				color: #ffffff;	
				text-align: left;
				padding-top: 5px;
				padding-right: 20px;
			}
			
			.lab_logo{
				float: left;
			}
			
			
#uzenet{
	margin:10px 0 20px 0;
	color:#00B2D9;
	font-family:Arial;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	line-height:13px;
	text-align:left;
	text-decoration:none;
}

.banner_box{
	clear: both;
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#hirlevel_box{
	background: url(../bitmap/kereses_box_bg01.png) no-repeat;
	background-position: bottom left;
	width:196px;				
	height: 90px;
	margin-left: 3px;
}
					
	#hirlevel_box_tartalom{
		position: absolute;
		z-index: 1;
	}
	
		#hirlevel_box_cim{
			font-family: Arial;
			font-size: 14px;
			font-style: normal;
			font-weight: bold;
			color: #1e6304;
			padding-left: 8px;
			padding-top: 5px;
		}	
	
		#hirlevel_box_form{
			padding-left: 8px;
			padding-top: 5px;
		}	

.hirlevel_sor{
	clear: both;
	padding-bottom: 5px;
}

	.hirlevel_input{
		border: #809eba 1px solid;
		font-family: Arial;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		color: #000000;	
		background: #ffffff;
		width: 175px;
		text-align: left;
		padding-left: 0px;	
	}
	
	.hirlevel_mod{
		float: left;
	}
	
		.hirlevel_select{
			width: 130px;
		}
		
	.hirlevel_elkuld{
		float: right;
	}	
	
		.hirlevel_gomb{
			border: #809eba 1px solid;
			font-family: Arial;
			font-size: 11px;
			font-style: normal;
			font-weight: normal;
			color: #000000;	
			background: #ffffff;
			width: 30px;
			height: 18px;
			text-align: center;
			padding-left: 0px;		
		}

