#content {
   padding-top: 40px !important;
   padding-bottom: 40px !important;
   background: none !important;
}

#najave-left {
   float: left;
   clear: left;
   width: 240px;
   margin-right: 20px;
   height: 500px;
}

#najave-center {
   float: left;
   clear: none;
   width: 675px;
   padding-left: 20px;
   border-left: 10px solid #ebebeb;  
   min-height:550px;
   height:auto !important;
   height:550px;
}

   #najave-center h3 {
      float: left;
      clear: both;
      width: 400px;
      color: #f37021;
      font-size: 30px;
      font-weight: normal;
      padding-bottom: 15px;
   }
   
   #najave-center .date {
      color: #cfcdd9;
   }
   
   #najave-center div {
      float: left;
      clear: both;
      width: 400px;
      color: #f37021;
   }
   #najave-center div a{
      color: #666666;
      text-decoration: none;
   }
   #najave-center div a:hover{
      color: #ec008c;
      text-decoration: underline;
   }
   #najave-center div .naslov {
      display: block;
      float: left;
      width: 350px;
      color: #666666;
   }
   #najave-center div .datum {
      display: block;
      float: left;
      width: 50px;
   }

   #najave-right h3 {
      color: #ec008c;
      font-size: 22px;
      font-weight: normal;
      line-height: 26px;
      padding: 0;
      margin: 0;
   }
   #najave-right p {
      padding: 4px 0 2px 0;
   }

.dan {
   float: left;
   clear: both;
   width: 400px;
   padding-bottom: 30px;
}

#najavaAddBox {
   float: left;
   clear: both;
   padding: 20px;
   width: 200px;
   height: 285px;
   background: url('/design/img/najaveInputBg.gif') no-repeat;
   margin-top: 34px;
   overflow: hidden;
}

#najavaAddBox input, #najavaAddBox textarea {
   width: 140px !important;
}

