body
{
	margin: 0px;
	padding: 0px;
	background-color: #d2e4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #414141;
	letter-spacing: 1px;
}
a
{
	color: #0282f3;
	text-decoration: none;
}
a:hover
{
	color: #d2e4f4;
}
h1
{
	color:#ef4324;
	font-size: 16px;
}
h2
{
	color:#ef4324;
	font-size: 14px;
}
fieldset
{
	width: 500px;
}
legend, h3
{
	font-size: 14px;
	font-weight: bold;
	color: #414141;
	text-align: center;
}
#main
{
	width: 980px;
	background-color: #fff;
	min-height: 400px;
	overflow: auto;
	border-top: none;
	z-index: 2;
	text-align: center;
}
#head
{
	width:940px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	height: 119px;
	background-image: url(../img/head.jpg);
	background-position: top;
	background-repeat: repeat-x;	
	text-align: left;	
	color: #fff;
}
#head_link
{
	float: right;
	text-align: right;
	width: 260px;
}
#head_click
{
	width: 100%;
	height: 100px;
	cursor: pointer;
	margin-top: 2px;
}
#head a
{
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
#head a:hover
{
	color: #d2e4f4;
}
#menu
{
	width: 200px;
	height: 24px;
	background-image: url(../img/menu.jpg);
	background-position: top;
	background-repeat: no-repeat; 
	padding-top:2px
}
#menu a
{
	color: #ef4324;
}
#tartalom
{
	width: 880px;
	padding: 50px;
	min-height: 250px;
	overflow: auto;
	text-align: justify;
	line-height: 150%;
	float: none;
}
#tartalom img
{
	margin-bottom: 5px;
	margin-top: 10px;
}
#foot
{
	width: 980px;
	height: 18px;
	background-image: url(../img/foot.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 2px;	
	color: #fff;
}
.foto td
{
	width: 440px;
	text-align: center;
	vertical-align: bottom;
}
.contact
{
	margin-top: 5px;
	margin-bottom: 15px;
}
.contact th
{
	width: 60px;
	text-align: left;
}
.contact td
{
	width: 300px;
	text-align: right;
}
