body {
	font: 1em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px; 
	padding: 0px;
	background: url(images/body-bg.png) repeat;
}

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

#bal_reklam {
	position: absolute; 
	top: 5px;
	left: -110px;
}

#jobb_reklam {
	position: absolute; 
	top: 5px;
	left: 776px;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 148px;
}

#expressz {
	height: 36px;
	*margin-bottom: -5px; /* IE */	
}

#menu {
	float: left;
	width: 200px;
	height: 478px;
	background: url(images/menu-bg.png) no-repeat;
}

#menu #linkek {	
	width: 190px;
	margin: 40px 0px 0px 5px;
}

#menu #linkek ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu #linkek ul li {
	width: 100%;
}

#menu #linkek ul li a:link,
#menu #linkek ul li a:visited {
	display: block;
	width: 180px;
	padding: 10px 5px;
	margin: 2px 0px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.1em;
	text-decoration: none;
	color: #000;
	background: #6B96A9;
	border: 1px solid #487082;
/*	height: 24px;
	line-height: 30px;
	text-indent: 25px;
	background: #6B96A9 url(images/gomb-out.png) no-repeat; */
}

#menu #linkek ul li a:hover,
#menu #linkek ul li a:active {
/*	background: url(images/gomb-over.png) no-repeat;*/
	background: #608EA3;
	color: #fff;
}

#content {
	float: left;
	width: 560px;
	background: url(images/content-bg.png) no-repeat;	
}

#oldalcim {
	font: bold italic 1.3em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 20px 20px;
	margin: 0px;
	text-align: right;
}

#text {
	width: 530px;
	font: bold 0.75em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
	padding: 0px 10px 20px 15px;
}
#text a {
	color: #CADAE1;
}
#text a:hover {
	color: #ffe;
}
#footer {
	clear: both;
	background: url(images/footer.png) no-repeat;
	height: 43px;
}
/* Lakóparkok
----------------------------------------------------------------*/
#lakoparkok {
	height: 100px;
	margin-right: 6px;
	background: #4C7384;
}
#lakoparkok .lakopark {
	width: 190px;
	float: left;
	text-align:center;
}
/* Törlesztő táblázat
----------------------------------------------------------------*/
.torleszto_tbl {
	border-collapse: collapse;
	border: 2px solid #fff;
	margin: 1em auto;
	color: #000;
}
.torleszto_tbl thead th {
	text-align: center;
	background: #fc4;
	padding: 4px 2px;
	border-bottom: 3px solid #fff;
}
.torleszto_tbl thead td {
	text-align: center;
	background: #fe9;
	padding: 2px;
	width: 70px;
	font-weight: bold;
}
.torleszto_tbl tbody .s1 {
	background: #C7D7DE;
}
.torleszto_tbl tbody .s2 {
	background: #A3BDC9;
}
.torleszto_tbl tbody td {
	text-align: right;
	padding: 2px;
	font-family: "Courier New", Courier, monospace;
}

.torleszto_tbl .colgroup {
	border-right: 3px solid #fff !important;
}