/* nevjerojatno, ali kod a: bitan je poredak, odnosno a:link mora prije a:hover i sl.*/
/*

a { text-decoration: none;}
a:link {color: rgb(51,153,255); }
a:visited {color: black; }
a:focus:hover {color:yellow; background-color: white; }

*/
a:hover { background-color: #F5EFC7; }
/*
a:hover {color:red; background-color: yellow; }
*/
/*a:active {color: white; background-color: blue;}*/


p {
      font-family: 'verdana';
      font-size: small;
      line-height: 150%;
}

ol, ul {
      font-family: 'verdana';
      font-size: 12px;
}

blockquote {
      background: white;
      border: dotted;
}

h1 {
      margin-bottom:0px;
      padding-bottom:0px;
}

.blok {
      border:dashed;
      padding: 10px;
}
.blok:hover { color: white; background: black; }

.sms {
      border:dotted;
      padding: 20px;
      position:fixed;
      left: 25%;
      top: 65%;
}

.email {
      border:dotted;
      padding: 20px;
      position:fixed;
      right: 25%;
      top: 65%;
}


.sredisnji_stupac {
      margin-left:23%;
      width:500px;
}

.navigacija {

}

.sadrzaj {
      margin-top:0px;
      padding:4px;
      padding-top:0px;
      background-color:#D0DCE0;

}

.kutija_za_komentare {

}

.komentar {
      border:solid 1px;
      width:498px;
      padding: 4px;
}

.komentator {
      font-weight: bold;
      background-color: #FFE19F;
      margin:0px;
      padding-left:5px;
}

.forma {
      text-align: left;
      background-color: #FFFFCC;
      border-style: solid;
      border-width: 2px;
      padding: 10px;
      width:484px;
}

/************** EOF **************/