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

@import url("nav.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;
}

#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_en.png);
	background-repeat: no-repeat;
	width: 290px;
	height: 65px;
	display: block;
	margin-left: 19px;
}

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

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

.linkbox {
	display: block;
	width: 130px;
	height: 20px;
	background-image: url(../img/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-weight: bold;
	color: #008CEA;
	padding-left: 12px;
	margin-left: 16px;
}

#content {
	display: block;
	width: 750px;
	margin: 0 auto;
}

.contentTitle {
	display: block;
	height: 24px;
	background-color: #F7F7F7;
	margin: 10px 0 4px 0;
	padding: 0;
}

.contentTitleLeft {
	float: left;
	width: 17px;
	height: 24px;
	background-image: url(../img/content_title_l.gif);
}

.contentTitleRight {
	float: right;
	width: 17px;
	height: 24px;
	background-image: url(../img/content_title_r.gif);
}

.contentTitle h3 {
	float:left;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0;
	line-height: 24px;
	word-spacing: 2px;
	text-transform: uppercase;
}

#contentImg {
	display: block;
	margin: 5px 0 14px 0;
}

#content p {
	display: block;
	width: 720px;
	color: #000000;
	line-height: 160%;
	text-align: justify;
	text-indent: 11px;
	background-image: url(../img/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 0 0 10px 0;
	margin: 0 auto;
}

#content ul {
	line-height: 160%;
	text-align: justify;
}

#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;
	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;
}