﻿/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#FFFFFF;
	color:#555555;
	font: 0.7em "Trebuchet MS";
	text-align:center;
	background-image: url(../../art/body-bg.gif);
	background-repeat: repeat-x;
}
h1 {
	margin:0 0 0 20px;
	position:absolute;
	width:180px;
	height:150px;
	text-indent:-8000px;  
}
h1 a{
	display:block;
	height:150px;
	text-decoration:none;
}
h2 {
	font-size:130%;
	margin:10px 0;
	text-transform: uppercase;
		
}
#h1-flash {
	margin:0 0 0 170px;
	position:absolute;
}
p, dd {
	line-height:150%;
	text-align: justify;
	margin:10px 0;
	color: #3B3B3B;
}
p, #content li {
	font-size:110%;
}
/* LISTE */
#content ul {
	margin:10px 0;
}
#content li {
	padding-left:10px;
	text-align:left;
	line-height:150%;
	margin-left:30px;
}
#istaknuto {
	font-size: 120%;
	color: #525252;
}
a {
	color:#DB480B;
	font-weight:bold;
}
a:hover {
	color:#000000;
}
img {
	border:1px solid #F2F2F2;
}
.galerija {
	margin:0;
}
.galerija img {
	margin-bottom: 10px;
}
.galerija a img, .galerija img {
	border:1px solid #CDCDCD;
}
.galerija a:hover img {
	border:1px solid #6B6B6B;
}
/* GLAVNI DIO */
#headbg {
	height:150px;
	width:100%;
	text-align:center;
	background: url(../../art/head-bg.gif) no-repeat right center;
}
#head {
	margin:0 auto;
	height:150px;
	width:890px;
	background: url(../../art/head.jpg) no-repeat right top;
	text-align:left;
}
#contbg {
	width:890px;
	height:500px;
	margin:0 auto;
	background: url(../../art/cont-bg.jpg) no-repeat right top;
}
#container {
	width:850px;
	text-align:center;
	float:right;
	margin-right:0px;
}
#content {
	width:470px;
	margin-top:20px;
	margin-right:20px;
	float:right;
	text-align:left;
}
#helper{
	margin-left:20px;
	width:180px;
	float:left;
	text-align:left;
}
/* FOTO LEFT */
#foto-left {
	float:left;
	width:110px;
	position:relative;
	top:20px;
	left:10px;
}
/* GLAVNA LIJEVA NAVIGACIJA */
#nav{
	width:100%;
	font-size: 100%;
	background-color:#fff;
}
#nav li{
	list-style:none;
}
#nav a{
	font-weight:normal;
	display:block;
	width:100%;
	color:#555555;
	border-bottom:1px solid #F2F2F2;
	text-decoration:none;
	font-weight:normal;
}
#nav a span{
	display:block;
	padding: 8px; 
}
#nav li li a span{
	padding:10px 20px;
}
#nav li li li a span{
	padding:10px 30px;
}
#nav a.selected {
	font-weight:bold;
}
#nav a:hover, #nav a.selected {
	color:#FFFFFF;
	background-color: #FA753D;
}
/* JECIZNA NAVIGACIJA */
#lang{
	float:left;
	width:180px;
	height:70px;
	text-indent:-8000px;
	background-image: url(../../art/lang-bg.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#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, #de, #it {
	float:left;
	margin:40px 0 0 10px;
}
#hr a{
	background-image:url(../../art/hr.gif);
}
#en a{
	background-image:url(../../art/en.gif);
}
#de a{
	background-image:url(../../art/de.gif);
}
#it a{
	background-image:url(../../art/it.gif);
}
/* FOOTER */
#footer{
	float:right;
	width:450px;
	padding:10px;
	margin:20px;
	border-top:1px solid #F2F2F2;
	text-align:center;
}