acronym {
 cursor: help;
}

#container {
	width: 780px;
	margin: auto;
	background: url(images/page-bg.png) repeat-y top;
}

/* header 
------------------------------------------------------------------- */
#header {
	height: 160px;
	background: url(images/header.png) no-repeat left;
}

#header #focimek {
	display: none;
}

/* menusor 
------------------------------------------------------------------- */

#menusor {
	height: 40px;
	background: url(images/menusor.png) no-repeat left;
}

#menusor #menucontent {
	padding: 0px 5px 0px 5px;
	font: bold 0.8em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menusor #menucontent ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menusor #menucontent ul li {
	display: inline;
}

#menusor #menucontent ul li.sep {
	height: 30px;
	width: 2px;
	float: left;
	display: block;
	background: url(images/sep.png) no-repeat left;
}

#menusor #menucontent ul li a:link,
#menusor #menucontent ul li a:visited {
	height: 30px;
	float: left;
	display: block;
	color: #036;
	text-decoration: none;
	line-height: 30px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

#menusor #menucontent ul li a:hover,
#menusor #menucontent ul li a:active {
	background: url(images/menu-over.png) repeat-x;
	color: #fff;
}

#menusor #menucontent ul li #aktmenu:link,
#menusor #menucontent ul li #aktmenu:visited,
#menusor #menucontent ul li #aktmenu:hover,
#menusor #menucontent ul li #aktmenu:active {
	height: 26px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 26px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background: url(images/menu-over.png) repeat-x;
	border-top: 4px solid #fff;
}

/* leftside 
------------------------------------------------------------------- */

#leftside {
	float: left;
	width: 185px;
}

#leftside #leftcontent {
	margin: 0px 0px 0px 5px;
	left: 5px;
	width: 180px;
	height: 277px;
	background: url(images/bal-bg.png);
}

/* content
------------------------------------------------------------------- */

#content {
	clear: right;
	float: left;
	width: 630px;
}

#content #subcontent {
	margin: 5px 10px 5px 5px;
}

#content #subcontent h4 {
	color: #3F5168;
	font: bold 1.4em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0em 0em 0em 0em;
	margin: 0em;
	line-height: 1.5em;
}

#content #subcontent h5 {
	color: #7E94B1;
	font: bold 1.2em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}

#content #subcontent h6 {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 1.5em 0px 0px 0px;
	margin: 0px;
}

#content #subcontent .bevezeto {
	background: #EEF2F6;
	border: 1px solid #7E94B1;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 10px;
	padding: 10px;
}

#content #subcontent .kepbox {
	float: left;
	padding: 0px 10px 10px 0px;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
}

#content #subcontent p, #content #subcontent div {
	font-size: 0.8em;
	line-height: 1.4em;
}

#content #subcontent table {
	border-collapse: collapse;
	border-color: #7E94B1;
}

.kisebb {
	font-size: smaller;
}

#content #subcontent thead {
	background: #C4D0E1;
}

#content #subcontent tbody {
	background: #EEF2F6;
}

#content #subcontent tfoot {
	font-weight: bold;
	background: #D6DEEA;
}

#content #subcontent caption {
	font-size: 0.8em;
	font-weight: bold;
	padding: 1em 0em 1em 0em;
}

#content #subcontent td, 
#content #subcontent th {
	border-color: #7E94B1;
	font-size: 0.8em;
	line-height: 1.4em;
}

#content #subcontent ul {
	font-size: 0.8em;
	line-height: 1.4em;
}

#content #subcontent ul li {
	list-style: square;
	padding-bottom: 1em;
}

#content #subcontent a:link,
#content #subcontent a:visited {
	color: #1E90FF;
	text-decoration: none;
}

#content #subcontent a:hover,
#content #subcontent a:active {
	text-decoration: underline;
}

/* footer
------------------------------------------------------------------- */

#footer {
	clear: both;
	height: 45px;
	background: url(images/footer.png) no-repeat left;
}

#footer #footercontent {
	padding: 5px 0px 0px 140px;
	color: #036;
	font: bold 0.6em Arial, Helvetica, sans-serif;
}