@charset "utf-8";
#page {
	width: 990px;
	/*height: 1230px;*/
}

#headerimg {
	width: 990px;
	height: 104px;
	text-align: left;
	float: left;
}
#logo{
	width: 250px;
	height: 100px;
	text-align: left;
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	float: left;
	background-image: url(Hatterlogo.jpg);
}
#content {
	width: 975px;
	/*height: 550px;*/
	font-family: Arial;
	font-style: normal;
	float: left;
        margin-left:10px;
		margin-right:10px;
}
.elsoszoveg{
	text-align: center;
}
.oldaljpg1{
	width: 153px;
	height: 180px;
	float: left;
	border: none;
	margin-bottom: 10px;
        margin-left:8px;
}
#content2 {
	width: 975px;
	/*height: 450px;*/
	font-family: Arial;
	font-style: normal;
	float: left;
        margin-left:10px;
		margin-right:10px;
	
}
#footer {
	width: 990px;
	height: 20px;
	background-color: Gray;
	float: left;
	text-align: center;
}
/*linkek*/
a:link, a:visited{
	color: Black;
	font-family: Arial;
	font-style: normal;
}
a:link{
	color: Black;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
}
a:visited{
	color: Black;
	font-family:  Arial;
	font-style: normal;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: underline;
}
a:active{
	color: black;
	text-decoration: underline;
}