/* CSS Document */

*{
	margin: 0px;
	padding: 0px;	
}
body{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#omotac{
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
}
#okvir{
	width:960px;
	height:250px;
}
#okvir	#logo{
	width: 180px;
	height: 250px;
	float: left;
}
#okvir	#navigacija_jezik{
	width: 180px;
	height: 20px;
}
#okvir	#zaglavlje{
	width: 600px;
	height: 250px;
	float: left;	
}
#okvir	#headline{
	width: 180px;
	height: 250px;
	float: right;
}
.navigacija{
	margin-top: 10px;
	width: 960px;
	height: 24px;
	text-align: center;
	}
#sadrzaj{
	width:960px;
}
#podnozje{
	width: 960px;
	height: 15px;
	text-align: right;
	font-size: 10px;
	clear: both;
}
#sadrzaj  #galerija_l{
	width: 190px;
	float:left;
	clear: left;
	padding-top: 55px;
	padding-left: 15px;
}
#sadrzaj  #galerija_d{
	width: 190px;
	float: right;
	padding-top: 55px;
}
#sadrzaj  #tekst{	
	width: 500px;
	float:left;
	padding-top: 16px;
	line-height: 20px;
	margin-left: 40px;
}

#sadrzaj #tekst p {	
	padding-bottom: 15px;
}

#sadrzaj #tekst li {
	padding-bottom: 15px;
}
#sadrzaj #tekst span{
	font-style: italic;
	font-weight: bold;
	padding-bottom: 15px;
	}
h2{
	padding-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
}
h1{
	padding-bottom: 25px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* navigacija_jezici */

#navigacija_jezik img {
	border: 0;
}
.menu_jezik a {
	height: 20px;
	width: 40px;
	text-decoration: none;
	text-align: center;
	float: left;		
}
.menu_jezik a:link, .menu_jezik a:visited{
	height: 20px;
	width: 40px;
	text-decoration: none;
	color: #000099;
	float: left;
} 
.menu_jezik a:hover  {
	height: 20px;
	width: 40px;
	text-decoration: none;
	color: #660099;
	background-color:#CCFF66;
	float: left;
}
/* navigacija_prvi red */
.navigacija ul {
	list-style-type: none;
	list-style-image: none;
	}
.navigacija li{
	text-align: center;
	display: inline;

}
.navigacija ul a {
	text-decoration: none;
	padding: 5px;
}
.navigacija ul a:link, .navigacija ul a:visited{
	color: #660099;
} 
.navigacija ul a:hover  {
	color: #660099;
	background-color:#CCFF66;
}
/* galerija_ */
.img {
	width: 180px;
	margin: 4px;
} 
.opis {
	width: 180px;
	padding-top: 6px;
	padding-bottom: 12px;
	font-size: 12px;
	font-style: italic;
}
/* pozicija povecane fotografije 1_ */  
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 60px; /*position where enlarged image should offset horizontally */
top: -170px;
}
/* pozicija povecane fotografije 2_ */  
.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 60px; /*position where enlarged image should offset horizontally */
top: -150px;
	
}
/* pozicija povecane fotografije 3 */  
.thumbnail3{
position: relative;
z-index: 0;
}

.thumbnail3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: -300px; /*position where enlarged image should offset horizontally */
}
/* pozicija povecane fotografije 4_ */  
.thumbnail4{
position: relative;
z-index: 0;
}

.thumbnail4:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: -300px; /*position where enlarged image should offset horizontally */
}
