/* CSS Document 
	hatter: #e5d29a;
	keret: #982610;
*/
html{
	height:100%;	
}
body{
	background-image:url(img/hatter.gif);
	text-align:center;
	margin:0;
	padding:0;
	height:100%;
}
#wrapper{
	width:1000px;
	height:100%;
	margin:auto;
	text-align:left;
	background-image:url(img/hatter.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#e5d29a;
	border: #982610 1px solid;
}
#fej{
	width:1000px;
	text-align:left;
}
#lab{
	width:1000px;
	text-align:center;
	border-top:#982610 1px solid;
}
#menu{
	width:200px;
	height:100%;
	border-right:#982610 1px solid;
	border-top:#982610 1px solid;
	text-align:right;
	text-indent:8px;
	vertical-align:top;
	padding-right:5px;
}
#tartalom{
	width:800px;
	height:100%;
	border-top:#982610 1px solid;
	text-align:justify;
	text-indent:8px;
	vertical-align:top;
	padding:5px;
}
td{
	font-family:Garamond, "Times New Roman";
	font-size:15px;
	color:#000;
}
td a{
	font-family:Garamond, "Times New Roman";
	font-size:14px;
	color:#666;
	font-weight:bold;
	text-decoration:none
}
hr{
	color:#982610;
	width:75%;
	text-align:center;
}