﻿/* CSS Document */

/********************************************************************************
*                                                                               *
*  Klijent   :  Kapra d.o.o. Labin                                              *
*  URL       :  http://www.kapra.hr/                                            *
*  Autor     :  Omnicron d.o.o.                                                 *
*  Mijenjano :  2006/09/26                                                      *
*                                                                               *
********************************************************************************/

*{
	margin:0px;
	padding:0px;
}
body{
	color:#3B3B3B;
	font: 62.5% Trebuchet MS,  Arial, Helvetica, sans-serif;
	text-align:center;
	background:#fff url(../art/bg-x.gif) repeat-x top;
}

/* PRIKAZ LOGA */
h1 {
	position:relative;
	float:left;
	width:200px;
	height:200px;
	text-indent:-8000px;  
}
h1 a{
	display:block;
	height:200px;
	text-decoration:none;
}
/*h1 a:hover {
	background:url(../art/logo-over.jpg) no-repeat;
}*/

/* OSTALI GLAVNI DIO */
h2, h3, p, ul, table, div.opis, div.opis-kategorije {
	margin-bottom:10px;
}
h2 {
	font-size:2em;
	color:#85212E;
	font-weight:normal;
}
h3 {
	font-size:1.6em;
	font-weight:normal;
}
p, label, div.opis, div.opis-kategorije {
	line-height:160%;
	font-size:1.1em;
}
p.naglaseno/*, div.opis-kategorije*/ {
	font-size:1.2em;
	font-weight:bold;
}
em {
	font-style:normal;
	color:#333;
	display:inline;
	background-color:#FFEFF1;
	padding:2px 1px;
}
div.opis-kategorije {
	color:#333;
}
/*.image {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}*/
img, .image img {
	border:1px solid #CCC;
	padding:1px;
}
.image {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
table {
	font-size:1.1em;
	width:100%;
}
th, td {
	padding:5px 10px;
	border-bottom:1px solid #CCC;
}
/* LINKOVI */
a {
	color:#88222F;
}
a img {
	border:none;
}
a:hover {
	text-decoration:none;
}
.opsirnije {
	display:block;
}
/* LISTE */
.lista {
	font-size:1.1em;
	line-height:140%;
	margin-left:20px;
}
.lista li {
}
/* PARTNERI */
.partneri {
	width:122px;
	border:1px solid #E5E5E5;
	margin-left:50px;
	margin-bottom:10px;
}
.partner img {
	margin:1px;
}
/* GLAVNI DIO */
#page {
	width:1010px;
	margin:0 auto;
}
#container {
	width:990px;
	background:url(../art/container-bg.jpg) no-repeat;
	float:left;
}
#head {
	width:970px;
	height:200px;
	background:url(../art/head.jpg) no-repeat;
	margin:0 auto;
	text-align:left;
}
#main {
	width:970px;

	/*background:url(../art/main-bg.jpg) no-repeat;*/
	margin:0 auto;
	text-align:left;
}
#content {
	width:510px;
	float:left;
	margin-top:40px;
	margin-left:20px;
	display:inline;
	overflow:hidden;

}
#helper {
	width:200px;
	float:left;
	position:relative;
	top:32px;
}
#helper2 {
	float:right;
	width:220px;
	margin-top:40px;
	margin-right:10px;
	display:inline;
}
/* ISTAKNUTO */
.istaknuto {
	width:220px;
	background:url(../art/istaknuto/istaknuto-bg.jpg) no-repeat left bottom;
	text-align:left;
	padding-bottom:20px;
}
.anketa {
	background:url(../art/istaknuto/anketa.jpg) no-repeat left bottom;
}
.newsletter {
	background:url(../art/istaknuto/newsletter.jpg) no-repeat left bottom;
}
.istaknuto h2 {
	background:url(../art/istaknuto/top.jpg) no-repeat;
	padding:20px 0 0 30px;
	font-size:1.4em;
	font-weight:bold;
}
.istaknuto h3 {
	font-size:1.1em;
	font-weight:bold;
}
.istaknuto p, .istaknuto h3, .istaknuto label {
	padding:2px 30px;
}
.istaknuto .button {
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
.istaknuto .novost9 {
	
	border-bottom: 1px solid #888;
	margin:0px 0px 3px 15px;
	padding-bottom:3px;
	width:190px;
}
.istaknuto .novost9 a {
	
	text-decoration: none;
	font-size: 1.15em;
}
/* NOVOSTI NA POCETNOJ STRANICI */
.novost {
	float:left;
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #F5F5F5;
}
.novost h3{
	margin-bottom:5px;
}
.novost p {
	text-align:justify;
}
/* GLAVNA NAVIGACIJA - DESNA */
ul#mainnav {
	list-style:none;
	position:relative;
	top:160px;
	left:0px;
	float:left;
	font-size:1.1em;
}
#mainnav li {
	display:inline;
}
#mainnav a {
	padding:5px 10px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	line-height:30px;
	/*background:#E5E5E5;*/
}
#mainnav a:hover, #mainnav a.selected {
	background:#85212E;
	color:#fff;
}
/* OSNOVNA NAVIGACIJA */
.navigation {
	font-size:1.1em;
}
.navigation ul {
	list-style:none;
}
.navigation li {
	margin-bottom:1px;
}
.navigation li a {
	display:block;
	padding:10px;
	background:#F5F5F5;
	text-decoration:none;
	color:#3B3B3B;
	font-weight:bold;
	height:1%;
}
.navigation li.izdvojeno a {
	background:#E5E5E5;
}
.navigation li a:hover, .navigation li a.selected {
	background:#85212E;
	color:#fff;
}

/* FORME */
.newsletter fieldset {
	border:none;
}
fieldset.kontakt {
	padding:20px;
	background:#F5F5F5;
	border:none;
}
label {
	display:block;
}
.kontakt input {
	display:block;
}
.kontakt .text {
	width:100%;
	padding:5px 0;
	border:1px solid #CCC;
	background:#fff;
	margin-top:3px;
}
.kontakt .w100 {
	margin-top:10px;
}
input.skriven {
	display:none;
}
/* GALERIJA SA CROP TOOL */
.fotogalerija {
	padding-top:10px;
}
.crop {
	margin:0 5px 5px 0;
	float:left;
	border:1px solid #CCC;
	width:76px;
	height:76px;
}
.crop div {
	width:75px;
	height:75px;
	overflow:hidden;
}
.crop a img {
	border:none;
	float:left;
}
/*.fotogalerija img {
	margin:0 10px 10px 0;
}*/
.fotogalerija a img {
}
.fotogalerija a:hover img {
}
.image img {
}

/* FOOTER */
#footer {
	background:url(../art/footer-bg.gif) no-repeat bottom;
	padding:30px 0;
	margin-bottom:50px;
	
}