@charset "utf-8";
/* CSS Document */
*{padding: 10; margin: 0;}

html, body {
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 5px 0px 0px 0px;
	background: #efefef;
}
.shadow_top { /*senka za top navigaciju */
	-moz-box-shadow: 0 3px 4px #c9c9c9;
	-webkit-box-shadow: 0 3px 4px #c9c9c9;
	box-shadow: 0 3px 4px #c9c9c9;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=160, Color='#c9c9c9')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=160, Color='#c9c9c9');
}

#site-container {
	width: 960px;
	margin: 10px auto 0px auto;
}

#container {
	width: 960px;
	margin: 0px auto 10px auto;
	float: left;
	background-color: #fff;
	position: relative;
}

#head {
	width: 940px;
	height: 100px;
	padding: 0px 10px;
}

#firma {
	position: absolute;
	width: 330px;
	top: 10px;
	right: 10px;
}

/* #slider {
	width: 960px;
	height: 420px;
} */

#holder {
	width: 940px;
	background-color: white;
	position: relative;
	float: left;
/*	min-height: 500px; */
	padding: 0px 10px;
}

#holder-left{
	width: 703px; /* dva px manje ako desni ima border */
	position: relative;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
/*	border-left: 2px solid #0CF; */
}

#holder-right{
	width: 217px;
/*	min-height: 400px; */
	position: relative;
	float: right;
	margin-top: 10px;
	padding-left: 10px;
/*	border-left: 2px solid #efefef; */
}

#slike {
	width: 100%;
	float: right;
	margin-top: 10px;
}

#footer {
	width: 940px;
	background-color: #80a9bd;
	position: relative;
	float: left;
	padding: 10px 10px;
}

.podmeni {
	width: 100%;
	float: left;
	border-bottom: 2px solid #a4cd35;
}

.slike, .slike a {
	width: 210px;
	height: 140px;
	float: left;
	padding: 2px;
	border: 1px solid #80a9bd;
	margin-bottom: 10px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #80a9bd;
	background: transparent url(../img/line-h1.png) repeat-x left 23px;
	padding-left: 20px;
	padding-bottom: 10px;
}

h1 span {
	background-color: #fff;
	padding: 0px 10px;
}

h2 {
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	color: #454545;
	padding-bottom: 10px;
}

h3 {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	color: #454545;
}

h3 a {
	text-decoration: none;
	color: #454545;
	line-height: 25px;
}

h3 a:hover {
	color: #7da316;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #454545;
	margin-bottom: 10px;
}

.text-small {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	text-align: right;
}

#info {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.text-info {
	float: right;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	border-top: 1px solid #80a9bd;
	border-bottom: 1px solid #80a9bd;
	padding: 2px;

}

.text-footer, .text-footer a, .text-footer a:visited {
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
}

.text-footer a:hover {
	text-decoration:underline;
}