@charset "utf-8";
#container {
	width: 920px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#container #left {
	background-color: #F2F2F2;
	height: 860px;
	width: 454px;
	float: left;
}
body {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/body_bg.jpg);
	background-attachment: fixed;
}

#container #left #title .plusvalor {
	font-family: Tahoma;
	font-size: 20px;
	color: #CCCC00;
	font-weight: bold;
}
#container #left .disclaimer {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

#container #right {
	background-color: #F2F2F2;
	height: 100%;
	width: 454px;
	float: right;
}
#container #right #tabel_meniu td {
	width: 20%;
}
#container #right #tabel_meniu #lnk_text td {
	padding-top: 15px;
}


#container #left #title {
	font-family: Verdana;
	font-size: 14px;
	padding-left: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container #left #title p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

.clear {
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.a_m:link {
	font-family: Verdana;
	font-size: 12px;
	color: #CCCC00;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: auto;
	height: 40px;
	text-align: center;
	vertical-align: top;
}

a.a_m:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #CCCC00;
	font-weight: bold;
	text-decoration: none;
}
#container #right #tabel_meniu #lnk_text {
	margin-top: 20px;
}
.date {
	font-family: Verdana;
	font-size: 12px;
	color: #00CCFF;
	font-weight: bold;
	text-decoration: underline;
}

