* {
   margin:0px;
   padding:0px;
   font-family: Arial;
   font-size: 11px;
   line-height:17px;
   color: #666666;
}

*:focus {outline: none}

body {
	background-image: url("../images/content_bg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
    background-color:#BCD069;
}

a:link, a:visited {
    text-decoration:none;
    font-weight:bold;
    font-family: inherit;
    font-size: inherit;
    line-height:  inherit;
    color: inherit;
}
	
	a:link img , a:visited img {
	    border: 0px;
	}

a:hover {
    text-decoration:underline;
}

p {
    margin-top:7px;
    margin-bottom:7px;
}

ul {
   margin-left: 20px;
   font-size:11px;
}

b, i {
   font-family: inherit;
   font-size: inherit;
   line-height:  inherit;
   color: inherit;
}

   /* //////////////////////*/
   /*      Vaz reszek       */
   /* //////////////////////*/

div#maincontainer {
    margin-left:auto;
	margin-right:auto;
	width: 918px;
	
}

div#header {
    background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 918px;
	height: 250px;
}

	a#logo:link, a#logo:visited { 
		width: 280px;
		height: 115px;
		float:left;
		display: inline;
	} a#logo:hover { text-decoration: none; }
	
	div#header_center {
		float:left;
		width: 405px;
		height: 20px;
		display: inline;
		padding-top: 87px;
		
		font-family: Arial;
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
		color:#000;
	}
	
	div#header_right {
		float: right;
		width: 198px;
		height: 168px;
		display: inline;
		text-align: right;
		padding-right: 35px;
		
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		color:#0B6C35;
		
	}
	
	div#lang_holder {
		width: 198px;
		height: 23px;
		padding-top: 5px;
		margin-bottom: 20px;
	}
	
		.lang_flag:link, .lang_flag:visited {
			float: right;
			width: 16px;
			height: 14px;
			display: inline;
			background-repeat: no-repeat;
			background-position: left top;
			margin: 3px;
		} .lang_flag:hover { text-decoration: none; }
		
			#lang_en { background-image: url("../images/lang_en.jpg"); }
			#lang_de { background-image: url("../images/lang_de.jpg"); }
			#lang_hu { background-image: url("../images/lang_hu.jpg"); }
			#lang_ro { background-image: url("../images/lang_ro.jpg"); }
	
	#slogan {
		float:left;
		width: 593px;
		display: inline;
		padding-left: 62px;
		font-family: Arial;
		font-size: 15px;
		font-weight: bold;
		line-height: 18px;
		color:#0B6C35;
	}
	
	
	
div#menu_holder {
    padding-left: 35px;
}

div#content_holder {
   
}

	div#left {
	    float:left;
		width: 230px;
		display: inline;
		padding-left: 30px;
		
	}
	
		.box_top {
			background-image: url("../images/box_top.jpg");
			background-repeat: no-repeat;
			background-position: left top;
			width: 210px;
			height: 38px;
			padding-left: 20px;
			font-family: Arial;
			font-size: 15px;
			font-weight: bold;
			line-height: 38px;
			color:#BE9800;
		}
		.box_partnerreg {
			/*
			background-image: url("../images/box_reg.jpg");				
			background-repeat: no-repeat;
			*/
			/*background-color:#4F8D28;*/
			/*background-position: left top;*/
			background-position: center center;
			cursor:hand!important;
			border:none;
			height: 38px;						
			font-family: Arial;
			font-size: 12px;
			font-weight: bold;
			line-height: 38px;
			color:#F3E053;
			
			border-left: 3px solid #DAE4AD;
			border-right: 3px solid #DAE4AD;
			margin-left:auto;
			margin-right:auto;
			/*
			padding-left:20px;
			margin-left:20px;
			*/
		}
		.box_partnerreg_gomb{
			background-image: url("../images/box_reg.jpg");				
			background-repeat: no-repeat;
			border:none;				
			background-position: center center;
			cursor:pointer!important;			
			height: 38px;						
			font-family: Arial;
			font-size: 12px;
			font-weight: bold;			
			color:#F3E053;
			border-left: 3px solid #DAE4AD;
			border-right: 3px solid #DAE4AD;		
			padding-left:35px;
			padding-right:35px;			
		}
		.box_content {
			border-left: 3px solid #DAE4AD;
			border-right: 3px solid #DAE4AD;
			
		}
		
			.box_content ul {
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
			
				.box_content ul li {
					
				}
				
				.box_content ul li span {
					font-family: Arial;
					font-size: 10px;
					font-weight: normal;
					line-height: 18px;
					color:#BE9800;
					display: block;
				}
				
				.box_content ul li a:link, .box_content ul li a:visited { 
					background-image: url("../images/hr.jpg");
					background-repeat: repeat-x;
					background-position: left bottom;
					display: block;
					width: 204px;
					padding: 7px 10px;
					font-family: Arial;
					font-size: 12px;
					font-weight: normal;
					line-height: 15px;
					color:#333;
				} .box_content ul li a:hover { background-image: url("../images/hr_h.jpg"); color: #000; text-decoration: none; }
				
				.box_bottom {
					background-image: url("../images/box_bottom.jpg");
					background-repeat: no-repeat;
					background-position: left top;
					width: 230px;
					height: 15px;
					margin-bottom: 15px;
				}
				
				.reg_box_bottom 
				{
					background-image: url("../images/box_bottom.jpg");
					background-repeat: no-repeat;
					background-position: left top;
					width: 230px;
					height: 15px;
					margin-bottom: 15px;
					margin-left:0px;
				}		
	
	div#right {
	    float:left;
		width: 585px;
		display: inline;
		padding-left: 30px;
	}

div#footer {
    width: 843px;
	margin-left:auto;
	margin-right:auto;
	border-top: 2px solid #DAE4AD;
	padding-top: 20px;
	padding-bottom: 30px;
}

	div#footer_left {
	    float:left;
	    width: 421px;
	    display: inline;
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		line-height: 11px;
		color:#4E8D27;
	}
	
	div#footer_right {
	    float:left;
	    width: 421px;
	    display: inline;
		text-align: right;
	}
		
		div#footer_right, div#footer_right a:link, div#footer_right a:visited {
			font-family: Arial;
			font-size: 11px;
			font-weight: normal;
			line-height: 11px;
			color:#4E8D27;
		}

   /* //////////////////////*/
   /*     Menupontok        */
   /* //////////////////////*/

ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	ul#menu li {
		position: relative;
		display: inline;
		float: left;
	}

	ul#menu li.sep {
		position: relative;
		display: inline;
		float: left;
		background-image: url("../images/menu_sep.jpg");
		background-repeat: no-repeat;
		background-position: left center;
		width: 2px;
		padding: 14px 0px;
	}

		ul#menu li a:link, ul#menu li a:visited {
			display: block;
			padding: 14px 10px;
			font-family: Arial;
			font-size: 12px;
			font-weight: bold;
			line-height: 12px;
			color:#FFF;
		}

			ul#menu li a:hover {
				text-decoration: underline;
			}	

				ul#menu li ul {
					left: 0px;
					position: absolute;
					top: 40px;
					margin: 0px;
					display: block;
					visibility: hidden;
					background-color: #D3A801;
				}

					ul#menu li ul li {
						display: list-item;
						float: none;
						list-style-type:none;
					}

						ul#menu li ul li ul { 
							left: 159px;
							top: 0;
						}

							ul#menu li ul li a:link, ul#menu li ul li a:visited {
								display: block;
								width: 160px; 
								padding: 7px 10px;
								background-image: url("../images/hr.gif");
								background-repeat: repeat-x;
								background-position: left bottom;
							} ul#menu li ul li a:hover { background-color: #B59100; text-decoration: none; }

   /* //////////////////////*/
   /*    Tartalom reszek    */
   /* //////////////////////*/
   
.vonal {
    border-bottom: 1px solid #CCC;
    font-family: Arial;
    font-size: 0px;
    font-weight: normal;
    line-height: 0px;
    color:#FFF;
    
}

.elvalaszto {
   border: 3px solid #D7DADE;
   font-size:0px;
   line-height:0px;
   height:0px;
   margin-top:15px;
   margin-bottom:15px;
   margin-right:35px;
}

.cikkszoveg, .cikkbevezeto, .cikkbalra, .cikkjobbra, p, .tartalom {
   font-family: Arial;
   font-size: 12px;
   color: #333;
   line-height: 20px;
   padding-bottom:5px;
   vertical-align:top;
}
    
.cikkcim, #cikkcim, h1 {
	background-image: url("../images/hr_halvany.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
    font-family: Arial;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
    
#alcim, .alcim {
   font-family:Arial;
   font-size:15px;
   color:#4B5E79;
   font-weight:bold;
   margin-bottom:15px;
}

.cikkbalra ,
.cikkjobbra ,
.cikkepbalra ,
.cikkepjobbra {
   float:left;
   display: inline;
}
   
   
   
   
   
   /* //////////////////////*/
   /*    Tovabbi reszek     */
   /* //////////////////////*/

.clear {
   clear:both;
   font-size:0px;
   line-height:0px;
   height:0px;
}

.fo_cim {
   font-family: Verdana;
   font-size: 20px;
   color: #7B8F91;
   margin-bottom:16px;
}

#right ul li
{
   font-family: Arial;
   font-size: 12px;
   line-height:17px;
   color: #333;
}

		#hirlevel {
			
			background-repeat: no-repeat;
			background-position: left 19px;
			width: 159px;
			padding-bottom: 10px;
			font-family: Arial;
			font-size: 12px;
			font-weight: normal;
			line-height: 18px;
			color: #554A28;
		}
		
			#hirlevel_name {
				background-image: url("../images/input_bg.jpg");
				width: 127px;
				height: 20px;
				border: 0px;
				background-color: transparent;
				padding-left: 7px;
				color: #000;
			}
			
			#hirlevel_email {				
				background-image: url("../images/input_bg.jpg");
				width: 127px;
				height: 20px;
				border: 0px;
				background-color: transparent;
				padding-left: 7px;
				color: #000;
			}
			
			
			#hirlevel_btn {					
				width: 22px;
				height: 20px;
				border: 0px;
				margin-left:-4px;
				margin-top:-1px;
				background-color: transparent;
				background-image: url("../images/submit_button.jpg");
			}
	