﻿/* CSS Document */

/*
Klijent   :  
URL       :  http://www..hr/ 
Autor     :  Omnicron d.o.o.
*/

*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#fff;
	color:#666666;
	font: 0.7em Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	background: url(../art/bodybg.gif) repeat-y top;
}

/* PRIKAZ LOGA */
h1 {
	position:relative;
	width:195px;
	height:75px;
	text-indent:-8000px;  
	top:60px;
	left:470px;
}
h1 a{
	display:block;
	height:75px;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:none;
}

/* OSTALI GLAVNI DIO */
h2 {
	font-size:140%;
	font-weight: normal;
	color:#333333;
	margin:10px 0;
}
h3 {
	font-size:120%;
	color:#681827;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
}
#helper h2 { 
	color: #996E76; 
}
#helper h3 { 
	color: #681827; 
}
p {
	line-height:140%;
	margin:0 0 10px 0;
	font-size:110%;
}
#helper p {
	color:#878787;
}
.istaknuto {
	color:#000000;
}
/* NATUKNICE */
.natuknice {
	margin: 0 0 10px 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.natuknice li {
	list-style-position: inside;
}
/* LINKOVI */
a {
	color:#996E76;
	text-decoration:none;
}
a:hover {
	color:#681827;
	text-decoration:underline;
}
/* GLAVNI DIO */
#headcontainer {
	background: url(../art/headbg.gif) repeat-x center;
	width: 100%;
	height: 250px;
	text-align: center;
}
#head {
	margin: 0 auto;
	width: 740px;
	height: 250px;
	background: url(../art/head.jpg) no-repeat;
	text-align: left;
}
#container {
	margin: 0 auto;
	width: 660px;
	text-align: left;
}
#content {
	width: 470px;
	float:left;
}
#helper {
	width: 170px;
	float: right;
}
/* GALERIJA FOTOGRAFIJA */
.galerija {}
.galerija a, .galerija a:hover, .galerija a span img {
	border: none;
	text-decoration: none;
}
/* LISTANJE KATEGORIJA FOTOGALERIJE */
#kategorije p {
	margin:5px 0;
}
#gdjesmo {
	background: #F2F2F2;
	padding: 6px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
/* CROP IMAGE */
.crop {
	margin:0 10px 10px 0;
	float:left;
	border:1px solid #E5E5E5;
	width:100px;
}
.crop div {
	width:98px;
	height:68px;
	overflow:hidden;
	border:1px solid #fff;
}
.crop a img {
	border:none;
}
/* OSNOVNA NAVIGACIJA - header */
#headnav {
	width:400px;
	float:left;
	position:relative;
	top:136px;
	left:30px;
	text-align:left;
}
#headnav li {
	list-style:none;
	display:inline;
	margin:0;
}
#headnav a {
	color: #787878;
	text-decoration: none;
	padding: 8px 8px;
	line-height: 30px;
	font-weight:normal;
}
#headnav a:hover, #headnav a.selected {
	color: #484848;
	background-color: #D7D7D7;
}
/* TABLICE */
table {
	text-align:left;
	font-size:1em;
	width:100%;
	border-top:1px solid #F1F1F1;
	border-left:1px solid #F1F1F1;
	margin-bottom:20px;
}
th, td {
	padding:2px 10px;
	border-right:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
}
thead th {
	background:#F7F7F7;
}
.w150 {
	width:150px;
}
/* KONTAKT FORMA */
/* FORMS */
fieldset {
	margin:0;
	padding:30px;
	background:#FAFAFA;
	border:none;
	margin-bottom:10px;
}
fieldset.kontakt {
	background:#FAFAFA;
	border:1px solid #F0F0F0;
}
input, select, textarea {
	display:block;
	font-size:100%;
	width:100%;
	font-family:"Trebuchet MS" Arial;
	padding:2px 1px;
	border:1px solid #E5E5E5
}
small {
	display: block;
	margin: -16px 0 0;
	padding-left: 30%;
	text-align: right;
	font-size: 100%;
	color: #969696;
	line-height:150%;
}
label {
	display: block;
	position: relative;
	cursor: default;
	font-size:100%;
	margin-bottom:10px;
}
.skriven {
	display:none;
}
.star-field {
	color: red;
	padding: 0 4px;
	display: inline;
}
.w100 {
	width:100px;
	border:1px solid #83BA62;
	color:#4E7A33;
	background-color:#BDDDA9;
	font-weight:bold;
}
/* FOOTER */
#footer {
	width: 470px;
	color: #C1C1C1;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 2px solid #F2F2F2;
	text-align: center;
}