@media screen and (max-width: 960px){
.oglas_res { display: block; }
#stranica{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#ploca{
	height: 210px;
	width: 100%;
	background-image: url(../slike/header/header.png);
}
header{
  top: 20px;
  width: 100%;
  height: 210px;
  background-image: url("../slike/header/header.png");
  border-radius: 20px;
}
#abecedno{
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
	height: 30px;
	float: left;
	padding-bottom: 20px;
}
#oglas_1{
	margin: 0 auto;
	margin-top: 5px;
	width: 100%;
	height: 15px;
}
#abecedno ul a li{
   display: inline-block;
   width: 25px;
   height: 20px;
   text-align: center;
   margin-bottom: 5px;
   padding-top: 5px;
   font-size: 12px;
   font-weight: bold;
   color: black;
   border-radius: 5px;
background: rgb(226,226,226);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(209,209,209,1) 65%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(39%,rgba(219,219,219,1)), color-stop(65%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
}
#obavijest{
	display: none;
}
#sredina table { width: 100% !important;}
nav{
	width: 100%;
	height: auto;
	float: right;
	margin-top:160px;
	margin-left: 473px;
	margin-bottom: 30px;
background: rgb(226,226,226);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(209,209,209,1) 65%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(39%,rgba(219,219,219,1)), color-stop(65%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
#sadrzaj{
	margin-top: 10px;
	width: 100%;
	height: auto;
	padding-top: 20px;
	border-radius: 10px;
	/*background-color: rgba(227,227,227,1);*/
	background-color: white;
	padding-bottom: 20px;
}
#lijevo{
	width: 250px;
	height: auto;
    -moz-box-shadow:    3px 5px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 3px 5px 6px rgba(0,0,0,0.5);
  	box-shadow:         3px 5px 6px rgba(0,0,0,0.5);
  	float: left;
  	padding-left: 10px;
  	padding-right: 10px;
  	display: none;
}
#sredina{
	margin-left: 0;
	width: calc(100% - 40px);
	padding: 0 20px;
	float: left;
}

footer{
	margin-top: 30px;
	width: 100%;
	height: 40px;
	background-color: black;
	text-align: center;
	color: white;
	font-weight: bold;
	padding-top: 25px;
	border-radius: 10px;
}
}