@import "ie_hack.css";
@import "login.css";
@import "fooldal.css";
@import "registration.css";
@import "letoltheto_anyagok.css";

* {
  margin:0px;
  padding:0px;
}
img {
  border:none;
}
li {
  list-style:none;
}
a {
  text-decoration:none;
  color:#fff;
}
a:hover {
  text-decoration:none;
  color:#FF9933;
}
#content a {
  color:#fff;
  text-decoration:none;
}
#content a:hover {
  color:#282828;
  text-decoration:none;
}
body {
  background-color:#666666;
  font-family:"Verdana";
  font-size:11px;
  color:#282828;
}
h1 {
  color:#9E3106;
  font-size:14px;
  padding-bottom:20px;
}
.clearer {
  width:100%;
  height:0px;
  font-size:0px;
  border:none;
  clear:both;
  visibility:hidden;
}
#bg {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:200px;
  background-color:#B3B3B3;
}
#container {
  position:relative;
  width:760px;
  margin-left:auto;
  margin-right:auto;
  min-height:400px;
}
#head {
  width:760px;
  height:99px;
  background:url('../images/head.png') no-repeat;
}
#content {
  width:760px;
  background-color:#FF972C;
}
#foot {
  width:760px;
  height:32px;
  background-color:#4A4A4A;
  color:#b3b3b3;
  padding-top:18px;
}
#foot ul li {
  display:inline;
}
#foot ul li:after {
  color:#FF9933;
  content: ' | ';
}
#foot ul li.last-li:after, #foot ul li.qs:after {
  content: '';
}
#foot ul li.qs {
  padding-left:10px;
  padding-right:30px;
}

/* aloldalak */
#content .left {
  width:280px;
  min-height:471px;
  _height:471px;
  float:left;
}
#content .left a {
  color:#282828;
  text-decoration:underline;
}
#content .left a:hover {
  color:#FE9C38;
  text-decoration:underline;
}
#content .right {
  width:440px; /* 40px */
  min-height:471px;
  _height:471px;
  float:left;
  background:url('../images/aloldal/bg.png') repeat-x;
  padding:20px;
}
.falfutes_lista li{
	background:url(../images/lista_nyil.jpg) no-repeat;
	background-position:0px 3px;
	padding-left:16px;
}
.falfutes_blokk{
	padding-top:20px;
}
.falfutes_blokk .header{
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
}
.falfutes_narancs{
	background:#ff9933;
	padding:5px;
}
.falf_left{
	float:left;
	width:150px;
}
.falf_center{
	float:left;
	width:140px;
}
.falf_right{
	float:left;
	width:120px;
}
.foto_header{
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:#c11e1a;
	font-size:12px;
}
.falf_list li{
	list-style:circle;
	padding-bottom:3px;
}
.falf_list{
	padding-left:30px;
	padding-top:10px;
}
.falf_list_szamos{
	padding-left:15px;
}
.falf_szamozott_lista li{
	padding-bottom:3px;
}