@import "template.css";
@import "page.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 190px;}

/*Column's width*/
#left {width: 150px;}
#page {width: 615px; padding: 0 0 0 15px; line-height: 1.5em; }
#right {width: 300px; padding: 0 15px 0 0}

/*Height of the footer */
#footer {height: 70px;}
#content {
  padding:0px 0px 70px 0px;
  background-color: #eae1c4;
}
.whiteplace {
  background-image: url(../images/bg-content.gif);
  background-image: url(../images/bg-content.gif);
  background-position: center;
  background-repeat: repeat-y;
  padding: 0 15px;
}
.whitetop {
  background-image: url(../images/white-top.gif);
  height: 19px;
  display: block;
}


/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#container {
  text-align: left;
  font-size: .8em;

}
/********************
HEADER
********************/
#header {

}
.budova {
  background-image: url(../images/urad-vlad-sr.png);
  background-position: top;
  background-repeat: no-repeat;
  width: 550px;
  height: 150px;
  float: right;
}


/********************
PAGE
********************/

/********************
FOOTER
********************/
#footer {
  width: 100%;
  background-image: url(../images/bg-footer-top.gif);
  background-color: #eae1c4;
  background-position: top;
  font-size: 0.9em;
}

#foot {
  text-align: center;
  color: #1a4a74;
  margin-top: 25px;
  font-size: 1.1em;
}
#foot a {
  color: #1a4a74;
  text-decoration: none;
}
#foot a:hover {
  color: #5692c1;
  text-decoration: none;
}
#makedby {
  display: block;
  position: absolute;
  color: #5692c1;
  width: 210px;
  right: 15px;
  top: 20px;
  text-align: right;
}
#makedby a {
  color: #5692c1;
  text-decoration: none;
}
#makedby a:hover {
  color: #3E77A6;
  text-decoration: none;
}
.footalert {
  top: 25px;
  left: 15px;
  width: 190px;
  float: left;
  position: absolute;
}
a.footlink {
  color: #833632;
  background-image: url(/images/ico-foot-alert2.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 22px;
}
a.footlink:hover {
  color: #b93633;
  background-image: url(/images/ico-foot-alert.gif);
}

/******************top bar**************/
#topbar {
  background-image: url(../images/bg-topbar.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 35px;
  padding: 3px 15px 2px 0;
  text-align: right;
}
#topbar .search {
    display: inline;
    float: left;
    margin: 0 0 0 300px;
    padding: 0;
    width: 300px;
}
.searchlabel {
    color: #303030;
    float: left;
    font-size: 0.85em;
    padding: 5px 10px 0 0;
}
#topbar .bg_input {
    border: 1px solid #2e6ca1;
    color: #3E3F41;
    display: inline;
    float: left;
    height: 17px;
    margin: 2px 3px 0 0;
    padding: 0 5px;
    width: 140px;
}
#topbar .search_input {
    display: inline;
    height: 19px;
    margin: 2px 0 0;
    width: 21px;
    float: left;
}
#topbar span {
  float: right;
}
.links {
  width: 200px;
  float: right;
}


/*******************
TOP MENU
*******************/
#topmenu {
  background-image: url(../images/bg-topmenu.png);
  height: 55px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 15px;
  position: relative;
  z-index: 10;
}
/***** prva uroven *****/
#dropdown_menu .menu {
    height: 47px;
    padding: 0;
    position: relative;
    width: 950px;
    z-index: 50;
}
#dropdown_menu .menu ul li a {
    color: #00050A;
    font-size: 1.4em;
    /*font-weight: bold;*/
    display: block;
    text-shadow: 1px 1px 0 #d3ebff;
    padding: 10px 28px 6px 28px;
    text-decoration: none;
}
.titmenu {
    color: #002447;
    font-size: 1.4em;
    /*font-weight: bold;*/
    display: block;
    text-shadow: 1px 1px 0 #d3ebff;
    padding: 10px 28px 6px 28px;
    text-decoration: none;
}
.titmenu:hover {
    color: #FFFFFF;
    display: block;
    text-shadow: 1px 1px 0 #000000;
    text-decoration: underline;
    background-color: #093359;
    opacity: 0.95;
    text-decoration: none;
}

#dropdown_menu .menu ul li a:hover {
    color: #FFFFFF;
    display: block;
    text-shadow: 1px 1px 0 #000000;
    text-decoration: underline;
    background-color: #093359;
    opacity: 0.95;
    text-decoration: none;
}

/***** druha uroven *****/
#dropdown_menu .menu ul ul {
    width: 260px;
    padding: 0;
    border-right: 2px solid #06233E;
    border-bottom: 2px solid #06233E;
}
#dropdown_menu .menu ul ul li a {
    font-size: 0.9em;
    line-height: 1.2;
    padding: 8px 15px;
    width: 230px; /* sirka ul - padding */
    color: #ffffff;
    text-shadow: 0px 0px 0 #000000;
    text-decoration: none;
    display: block;
    background-color: #154876;
    opacity: 0.95;
}

#dropdown_menu ul ul .titmenu {
    font-size: 0.9em;
    line-height: 1.2;
    padding: 8px 15px;
    width: 230px; /* sirka ul - padding */
    color: #ffffff;
    text-shadow: 0px 0px 0 #000000;
    text-decoration: none;
    display: block;
    background-color: #154876;
    opacity: 0.95;
}
#dropdown_menu ul ul .titmenu:hover {
    color: #FFFFFF;
    display: block;
    text-shadow: 1px 1px 0 #000000;
    text-decoration: underline;
    background-color: #093359;
    opacity: 0.95;
    text-decoration: none;
}
#dropdown_menu .menu ul ul li a:hover {
    opacity: none;
}

/***** tretia uroven *****/
#dropdown_menu .menu ul ul ul {
  display: block;
  float: left;
  margin-left: 260px;
  margin-top: -29px;
  border: 0;
  border-right: 2px solid #06233E;
  border-bottom: 2px solid #06233E;
}
#dropdown_menu ul ul ul li {
}
#dropdown_menu ul li.last ul ul {
  margin-left: -260px;
}


/********************
right MENU
********************/
#right .banbox-silver ul {
  padding: 0 5px;
  margin: 0;
}
#right .banbox-silver ul ul {
  padding: 0 0 0 20px;
}
#right .banbox-silver ul li {
  list-style: none;
  padding: 1px 0;


}
#right .banbox-silver ul li a {
  display: block;
    background-image: url(../images/dott-rmenu-bottom.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 5px 10px;
  text-decoration: none;

}
#right .banbox-silver ul li a:hover {
  background-color: #efefef;

}
#right .banbox-silver ul li a:hover, #right .banbox-silver ul li a.sel1 {

}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0 30px 0;
  text-align: left;
  font-size: 1.8em;
  color: #1c507c;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2em;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #2081d4;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}

a {
  color: #1f5b8e;
  text-decoration: underline;
}
a:hover {
  color: #bf0000;
  text-decoration: none;
}
img {
  border: 0px;
}


.screenreader {
  height: 1px;
  left: -9999em;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/******************DESIGN OF TOP NEWS ELEMENTS**************/
#topnews {
  background-image: url(../images/bg-topnews.jpg);
  height: 284px;
  margin-left: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
/******************DESIGN OF PAGE ELEMENTS**************/
h1.page {
  background-image: url(../images/bg-h1page.gif);
  height: 33px;
  color: black;
  padding: 9px 10px 0 30px;
  margin: 0 0 20px 0;
  font-size: 1.3em;
}
/******************DESIGN OF NEWS ELEMENTS**************/
.newsbox {
  padding: 10px 0;
  background-image: url(../images/bg-news-bottom.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

.bbnie {}
.bbano {border-bottom:5px solid #2f6ca1;background-image: none;}

.newsimg {
  width: 160px;
  height: 110px;
  float: left;
  padding: 5px;
  text-align: center;
}
.newsimg img {
  padding: 3px;
  border: 1px solid #e5e5e5;
}
.newsimg img:hover {
  padding: 2px;
  border: 2px solid #CFCFCF;
}


.fotoborder {
  padding: 3px;
  border: 1px solid #e5e5e5;
  display: table;
}
.newstext {
  width: 430px;
  float: right;
  padding: 0 7px;
}


.newsdate {
  color: #8b8b8b;
  font-size: 0.9em;
}
.newslink {
  padding: 10px 0 5px 0;
  font-weight: bold;
  font-size: 1.1em;
}


.newsother a {
  color: #1a598f;
}
.newsother {
  clear: both;
  padding: 0 0 0 180px;
}
a.newsgallery {
  background-image: url(../images/ico-camera.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  color: #715e25;
  font-size: 0.9em;
}

a.newsmore {
  background-image: url(../images/ico-more.gif);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0 20px 0 0;
  color:#715e25;
  font-size: 0.9em;
  float: right;
  margin: 0 7px;
}
.newsbottom {
  background-image: url(../images/bg-all-bottom.gif);
  background-position: bottom;
  height: 26px;
  padding: 10px 5px 0 0;
  margin-top: 15px;
  text-align: right;
}
.newsbottom a {
  background-image: url(../images/ico-more.gif);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0 20px 0 0;
  color:#715e25;
  font-size: 0.9em;
}
/******************DESIGN OF GALLERY ELEMENTS**************/
.galleryblock1 {
  background-image: url(../images/bg-galleryblock.gif);
  background-position: top;
  background-repeat: no-repeat;
  width: 298px;
  height: 195px;
  float: left;
  margin-top: 15px;
  padding: 25px 0;
  text-align: center;
}
.galleryblock2 {
  background-image: url(../images/bg-galleryblock.gif);
  background-position: top;
  background-repeat: no-repeat;
  width: 298px;
  height: 195px;
  float: right;
  margin-top: 15px;
  padding: 25px 0;
  text-align: center;
}
.gallerylink {
  text-decoration: underline;
  color: #715e25;
  display: block;
  padding: 15px;
}


/******************DESIGN OF TOP RIGHT ELEMENTS**************/
#right h3 {
  color: #463A16;
  font-weight: normal;
  background-image: url(../images/bg-h3-right.gif);
  background-position: top left;
  padding: 10px 5px 0px 30px;
  height: 30px;
  margin: 0;
  font-size: 1.2em;
}
.rblock .caltit {
    background: url("/images/bg_caltit.gif") no-repeat scroll center center transparent;
    color: #000000;
    display: block;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin: 0 3px 10px 0;
}
.rblock a.calendarlistprew {
    display: block;
    float: left;
    height: 27px;
    width: 27px;
}
.rblock a.calendarlistnext {
    display: block;
    float: right;
    height: 27px;
    width: 27px;
}
.dnesje {
    color: #000000;
    float: left;
    font-weight: bold;
    padding: 10px 0 0;
    text-align: center;
    width: 66px;
}
.dnesje span {
    display: block;
    font-size: 4.5em;
    padding: 17px 0 0;
    letter-spacing: -0.1em;
}
.rblock {
    /*height: 200px;
    background-color: #e2e2e2;
    margin: 0 -4px 10px 0;
    padding: 10px;
    width: 280px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;*/
  /*background-image: url(../images/bg-calbox.gif);
  background-position: top;
  background-repeat: no-repeat;*/
}
.rblock .calendar td {
    color: #5A5243;
    font-weight: bold;
    height: 26px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 24px;
    border: 1px solid #e2e2e2;
  background-color: #e2e2e2;
}
.rblock .calendar {
    background-image: url("/images/bg-calendar-table.gif");
    background-repeat: repeat;
    float: right;
    padding: 0;
}

.rblock td.calden0 {
    background-image: none;
    background-color: white;
    border: 1px solid white;
}
.rblock td.calden1 {
    background-image: none;
    background-color: white;
    border: 1px solid #990000;
}
.rblock td.calakcia0 {
    background-image: url("/images/bg_calday.gif");
    color: black;
}
.rblock td.calakcia1 {
    background-image: url("/images/bg_calday.gif");
    color: black;
    border: 1px solid #990000;
}
.rblock td.calakcia0 a {
  text-decoration: none;
  color: #004b96;
  font-weight: bold;
}
.rblock td.calakcia1 a {
  text-decoration: none;
}
.rblock td.den6 {
  background-image: url("/images/bg_calweek.gif");
}
.rblock td.den7 {
  background-image: url("/images/bg_calweek.gif");
}

.rblock th {
  background-color: #E2E2E2;
  font-weight: normal;
  text-align: center;
}


a.caldaycolor {
  text-decoration: none;
}
.fb {
  margin-bottom: 10px;
}
.linkbox {
  background-image: url(../images/bg-linkbox.gif);
  background-position: top;
  background-repeat: no-repeat;
  height: 250px;
  padding: 10px;
}
ul.linklist {
  margin: 0 0 0 6px;
  padding: 0 10px 0 0px;
}
li.linklist1 {
  padding: 7px 8px;
  list-style: none
}
li.linklist2 {
  padding: 7px 8px;
  list-style: none;
  background-image: url(../images/bg-linkline.gif);
  background-position: left top;
  background-repeat: no-repeat
}
.linklist a {
  background-image: url(../images/linklist.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
}


.banbox-top {
  background-image: url(../images/banbox-top.gif);
  background-position: top;
  height: 10px;
  font-size: 1px;
}
.banbox {
  background-image: url(../images/banbox-bg.gif);
  background-position: center;
  background-repeat: repeat-y;
  padding: 10px;
}
.banbox-bottom {
  background-image: url(../images/banbox-bottom.gif);
  background-position: top;
  background-repeat: no-repeat;
  height: 15px;
  font-size: 1px;
}
.banbox-silver-top {
  background-image: url(../images/banbox-silver--top.gif);
  background-position: top;
  height: 10px;
  font-size: 1px;
}
.banbox-silver {
  background-image: url(../images/banbox-silver-bg.gif);
  background-position: center;
  background-repeat: repeat-y;
  padding: 8px 8px 0 8px;
}
.banbox-silver-bottom {
  background-image: url(../images/banbox-silver-bottom.gif);
  background-position: top;
  background-repeat: no-repeat;
  height: 16px;
  font-size: 1px;
  margin-bottom: 10px;
}
.banbox img{
  padding: 3px 1px;
}
.pagelist {
  letter-spacing: 0.4em;
}
.pagelist a {
  letter-spacing: 0em;
}
.albumlist {
 background-image: url(../images/bg-album.gif);
 background-position: top;
 background-repeat: no-repeat;
 height: 195px;
 width: 175px;
 float: left;
 display: block;
 padding: 20px 15px 25px 10px;
 text-align: center;
}
.albumlistimg {
  height: 100px;
}

a.savelink {
  background-image: url(../images/save.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
}

a.savelink:hover {
  background-image: url(../images/save-hover.gif);
}

.list .obr .copyr {
  font-size:.85em;
  color: #000000;
  text-shadow: #ffffff 1px 1px 0;
  margin: 0 0 0 5px;
}

.list a.obr {
  text-decoration:none;
}

.list a.obr:hover {
  text-decoration:none;
}