
body {
  font-size: 15px;
  font-family: sans-serif;
  max-width: 1024px;  
  margin: auto;
  line-height: 1.6;  
}

h5 {
    font-weight: bold;
	text-align: center;
    font-size: 120%;
}


div.ex1000 {
  width: 100%;		
  min-width: 300px;
  max-width: 900px;
  margin: auto;  
}

.city {
  background-color: #EBF4FA;
  margin: 5px;
  padding: 5px;
}

.fitted {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.imgcenter {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 50px;
  margin-top: 50px;  
  width: 80%;
}

hr.new1 {
  border-top: 1px solid lightgray;
  border-bottom: 0px;
  border-left: 0px;
  border-right	: 0px;
}

blockquote {
	margin-left: 10%;
	border-left:4px solid #00ab6b;
	padding:0 20px;
	font-style:italic;
	color:rgba(0,0,0,.5);
}

img.sredina {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
  line-height: 1.4;
  font-size: 220%;
 
}


ul {
	  margin: auto;
}

ul.bunke {
  list-style-type: disc;
  position: auto;
  margin: auto;
  display: block;
  overflow: visible;
  
 }

ul.meni {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

li {
}

li a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

.active {
  background-color: #4CAF50;
}

.oznaka {
    display: inline-block	
	font-weight: normal;
	background:#00ab6b;
	color:#FFFFFF;
	border-radius:3px;
	padding:2px 10px;
	margin-right: 10px
}

.boxed {
  border: 1px solid gray ;
  padding: 4px 15px;
  width: 220px;
}

.skatla {
    display: inline-block	
	font-weight: normal;
	background:none;
	color:#000000;
	border-radius:3px;
    border: 1px solid gray ;
    padding: 6px 15px;
}


.ccenter {
	text-align:center;
	margin-left:auto; 
	margin-right:auto
}
	




