@charset "utf-8";

a:link     {text-decoration: none;}
a:hover    {color: #F5821F; font-weight: normal;}
a:visited  {text-decoration: none;}
a:active   {text-decoration: none;}

#felso {
	position:relative;
	top: 0;
	left: 0px;
	width: 100%;
	height: 85px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-color: #b3b3b3;
	border-bottom-style: solid;
	font-family: ARIAL;
}

#kontener_felso {
	position:relative;
	top: 20px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: ARIAL;
	font-size: 12px;
  font-weight: bold;
  text-align: center;
	color: #ffff66;
}

#kontener_felso a {
	color: #ffff66;
	font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#kontener_felso a:hover {
  color: #ffffff
}

#gomb_menu_1 {
	float: left;
	width: 80px;
	height: 18px;
	margin-left: 10px;
	padding-top: 2px;
	background-color: #646464;
}

#gomb_menu_2 {
	float: left;
	width: 125px;
	height: 18px;
	margin-left: 30px;
	padding-top: 2px;
	background-color: #646464;
}

#gomb_menu_3 {
	float: right;
	width: 150px;
	height: 18px;
	margin-right: 10px;
	padding-top: 2px;
	background-color: #ae0004;
	color: #ffffff;
}

#gomb_menu_3 a {
	color: #ffffff;
}

#gomb_menu_3 a:hover {
  color: #ffff66
}

#kontener_kozepso {
	clear: both;
	width: 950px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#also {
	left: 0px;
	width: 100%;
	height: auto;
	clear: both;
}

#kontener_also {
	clear: both;
	width: 950px;
	padding-top: 60px;
	height: 20px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
  background-image: url(../images/icon/logo-950.jpg);
}

#kontener_also a {
	font-size: 13px;
	font-weight: bold;
	color: #939393;
	letter-spacing: 2px;
}


