/*
	*****************************************
	*  svishtov.bg - Svishtov Municipality  *
	*****************************************
	
	June 2005, Borislav Borisov (borislav at uni-svishtov.bg)
*/

@import url("nav.css");
@import url("rcontent.css");

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	display: block;
	width: 770px;
	margin: 0 auto;
	padding: 0;
}

#headerabove {
	margin: 0;
	padding: 0;
	height: 26px;
}

#lang {
	list-style: none;
	padding: 8px 0 0 10px;
	margin: 0;
	float: left;
	width: 150px;
}

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

#lang li {
	float: left;
	border-left: 1px solid #E4E4E4;
	padding: 0 5px;
}

#lang .novline {
	border-left: 0;
	padding-left: 0;
}

#lang a {
	display: block;
	float: left;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	width: 20px;
	height: 15px;
	background-image: url(../img/lang.gif);
	color: #999999;
}

#lang a:hover {
	background-image: url(../img/lango.gif);
	color: #FFFFFF;
}

#topmenu {
	float: right;
	padding: 8px 5px 0 0;
	margin: 0;
	line-height: 115%;
}

#topmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topmenu li {
	display: inline;
	padding: 0 6px 0 0;
}

#topmenu a {
	background-image: url(../img/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-size: 10px;
	text-decoration: none;
	color: #008CEA;
	padding-left:10px;
}

#topmenu a:hover {
	text-decoration: underline;
}

#sform {
	float: right;
	padding: 5px 10px 0 0;
	margin: 0;
}

#sform form {
	margin: 0; /* IE Mac */
	white-space: nowrap; /* Opera */
}

.sformfield {
	font-size: 11px;
	border: 1px solid #E4E4E4;
	height: 18px;
	padding: 0;
	margin: 0;
	float: left;
}

.sformbtn {
	width: 60px;
	height: 20px;
	background-color: #F4F4F4;
	background-image: url(../img/search_btn_bgr.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #676767;
	border: 0;
	margin-left: 5px;
	float: left;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 4px 0 0 0;
	height: 65px;
	clear: both;
}

#header h1 {
	display: inline;
}

#header span {
	display: none;
}

#header a {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	width: 257px;
	height: 65px;
	display: block;
	margin-left: 19px;
}

.hrline {
	display:block;
	clear:both;
	border-top-width: 1px;
    border-top-style: solid;
    border-color: #000000;
	margin-bottom: 10px;
}

.showbr {
	display: block;
	padding: 6px 0;
	margin: 0;
}

br {
	line-height: 12px;
}

a {
	color: #008CEA;
	text-decoration: none;
}

a:hover {
	color: #FF6633;
	text-decoration:underline;
}

#returnTop a {
	display: block;
	width: 42px;
	color: #008CEA;
	background-image: url(../img/arrow_return_top.gif);
	background-repeat: no-repeat;
	background-position: 0 14px;
	padding: 10px 0 0 11px;
	margin: 0;
	clear: both;
}

#returnTop a:hover {
	text-decoration: underline;
}

#aboveFooter {
	display: block;
	height: 20px;
	clear: both;
	padding: 0;
	margin: 0;
}

#footer {
	clear: both;
	display: block;
	height: 50px;
	background-color: #f9f9f9;
	padding: 0;
	margin: 0 0 15px 0;
}

#footerLeft {
	background-image: url(../img/footer_l.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 50px;
	float: left;
}

#footerRight {
	background-image: url(../img/footer_r.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 50px;
	float: right;
}

#footer p {
	font-size: 10px;
	color: #999999;
	line-height: 50px;
	text-align: center;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #008CEA;
	text-decoration: underline;
}