body {
  font-family: Georgia, serif;
  font-size: 14px;

  background: #fff url(../images/bck.gif) left 209px repeat-y;
  color: #212121; }

img {
  display: block; }

strong, b {
  font-weight: bold; }

em, i {
  color: #E10915; }

.wrapper {
  width: 920px;
  margin-left: 100px; }

a {
  color: #E10915; }
  a:hover {
    color: #000; }

.more {
  text-decoration: none;
  font-weight: bold; }

ul.links {
  margin-bottom: 1em; }
  ul.links li {
    border-bottom: 1px dotted #212121;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  ul.links a {
    color: #212121;
    text-decoration: none; }
    ul.links a:hover {
      color: #E10915; }
	ul.links li a:selected {
           font-weight: bold; }

.bigLetter {
  font-size: 50px;
  display: inline;
  float: left;
  line-height: 0.8em;
  padding-right: 3px; }

.pagination {
  margin: 1em 0 2em 0;
  text-align: center; }
  .pagination a {
    margin: 0px 2px;
    color: #212121;
    text-decoration: none;
    padding: 3px; }
    .pagination a:hover, .pagination a:active {
      background-color: #E10915; }
  .pagination span.current {
    margin: 0px 2px;
    background: #E10915;
    padding: 3px; }

#footer p {
  padding: 5px 0 1em 0;
  font-size: 10px;
  color: #919193; }
  #footer p a {
    color: #919193; }

#header {
  height: 209px;
  background: #2C2C2C url(../images/header.gif) left 209px;
  color: #fff; }
  #header .wrapper {
    position: relative; }
  #header a {
    color: #fff;
    text-decoration: none; }
    #header a:hover, #header a.selected {
      color: #E10915; }
  #header #logo img {
    position: absolute;
    left: 23px;
    top: 83px; }
  #header #mainMenu {
    position: absolute;
    top: 100px;
    left: 250px; }
    #header #mainMenu li {
      float: left;
      display: inline;
      margin: 0 20px 0 0; }
      #header #mainMenu li a {
        text-decoration: none;
        font-size: 22px;
        font-style: italic;
        color: #786F69; }
        #header #mainMenu li a:hover {
          color: #E10915; }
        #header #mainMenu li a span {
          font-size: 11px;
          font-weight: normal; }
      #header #mainMenu li.selected a {
        color: #E10915; }
  #header #searchBar {
    float: right;
    margin: 5px 0; }
    #header #searchBar li {
      line-height: 21px;
      float: left;
      margin-right: 10px;
      padding-right: 5px; }
      #header #searchBar li.last {
        margin: 0;
        padding: 0; }
      #header #searchBar li #s {
        font-size: 12px; }
      #header #searchBar li #q {
        font-size: 12px;
        background: #453F3A;
        color: #fff;
        padding: 1px; }
      #header #searchBar li .button {
        color: #fff;
        border: none;
        background: transparent; }
      #header #searchBar li .text_field {
        border: 0;
        width: 86px; }

.column1, .column2, .column3 {
  float: left;
  display: inline; }

.t1 .column1 {
  width: 600px;
  margin-right: 20px; }
  .t1 .column1 ul li {
    margin-left: 1em;
    list-style: disc; }
    .t1 .column1 ul li ul {
      margin-bottom: 0; }
.t1 .column2 {
  width: 300px; }
  .t1 .column2 h2, .t1 .column2 h4 {
    border-bottom: 1px dotted #212121;
    margin-bottom: 5px;
    padding-bottom: 5px; }

.t2 .column1 {
  width: 290px;
  margin-right: 20px; }
.t2 .column2 {
  width: 290px;
  margin-right: 20px; }
.t2 .column3 {
  width: 300px; }

.t1, .t2 {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px dotted #212121; }

#mainContainer {
  line-height: 125%; }
  #mainContainer p {
    margin: 0 0 1em 0; }
    #mainContainer p.lead {
      font-size: 18px;
      line-height: 125%; }
  #mainContainer h1 {
    font-size: 20px;
    line-height: 125%;
    padding: 20px 0 20px 0;
    font-weight: normal; }
  #mainContainer h2 {
    color: #E10915;
    font-size: 20px;
    line-height: 125%;
    font-weight: normal; }
  #mainContainer h3 {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 1em; }
  #mainContainer h4 {
    font-size: 14px;
    line-height: 125%;
    font-weight: normal; }
  #mainContainer .thumbnail {
    float: left;
    margin: 0 10px 0px 0; }

a.numComments {
  font-size: 12px;
  background: url(../images/comment.gif) left center no-repeat;
  padding: 0 0 0 15px;
  margin: 0 0 0 0.5em;
  text-decoration: underline;
  color: #212121; }

.blogTeaser {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #212121;
  padding: 20px 0; }
  .blogTeaser h4 {
    width: 190px;
    margin-right: 10px;
    float: left;
    display: inline; }
  .blogTeaser p {
    width: 400px;
    float: left;
    display: inline; }

.pdf {
  width: 100%;
  overflow: hidden;
  border-top: 1px dotted #212121;
  border-bottom: 1px dotted #212121;
  padding: 5px 0; }
  .pdf h4 {
    width: 190px;
    margin-right: 10px;
    float: left;
    display: inline; }
  .pdf p {
    width: 400px;
    float: left;
    display: inline; }

#comments {
  border-top: 5px solid #212121; }
  #comments h4 {
    width: 180px;
    margin-right: 20px;
    float: left;
    display: inline; }
  #comments .comment {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #212121;
    padding: 20px 0; }
    #comments .comment p {
      width: 400px;
      float: left;
      display: inline; }
  #comments form {
    margin-top: 20px;
    width: 100%;
    overflow: hidden; }
    #comments form label {
      display: block; }
    #comments form .form {
      width: 400px;
      float: left;
      display: inline; }
      #comments form .form input, #comments form .form textarea {
        width: 395px;
        background: url(../images/input.png);
        border: none;
        padding: 1px; }
        #comments form .form input.checkbox, #comments form .form textarea.checkbox {
          width: auto;
          float: left;
          margin-right: 0.5em; }
      #comments form .form .button {
       width: auto; }

.table {
  width: 100%; }
  .table td, .table th {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    padding: 5px 5px; }
  .table th {
    background: url(../images/border.gif) left bottom repeat-x;
    font-weight: bold;
     font-size: 12px;}
  .table td {
    border-bottom: 1px solid #000;
    font-size: 11px;}
  .table .even {
    background-color: #E0E0E0; }

.prva_stran_naslov_blog_novice
{
	border-top: 1px dotted #212121;
}

.prva_stran_zakonodaja_iskalnik
{
}

.prva_stran_zakonodaja_iskalnik form
{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.prva_stran_zakonodaja_iskalnik form .form
{
     width: 300px;
}

.prva_stran_zakonodaja_iskalnik form .form input, .prva_stran_zakonodaja_iskalnik form .form textarea, .prva_stran_zakonodaja_iskalnik form .form input.select
{
	width: 295px;
    background: url(../images/input.png);
    border: none;
    padding: 1px;
}

.prva_stran_zakonodaja_iskalnik form .form input.checkbox, .prva_stran_zakonodaja_iskalnik form .form textarea.checkbox, .prva_stran_zakonodaja_iskalnik form .form input.select
{
	width: auto;
	margin-right: 0.5em;
}

.prva_stran_zakonodaja_iskalnik form .form .button
{
	width: auto;
}
