#main{
	margin: 0px auto;
	padding: 0px;
	width: 801px;
}

#header{
	margin: 0px auto;
	background: url(../elemek/header.jpg) no-repeat;
	width: 801px;
	height: 163px;
}

#almenua{
	margin: 0px auto;
	width: 801px;
	height: 17px;
	background: url(../elemek/almenua.gif) no-repeat;
}


#almenu2{
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 801px;
	height: 24px;
	background: #31DAF9;
	text-transform: uppercase;
	text-align: left;
}

#footer{
	width: 801px;
	height: 44px;
	margin: 0px auto;
	padding: 0px;
	background: #251E12;
}

a.almenu2{
	font-weight: bold;
	color: #1D5575;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

a.almenu2:hover{
	font-weight: bold;
	color: #226990;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

a.ref{
	font-weight: bold;
	color: #B6B586;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

a.ref:hover{
	font-weight: bold;
	color: #C8C8AA;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

a.footer{
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	text-transform: uppercase;
}

a.footer:hover{
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	margin: 0px 10px 0px 10px;
	text-transform: uppercase;
}

img.zold{
	border: 1px solid #B9CA87;
}

#kereso{
	width: 342px;
	height: 30px;
	float: right;
	border-left: 1px solid #292A2A;
	border-bottom: 1px solid #292A2A;
	background:#D8DEDD;	
}

input.gomb{
	border: 1px #7D8483 solid;
	text-transform: uppercase;
	background: #020202;
	color: #fff;
	font-size: 11px;
	height: 20px;
	cursor: pointer;
}

input.focus{
	background: #fff;
}

