body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #CCC;
	background: #000 url(images/main_bg.jpg) top repeat-x;
}

a:link, a:visited { 
	color: #f5ea01; 
	text-decoration: none; 
	font-weight: bold; 
} 
a:active, a:hover { 
	color: #f5ea01; 
	text-decoration: underline; 
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #E8E7B9;
	text-align: center;
	clip: rect(15px,20px,auto,20px);
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;	
	border-bottom: 1px dotted #B79742;
}



/* fejléc panel */
#fejlec_panel {
	clear: both;
	width:100%;
	margin: 0 auto;
	background: #000000 url(images/top_bg.jpg) top center no-repeat; 
}

#fejlec_panel #fejlec_section{
	clear: both;
	width: 960px;
	height: 293px;
	margin: 0 auto;

}

#fejlec_section #title_section{
	font-size: 40px;
	padding: 130px 0 10px 10px;
	color: #f5ea01;
}

#fejlec_section #tagline {
	padding: 15px 0 0 165px;
	font-size: 20px;
	color: #6b5927;
}

/* vége a fejlécnek */

/* felső menü */
#menu_panel{
	clear: both;	
	width:100%;
	height: 47px;	
	margin: 0 auto;
	margin-bottom: 10px;
	color: #ffffff;
	background: #000000 url(images/menu_bg_repeat.jpg) repeat-x;
}

#menu_panel #menu_section{
	width: 930px;
	height: 47px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
	background:  url(images/menu_bg.jpg) no-repeat;	
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu_section ul li {
	display: inline;
}

#menu_section ul li a{
	float: left;
	width: 110px;
	padding: 2px 0;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #99930d;
	border-right: 1px solid #333;
}

#menu_section li a:hover, #menu_section li .current{
	color: #f5ea01;
}

#menu_section li .last {
	border-right: none;
}
/* vége a felső menünek*/

#tarolo {
	clear: both;
	width: 960px;
	height: 900px;
	margin: 0 auto;
}
#bal {
	float: left;
	width: 178px;
	height: 860px;
	border: 1px solid #395236;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
	background: #181714 url(images/bal_menu_hatter.jpg) no-repeat;
}

#kozep {
	float: left;
	width: 460px;
	height: 860px;
	margin: 0 0 0 10px;
	padding: 10px 0;
	background: #181714;
	clip: rect(auto,auto,auto,auto);
}

#jobb {
	float: left;
	width: 278px;
	height: 860px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 10px;
	border: 1px solid #4B6B46;
	background: #181714 url(images/jobb_menu_hatter.jpg) no-repeat;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
	color: #C4ED36;
	padding-top: 8px;
}
#menu a:hover {
  color: #e48be0;
  background-image: url(menu-bg-h.jpg);
}
.menu-bal a {
	text-decoration: none;
	color: #e8e7b9;
	width: 155px;
	display: block;
	margin-left: 5px;
	padding-top: 15px;
	padding-bottom: 4px;
	padding-left:15px;
	background: #141C04;
	border-bottom: 1px solid #CCCC33;
	font-size: 14px;
}
.menu-bal a:hover {
	background-color: #23320b;
	color: silver;
	border-bottom: 1px solid #66FF00;
}
.menu-jobb a {
  border-left: 1px solid #788550;
  border-right: 1px solid #788550;
  color: #e8e7b9;
  display: block;
  padding-top: 4px;
  padding-bottom: 5px;
  background-repeat: repeat-y;
}
.menu-jobb a:hover {
  border-left: 1px solid #c10000;
}

#lablec {
	clear: both;
	height: 32px;
	padding-top: 12px;
	text-align: center;
	background: #000000 url(images/lablec.jpg) no-repeat center;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
