ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }

/* alap beallitasok, margin-ok es padding-ok nullazasa */
html, body, form, input, select, fieldset {font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #000000; }
/* heading es egyeb formazasok, melyek mas alapertelmezett margokkal birnak az egyes bongeszokben */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address {margin: 0px; padding: 0px; }
/* alapertelmezett betumeret ezeknel az elemeknel */
h1, h2, h3, h4, h5, h6, pre, code {font-size: 10px; }
ul, ol {list-style: none; }
/* a linkek kez alakot kapjanak mindenhol */
form label {cursor: pointer; }
address {font-style: normal; }
/* a linkek alapertelmezett alahuzasat szunteti meg */
:link,:visited {
	text-decoration: none;
	color: #507B9C;
}
/* linkelt kepek keretezesenek megszuntetese */
a img,:link img,:visited img {border: none; }
/* a bordert nullazzuk fieldset eseteben */
fieldset {border: none; }
/* float-olt elemek utan hasznalatos clear */
div.clear, span.clear {
	clear: both;
	font-size: 0px;
}



* {
margin:0px;
padding:0;
}
body {
	background-color: #000000;
	background-image: url(template/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(template/container.jpg);
	background-repeat: repeat-y;
}
#top {
	height: 149px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#menu {
	height: 66px;
	margin: 0px;
	padding: 0px;
	width: 780px;
}
#bal {
	float: left;
	width: 202px;
	margin: 0px;
	padding: 0px;
}

#tartalom {
	width: 564px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 12px;
}

#bottom {
	background-image: url(template/bottom.jpg);
	width: 740px;
	background-repeat: no-repeat;
	height: 26px;
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFF65C;
	margin: 0px;

}

#bottom a:link {
color: #FFF65C;
text-decoration: none;
}

#bottom a:visited {
color: #FFF65C;
text-decoration: none;
}

