@charset "utf-8";
/* CSS Dokument za web site */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	padding: 0 0 40px;
	background-color: #000;
	color: #FFF;
	background-image: url(../img/photo/podloga.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

@font-face {
  font-family: "open_sanscondensed_light";
  src: url("../img/OpenSans-CondLight-webfont.woff") format('woff');
	font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sourcesanspro-light-webfont";
  src: url("../img/sourcesanspro-light-webfont.woff") format('woff');
	font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sourcesanspro-regular-webfont";
  src: url("../img/sourcesanspro-regular-webfont.woff") format('woff');
	font-weight: normal;
  font-style: normal;
}



/* 960 grid system container background
----------------------------------------------- */
.container_16 {
	background-color: #000;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.container_12 {
	
}

/* `header
----------------------------------------------- */

#header {
	font-weight: normal;
	position: relative;
	height: 180px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

#lang {
	position: absolute;
	top: 20px;
	right: 105px;
	font-size: 14px;
}

#logo {
	position: absolute;
	top: 27px;
	left: 35px;
	height: 105px;
	width: 118px;
	line-height: 50px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}

#branding {
	position: absolute;
	top: 20px;
	font-size: 44px;
	left: 140px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-family: "sourcesanspro-regular-webfont", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	height: 98px;
	padding-left: 15px;
	width: 120px;
	line-height: 50px;
}

#menu_box {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


/* `content
----------------------------------------------- */

#content {
	margin-top: 20px;
}

.box_menu {
	font-size: 13px;
}

.box_cont {
	position: relative;
}

.box_sidebar {
	position: relative;
	margin-top: 70px;
}
.box_sidebar p {
	text-align: justify;		
}

.slika {
	margin-top: 16px;
	margin-bottom: 10px;
	border: 1px solid #000;
	overflow: hidden;
}

.katalog_okvir {
	height: 220px;
	width: 220px;
	display: table-cell;
	vertical-align: middle;
	text-align: center; /* ovo samo ako se ne stavi img unutar istoga kao element block */
	border: 1px solid #444;
}

.katalog_okvir img {
	box-shadow: 4px 4px 5px #000;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.katalog_tekst {
	height: 40px;
	width: 200px;
	font-size: 13px;
	color: #999;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* `footer
----------------------------------------------- */

#footer {
	font-weight: normal;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	margin-top: 50px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#footer .developed {
	color: #333;
}
#footer .developed a {
	color: #333;
}

/* boxes
----------------------------------------------- */
.photo_box {
	margin-bottom: 30px;
}

.photo_box img {
	width: 398px;
	border: 1px solid #999;	
}
.photo_box iframe {
	width: 398px;
	border: 1px solid #999;	
}
.text_box {
	margin-bottom: 30px;
	color: #333;
}
.text_box h2{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.text_box p{
	font-size: 13px;
	color: #999;
	margin-bottom: 12px;
}
.text_box table{
	margin-left: 10px;	
}



/* menus
----------------------------------------------- */
.menu1 {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
}

.menu1 ul, .menu1 ul *{
	margin: 0px;
	padding: 0px;
}

.menu1 ul {
	list-style: none;
}

.menu1 ul li {
	float: left;
	height: 100%;
}

.menu1 ul a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	font-weight: normal;
	margin-right: 35px;
}

.menu1 ul a:hover {
	color: #999;
}

.menu1 ul a.select {
	color: #09F;
}

.menu1 ul a.select:hover {
	background-image: none;
}


.menu2 {
	
}

.menu2 ul, .menu2 ul *{
	margin: 0px;
	padding: 0px;
}

.menu2 ul {
	list-style: none;
}

.menu2 ul li {
	
}

.menu2 ul a {
	text-decoration: none;
	display: block;
	line-height: 58px;
	color: #841618;
	font-size: 14px;
	height: 43px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e1c8bb;
	text-indent: 50px;
	margin-left: -10px;
}

.menu2 ul a:hover {
	font-weight: bold;
}

.menu2 ul a.select {
	color: #09F;	
}


/* float
----------------------------------------------- */

.float_lijevo { /* pripremljena klasa za float-anje lijevo */
	float: left;
	margin-right: 8px;
	margin-bottom: 16px;
}
.float_desno { /* pripremljena klasa za float-anje desno */
	float: right;
	margin-left: 8px;
	margin-bottom: 16px;
}
float_desno {float: right}

.photo_box_2 {
	margin-bottom: 30px;
}

/* HTML elements
----------------------------------------------- */

a {
	color: #09F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h5 {
	color: #C30;
}
p {
	text-align: justify;	
}


/* HTML slider
----------------------------------------------- */

.slider {
	padding: 0px;
	width: 940px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

.veci_link {
	font-size: 14px;
	font-weight: normal;	
}