@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding-bottom: 10px;
}
body {
	background: #f5f5ed url(images/bg.gif) repeat-x top;
	color: #000;
	font: 14px/22px Arial, Helvetica, sans-serif;
}
ul, ol {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
h1 {
	font-size: 25px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #C81322;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
hr {
	border-bottom: 1px solid #CCC;
}
.text10 {
	font-size: 10px;
	line-height: 16px;		
}
.text11 {
	font-size: 11px;
	line-height: 17px;		
}
.text12 {
	font-size: 12px;
	line-height: 18px;		
}
.text13 {
	font-size: 13px;
	line-height: 17px;		
}
.text14 {
	font-size: 14px;
	line-height: 18px;		
}
.text15 {
	font-size: 15px;
	line-height: 18px;		
}
.text16 {
	font-size: 16px;
	line-height: 19px;		
}
.text17 {
	font-size: 17px;
	line-height: 20px;		
}
.text18 {
	font-size: 18px;
	line-height: 20px;		
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.align-image-left {
	float: left;
	margin: 3px 5px 0px 0px;
}
.align-image-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.image-border {
	border: 1px solid #999;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.nounderline {
	text-decoration:none;
}	
.red {
	color:#de251c;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}

/* --------------- FORM ELEMENTI ------------------ */
form p {
}
form label {
	float: left;
	width: 150px;
	padding-top: 2px;
}
form input[type=text], form input[type=password], form textarea {
	padding: 2px;
	width: 250px;
}
form input[type=submit] {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #CCC;
	background: #CCC;
}
form textarea {
	height: 140px;
}
form select {
	padding: 2px;
}
.visualConfOkvir {
	border: 1px solid #CCC;
}
.errorlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.errorlist li {
	margin: 0px 0px 0px 250px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #900;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCC;
}
legend {
	font-weight: bold;
}
#wrapper {
	margin: auto;
	width: 900px;
}
#top {
	height: 105px;
	background: url(images/top.jpg) no-repeat;
}
#logo {
	display: block;
	background: url(images/logo.gif) no-repeat;
	height: 60px;
	width: 200px;
	position: absolute;
	margin: 21px 0px 0px 5px;
}
#lang {
	height: 15px;
	width: 60px;
	position: absolute;
	margin: 50px 0px 0px 850px;
}
.lang {
	background: url(images/hr.gif) no-repeat;
	height: 11px;
	width: 16px;
	float: left;
	display: block;
	margin-right: 10px;
}
.en {
	background: url(images/en.gif) no-repeat;
}
#head {
	height: 141px;
	background: url(images/head.jpg) no-repeat;
}
#head-text {
	font-size: 28px;
	color: #FFF;
	position: absolute;
	width: 500px;
	margin: 62px 0px 0px 22px;
	letter-spacing: -1px;
	line-height: 30px;
}
/*--------------------------PRVA RAZINA--------------------------*/
#nav { /* all lists */
	list-style: none;
	margin: -4px 0px 0px;
	padding: 0px;
	z-index:3;
	height: 46px;
	position: absolute;
	width: 500px;
}
#nav li { /* all list items */
	float: left;
}
#nav li a {
	display:block;
	color: #FFF;
	text-decoration: none;
	padding: 14px 17px 10px 15px;
	font-weight: normal;
	font-size: 15px;
	background: url(images/nav-right.gif) no-repeat right bottom;
}
#nav li a:hover, #nav li a.active {
	color: #FFF;
	background: url(images/nav-hover.gif) no-repeat right top;
}


/*----------------------------------------DRUGA RAZINA----------------------------------*/
#nav ul {
	width:185px;
	background: #c80000;
	position: absolute;
	left: -999em;
	margin: -10px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	border: 1px solid #FFF;
}
#nav ul li {
	width: 185px;
}
#nav ul li a {
	color: #FFF;
	text-align: left;
	line-height: 17px;
	margin: 0px;
	padding: 5px 10px;
	display: block;
	width: 165px;
	background: url(../images/nav-bottom.gif) no-repeat center bottom;
}
#nav li ul li a:hover {
	color: #CCC;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {
	background: url(../images/arrow2.gif) no-repeat right 12px;
}
#nav a.sub:hover {
	background: #E0BB8D url(../images/menu-sub.gif) no-repeat left 12px;
}
#nav-left li:hover, #nav-left li.hover {  
    position: static;  
}
.container {
	background: #FFF url(images/container-top.gif) no-repeat left top;
}
.container-bottom, .bottom2 {
	background: url(images/container-bottom.gif) no-repeat left bottom;
	padding: 30px 25px 15px 40px;
}
.bottom2 {
	padding:10px 0px 30px;
}
.bottom {
	background: #FFF url(images/bottom-top.gif) no-repeat left top;
}
#footer {
	background: url(images/footer.gif) no-repeat left top;
	height: 68px;
	text-align: center;
	font-size: 12px;
	line-height: 19px;
	color: #9b9b9b;
	padding-top: 12px;
}
#footer p {
	margin: 0px;
	padding: 5px 0px 0px;
}
#footer a {
	color: #9b9b9b;
	text-decoration: none;
}
#footer a:hover {
	color:#000;
}
#shadow-left {
	background: url(images/shadow-left.jpg) no-repeat;
	height: 428px;
	width: 32px;
	position: absolute;
	margin: 105px 0px 0px -32px;
}
#shadow-right {
	background: url(images/shadow-right.jpg) no-repeat;
	height: 457px;
	width: 51px;
	position: absolute;
	margin: 105px 0px 0px 900px;
}
.feat {
	background: url(images/featured.gif) no-repeat left top;
	height: 110px;
	width: 180px;
	float: right;
	padding: 11px 0px 0px 30px;
	margin: 4px 0px 10px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
#bottom h2 {
	background: #FFF url(images/h2.gif) no-repeat left 10px;
	padding: 9px 10px 8px 35px;
	font-size: 24px;
	float: left;
}
.item {
	background: url(images/pogodnosti-bg.gif) no-repeat right bottom;
	width: 250px;
	color: #706f6f;
	margin: 20px 5px 0px 33px;
	float: left;
	line-height: 19px;
	font-size: 14px;
	min-height: 130px;
}
.item h3 {
	font-size: 18px;
	font-weight: bold;
	color: #C81322;
	padding-bottom: 12px;
}
.item img {
	margin: 4px 15px 6px 0px;
	float: left;
}


/* ----------------------------  Početna intro stranica   <----------------------------*/

#intro-top {
	background: url(images/intro-top.jpg) no-repeat;
	height: 105px;
}
#intro-head {
	background: url(images/intro-head.jpg) no-repeat;
	height: 134px;
}
#intro-head-text {
	font-size: 28px;
	color: #FFF;
	position: absolute;
	width: 800px;
	margin: 18px 0px 0px 22px;
	letter-spacing: -1px;
	line-height: 30px;
}
#intro-desc {
	margin: 68px 0px 0px 25px;
	position: absolute;
	color: #FFF;
	font-size: 17px;
}
#intro-desc p {
	margin:0px;
	padding:0px 0px 6px;
}
#intro-left {
	float: left;
	width:425px;
	padding-bottom: 5px;
}
#intro-right {
	float: right;
	width:435px;
}
#intro-left p, #intro-right p {
	padding:0px;
	margin:0px;
}
#intro-container-bottom {
	background: url(images/container-bottom.gif) no-repeat left bottom;
	padding: 30px 16px 16px;
}
.button {
	font-size: 12px;
	color: #bc1421;
	display: block;
	padding: 0px 10px;
	margin-left: 15px;
	width: 200px;
	text-align: center;
}
.box {
	float: left;
	width: 204px;
	font-size: 12px;
	color: #BC1421;
	text-align: center;
}
.ulaz, .enter {
	background: url(images/ulaz.gif) no-repeat;
	height: 28px;
	width: 119px;
	display: block;
	margin-left: 39px;
}
.enter {
	background: url(images/enter.gif) no-repeat;
	margin-left: 39px;
}
.map {
	height: 381px;
	width: 480px;
	background: url(/media/kogra/zagreb.gif) no-repeat;
	border: 1px solid #C51321;
	padding: 1px;
}
.zitnjak, gorica {
	height: 25px;
	width: 25px;
	position: absolute;
	margin: 80px 0px 0px 400px;
}
.gorica {
	margin: 300px 0px 0px 460px;
}
