/*
	CSS by Goran Blazevic
	
	Blue:	#8ED8F8;	<= svijetlo plava
			#0095D9;	<= srednje plava
			#0066B3;	<= tamno plava

	Gray:	#D7D7D7;	<= svijetlo siva
			#464646;	<= pozadina siva
*/

body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #464646;
	vertical-align: top;
}
table, tr, td {
	empty-cells: show;
}
p, img, a {
	border: 0;
	margin: 0;
	padding: 0;
}
.language {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	background-image: url(../images/background-vtile.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-right: 30px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #D7D7D7;
}
.language a:link, .language a:visited, .language a:active {
	color: #D7D7D7;
	text-decoration: none;
}
.language a:hover {
	color: #8ED8F8;
	text-decoration: none;
}
.header {
	width: 100%;
	height: 191px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.menustretch {
	width: 100%;
	height: 39px;
	background-image: url(../images/menu-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.menuspace {
	width: 900px;
	height: 39px;
	margin: 0 auto;
}
.hiddenpic {
	display: none;
}
.footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../images/footer2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.footer-text {
	width: 900px;
	padding-top: 18px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-text a:link, .footer-text a:active, .footer-text a:visited {
	color: #0095D9;
	text-decoration: none;
}
.footer-text a:hover {
	color: #8ED8F8;
	text-decoration: none;
}
.tekst {
	width: 500px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
}
.tekst a:link, .tekst a:active, .tekst a:visited {
	color: #8ED8F8;
	font-weight: bold;
	text-decoration: none;
}
.tekst a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.tekst2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
}
.tekst2 a:link, .tekst a:active, .tekst a:visited {
	color: #8ED8F8;
	font-weight: bold;
	text-decoration: none;
}
.tekst2 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.menuitem-onama {
	width: 100px;
	height: 19px;
	background-image: url(../images/hrv/onama1.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.menuitem-onama:hover {
	background-image: url(../images/hrv/onama2.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.menuitem-usluge {
	width: 100px;
	height: 19px;
	background-image: url(../images/hrv/usluge1.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.menuitem-usluge:hover {
	background-image: url(../images/hrv/usluge2.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.menuitem-ponuda {
	width: 100px;
	height: 19px;
	background-image: url(../images/hrv/ponuda1.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.menuitem-ponuda:hover {
	background-image: url(../images/hrv/ponuda2.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.menuitem-kontakt {
	width: 100px;
	height: 19px;
	background-image: url(../images/hrv/kontakt1.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.menuitem-kontakt:hover {
	background-image: url(../images/hrv/kontakt2.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.menuitem-galerija {
	width: 100px;
	height: 19px;
	background-image: url(../images/hrv/galerija1.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.menuitem-galerija:hover {
	background-image: url(../images/hrv/galerija2.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.ponuda-tekst {
	width: 200px;
	height: 50px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #8ED8F8;
}
.ponuda-data {
	width: 300px;
	height: 50px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #8ED8F8;
}
.gallery-cell {
	width: 410px;
	height: 210px;
	vertical-align: middle;
	text-align: center;
}
.gallery-image {
	border: 2px solid #0095D9;
}
.gallery-image:hover {
	border: 2px solid #8ED8F8;
}
