@charset "utf-8";
/* -------------------------------------------------------------------------- */
/* -- GENERAL -------- */
#box #banner
{
	position: absolute;
	left: 159px;
	top: 0px;
	/* top: 12px; */
	/* bottom: 27px;*/
}
#box #banner #bannerImage
{
	position: relative;
	z-index: 1;
	width: 682px;
	height: 131px;
	/* height: 119px; */
	overflow: hidden;
}
#box #banner .maskUL
{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}
#box #banner .maskLR
{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0px;
}
#box
{
	position: relative;
	height: 161px;
	background-color: #000000;
}
#box #navigation
{
	position: absolute;
	width: 600px;
	text-align: center;
	top: 139px;
	margin: 0px auto 0px 200px;
}
#box #navigation a
{
	margin: 0px 10px 0px 10px;
	color: #878484;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#box #images
{
	text-align: center;
}
#box #images img
{
	padding: 8px 5px 0px 5px;
}
#box #logo_tourism
{
	position: absolute;
	top: 36px;
	left: 21px;
}
#box #logo_ss
{
	position: absolute;
	top: 30px;
	right: 26px;
}
#menuLeft div, #menuRight div
{
	position: relative;
	top: -32px;
}

.tblNewsEvents
{
	border-spacing: 0px;
	border: none;
	width: 100%;
}
.tblNewsEvents th
{
	background-color: #efe8c6;
	color: #000000;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	padding-left: 13px;
}
.tblNewsEvents td
{
	font-size: 11px;
	line-height: 15px;
	padding: 15px 2px 0px 2px;
}
.tblNewsEvents a
{
	font-size: 13px;
}
.tblNewsEvents .spacer
{
	width: 30px;
}
/* -- GENERAL (END) -- */
/* -------------------------------------------------------------------------- */


