/**
 * Municipality radio Cascading style sheets (CSS)
 *
 * @author Hristo Drumev
 * @copyright Hristo Drumev [www.hdrumev.com]
 * @version 0.01 / 13.03.2008
 */

@import url("std.css");
@import url("layout-height-100.css");

/* ---------------------------------------------------------------------------------- */

#sysframe {
  width: 960px;
}

#sysheader {
	height: 125px;
}

#syscontent {
  padding-bottom: 60px;
}

#sysfooter {
  height: 60px;
  margin-top: -60px;
  width: 960px;
}

#sysfootercontent {
  height: 55px;
}

/* ---------------------------------------------------------------------------------- */

html,
body {
	background: #F5F4F0 url(img/bg.body.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
} 

a {
	text-decoration: none;
}

#sysheader {
	width: 960px;
	background: url(img/bg.header.jpg) top center no-repeat;
	height: 125px;
}

#sysframe {
background-color: #fff;
}

#syscontent {
	width: 960px;
}

#sysfootercontent {
	background: url(img/bg.footer.jpg) repeat-y;
	padding-top: 5px;
}

#sysfootercontent a {
	color: #7C6556;
}

#sysfootercontent p {
	margin: 0;
	padding: 2px 0 0 0;
	color: #7C6556;
	font-size: 0.9em;
	text-align: center;
	width: 560px;
	margin-left: 170px;
}

#sysfootercontent p a {
	text-decoration: none;
}

#sysfootercontent p.line {
	padding-top: 25px;
}

#sysfootercontent p a:hover {
	color: #ccc;
}

/* ---------------------------------------------------------------------------------- */

#main {
	width: 520px;
	margin-left: 0px;
	overflow: hidden;
	float: left;
	min-height: 370px;
}

#main h1 {
	//background: #967A67 url(img/menu2.header.jpg) top center no-repeat; 
	width: 507px;
	height: 100%;
	color: #756051;
	font-size: 1.1em;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	text-align: left;
	line-height: 20px;
	clear: both;
}

#main h2 {
	color: #6D594B;
	font-size: 1.0em;
	margin: 40px 0 20px 0;
	clear: both;
	display: inline;

}


#main h2.title {
	color: #6D594B;
	margin: 15px 0 10px 0;
}

#main div.title {
	margin: 10px 0 10px 0;
}

#main div.datetime {
/*	margin: 20px 0 10px;  */
	margin: 10px 0 10px 10px;
}

#main span.date {
	color: #d70000;
}

#main span.time {
	color: #d70000;
}

#main div.more {
	text-align: right;
}

#main div.more a {
	color: #d70000;
}

#main div.more a:hover {
	color: #fff;
	background: #d70000;
}

#main div.note {
	border: 1px solid #093343;
	background: #fff;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

#main div.error {
	margin: 20px;
	border: 1px solid #093343;
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
}

#main img.thumb {
	float: left;
	border: 1px solid #967A67;
	padding: 2px;
	margin: 0 10px 10px 0;
display: inline;  
/*	width: 160px;
	height: 120px;	 */
}

#main p {
	color: #000;
	text-align: justify;
}

#main li {
	text-align: justify;
}

#main a.morephotos {
	background: none;
	padding: 0;
	float: left;
	margin: 0 20px 20px 0;
}

#main a.morephotos img {
	padding: 2px;
	border: 1px solid #ccc;
}

#main div.filenote {
	color: #970e14;
 	padding: 10px 10px 5px 0; 
	width: 160px;
	height: 120px;	

}

.newsblock {
 	padding: 10px 10px 30px 5px; 
	margin: 0 30px 0 6px; 
	width: 510px;
	background: #fff; 
	min-height: 300px;}

.newsblock span {
	color: #970e14;
	font-weight: bold;
}

.newsblock a {
	color: #665648;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 2px;
}
.newsblock a.basephoto {
 	margin: 10px 10px 5px 5px; 
	display: block;
	float: left;
	width: 165px;
	height: 125px;  
}
.newsblock a:hover {
	background: #967967;
	color: #fff;
}

/* ---------------------------------------------------------------------------------- */

#nav {
	width: 200px;
	float: left;
	overflow: hidden;
	padding: 0 5px 0 5px;
}

#nav h1 {
	background-color: #C2B7A5;
	width: 200px;
	height: 40px;
	color: #E2074C;
	font-size: 1.0em;
	line-height: 20px;
	margin: 0 0 0 ;
	padding: 0;
}

h1 {
/*  	background: url(img/menu1.header.jpg) center no-repeat;  */
	background-color: #C2B7A5;
	width: 200px;
	height: 30px;
	color: #E2074C;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0;
}

#nav ul {
	background-color: #fff;
	list-style: none;
	color: #153c58;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	width: 200px;
	border-top: 1px solid #C2B7A5;
	background: url(img/menu1.footer.jpg) left bottom no-repeat;
}

#nav li {
background: #fff url(img/menu1.body.jpg) repeat-y;
}

#nav ul li a {
	display: block;
	width: 190px;
	font-weight: none;
	padding: 5px 1px 5px 5px;
	text-decoration: none;
	color: #6D594B;
}

#nav ul li a:hover {
	color: #d90220;
}

.contactusimg {
	float: left;
	margin: 0 50px 20px 0;
	border: 1px solid #e7f1f9;
	padding: 1px;
	background: #fff;
}
.nav_right_block {
	width: 200px;
	float: left;
	overflow: hidden;
	padding: 3px 5px 5px 5px;
}

.nav_right_block h1 {
	background: url(img/menu1.header.jpg) center no-repeat;
	background-color: #fff;
	width: 200px;
	height: 30px;
	color: #153c58;
	font-size: 1.0em;
	line-height: 30px;
	text-indent: 10px;
	margin: 0 0 0 0;
	padding: 0;
}

h1 {
/*  	background: url(img/menu1.header.jpg) center no-repeat;  */
	background-color: #fff;
	width: 200px;
	height: 10px;
	color: #153c58;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0;
}

.nav_right_block ul {
	background-color: #fff;
	list-style: none;
	color: #153c58;
	margin: 0 0 20px;
	padding: 0 0 12px 0;
	width: 200px;
	border-top: 1px solid #C2B7A5;
	background: url(img/menu1.footer.jpg) left bottom no-repeat;
}

.nav_right_block li {
background: #fff url(img/menu1.body.jpg) repeat-y;
}

.nav_right_block ul li a {
	display: block;
	width: 190px;
	font-weight: none;
	padding: 3px 1px 10px 5px;
	text-decoration: none;
	color: #6D594B;
}

.nav_right_block ul li a:hover {
	color: #d90220;
}

.right_txt {
	background: #CBC0B4;
	color: #E1074C;
	border: 1px solid #C2B7A5;
	padding: 5px 0 7px 5px;
}

.txt {
	background: #F2EFEC;
	color: #E1074C;
	border: 1px solid #C2B7A5;
	margin: 0 0 10px 3px;
	padding: 0 0 12px 3px;
}


.blockfooter {
	list-style: none;
	color: #153c58;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 6px;
	background: #e7f1f9 url(img/menu1.footer.jpg) left bottom no-repeat;
}

#static_section {
	padding: 0 0 0 0;
	min-height: 10px;}



/* ---------------------------------------------------------------------------------- */

.feedbackformmessage {
   width: 460px;
   text-align: center;
   margin: 20px auto 20px auto;
   background: #F2EFEC;
   padding: 10px;
   font-weight: bold;
}

#feedbackform {
   width: 460px;
   text-align: left;
   margin: 20px auto 20px auto;
   background: #F2EFEC;
   padding: 10px;
   border: 1px solid #C2B7A5;
}

#feedbackform input {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 1px solid #C2B7A5;
   font-size: 10px;
   width: 200px;
   float: left;
   margin: 2px 150px 0 0;
}

#feedbackform label {
   width: 100px;
   display: block;
   text-align: right;
   padding: 2px 5px 0 0;
   float: left;
   line-height: 14px;
   color: #666;
   font-weight: bold;
}

#feedbackform textarea {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 1px solid #C2B7A5;
   font-size: 10px;
   width: 330px;
   height: 60px;
   float: left;
   margin: 2px 0 0 0;
}

#feedbackform .feedbacksubmit {
   width: 100px;
   height: 18px;
   margin: 2px 0 0 105px;
   background: #ccc;
   border: 1px solid #C2B7A5;
   font-weight: bold;
}

#right {
	float: left;
	width: 200px;
	padding-left: 10px;
}
.year {
	font-size: 11pt;
	font-weight: bold;
}
.caption {
	font-weight: bold;
	color: #E2074C!important;
}

.caption1 {
	font-weight: bold;
	color: #cd0d22!important;
	font-size: 11pt;
	text-align: center;
}

.newsblockfooter {
	height: 25px;
	//background: #fff url(img/block_footer_big.jpg) top no-repeat;
	margin: 0 0 0 -1px; 
}
#langbar {
	padding: 225px 0 0 235px;
}

#langbar a {
	display: block;
	width: 16px;
	height: 11px;
	font-size: 0;
	text-indent: -9999px;  
	margin-right: 10px;
	text-decoration: none;
	float: left;
}

#langbar a.en {
	background: url(img/gb.png) no-repeat;
}

#langbar a.bg {
	background: url(img/bg.png) no-repeat;
}


#headernavitems{
 padding-left:200px;
 padding-top: 0;
}

* html #headernavitems {
	padding-top: 0px !important;
}

*:first-child+html #headernavitems {
	margin-top: -5px;
}

#headernavitems li{
list-style: none;
float: left;
}

#headernavitems a{
padding-right: 20px;
font-weight: bold;
color: #fff;
}
#headernavitems a:hover{
font-weight: bold;
color: #ccc;
}
.gallery a img{ border: 2px solid #C2B7A5; }

.gallery a:hover { background: transparent!important; }

.container {
	float: left;
	padding: 5px;
	}

.separ {
	clear: both !important; 
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
}

.red {
	color: #d70000;
}

.fotokonkurs{
text-align: center;
}
.right_caption {
 	background: url(img/menu1.header.jpg) center no-repeat; 
	background-color: #fff;
	width: 202px;
	height: 30px;
	color: #fff;
	font-size: 1.0em;
	line-height: 30px;
	margin: 8px 0 0 0;
	font-weight: bold;
	text-indent: 10px;
}

.pic {
text-align: left;
margin: 5px;
padding: 5px;
float: left;
}

.pic_start {
text-align: left;
margin: 5px;
padding: 5px;
float: left;
}

.pic_start a img{
	opacity: 1.0; 
	filter: alpha(opacity=100); 
}

.pic_start a:hover img{
	opacity: 0.6; 
	filter: alpha(opacity=60); 
}


.fix {
width: 100%;
height: 25px;
}

.flash2 {
padding-right: 300px;
padding-bottom: 0;
}

.menu_top {
padding-left: 280px;
}

p {
  text-indent: 20px;
  line-height: 1.2em;
  margin: 10px 0;
  color: #444;
}
