body,td,th {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: lighter;
}
body {
	background: #FFF url(/images/background.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
strong {
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #4D9DDA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 900px;
	margin: 0 auto 0 auto;
}
#row-line {
	background: url(/images/row-right.jpg) left center no-repeat;
	padding-left: 10px;
	color: #000;
	text-align: left;
	text-transform: uppercase;
}
.clr {
	clear: both;
	width: 0;
	height: 0;
}
/* Fejrész */
#logo {
	float: left;
	/*background: url(/images/logo.jpg) top center no-repeat;*/
	width: 400px;
	height: 78px;
	margin-left: 10px;
	margin-top: -1px; 
}
#lang {
	text-align: left;
	position: relative;
	right: -415px;
	height: 20px;
	width: 500px;
}
#search {
	background: url(/images/search-bg.jpg) top center no-repeat;
	float: right;
	width: 278px;
	height: 37px;
}
#search .text {
	float: left;
	margin-left: 6px;
	margin-top: 10px;
}
#search .input {
	background: url(/images/search-input-bg.jpg) top center no-repeat;
	width: 185px;
	height: 17px;
	border: none;
	color: #FFF;
}
#search .form {
	float: right;
	margin-top: 9px;
}
#search .button {
	border: none;
	background: none;
	width: 25px;
}
#search form{
	margin: 0;
	padding: 0;
	width: 220px;
}
/* Menü */
#menu {
	height: 37px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}
#menu ul, #menu ul li {
	margin: 0;
	padding: 0;
	height: 37px;
	display: inline;
	list-style: none;
}
#menu ul li {
	margin: -2px;
}
#menu a {
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 37px;
}
#menu a.termekek, #menu a.termekek:visited {
	background:url(/images/menu/termekek-en.png) center 0 no-repeat;
	width: 101px;
}
#menu a.termekek:hover, #menu a.termekek:active {
	background:url(/images/menu/termekek-en.png) center -36px no-repeat;
	text-decoration: none;
}
#menu a.termektesztek, #menu a.termektesztek:visited {
	background:url(/images/menu/termektesztek-en-3.png) center 0 no-repeat;
	width: 73px;
}
#menu a.termektesztek:hover, #menu a.termektesztek:active {
	background:url(/images/menu/termektesztek-en-3.png) center -36px no-repeat;
	text-decoration: none;
}
#menu a.letoltheto, #menu a.letoltheto:visited {
	background:url(/images/menu/letoltheto-en.png) center 0 no-repeat;
	width: 110px;
}
#menu a.letoltheto:hover, #menu a.letoltheto:active {
	background:url(/images/menu/letoltheto-en.png) center -36px no-repeat;
	text-decoration: none;
}
#menu a.hirek, #menu a.hirek:visited {
	background:url(/images/menu/hirek-en.png) center 0 no-repeat;
	width: 77px;
}
#menu a.hirek:hover, #menu a.hirek:active {
	background:url(/images/menu/hirek-en.png) center -36px no-repeat;
	text-decoration: none;
}
#menu a.alcor, #menu a.alcor:visited {
	background:url(/images/menu/alcor-en.png) center 0 no-repeat;
	width: 119px;
}
#menu a.alcor:hover, #menu a.alcor:active {
	background:url(/images/menu/alcor-en.png) center -36px no-repeat;
	text-decoration: none;
}
#menu a.hirlevel, #menu a.hirlevel:visited {
	background:url(/images/menu/hirlevel-en.png) center 0 no-repeat;
	width: 115px;
}
#menu a.hirlevel:hover, #menu a.hirlevel:active {
	background:url(/images/menu/hirlevel-en.png) center -36px no-repeat;
	text-decoration: none;
}
#menu a.vasarlas, #menu a.vasarlas:visited {
	background:url(/images/menu/vasarlas-en.png) center 0 no-repeat;
	width: 115px;
}
#menu a.vasarlas:hover, #menu a.vasarlas:active {
	background:url(/images/menu/vasarlas-en.png) center -36px no-repeat;
	text-decoration: none;
}
#content {
	margin-left: 10px;
	margin-right: 10px;
}
#content a {
	color: #000;
}
#content #left {
	float: left;
}
#content #right {
	float: left;
}
/* NavBar */
#navbar {
	padding-top: 2px;
	font-size: 10px;
}
#navbar a:link, #navbar a:visited {
	color: #4D9DDA;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	text-decoration: underline;
}
/* Footer */
#footer {
	color: #000;
	font-size: 10px;
	margin-top: 50px;
	padding-top: 15px;
	height: 57px;
	background: url(/images/footer-bg.jpg) center center repeat-x;
}
#footer .left {
	float: left;
	margin-left: 5px;
}
#footer .right {
	float: right;
	margin-right: 15px;
	text-align: right;
}
#footer a {
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
}