#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:238px;
	height:50px;
	background-image:url(../../images/liepaja/logo.png);
	z-index: 1000;
}
#close {
	position:absolute;
	width:20px;
	height:20px;
	top:15px;
	right:15px;
	display:block;
	background:url(../../images/liepaja/close.gif) no-repeat center center;
}
#langs { position:absolute; left:290px; }
#themes { position: relative; top:88px; font-size: 14px; }
#themes a { display:block; background-color: #016f00; padding:6px 12px; border-top: 1px solid #fff; height:19px; }
#themes a:hover { background-color: #005301; }
#themes a.first { background-image: url(../../images/liepaja/c_left.gif); background-position: left; background-repeat: no-repeat; padding-left: 20px; border-top: 0px; height:20px; }
#themes a.last { background-image: url(../../images/liepaja/c_right.gif); background-position: right; background-repeat: no-repeat; padding-right: 20px; border-top: 0px; height:20px; }
#themes a.active { background-color: #fff; color: #0b540d; }
body, #middle { background-color: #013300; border-top: 1px solid #fff; }
/*#middle .bl {
	background-image: url(../../images/liepaja/bl1.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#middle .br {
	background-image: url(../../images/liepaja/br1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}*/
#pager {
	position:relative;
	margin:18px auto;
}
#pager .prev {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:19px;
	height:18px;
	background:url(../../images/liepaja/prev-p.gif);
	float:left;
}
#pager .next {
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:19px;
	height:18px;
	background:url(../../images/liepaja/next-p.gif);
	float:right;
}
#pager .pages {
	margin:0px auto;
	font-size:12px;
	text-align:center;
}
#pager .pages a {
	color:#ededed;
	margin:0 7px;
}
#pager .pages span {
	color:#4F884F;
	margin:0 7px;
}
#articles {
	width:100%;
	padding:0px 20px;
}
#articles .col { float:left }
#articles .col0 { margin-right:25px; }
.article, .article_hover {
	text-align:left;
	height:100%;
	min-height:154px;
	background-color:#005301;
	margin:18px auto;
	/*cursor: pointer;
	cursor: hand;*/
}
.article_hover {
	background-color:#008001;
}
.article img, .article_hover img {
	height:154px;
}
* html .article, *html .article_hover {
	height:154px;
}
.article .tr, .article_hover .tr {
	background-image: url(../../images/liepaja/tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height:154px;
}
.article .br, .article_hover .br {
	background-image: url(../../images/liepaja/br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.article_hover .tr {
	background-image: url(../../images/liepaja/tr_hover.gif);
}
.article_hover .br {
	background-image: url(../../images/liepaja/br_hover.gif);
}
.title {
	color: #FFCC00;
}
.button {
	width:30px;
}
.button a {
	display:block;
	width:30px;
	height:100%;
	min-height:154px;
	background-image:url(../../images/liepaja/pano.gif);
	background-position:center left;
	background-repeat:no-repeat;
}
* html .button a {
	height:154px;
}
#footer {
	height:48px;
	background-image: url(../../images/liepaja/born_in.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
/* MAP */
#map {
	border-top: 2px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
#map a {
	color:#0B5000;
}
#map a h2 {
	color:#C4A400;
	padding:0;
	margin:0;
}
#map td {
	vertical-align:top;
	background-color:#fff;
}
#map .text {
	padding-left:5px;
}

.map_overlay {
	position: absolute;
	background-color: #fff;
	padding:2px;
}