body{
	text-align: center;
	background-image: url('img/hatter.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
h1{
	font-style: italic;
}
table{
	text-align: center;
}
#logo{
	text-align: center;
	border: 1px ridge #000;
	margin: 1px 10px 2px 10px;
}
#tabla{
	text-align: center;
	width: 950px;
	border-width: 5px;
	border-style: double;
	border-color: #fff;
	background-color: #FFC;
}
#lablec{
	font-size: 10px;
	color: #999;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #033;
}
#sarok{
	background-image: url('img/sarok.gif');
	background-repeat: no-repeat;
}
#vizszintes{
	background-image: url('img/fh.gif');
	background-repeat: repeat-x;
	background-position: top;
}
#fuggoleges{
	background-image: url('img/bh.gif');
	background-repeat: repeat-y;
	background-position: left;
}
#menu{
	position: relative;top: 0px;left: 0px;
}
#menu h1{
	color: #F00;
}
#tartalom{
	text-align: left;
	font-style: italic;
	line-height: 1.5;
	min-height: 350px;
	margin-right: 10px;
}

#ref img{
	text-align: center;
	border: 1px ridge #000;
	margin: 1px 10px 2px 10px;
}
#adatok{
	vertical-align: top;
}
#tartalom a:link, a:visited, a:hover, a:active{
	color: #000;
	font-style: normal;
	text-decoration: none;
}
#tartalom a:hover{
	color: red;
	font-style: normal;
	text-decoration: none;
	}
#tartalom img {
float: left;
border: 0;
margin: 20px;
}
