/**
 * 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");

/* ---------------------------------------------------------------------------------- */

body {
	behavior: url("csshover.htc");

}

#sysframe {
	width: 960px;
	border-left: 1px solid #5391c0;
	border-right: 1px solid #5391c0;
}

#sysheader {
	height: 135px;
}

#syscontent {
  width: 960px;
  background: url(img/kolaj.jpg) top no-repeat; 
}

#sysfooter {
  height: 60px;
  margin-top: -60px;  
  width: 960px;
  	border-left: 1px solid #5391c0;
	border-right: 1px solid #5391c0;

}

#sysfootercontent {
  height: 55px;
}

/* ---------------------------------------------------------------------------------- */

html,
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
} 

a {
	text-decoration: none;
}

#sysheader {
	width: 960px;
	background: url(img/bg.header.jpg) center no-repeat; 
	height: 135px;
}

#sysframe {
	margin-bottom: 60px;    
}

#sysfootercontent {
	background: #5391c0;
	padding-top: 5px;  
}

#sysfootercontent a {
	color: #fff;
} 

#sysfootercontent p {
	margin: 0; 
	padding: 2px 0 0 0; 
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	width: 580px;
	margin-left: 170px;
} 

#sysfootercontent p a {
	text-decoration: none;
}

#sysfootercontent p.line {
 	padding-top: 15px; 
}

#sysfootercontent p a:hover {
	color: #ccc;
}

/* ---------------------------------------------------------------------------------- */

 #main {
	width: 480px;
	margin-top: 7px; 
	margin-left: 0px;
	overflow: hidden;
	float: left;
	min-height: 370px;
	padding-top: 180px;
}

#main h1 {
	background: #5391c0;
	width: 480px;
	height: 25px;
	color: #fff;
	font-size: 1.0em;
	margin-left: 0px;
	margin-top: 10px;
	text-align: left;
	clear: both;
}

#main h2 {
	color: #153c58;
	font-size: 1.0em;
	margin: 40px 0 20px 0;
	clear: both;
	display: inline;

}

#main div {
}

#main h2.title {
	color: #d70000;
	margin: 25px 0 10px 0;
}

#main div.title {
	margin: 30px 0 10px 0;
}

#main div.datetime {
	margin: 20px 0 10px;
}

#main span.date {
	color: #063b9b;
}

#main span.time {
	color: #d70000;
}

#main div.more {
	text-align: right;
	padding-right: 20px;
}

#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;
	margin: 10px 10px 5px 0;
	border: 1px solid #315f54;
	padding: 2px;
	display: inline;
}

#main p {
	color: #202020;
	font-size: 9pt;
}
#main li {
	color: #043a94;
	font-size: 9pt;
}

#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;
	margin: 2px 0 20px 0;
}

.newsblock {
 	padding: 10px 10px 10px 10px;  
	margin: 0;    
	background: #fff;
	border-left: 1px solid #5391c0;
	border-right: 1px solid #5391c0;
  overflow: hidden;
}

* html .newsblock {
	margin: 0 0 0 0;   
}

.newsblock span {
	color: #970e14;
	font-weight: bold;
}

.newsblock a {
	color: #063b9b;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 2px;
}

.newsblock a:hover {
	background: #d70000;
	color: #fff;
}

.prevnext {
  overflow: hidden;
  height: 25px;
}

/* ---------------------------------------------------------------------------------- */

#nav {
	width: 230px;
	float: left;
	overflow: hidden;
	padding: 0; 
	margin: 0;
}

#nav h1 {
	width: 230px;
	height: 30px;
	font-size: 1.0em;
	line-height: 30px;
	text-indent: 20px;
	margin: 10px 0 0 0;
	padding: 0; 
}

h1 {
	width: 230px;
	height: 30px;
	font-size: 1.0em;
	line-height: 30px;
	text-indent: 20px;
	margin: 10px 0 0 0;
	padding: 0; 
}

h5 {
	background: #5391c0;
	width: 222px;
	height: 25px;
	font-size: 1.0em;
	line-height: 30px;
	text-indent: 20px;
	margin: 18px 10px 10px 10px;
	color: #fff;
	margin-top: 196px;
}
*:first-child+html h5 {
	margin-top: 186px;
}

* html h5 {
	margin-top: 186px;
}

#nav ul {
	text-align: right;
	font-weight: bold;
	list-style: none;
	margin: 20px 20px 10px 25px;
	padding: 0 0 0 0; 
	width: 202px;
}

#nav ul li a {
	color: #5391c0;
	display: block;
	font-weight: none;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	padding-right: 10px !important;
}

#nav ul ul a {
	width: 220px;
	padding: 0 0 0 10px !important;  
}

#nav ul li a:hover {
	background: #e6f2ff;
	color: #d90220;
}

#nav ul li {
	height: 25px;
}

#nav ul ul {
	z-index: 999;
	background: #fff;
	border: 1px solid #ccc;
	position: absolute;
	width: 230px;
	margin: -26px 0 0 195px;  
}

* html #nav ul ul {
	margin-left: -5px;
}

*:first-child+html #nav ul ul {
	margin-left: -5px;
}

#nav ul ul a {
	text-align: left !important;
}

.newsblock {
	z-index: 2;
}

#nav ul ul, li:hover ul ul {
   display: none;
}

#nav li:hover ul, #nav li:hover li:hover ul {
	display: block;
}

.contactusimg {
	float: left;
	margin: 0 50px 20px 0;
	border: 1px solid #e7f1f9;
	padding: 1px;
	background: #fff;
}
.right_block{
	margin: -10px 10px 10px 10px;
	background: #fffcea;  
	width: 220px;
	border-left: 1px solid #5391c0;
	border-right: 1px solid #5391c0;
}
.right_block p{
	margin: 10px 10px 0 10px;
	width: 200px;
}
.right_block a{
	display: block;
	font-weight: none;
	text-decoration: none;
}
.blockfooter {
	list-style: none;
	color: #153c58;
	margin: -10px 10px 10px 10px;
	width: 220px;
	background: #fffcea;
	border-left: 1px solid #5391c0;
	border-right: 1px solid #5391c0;
	border-bottom: 1px solid #5391c0;
}

/* ---------------------------------------------------------------------------------- */

 .feedbackformmessage {
   width: 400px;
   text-align: center;
   margin: 20px auto 20px auto;
   background: #d6dfec;
   padding: 10px;
   font-weight: bold;
}

#feedbackform {
   width: 400px;
   text-align: left;
   margin: 20px auto 20px auto;
   background: #fff;
   padding: 10px;
   border: 1px solid #ccc;
}

#feedbackform input {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 1px solid #ccc;
   font-size: 10px;
   width: 150px;
   float: left;
   margin: 2px 150px 0 0;
}

#feedbackform label {
   width: 80px;
   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 #ccc;
   font-size: 10px;
   width: 230px;
   height: 60px;
   float: left;
   margin: 2px 0 0 0;
}

#feedbackform .feedbacksubmit {
   width: 80px;
   height: 18px;
   margin: 2px 0 0 105px;
   background: #ccc;
   border: 1px solid #ccc;
   font-weight: bold;
}

#right {
	float: left;
	width: 202px;
	padding-right: 5px;
}
.year {
	font-size: 11pt;
	font-weight: bold;
}
.caption {
	font-weight: bold;
	color: #cd0d22!important;
}

.newsblockfooter {
	height: 25px;
	background: #fff; 
	border-bottom: 1px solid #5391c0;
	border-left: 1px solid #5391c0;
	border-right: 1px solid #5391c0;
  width: 478px;
}

#langbar {
/*	padding: 205px 0 0 25px;  */
}

#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:535px;
 padding-top: 5px;
}

* 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 #315f54; }

.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;
}

 .headerurl {
	  margin-left: 40px;
	  float: left;
 }
 .headerlinks {
		color: #fff;
	  margin-left: 600px;
	  float: left;
}

 .headerlinks  a{
		color: #fff;
}

*html .headerlinks {
	margin-left: 390px;
}

.clr {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.ccat1 {
padding: 7px;
background-color: #fffcea;
border: 1px solid #5391c0;
}
