/* initializalas
-------------------------------------------------------------------------*/
/* alap beallitasok, margin-ok es padding-ok nullazasa */
html, body, form, input, select, fieldset {font-size: 18px; font-family:"Times New Roman", Times, serif; color:#f5d2a4; }
body {background-color: #000; }
/* 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;  }
/* 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; }

a:link {
	color:#FC3;
}
a:visited {
	color:#fff;
}
a:hover {
	color:#F60;
}

#container {
	margin:0 auto;
	width:960px;
	background:url(images/container_bg.gif);
}
#header {
	background:url(images/container_header.gif);
	height:125px;
}
#footer {
	margin:0 auto;
	background:url(images/container_footer.gif);
	width:960px;
	height:145px;
}
#sidebar {
	width:238px;
	float:left;
	background:url(images/sidebar_menu_header.gif) no-repeat;
}
#wrapper {
	width:722px;
	float:right;
	background:url(images/content_header.gif) no-repeat;
}
#menu {
	margin-top:67px;
}
#content {
	clear:both;
	margin-top:27px;
	padding:0 30px 0 20px;
	background:url(images/content_bg.gif);
}
#content_footer {
	background:url(images/content_footer.gif);
	height:55px;
}

#vissza {
	margin:15px 0 0 40px;
	float:left;
}
#pagetitle {
	width:160px;
	height:30px;
	margin:9px 0 0 532px;
}
#flags {
	margin-left:50px;
	line-height:0.5em;
}

.kepkeret {
	background-color:#FFF;	
	border:0px;
	padding:1px;
	margin:0px;
}

.line {
	background-image:url(images/line.gif);
	width:573px;
	height:23px;
	margin:20px 0 20px 0;
	clear:both;
}