﻿/* CSS Document */

/********************************************************************************
*                                                                               *
*  Klijent   :  Hotel "Angelo D'Oro"                                            *
*  URL       :  http://www.rovinj.at/                                           *
*  Autor     :  Omnicron d.o.o.                                                 *
*  Mijenjano :  2007/03/31                                                      *
*                                                                               *
********************************************************************************/

/********************************************************************************
*   DEFINICIJE                                                                  *
*   TEKST                       #3B3B3B                                         *
*   NAGLASENO                   #1C1C1C                                         *
*   H2, A, BACKGROUND           #9A0003                                         *
*   FONT                        Trebuchet MS                                    *
*   BORDER                      #CDBD78                                         *
********************************************************************************/


body{
	color:#3B3B3B;
	font: 0.7em "Trebuchet MS" Arial, Helvetica, sans-serif;
	text-align:center;
	background:#9A0003;
}
*{
	margin:0px;
	padding:0px;
}

/* PRIKAZ LOGA */
h1 {
	position:relative;
	width:120px;
	height:165px;
	text-indent:-8000px;  
	top:0px;
	left:555px;
}
h1 a{
	display:block;
	height:165px;
	text-decoration:none;
}

/* OSTALI GLAVNI DIO */
h2, h3 {
	font-size:220%;
	font-weight:normal;
	color:#9A0003;
	margin-bottom:10px;
	font-family:Georgia;
}
h3 {
	font-size:140%;
	text-transform:uppercase;
	font-weight:bold;
}
p {
	line-height:160%;
	font-size:130%;
	margin-bottom:10px;
	font-family:Georgia;
	text-align:justify;
}
table {
	font-size:1em;
	border-top:1px solid #CDBD78;
	border-left:1px solid #CDBD78;
	margin-bottom:10px;
	width:100%;
}
th, td {
	padding:3px 5px;
	border-bottom:1px solid #CDBD78;
	border-right:1px solid #CDBD78;
}
thead th {
	text-align:center;
}
th {
	color:#9A0003;
	text-align:left;
	background:#D4C583;
}

/* LINKOVI */
a {
	color:#9A0003;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#C32B2E;
}

/* GLAVNI DIO */
#container {
	width:730px;
	margin:0 auto;
	background:url(../art/container-bg.gif) repeat-y;
	min-height:350px;
	text-align:left;
}
#head {
	height:185px;
	width:730px;
	background: url(../art/head.jpg) no-repeat center top;
}
#main {
	width:730px;
	background:url(../art/container-bg.jpg) no-repeat center top;
	margin:0;
}
#content {
	width:460px;
	float:left;
	position:relative;
	left:35px;
}
#helper {
	width:200px;
	float:right;
	position:relative;
	right:15px;
	top:-15px;
}
/* OSNOVNA NAVIGACIJA */
.navigation {
	margin-bottom:20px;
}
.navigation ul {
	width:100%;
	font-size: 100%;
}
.navigation ul li {
	list-style:none;
}
.navigation ul a {
	font-weight:bold;
	display:block;
	width:100%;
	color:#3B3B3B;
	background:transparent;
	border-bottom:1px solid #D1A981;
	text-decoration:none;
}
.navigation ul a span{
	display:block;
	padding: 7px 10px; 
}
.navigation ul a:hover, .navigation ul a.selected {
	background:#D2C382;
	color:#9A0003;
	text-decoration:none;
}
/* NAVIGACIJA U HEADERU */
#headnav {
	width:400px;
	float:left;
	position:relative;
	top:-160px;
	left:20px;
	text-align:left;
}
#headnav li {
	list-style:none;
	display:inline;
	margin:0;
}
#headnav a {
	color: #000;
	text-decoration: none;
	padding: 3px 6px;
	line-height: 20px;
	font-weight:bold;
	background:#DDD19C;
}
#headnav a:hover, #headnav a.selected {
	background-color: #CDBD78;
}
/* IMAGE */
.image {
	text-align:center;
	margin-bottom:10px;
}
/* NOVOSTI NA POCETNOJ STRANICI */
.novost {
}
.novost h3 {
	font-size: 110%;
}
.novost p {
	font-size: 100%;
	line-height:130%;
}
.novost img, #content img {
	margin: 5px 10px 0 0;
	padding:1px;	
}
.novost a img {
	border:1px solid #CDBD78;
}
.novost a:hover img {
	border:1px solid #A29045;
} 
.opsirnije {
	display:block;
}
ul {
	width:100%;
	font-size: 100%;
}
ul li {
	list-style:none;
}

.spacer {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CABD84;
	clear:both;
}
/* KONTAKT FORMA */
/* FORMS */
fieldset {
	margin:0;
	padding:20px;
	background:#E7DBA6;
	border:none;
	margin-bottom:10px;
}
fieldset.rezervacija {
	background:#E7DBA6;
}
input, select, textarea {
	display:block;
	font-size:100%;
	width:100%;
	font-family:"Trebuchet MS" Arial;
	padding:2px 1px;
	border:1px solid #CBBD82;	
}
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:5px;
}
.skriven, .skriveno {
	display:none;
}
.w100, .reset {
	width:100px;
	border:1px solid #CBBD82;
	color:#8E7F3C;
	background-color:#F3E8B5;
	font-weight:bold;
}
.reset {
	border:1px solid #9A0003;
	background-color: #B72528;
	color: #FFFFFF;
}
.rezervacija table {
	width: 100%;
	font-size:1em;
	border:none;
}
.rezervacija th, .rezervacija td {
	border: none;
	padding:0;
}
/* FORM - CHECKBOX */
.radio input, .checkbox input {
	width:auto;
	border:none;
	display:inline;
	position:relative;
	top:2px;
	margin-right:5px;
}
.checkbox input {
	top:-1px;
}

/* VAZNO KOD PLACANJA */
#placanje {
	background:#E7DBA6;
	padding:10px;
	text-align:center;
}
#placanje img {
	border:none;
}
.naglaseno {
	font-size:.8em;
}
/* FOOTER */
#footer {
	width:700px;
	margin:0 auto 40px auto;
	background:url(../art/foot-bg.gif) no-repeat center top;
	height:275px;
	text-align:right;
	color:#E3C2B8;
}
#footer p {
	position:relative;
	right:0px;
	top:200px;
	font-size:100%;
	text-align:right;
}
#footer a {
	color:#E3C2B8;
}
