BODY {
  behavior:url('/home/styles/csshover.htc');
	margin: 0px;
	vertical-align: top;
	font-family: Arial, serif;
	font-size: 8pt;
	text-align: center;
}

FORM {
 padding: 0px 20px 0px 20px;

}

INPUT
{
 padding: 0px;
 margin: 0px 0px 15px 0px;
 line-height: 18px;
}

P 
{
 padding: 0px 30px 0px 30px;
 text-align: justify;
 line-height: 18px;
}

P.subdirs 
{
 padding: 0px 30px 0px 30px;
 text-align: left;
 line-height: 18px;
 margin: 5px 0px 5px 0px;
}

DIV.thumbcontainer
{
 width: 95px;
 height: 112px;
 background-image:  url(../images/hatter1.png);
 background-repeat: no-repeat;
 margin: 10px 10px 10px 30px;
}

#header{
 padding: 0px 0px 0px 0px;
 margin: auto;
 border-top: 1px solid #d0d0d0;
 border-left: 1px solid #d0d0d0;
 border-right: 1px solid #d0d0d0;
 width: 746px;
 height: 158px;
 background-image:  url(../images/header.png);
 background-position: 0px 2px;
 background-repeat: no-repeat;
 border-collapse: collapse;
 text-align: left;
}

#vizmenu{
 padding: 0px 0px 0px 0px;
 margin: auto;
 border-left: 1px solid #d0d0d0;
 border-right: 1px solid #d0d0d0;
 width: 746px;
 height: 37px;
 background-image:  url(../images/vizmenu.png);
 text-align: right;
}

#vizmenu UL
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  display: block;
}

#vizmenu UL:hover
{
}

#vizmenu UL LI
{
	display: inline;
	height: 18px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 0px 13px;
	background: url(../images/menupotty.png) no-repeat 1px 6px;
	font: 11px Helvetica, Verdana, Helvetica, serif;
	font-weight: bold;
}

#vizmenu UL LI:hover
{
	background: url(../images/menupotty2.png) no-repeat 0px 5px;
	background-color: #f8ffff;
}

.mainbody {
 margin: auto;
 width: 746px;
 border-bottom: 1px solid #d0d0d0;
 border-left: 1px solid #d0d0d0;
 border-right: 1px solid #d0d0d0;
 border-collapse: collapse;
 padding: 0px;
 max-width: 756px;
}

#menucella {
 width: 143px;
 padding: 0px;
 margin: 0px;
 background-image: url(../images/menucsik.png);
 vertical-align: top;
 background-repeat: repeat-y;
}

#menu
{
/* line-height: 16px; */
 padding: 0px;
 margin: 0px;
 width: 143px;
}

#menu P
{
	border: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

#tartalom{
 margin: 0px;
 width: 603px;
 border: none;
 vertical-align: top;
 padding: 0px 0px 0px 0px !important;
 padding: 0px 0px 0px 0px;
}


H1 {
  font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 10px 30px 2px 30px;
}

H2 {
  font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

TD {
	padding: 0px;
	margin: 0px;
  vertical-align: top;
  font-size: 10pt;
}

A {
  text-decoration: none;
	color: #226000;
	font-weight: bold;
}

#tartalomcella #tartalom TABLE {
	border-collapse: collapse;
}

A:hover {
  text-decoration: none;
	color: #62a002;
}

.tableheader {
	font-weight: bold;
}

BR
{
 line-height: 14px;
}

.sfSideNormal
{
 margin: 0px;
 padding: 0px;
}

.error
{
 color: #883333;
 font-weight: bold;
}

.hatter1
{
	display: block;
	margin: 15px 00px 10px 25px
}

.thumbnail{
	position: relative;
	border-collapse: collapse;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail img
{
  border: 1px solid black;

}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #e4edbe;
	padding: 0px;
	left: -1000px;
	border: 1px solid #334422;
	border-collapse: collapse;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-bottom: 1px solid #334422;
	border-top: none;
	border-left: none;
	border-right: none;
	border-collapse: collapse;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -200px;
	left: 120px; /*position where enlarged image should offset horizontally */
}


