#menu {
	font-family: Arial, Helvetica, sans-serif;
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-size:12px;
        font-weight:bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url(images/seperator.gif) bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #32659e;
	color: #fff;
	padding-bottom: 8px;
}
.tpl_inbox {
	margin:0 auto;
	width:940px;
}
.tpl_header_top {
    margin-top:0px;
	height:30px;
	background:url(images/tpl_header_top.gif) repeat-x;
}
.tpl_header_main {
	height:136px;
	background:url(images/fejlec.png) repeat-x;
}
.tpl_header_bottom {
	margin:0px;
	padding:0px;
	height:40px;
    font-family: Arial, Helvetica, sans-serif;
	color: #4D5A66;
	font-weight:bold;
	background:url(images/tpl_header_bottom.gif) repeat-x #EEE;
	font-size:10px;
}
.tpl_header_bottom .tpl_inbox { padding-top:10px; }

.tpl_header_main .logo {
	float:left;
	text-align:left;
}
.tpl_header_main .tulajdonsagok{
	padding:20px;
	font-size:25px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
    font-weight:bold;
}
