﻿/* CSS Document */
/********************************************************************************
*                                                                               *
*  Klijent   :  APARTMANI VALBANDON	                                            *
*  URL       :  http://www.apartmani-valbandon.hr/                              *
*  Autor     :  Omnicron d.o.o.                                                 *
*  Mijenjano :  2006/09/01                                                      *
*                                                                               *
********************************************************************************/

*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#fff;
	color:#4C4C4C;
	font: 0.7em Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #8EA2B2;
}
/* PRIKAZ LOGA */
h1 {
	position:relative;
	width:360px;
	height:30px;
	text-indent:-8000px;  
	top:60px;
	left:50px;
}
h1 a{
	display:block;
	height:30px;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:none;
}
/* OSTALI GLAVNI DIO - ZAJEDNICKE DEFINICIJE */
h2, h3, h4, p {
	margin-bottom:10px;
}
/* OSTALI GLAVNI DIO */
h2 {
	font-size: 130%;
	color: #475F73;
	background-color: #EAEFF2;
	padding: 5px 10px;
	margin: 0 5px 10px 5px; 
}
h3 {
	padding: 0 15px;
	font-size: 120%;
	font-weight: bold;
	color: #4081B6;
}
p {
	font-size: 110%;
	line-height: 130%;
	color: #6C6C6C;
	text-align: justify;
	margin: 0 15px 10px 15px; 
}
/* LINKOVI */
a {
	color: #1481BA;
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}
/* TABLE */
#content table {
	font-size: 110%;
	margin: 10px 15px;
	width: 390px;
	border-top: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	text-align: left;
}
#content td, #content th {
	padding: 2px 5px;
	border-bottom:1px solid #C2C2C2;
	background-color: #EEEEEE;
}
#content thead th {
	background-color: #E3E3E3;
	color: #8D8D8D;
}
#content table .istaknuto {
	color: #B21111;
}
/* GALERIJA FOTOGRAFIJA */
.galerija {
	margin: 10px 15px;
	text-align:left;
}
/*
.unutar_teksta {
	text-align:center;
	padding:0 10px 10px 0;
}
*/
.galerija img {
	margin:0 10px 5px 0;
	padding:1px;
}
.galerija a img {
	border:1px solid #F4F4F4;
}
.galerija a:hover img {
	border:1px solid #959595;
}
/* GLAVNI DIO */
#head {
	margin: 15px auto 0 auto;
	width: 610px;
	height: 140px;
	text-align: left;
	background: url(../art/head.gif)
}
#container {
	margin: 5px auto;
	width: 610px;
	text-align: left;
}
#helper {
	width: 190px;
	float:left;
	background: url(../art/bg-y-helper.gif) repeat-y;
}
#helper-end {
	height: 10px;
	background: url(../art/bg-end-helper.gif) no-repeat bottom left;
}
#content {
	width: 420px;
	float:right;
	background: url(../art/bg-y-content.gif) repeat-y;
}
#content-end {
	height: 10px;
	background: url(../art/bg-end-content.gif) no-repeat bottom left;
}
/* OSNOVNA NAVIGACIJA */
#nav{
	width:160px;
	font-size: 100%;
	margin: 10px 15px 10px 15px;
}
#nav li{
	list-style:none;
}
#nav a{
	font-weight:normal;
	display:block;
	width:100%;
	color:#B1B1B1;
	text-decoration:none;
	background: url(../art/navicon.gif) no-repeat 10px center;
	border-bottom: 1px solid #F2F2F2;
}
#nav a span {
	display:block;
	padding: 4px 25px; 
}
#nav li li a span{
	padding: 4px 40px;
}
#nav li li li a span{
	padding: 4px 55px;
}
#nav a:hover, #nav a.selected {
	color:#000000;
	background: url(../art/navicon_selected.gif) no-repeat 10px center;
}
/* LANG NAV */
#lang{
	float:left;
	width:120px;
	text-indent:-8000px;
	margin-left: 5px;
}
#lang li{
	width:22px;
	height:17px;
	list-style:none;
	display:inline;
} 
#lang a{
	display:block;
	height:17px;
	background-repeat:no-repeat;
	background-position:0 0 0 22px;
	text-decoration:none;
}
#lang a:hover, #lang a.selected{
	background-position:-22px 0;
	text-decoration:none;
}
#hr, #en, #it {
	float:left;
	margin:10px 0 0 5px;
}
#hr a{
	background-image:url(../art/hr.gif);
}
#en a{
	background-image:url(../art/en.gif);
}
#it a{
	background-image:url(../art/it.gif);
}
/* KONTAKT FORMA */
fieldset {
	margin:20px;
	padding:25px;
	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:110%;
	margin-top:10px;
}
.skriven {
	display:none;
}
.star-field {
	color: red;
	padding: 0 4px;
	display: inline;
}
.w100 {
	width:100px;
	border-top: 2px solid #64ACD8;
	border-right: 2px solid #1B6FA2;
	border-bottom: 2px solid #1B6FA2;
	border-left: 2px solid #64ACD8;
	color:#FFFFFF;
	background-color:#3A8CBF;
	font-weight:bold;
	margin-top:10px;
}

/* FOOTER */
#footer {
	width: 400px;
	float:right;
	text-align: right;
	margin: 5px;
	color: #5C7488;
}
#footer a {
	color: #38576F;
}