body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F8F8F8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
p{line-height:150%; text-align:justify;}
img{vertical-align:text-bottom;}

a {
	color: #008cff;
	text-decoration: none;
	font-weight: bold;
	outline: 0;
}
a:hover {
	text-decoration: underline;
    color: #B00000;
}
h1{
margin-top:15px;
}

.Stubac #Odsjaj{
	width: 1020px;
	background: url(slike/senkaCentral.png) no-repeat fixed top;
	margin:0 auto; 
	text-align: left;
}

.Stubac #kutija {
	position:relative;
	width: 990px;
	background: url(slike/back.gif);
	margin: 0 auto; 
	text-align: left;
}

.Stubac #mainContent {
	padding:30px 15px 15px 20px;
}
.Stubac #Zaglavlje {
	position:inherit;
	float:left;
	background:#CCC;
	height:210px;
	width:990px;
	padding: 0 0; 
	margin: 0 0;
	z-index:1;
}

.Stubac #senkaIspod {
	position:inherit;
	height: 10px;
	background: url(slike/senka.png) bottom repeat-x;
	width:100%;
	margin: 0 0;
	padding-top:210px;
	z-index:1;
}
.Stubac #cent{
	width: 650px;
	height:auto;
	margin: 0 auto;
	}
.Stubac #naslov{
	width: 600px;
	height:auto;
	margin:-9px 0 0 0;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:15px;
	padding-top:15px;
	background:#ffbf00;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000000;
	text-align:center;
	text-shadow:#666 2px 2px 2px;
	}
.Stubac #Footer {
	padding-top:4px;
	text-align:center;
	font-size:10px;
	text-shadow:#333 2px 2px 4px;
	background: url(slike/footer_back.gif);
	height: 42px;
	width:100%;
	margin: 0 0;
	color:#FFF
}
.opis{
	width: 800px;
	background: #AED5EC;
	padding-left:10px;
	margin-left:20px;
	margin-top:10px;
	padding: 5px;
}
#s_levo{text-align:left;}
#s_desno{text-align:right;}
.small{
	font-size:xx-small
	}
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates 3 equal-width columns */
    gap: 10px; /* Adds space between images */
}

.gallery img {
    width: 120px; /* Makes images fill their grid container */
    height: auto; /* Maintains aspect ratio */
    border-radius: 4px; /* Optional: adds rounded corners */
    padding: 5px; /* Optional: adds a small border effect */
    border: 1px solid #ddd; /* Optional: adds a thin border */
}
	
.home-button {
  background-color: #008CBA; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none; 
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer; 
}

.home-button:hover {
  background-color: #04AA6D; 
}	

#mas_text{
	float:right;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:36px;
	margin-right: 5px;
	color:#000000;
	text-shadow:#036 3px 3px 8px;
	letter-spacing: 2px;
	line-height:55px;
}
#imeiprezime{
	float:left;
	margin-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#333;
	text-shadow:#CCC 5px 5px 3px;
	}
#tim h2{
background : transparent url(slike/stop.png) left center no-repeat;
padding : 0 0 0 20px;
}

#Meni{
	position:relative;
	margin-bottom:50px;
	}
	
#Meni a{
	margin-top:-12px;
	float:right;
	width:auto;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	color:white;
	padding: 9px 20px 3px 20px;
	margin-right:5px;
	margin-left:10px;
	line-height:25px;
	background:#ffbf00;
	}
#Meni a:hover{
	color:#000000;
	margin-top:-10px;
}



