@charset "utf-8";
body {
	background-color: #231f20;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link, a:visited{
  color: #ae3939;
  text-decoration: none;
}
a:hover{
  color: #FF0000;
}


h1,h2,h3, p {
 margin-top: 0;
}


#page {
	width: 960px;
	margin: auto;
	
}
#page .balmenu {
	float: left;
	width: 268px;
	padding-top:15px;
    padding-left: 0px;
	background-image: url(images/balmenu-hatter.gif);
	background-repeat: no-repeat;
	min-height:845px;
	background-color: #ae3939;
    color: #FFFFFF;
}
.balmenu h3{
  padding: 0px;
  padding-left: 10px;
  margin-bottom: 3px;
}
.balmenu h3 div h3{
  line-hight: 12px;
}

.balmenu a{
   color: #FFFFFF;
   text-decoration: none;
  background-image: url(images/menuitem.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.balmenu a:hover  {
  background-image: url(images/menuitem-active.gif);
}
.balmenu .active  {
  background-image: url(images/menuitem-active.gif);
}
.balmenu div a:link, .balmenu div a:visited{
  background: none;
  padding-left: 40px;
  line-height: 15px;
}
.balmenu div  .active{
  color: #000000;
}


#page #content {
	background-color: #eaeaea;
	width: 692px;
	min-height: 600px;
	float:right;


}
#page #content #content-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    margin-top: 0px;
  background-image: url(images/oldal-hatter.gif);
  background-repeat: no-repeat;
  min-height: 640px;
}
#reflist{
  font-size: 14px;
  line-height: 22px;
}

