/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: url("/elementi/interface/body_bg.gif") repeat #5f5f5f;
	font-family: 'Times New Roman', Times, serif;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

.clear_both {
	clear: both;
}

ul.generic {
	list-style: disc outside none;
	color: #373737;
	font-size: 16px;
  margin-left: 15px;
}

	ul.generic > li {
		margin: 0 0 5px;
	}

		ul.generic > li > p {
			color: #000;
		}


#container {
	background: url("/elementi/interface/top_highlight2.png") repeat-x transparent;
	width: 100%;
}

sup {
  height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
  bottom: 1ex;
}

#top_info {
	width: 960px;
	margin: 0 auto 25px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 0 7px;
}

#top_info a {
  color: #fff;
}
#top_info a:hover {
  color: #db4207;
}

#header {
	width: 960px;
	height: 300px;
	background: url("/elementi/interface/header_bg.png") repeat-x transparent;
	margin: 0 auto 15px;
	padding: 5px;
  position: relative;
}

	#header > .top {
		height: 30px;
		padding: 10px 0 0;
	}

		#header > .top > .logo {
			margin: 5px 0 0 20px;
			display: inline-block;
		}

		#header > .top > ul.languages {
      width: 360px;
			list-style-type: none;
			float: right;
			padding: 3px 0 0;
		}

			#header > .top > ul.languages > li {
				display: inline;
				margin: 0 0 0 5px;
			}

	#header > .banner_and_nav {
		float: left;
		height: 260px;
		width: 620px;
	}

		#header > .banner_and_nav > #bannerSlide {
			border: 1px #373737 solid;
			height: 168px;
			width: 600px;
			margin: 20px 0 0 18px;
		}

		#header > .banner_and_nav > .nav {
			list-style-type: none;
			margin: 29px 0 0;
			color: #fff;
			font-size: 16px;
			font-weight: bold;
		}

			#header > .banner_and_nav > .nav > li {
				display: inline;
				margin: 0 0 0 20px;
			}

			#header > .banner_and_nav > .nav > li > a {
				color: #fff;
				text-decoration: none;
			}

				#header > .banner_and_nav > .nav > li > a:hover {
					text-decoration: underline;
				}

			#header > .banner_and_nav > .nav > li > span {
				margin: 0 0 0 20px
			}

  #header #search {
    width: 371px;
    height: 228px;
    position: absolute;
    top: 50px;
    right: -5px;
    z-index: 100;
    font-size: 12px;
  }
  #header #search form {
    margin-left: 40px;
    margin-top: 5px;
    width: 320px;
  }
  #header #search form select {
    width: 215px;
  }
  #header #search form .formPart,
  #header #search form .formPartKvart {
    clear: left;
    margin-top: 1px;
  }
  #header #search form .formPartKvart {
    height: 90px;
}
  #header #search form .formPart label,
  #header #search form .formPartKvart label {
    float: left;
    display: inline;
    width: 80px;
    line-height: 16px;
    margin-top: 2px;
  }
  #header #search form .formPart .lblShort,
  #header #search form .formPartKvart .lblShort {
    width: 35px;
  }
  #header #search form .formPart #povrsinaOd,
  #header #search form .formPart #povrsinaDo,
  #header #search form .formPart #cijenaOd,
  #header #search form .formPart #cijenaDo,
  #header #search form .formPartKvart #povrsinaOd,
  #header #search form .formPartKvart #povrsinaDo,
  #header #search form .formPartKvart #cijenaOd,
  #header #search form .formPartKvart #cijenaDo {
    width: 50px;
    float: left;
    display: inline;
  }
  #header #search form .formPartKvart {
    overflow: hidden;
  }
  #header #search form .formPartKvart #kvart {
    width: 220px;
    height: 90px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  #header #search form .formPartKvart #kvart label {
    float: none;
    display: block;
  }
  #header #search form .formSubmit {
    clear: left;
    padding-top: 3px;
    margin-left: 80px;
  }

#main {
	width: 960px;
	margin: 0 auto 15px;
}

	#main .content_title {
		margin: 0 0 0 0;
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		line-height: 28px;
	}

#content_and_sidebar {
	margin: 0 0 0 200px;
  font-family: 'Times New Roman', Times, serif;
}

	#content_and_sidebar > #sidebar {
		float: left;
    display: inline;
		margin: 20px 0 0 -200px;
		width: 190px;
	}

		#content_and_sidebar > #sidebar > .box {
			margin: 0 0 10px;
      background: url("/elementi/interface/sidebar_common_bg.png") no-repeat top;
      width: 188px;
      height: auto !important;
      min-height: 49px;
      padding-top: 1px;
		}

    #content_and_sidebar > #sidebar > .box a {
      display: block;
      margin: 6px 0 0 4px;
      width: 140px;
      border-bottom: solid 1px #ff4d07;
      padding: 2px 0 0 40px;
      line-height: 20px;
      min-height: 40px;
      height: auto !important;
      height: 40px;
      font-size: 14px;
      font-weight: bold;
      background: #afafaf no-repeat 10px 5px;
    }
    #content_and_sidebar > #sidebar > .box a:hover {
      text-decoration: none;
      color: #e55319;
    }

    #content_and_sidebar > #sidebar > .box a.nekr_kakvu_zelim {
      background-image: url("/elementi/icons/star.png");
    }

    #content_and_sidebar > #sidebar > .box a.uvrstite_ponudu {
      background-image: url("/elementi/icons/thumbs_up.png");
    }

    #content_and_sidebar > #sidebar > .box a.potraznja {
      background-image: url("/elementi/icons/at.png");
    }

    #content_and_sidebar > #sidebar > .box a.korisni_linkovi {
      background-image: url("/elementi/icons/link.png");
    }

    #content_and_sidebar > #sidebar > .box a.klijenti_o_nama {
      background-image: url("/elementi/icons/klijenti_onama.png");
    }

		#content_and_sidebar #sidebar .box#brzi_pristup {
			width: 180px;
			height: 121px !important;
			margin: 0 auto 10px;
			background: url("/elementi/interface/sidebar_brzi_pristup.png") no-repeat;
		}

		#content_and_sidebar #sidebar .box#brzi_pristup h2 {
			font-size: 18px;
      font-weight: bold;
      color: #ebebeb;
      line-height: 30px;
      text-indent: 10px;
		}

			#content_and_sidebar > #sidebar > .box#brzi_pristup input {
				display: block;
			}

			#content_and_sidebar > #sidebar > .box#brzi_pristup input[type="text"] {
				margin: 0 auto;
				position: relative;
				top: 15px;
				padding: 5px 4px;
				border: solid 1px #646464;
				width: 150px;
				font-size: 14px;
			}

			#content_and_sidebar > #sidebar > .box#brzi_pristup input[type="submit"] {
				margin: 0 auto;
				position: relative;
				top: 20px;
				background: url("/elementi/interface/button_pristupi.png") no-repeat;
				border: 0 none;
				width: 100px;
				height: 31px;
				cursor: pointer;
			}



		#content_and_sidebar #sidebar .menu {
			margin: 0;
		}

    #content_and_sidebar #sidebar .menu #prodaja,
    #content_and_sidebar #sidebar .menu #najam,
    #content_and_sidebar #sidebar .menu #zamjene{
      background: url("/elementi/interface/sidebar_menu_bg.png") repeat-y;
      border: none;
    }

				#content_and_sidebar #sidebar .menu h2 {
          width: 188px;
          height: 38px;
          margin-left: 1px;
					background: url("/elementi/interface/sidebar_menu_prodaja2.png") no-repeat top;
          font-size: 18px;
          font-weight: bold;
          color: #ebebeb;
          font-family: 'Times New Roman', Times, serif;
          line-height: 42px;
          text-indent: 20px;
          /* ponisti jquery stilove */
          border: none;
          cursor: pointer;
				}
        #content_and_sidebar #sidebar .menu h2:hover { background-position: bottom; }

        #sidebar #prodaja a, #sidebar #najam a, #sidebar #zamjene a {
          text-decoration: none;
          color: #373737;
          display: block;
          padding: 3px;
          padding-left: 25px;
          margin-left: 5px;
          width: 152px;
          /* ponisti jquery stilove */
          font-size: 13px;
        }
        #sidebar #prodaja a:hover,
        #sidebar #prodaja a.aktivni,
        #sidebar #najam a:hover,
        #sidebar #najam a.aktivni,
        #sidebar #zamjene a:hover,
        #sidebar #zamjene a.aktivni{
          background-color: #a9a9a9;
          color: #f0f0f0;
        }
        #sidebar #prodaja h3,
        #sidebar #najam h3,
        #sidebar #zamjene h3{
          line-height: 16px;
        }
        #sidebar #prodaja h3 a,
        #sidebar #najam h3 a,
        #sidebar #zamjene h3 a{
          background: url("/elementi/icons/arrow_bullet.png") no-repeat 5px 9px;
          padding-left: 15px;
          margin-top: 0;
          width: 162px;
        }

			#content_and_sidebar > #sidebar > .menu > .bottom {
				width: 190px;
				height: 5px;
				background: url("/elementi/interface/sidebar_menu_bottom.png") no-repeat;
			}

		#content_and_sidebar > #content_container > .top {
			height: 5px;
			background: url("/elementi/interface/content_shadow_top.png") repeat-x;
			border-bottom: #ff4d07 solid 2px;
		}

    #content_and_sidebar > #content_container #content {
      background-color: #ffffff;
      height: auto !important;
      min-height: 700px;
      height: 700px;
      overflow: hidden;
      padding-bottom: 20px;
    }

    #content_and_sidebar > #content_container #content .jedanRed {
      float: left;
      display: inline;
    }

    #content_and_sidebar > #content_container .maliPrikaz {
      margin-left: 18px;
      margin-top: 15px;
      background-color: #f0f0f0;
      width: 350px;
      border: solid 1px #646464;
      float: left;
      display: inline;
      position: relative;
    }
    #content_and_sidebar > #content_container .maliPrikaz.potraznja {
      width: 330px;
      min-height: 100px;
      padding: 10px;
    }
    #content_and_sidebar > #content_container .maliPrikaz.zamjene a {
      color: #f55719;
    }
    #content_and_sidebar > #content_container .maliPrikaz .miniThumb {
      width: 80px;
      height: 60px;
      overflow: hidden;
      border: solid 1px #373737;
      margin: 10px;
      float: left;
      display: inline;
    }
    #content_and_sidebar > #content_container .maliPrikaz .maliThumb {
      width: 160px;
      height: 120px;
      overflow: hidden;
      border: solid 1px #373737;
      margin: 10px;
      float: left;
      display: inline;
    }
    #content_and_sidebar > #content_container .maliPrikaz .maliTekst {
      margin-top: 10px;
      line-height: 1.6em;
    }
    #content_and_sidebar > #content_container .maliPrikaz.zamjene .maliTekst {
      width: 245px;
      float: left;
    }
    #content_and_sidebar > #content_container .maliPrikaz .detalji {
      background: url("/elementi/interface/content_article_details.png") no-repeat right;
      float: right;
      width: 135px;
      height: 25px;
      font-size: 14px;
      line-height: 25px;
      text-decoration: none;
      color: #373737;
      padding-right: 35px;
      text-align: right;
      margin-top: 5px;
    }
    #content_and_sidebar > #content_container .maliPrikaz .detalji:hover {
      color: #000000;
    }

    #potraznjaPopis .maliPrikaz .maliTekst {
      margin-left: 10px;
    }

		#content_and_sidebar > #content_container > .bottom {
			height: 5px;
			background: url("/elementi/interface/content_shadow_bottom.png") repeat-x;
			border-top: #ff4d07 solid 2px;
		}

    #content_and_sidebar > #content_container h1 {
      font-size: 20px;
      height: 20px;
      color: #ffffff;
      font-weight: bold;
    }

	#content_and_sidebar > .content_box > h3 {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 -1px;
	}

	#content_and_sidebar > .content_box > .top {
		background: url("/elementi/interface/content_shadow_top.png") repeat-x;
		height: 5px;
		border-bottom: #ff4d07 solid 2px;
	}

	#content_and_sidebar > .content_box > .content {
		background: url("/elementi/interface/content_box_bg.png") repeat-x #d2d2d2;
		height: 206px;
	}

		#content_and_sidebar > .content_box > .content.padded {
			padding: 10px;
			height: 210px;
      position: relative;
		}

    #content_and_sidebar > .content_box > .content.clients_responses {
      width: 420px;
      height: 230px;
      position: relative;
    }

    #content_and_sidebar > .content_box > .content.clients_responses a.pokaziSve,
    #content_and_sidebar > .content_box.w310 a.pokaziSve{
      background: url("/elementi/interface/content_article_details.png");
      width: 135px;
      height: 25px;
      line-height: 25px;
      text-indent: 15px;
      position: absolute;
      bottom: 2px;
      right: 2px;
      color: #373737;
    }
    #content_and_sidebar > .content_box > .content.clients_responses a.pokaziSve:hover {
      color: #000;
      text-decoration: none;
    }

    #content_and_sidebar > .content_box > .content.clients_responses #scrollIt h2 {
      font-size: 14px;
      font-weight: bold;
      color: #373737;
    }
    #content_and_sidebar > .content_box > .content.clients_responses #scrollIt img {
      margin: 0 auto 10px auto;
      display: block;
    }

			#content_and_sidebar > .content_box > .content.clients_responses > .left_btn,
			#content_and_sidebar > .content_box > .content.clients_responses > .right_btn {
				float: left;
				height: 206px;
				width: 39px;
			}

				#content_and_sidebar > .content_box > .content.clients_responses > .left_btn img,
				#content_and_sidebar > .content_box > .content.clients_responses > .right_btn img {
					position: relative;
					top: 45px;
					left: 6px
				}

				#content_and_sidebar > .content_box > .content.clients_responses > .right_btn img {
					left: 10px
				}

        #content_and_sidebar > .content_box > .content.clients_responses .klijentLeft {
          width: 160px;
          float: left;
          display: inline;
          overflow: hidden;
        }

        #content_and_sidebar > .content_box > .content.clients_responses .klijentLeft p {
          margin-left: 5px;
          line-height: 1.3em;
        }

        #content_and_sidebar > .content_box > .content.clients_responses .klijentRight {
          width: 170px;
          height: 180px;
          float: left;
          display: inline;
          margin-left: 10px;
        }



	#content_and_sidebar > .content_box > .bottom {
		background: url("/elementi/interface/content_shadow_bottom.png") repeat-x;
		height: 5px;
		border-top: #ff4d07 solid 2px;
	}

	#content_and_sidebar > .content_box.w310 {
		width: 310px;
		float: left;
		padding: 0 5px;
    margin-top: 15px;
    position: relative;
	}

	#content_and_sidebar > .content_box.w420 {
		width: 420px;
		float: right;
		padding: 0;
    margin-top: 15px;
    margin-left: 5px;
	}


#content #detaljiSlike {
  margin-top: 15px;
  margin-left: 10px;
  min-height: 200px;
  width: 250px;
  height: auto !important;
  height: 200px;
  text-align: center;
  overflow: hidden;
  float: left;
  display: inline;
}
#content #detaljiSlike a {
  margin-left: 3px;
}
#content #detaljiSlike a img.mala {
  border: 1px solid #373737;
  margin-bottom: 2px;
  width: 80px;
  height: 60px;
}

#content #detaljiNekretnine {
  margin-top: 15px;
  margin-left: 0;
  width: 470px;
  float: left;
  display: inline;
}
#content #detaljiNekretnine .jedanRed {
  background-color: #eee;
  font-size: 14px;
  clear: both;
  overflow: hidden;
  margin-top: 2px;
  font-size: 14px;
  line-height: 14px;
}
#content #detaljiNekretnine .jedanRed .redLijevo {
  margin: 3px 2px 0 0;
  color: #d13e04;
  padding: 3px 1px 3px 5px;
  width: 130px;
  float: left;
  display: inline;
  text-transform: capitalize;
  font-weight: bold;
  text-align: right;
}
#content #detaljiNekretnine .jedanRed .redDesno {
  margin: 3px 0 0 0;
  color: #373737;
  padding: 3px 1px 3px 5px;
  display: inline;
  float: left;
  width: 320px;
  font-family: Calibri, Arial, sans-serif;
}

#content #googleMap {
  border: 5px solid #ed5b21;
  margin: 15px 0 15px 20px;
  width: 440px;
  height: 350px;
  float: left;
  display: inline;
}
#content #linksBar {
  margin: 10px auto 15px auto;
  padding: 5px 0;
  width: 500px;
}
#content #linksBar a {
  color: #d13e04;
  font-size: 14px;
  padding: 0 10px;
  text-decoration: underline;
}
#content #linksBar a:hover {
  color: #373737;
}
#content #linksBar .inactive {
  color: #dcdcdc;
}
#content #linksBar .inactive:hover {
  color: #dcdcdc;
}





#footer {
	background: url("/elementi/interface/footer_bg.png") no-repeat;
	width: 960px;
	height: 320px;
	padding: 5px;
	margin: 0 auto 10px;
}

	#footer > .left,
	#footer > .middle,
	#footer > .right {
		float: left;
		height: 251px;
	}

	#footer > .left {
		width: 350px
	}

		#footer > .left > .logo {
			margin: 35px 0 0 50px;
			display: inline-block;
		}

		#footer > .left > .contact {
			margin: 5px 0 0 50px;
			font-size: 14px;
			line-height: 12px;
		}
    #footer > .left > .contact.big {
      font-size: 15px;
      font-weight: bold;
      margin-top: 25px;
      margin-bottom: 10px;
    }
    #footer > .left > .contact.big span {
      font-weight: normal;
    }

	#footer > .middle {
		width: 350px;
	}

		#footer > .middle > ul {
			color: #fc510e;
			list-style: disc inside;
			margin: 35px 0 0;
		}

			#footer > .middle > ul > li {
				margin: 0 0 10px;
			}

			#footer > .middle > ul a {
				color: #000;
			}

	#footer > .right {
		width: 260px;
	}

		#footer > .right > .left {
			width: 60px;
			float: left;
			margin: 35px 0 0;
		}

			#footer > .right > .left > .rss_icon {
				position: relative;
				left: 20px;
			}

		#footer > .right > .right {
			width: 200px;
			float: left;
			margin: 35px 0 0;
		}

			#footer > .right > .right > ul {
				color: #fc510e;
				list-style: disc inside;
				margin: 0 0 10px 4px;
			}

	#footer > .copy {
		clear: both;
		font-size: 16px;
		height: 29px;
		text-align: center;
		padding: 10px 0 0;
		color: #ccc;
	}

	#footer > .prolink {
		clear: both;
		font-size: 12px;
		height: 22px;
		text-align: center;
		padding: 8px 0 0;
		color: #ccc;
	}

		#footer > .prolink > a {
			color: #ccc;
			text-decoration: none;
		}

			#footer > .prolink > a:hover {
				text-decoration: underline;
			}


#razgledavanjeForm label {
  width: 100px;
  float: left;
  display: inline;
  clear: left;
}
#razgledavanjeForm input {
  width: 150px;
  float: left;
  display: inline;
}
#razgledavanjeForm select {
  float: left;
  display: inline;
}
#razgledavanjeForm button {
  float: left;
  display: inline;
  margin-top: 15px;
  margin-left: 10px;
}
#razgledavanjeForm .buttonClose {
  clear: left;
  margin-left: 100px;
}

#content #izborTop {
  margin: 15px 10px 0 20px;
  position: relative;
  height: 50px;
  border-bottom: solid 2px #ed5b21;
}
#content #izborTop #lnk_mapa {
  display: block;
  height: 41px;
  line-height: 41px;
  padding-left: 60px;
  background: url("/elementi/interface/gMap.png") no-repeat;
  color: #626262;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}
#content #izborTop #lnk_mapa:hover {
  color: #e98502;
}
#content #izborTop #pagination {
  margin: 0 0 15px 0;
  width: 443px;
  height: 51px;
  line-height: 33px;
  padding: 5px;
  color: #04568d;
  font-size: 12px;
  position: relative;
}
#content #izborTop #pagination .prethodna, #content #izborTop #pagination .slijedeca {
  float: left;
  display: inline;
}
#content #izborTop #pagination .inner_pages {
  float: left;
  display: inline;
}
#content #izborTop #pagination a {
  border: solid 1px #c8c8c8;
  line-height: 41px;
  padding: 3px;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
  color: #373737;
  background-color: #f0f0f0;
}
#content #izborTop #pagination a:hover {
  background-color: #45aaeb;
  color: #fff;
}
#content #izborTop #pagination a.inactive {
  color: inherit;
  background-color: inherit;
}
#content #izborTop #frm_poStranici {
  position: absolute;
  top: 0;
  right: 5px;
  text-align: center;
}
#content #izborTop #frm_poStranici label {
  display: block;
  line-height: 17px;
}
#content #izborTop #frm_poStranici select {
  font-size: 12px;
}
#content #zupanije {
  background-color: #ed5b21;
  float: left;
  display: inline;
  margin: 15px 0 0 0;
  padding: 5px;
  width: 750px;
}
#content #zupanije ul {
  margin-left: 20px;
}
#content #zupanije ul li {
  float: left;
  display: inline;
  width: 170px;
  color: #ffffff;
}
#content #zupanije ul li a {
  color: #ffffff;
  font-weight: bold;
}
#content #zupanije ul li a:hover {
  text-decoration: none;
  color: #333333;
}
#content #googleMapBig {
  border: 5px solid #ed5b21;
  margin: 10px auto 5px auto;
  width: 700px;
  height: 500px;
}
#content #uvrsti {
  margin-left: 15px;
  margin-top: 20px;
  width: 730px;
}
#content #uvrsti fieldset {
  border: solid 1px #999;
  padding: 10px;
  margin-bottom: 10px;
}
#content #uvrsti label {
  float: left;
  clear: left;
  width: 120px;
  margin-top: 5px;
}
#content #uvrsti input, #content #uvrsti textarea {
  float: left;
  margin-top: 5px;
  width: 250px;
}
#content #uvrsti textarea {
  width: 250px;
  height: 100px;
}
#content #uvrsti .formcheck {
  float: left;
  margin-right: 20px;
}
#content #uvrsti .formcheck label {
  float: none;
}
#content #uvrsti .formcheck input {
  float: none;
  width: auto;
}
#content #uvrsti #formdole {
  text-align: center;
}
#content #uvrsti hr {
  border: none;
  border-bottom: solid 1px #999;
}
#content #uvrsti hr, #content #uvrsti p {
  clear: both;
  padding-top: 10px;
}

#content #tekstovi {
  margin: 15px;
}

#content #tekstovi .klijentRed {
  margin-top: 25px;
  border-bottom: solid 1px #d84107;
  padding-bottom: 25px;
  overflow: hidden;
}

#content #tekstovi .klijentRed .thumb {
  float: left;
  margin-right: 10px;
}

#potraznjaIzbor {
  margin: 15px;
}

#potraznjaIzbor h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

#potraznjaIzbor a {
  padding-right: 15px;
}
#potraznjaIzbor a:hover {
  text-decoration: none;
  color: #d64107;
}

.unosPotraznja {
  margin-top: 10px;
  padding: 10px;
  border-bottom: dashed 1px #f55719;
}

#odabirVrste {
  margin: 10px;
  text-align: center;
}

#odabirVrste a{
  padding: 5px 20px;
  font-weight: bold;
}