@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
	height:100%;
	width:100%;
}
a img {
	border:0px none;
}
a:focus, a:hover, a:active { outline:none }

a {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#999;
}
ul {
	margin:10px 10px 10px 21px;
	padding:0px;
}
ul li {
	padding:0px;
	margin:0px;
}
.clear {
	clear:both;
}
.uppercase {
	text-transform:uppercase!important;
}
.lista-general {
	line-height:20px;
}

/* LAYOUT */

#head {
	width:100%;
	height:32px;
	background:#4C4C4C;
	position:relative;
	top:0px;
	left:0px;
	z-index:12;
}
#foot { 
	width:100%;
	height:120px;
	background:#4C4C4C;
	position:relative;
	z-index:10;
}
#body-container {
	width:980px;
	/*min-height:100%;
	height:auto !important;
	height:100%;*/
	/*left:50%;
	margin-left:-490px;*/
	/*margin-top:-152px;*/
	background:#F90;
	position:relative;
	z-index:5;
	background:url(images/bg.jpg) repeat-y scroll;
	margin-left:0px;
}

#header {
	width:945px;
	min-height:220px;
	height:auto !important;
	height:220px;
	padding-top:152px;
	position:relative;
	padding-left:25px;
}
#body {
	width:980px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:auto;
	/*left:50%;
	margin-left:-490px;*/
	margin-top:-152px;
	background:#fff;
	position:relative;
	z-index:11;
	background:url(images/bg.jpg) repeat-y scroll;
}
#body-left {
	width:200px;
	min-height:268px;
	height:auto !important;
	height:268px;
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:-1px;
}
/*#body-center {
	width:540px;
	height:420px; 
	background:#999;
	position:relative;
	float:left;
}*/
#body-right {
	width:728px;
	min-height:220px;
	height:auto !important;
	height:220px;
	position:relative;
	float:left;
	margin-left:13px;
	margin-top:10px;
}
#izbornik {
	width:728px;
	height:20px;
	display:block;
	margin-bottom:13px;
	z-index:15;
}
#content {
	width:485px;
	min-height:220px;
	height:auto !important;
	height:220px;
	float:left;
}
#content-right {
	width:230px;
	min-height:220px;
	height:auto !important;
	height:220px;
	float:right;
}
#banner {
	width:150px;
	height:400px;
	position:absolute;
	float:right;
	right:-150px;
	top:162px;
	z-index:-1;
}



/* NAVIGATION */

/* Basic code - don't modify */
#nav a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin-top: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display:none;  position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {  }
#nav ul ul { left: 135px;  }

/* Everything else is theming */

#nav {  height: 24px; }
#nav a:hover { background-color:#0059A4; color:#FFF;}
#nav a {  color: black; font-size: 12px; font-weight:bold; padding: 0px 0px 0px 5px; height:21px; width:76px; line-height:21px; background:#D9D9E3; margin-right:2px; border-bottom:2px #fff solid;
}
.corner {
	width:4px;
	height:4px;
	background:url(images/corner.png) no-repeat scroll;
	background-position:0px 0px;
	position:absolute;
	top:0px;
	left:0px;
}
.corner20 {
	width:4px;
	height:4px;
	background:url(images/corner.png) no-repeat scroll;
	background-position:0px 0px;
	position:relative;
	top:-10px;
	left:-5px;
}
.corner21 {
	width:4px;
	height:4px;
	background:url(images/corner.png) no-repeat scroll;
	background-position:0px 0px;
	position:relative;
	top:-5px;
	left:-5px;
}
#nav a.business-terminal {
	width:141px;
}
.linkovi-zadnji {
	margin-right:0px!important;
}
  #nav li.hover a {  }
  #nav .hover { }
  #nav ul { top: 23px; }
  /*#nav ul li { margin-top:-1px; } ie6+ie7 fix*/
    #nav ul li a {color: #000; background-color: #D9D9E3; font-size: 11px; font-weight:bold; width:130px;
	border-bottom:0px none;
  background:url(images/border.gif) repeat-x scroll #D9D9E3;
  background-position:0px 20px;
	}
	

      #nav ul a.hover { background-color: #fff!important; color:#000!important; }
   #nav ul a {  border-right: none; opacity: 0.85; filter: alpha(opacity=85); }
 #nav ul a { border-bottom: none; } /*- I also needed this for IE6/7 */
 
 
.item-home a {
	 color:#A58A59!important;
}
#nav ul li a.no-border {
	border:0px none;
	background: #D9D9E3;
}
#nav ul li a.no-border:hover {
	background-color: #bbb;
}

/* NAVIGATION 2 */

/* Basic code - don't modify */
.nav a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
 
 .nav { display: block; margin: 13px 0px 10px 0px;; padding: 0; position: relative; }
  .nav li { display: block; list-style: none; margin-top: 0; padding: 0; float: left; position: relative; }
  .nav a { display: block; }
  .nav ul { display:none;  position: absolute; left: 0; margin: 0; padding: 0; }
  * html .nav ul { line-height: 0; } /* IE6 "fix" */
  	.nav ul a { zoom: 1; } /* IE6/7 fix */
    .nav ul li { float: none; }
    .nav ul ul { top: 0; }
    
/* Essentials - configure this */

.nav ul {  }
.nav ul ul { left: 135px;  }

/* Everything else is theming */

.nav {  height: 24px; }
.nav a:hover { background-color:#0059A4; color:#FFF;}
.nav a {  color: black; font-size: 12px; font-weight:bold; padding: 0px 0px 0px 5px; height:21px; width:92px; line-height:21px; background:#D9D9E3; margin-right:2px; border-bottom:2px #fff solid;
}
.nav a.business-terminal {
	width:128px;
}
  .nav li.hover a {  }
  .nav .hover { }
  .nav ul { top: 23px; }
  /*#nav ul li { margin-top:-1px; } ie6+ie7 fix*/
    .nav ul li a {color: #000; background-color: #D9D9E3; font-size: 11px; font-weight:bold; width:130px;
	border-bottom:0px none;
  background:url(images/border.gif) repeat-x scroll #D9D9E3;
  background-position:0px 20px;
	}
	

      .nav ul a.hover { background-color: #fff!important; color:#000!important; }
   .nav ul a {  border-right: none; opacity: 0.85; filter: alpha(opacity=85); }
 .nav ul a { border-bottom: none; } /*- I also needed this for IE6/7 */
 
.nav ul li a.no-border {
	border:0px none;
	background: #D9D9E3;
}
.nav ul li a.no-border:hover {
	background-color: #bbb;
}


/* HEAD */
#head-container {
	width:950px;
	height:19px;
	padding:13px 0px 0px 12px;
	margin:auto;
	color:#eee;
	font-size:10px;
}
.head-let {
	color:#F75316;
	text-transform:uppercase;
}
#head-container a {
	color:#eee;
	text-decoration:none;
}
#head-container a:hover {
	color:#bbb;	
}
#head-container-left {
	height:12px;
	float:left;
}
#head-container-right {
	width:67px;
	height:12px;
	float:right;
	color:#999;
}
#head-container-right a {
	color:#999;
	text-decoration:none;
}
#head-container-right a:hover {
	color:#eee;
}
a.current-lang  {
	color:#eee!important;
}


/* FOOTER */

#footer-container {
	width:980px;
	height:120px;
	margin:auto;
	position:relative;
}
#footer {
	width:977px;
	height:120px;
	margin-left:0px;
}
#footer-bottom {
	width:977px;
	height:50px;
	display:block;
	background:url(images/footer.jpg) repeat-x scroll;
}
#footer-bottom2 {
	padding:0px 11px 0px 11px;
	width:955px;
	height:50px;
	display:block;
}
#footer-bottom-left {
	width:42px;
	height:50px;
	float:left;
	position:absolute;
	margin-left:0px;
	background:url(images/footer_left.jpg) no-repeat scroll #4C4C4C;
	background-position:2px 0px;
}
#footer-bottom-right {
	width:40px;
	height:50px;
	float:right;
	margin-right:0px;
	background:url(images/footer_right.jpg) no-repeat scroll;
}
#futuro-logo {
	width:14px;
	height:14px;
	top:0px;
	position:relative;
	float:right;
	right:65px;
}
.copyright {
	top:35px;
	position:relative;
	float:left;
	left:12px;
	color:#ddd;
}
.rss {
	top:35px;
	position:relative;
	float:right;
	right:2px;
	color:#ddd;
}
.rss a {
	color:#ddd;
	text-decoration:none;
}
.rss a:hover {
	/*color:#4C4C4C;
	background:#ddd;*/
	color:#aaa;
}

.ryanair {
	width:115px;
	height:33px;
	background:url(images/logo/sivo/ryan.jpg) no-repeat scroll;
	display:block;
	float:left;
}
.ryanair:hover {
	background:url(images/logo/sivo/ryan_color.jpg) no-repeat scroll;
}
.germanwings {
	width:110px;
	height:33px;
	background:url(images/logo/sivo/german.jpg) no-repeat scroll;
	display:block;
	float:left;
}
.germanwings:hover {
	background:url(images/logo/sivo/german_color.jpg) no-repeat scroll;
}
.skyeurope {
	width:70px;
	height:33px;
	background:url(images/logo/sivo/sky.jpg) no-repeat scroll;
	display:block;
	float:left;
}
.skyeurope:hover {
	background:url(images/logo/sivo/sky_color.jpg) no-repeat scroll;
}
.intersky {
	width:105px;
	height:33px;
	background:url(images/logo/sivo/inter.jpg) no-repeat scroll;
	display:block;
	float:left;
}
.intersky:hover {
	background:url(images/logo/sivo/inter_color.jpg) no-repeat scroll;
}
.croatiaairlines {
	width:88px;
	height:33px;
	background:url(images/logo/sivo/cro.jpg) no-repeat scroll;
	display:block;
	float:left;
}
.croatiaairlines:hover {
	background:url(images/logo/sivo/cro_color.jpg) no-repeat scroll;
}

.crta3 {
	margin:-2px 0px 0px 15px;
	margin-bottom:-5px;
	float:left;
}
.pilottraining {
	width:200px;
	height:28px;
	background:url(images/logo/sivo/footer-training.jpg) no-repeat scroll;
	display:block;
	float:left;	
}
.pilottraining:hover {
	background:url(images/logo/sivo/train_color.jpg) no-repeat scroll;
}
#footer-kompanije {
	margin-top:5px;
}

/* LEFT */

.left-container {
	width:200px;
	margin:15px 0px 0px 0px;
}
.left-container p {
	width:180px;
	padding:0px 10px 0px 10px;
	margin:0px;
}
.left-container h2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:190px;
	height:20px;
	line-height:20px;
	background:url(images/corner2.jpg) no-repeat scroll #D9D9E3;
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
}
.logo {
	 margin-bottom:6px;
	 margin-top:7px;
}
.tel {
	margin-left:26px;
}
.nav-left {
	margin:0px;
	padding:0px;
	list-style:none;
}
.nav-left a {
	display:block;
	width:180px;
	height:23px;
	padding-left:10px;
	margin-bottom:0px;
	line-height:23px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px none;
	background:url(images/border2.gif) repeat-x scroll;
  	background-position:0px 22px;
}
.nav-left a:hover {
	background:url(images/border2.gif) repeat-x scroll #efefef;
  	background-position:0px 22px;
}
.nav-left a.lightbox-checkin, .nav-left a.lightbox-checkin-mobile {
	background-color:#C24B00;
	background-image:none;
	color:#fff;
}
.nav-left a.lightbox-checkin:hover, .nav-left a.lightbox-checkin-mobile:hover {
	background-color:#efefef;
	background-image:none;
	color:#C24B00;
}

.nav-vijesti {
	margin:0px;
	padding:0px;
	list-style:none;
}
.nav-vijesti a {
	display:block;
	width:475px;
	height:26px;
	padding-left:10px;
	margin-bottom:0px;
	line-height:26px;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px none;
	background:url(images/border2.gif) repeat-x scroll;
  	background-position:0px 25px;
}
.nav-vijesti a:hover {
	background:url(images/border2.gif) repeat-x scroll #efefef;
  	background-position:0px 25px;
}

.datum {
	color:#00797A;	
}
.uzivo2 {
	color:#777;	
}

/* RIGHT */

.right-container {
	width:230px;
	margin:0px 0px 10px 0px;
}

.right-container h2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:220px;
	height:20px;
	line-height:20px;
	background:url(images/corner2.jpg) no-repeat scroll #D9D9E3;
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
}


#panel {
	width:230px;
	/*height:310px;*/
	margin-top:10px;
	margin-bottom:25px;
	display:block;
	position:relative;
}
#panel p {
	padding:8px 10px 9px 10px;
	margin:0px;
	font-size:10px;
	line-height:11px;
}
.panel {
	width:230px;
	/*height:230px;*/
	display:block;
}
.toggler {
	width:230px;
	/*height:27px;*/
	height:30px;
	display:block;
	cursor:pointer;
	margin:0px;
	padding:0px;
	line-height:25px;
}
.toggler a {
	font-weight:bold;
	font-size:11px;
	color:#444;
	position:relative;
	top:7px;
	margin-left:10px;
	border-bottom:1px #444 dotted;
}
.toggler a:hover {
	color:#444;
}
#toggler1 {
	width:230px;
	height:17px;
	position:relative;
	top:0px;
	background:url(images/shadow1.png) no-repeat scroll;
}
#toggler2 {
	width:230px;
	height:17px;
	position:relative;
	top:5px;
	background:url(images/shadow2.png) no-repeat scroll;
}
#toggler3 {
	width:230px;
	height:17px;
	position:relative;
	top:3px;
	background:url(images/shadow3.png) no-repeat scroll;
}
#toggler4 {
	width:230px;
	height:17px;
	position:relative;
	top:0px;
	background:url(images/shadow4.png) no-repeat scroll;
}


#panel1 {
	width:230px;
	height:155px;
	background:#EDEDED;	
}
#panel2 {
	width:230px;
	height:165px;
	background:#D9D9E3;	
}
#panel3 {
	width:230px;
	height:210px;
	background:#C5C5CF;	
}
#panel4 {
	width:230px;
	height:220px;
	background:#B1B1BB;	
}
#panel1-click {
	background:#EDEDED;
	height:25px;
}
#panel1-click a {
	z-index:30;
}
#panel2-click {
	background:#D9D9E3;
	height:32px;
}
#panel2-click a {
	top:12px;
	z-index:30;
}
#panel3-click {
	background:#C5C5CF;
}
#panel3-click a {
	top:10px;
	z-index:30;
}
#panel4-click {
	background:#B1B1BB;
	height:25px;
}
#panel4-click a {
	top:8px;
	z-index:30;
}




#panel1-left {
	width:10px;
	height:9px;
	float:left;
	top:16px;
	position:relative;
	background:url(images/panel1-left.jpg) no-repeat scroll;
}
#panel1-right {
	width:10px;
	height:9px;
	float:right;
	position:relative;
	top:16px;
	background:url(images/panel1-right.jpg) no-repeat scroll;
}
#panel1-shadow {
	width:210px;
	height:9px;
	float:left;
	position:relative;
	top:25px;
	background:url(images/panel1-shadow.png) no-repeat scroll;
}


/* CONTENT */

#informacije {
	width:485px;
	height:21px;
	line-height:21px;
	font-weight:bold;
	font-size:11px;
	background:#D9D9E3;
	display:block;
	margin-top:27px;
	background:#D9D9E3 url(images/corner2.jpg) no-repeat scroll 0 0;
	border-bottom:2px #9A9A9A dotted;
}
#informacije h2 {
	font-size:14px;
	font-weight:bold;
	display:inline;
	position:relative;
	float:left;
	margin:0px 5px 0px 10px;
	padding:0px;
}
#informacije img {
	position:relative;
}
.uzivo {
	color:#C24B00;
}

/* LETOVI */

#letovi {
	width:485px;
	height:160px;
	background:#A3A3AF;
	margin-top:10px;
}
#letovi-head {
	width:485px;
	height:20px;
	background:#666;
	
}
#letovi-head a {
	display:block;
	float:left;
	width:120px;
	height:20px;
	line-height:20px;
	/*background:#898993;*/
	color:#FFF;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
#letovi-head a:hover {
	background:#A3A3AF;
}
.letovi-active {
	background:#A3A3AF!important;
}
.corner3 {
	width:4px;
	height:4px;
	position:relative;
	top:-20px;
	display:block;
	left:0px;
	background:url(images/corner.png) no-repeat scroll;
}
img#letovi-corner-left {
	position:relative;
	float:left;
	top:15px;
}
img#letovi-corner-right {
	position:relative;
	float:right;
	top:15px;
}


#letovi-content {
	width:485px;
	height:100px;
	margin-top:13px;
	background:#2D2D2D;
	border-bottom:#85858E 1px solid;
	border-top:#85858E 1px solid;
	overflow:hidden;
}
#letovi-content-departures {
	width:485px;
	height:100px;
	/*background:#cf0;*/
	/*display:none;*/
	position:absolute;
	/*visibility:hidden;*/
	left:-2000px;
}
#letovi-content-arrivals {
	width:485px;
	height:100px;
	/*background:#0cf;*/
	/*display:none;*/
	position:absolute;
}
.visible {
	display:block;
}
#letovi-footer {
	width:485px;
	height:25px;
	background:#A3A3AF;
}
#letovi-footer a {
	position:absolute;
	float:right;
	font-weight:bold;
	color:#eee;
	line-height:25px;
	left:415px;
}
#letovi-footer a:hover {
	color:#444;	
}

.avion-ikona1 {
	width:21px;
	height:16px;
	float:left;
	top:3px;
	left:10px;
	position:relative;
	background:url(images/departures.png) no-repeat scroll;
}
.avion-ikona2 {
	width:21px;
	height:16px;
	float:left;
	top:3px;
	left:10px;
	position:relative;
	background:url(images/arrivals.png) no-repeat scroll;
}
/* VIJESTI */

#vijesti {
	width:485px;
	height:160px;
	background:#A3A3AF;
	margin-top:30px;
}
#vijesti-head {
	width:485px;
	height:20px;
	background:#fff;
}
#vijesti-head a {
	display:block;
	float:left;
	width:80px;
	height:20px;
	line-height:20px;
	background:#666;
	color:#FFF;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
#vijesti-head a:hover {
	background:#A3A3AF;
}
.vijesti-active {
	background:#A3A3AF!important;
}
.corner2 {
	width:4px;
	height:4px;
	position:relative;
	top:-20px;
	display:block;
	left:0px;
}
img#vijesti-corner-left {
	position:relative;
	float:left;
	top:15px;
}
img#vijesti-corner-right {
	position:relative;
	float:right;
	top:15px;
}


#vijesti-content {
	width:485px;
	height:126px;
	margin-top:13px;
	background:#fff;
	border-top:#85858E 1px solid;
	overflow:hidden;
}
#vijesti-content-departures {
	width:485px;
	height:100px;
	/*background:#cf0;*/
	/*display:none;*/
	position:absolute;
}
#vijesti-content-arrivals {
	width:485px;
	height:100px;
	/*background:#0cf;*/
	/*display:none;*/
	position:absolute;
	left:-2000px;
}
.visible {
	display:block;
}
#vijesti-footer {
	width:485px;
	height:25px;
	background:#A3A3AF;
}
#vijesti-footer a {
	position:absolute;
	float:right;
	font-weight:bold;
	color:#eee;
	line-height:25px;
	left:380px;
}
#vijesti-footer a:hover {
	color:#444;	
}



/* TAG CLOUD */

#tagcloud {
	width:230px;
	/*height:216px;*/
	background:#ededed;
	position:relative;
}
#tagcloud h2 {
	font-size:12px;
	font-weight:bold;
	background:none;
	margin:0px 0px 10px 0px;
}
#tagcloud-top {
	width:230px;
	height:11px;
	background:url(images/tagcloud1.jpg) no-repeat scroll;
}
#tagcloud-bottom {
	width:230px;
	height:10px;
	background:url(images/tagcloud2.jpg) no-repeat scroll;
}
#tagcloud p {
	/*height:165px;*/
	padding:0px 10px 0px 10px;
	margin:0px;
}
#tagcloud a {
	color:#C24B00;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
}
#tagcloud a:hover {
	color:#333;
}
.tag1 {
	font-size:11px;
}
.tag2 {
	font-size:13px;
}
.tag3 {
	font-size:16px;
}
.tag4 {
	font-size:18px;
}
.tag5 {
	font-size:20px;
}
.tag6 {
	font-size:24px;
}

#search {
	width:210px;
	height:48px;
	padding:10px 10px 10px 10px;
	background:url(images/search.jpg) no-repeat scroll;
}
.search-image {
	position:relative;
	top:2px;
	left:5px;
	
}
.search-text {
	width:180px;	
}
#search h3 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	margin:5px 2px 0px 2px;
}

/* CONTENT */

#content-menu {
	width:485px;
	margin-top:15px;
}

#content-menu h2 {
	margin:0px;
	padding:7px;
	font-size:14px;
	font-weight:bold;
	color:#444;
	cursor:pointer;
	background:url(images/border4.gif) repeat-x scroll 0 28px;
	text-transform:uppercase;
}
#content-menu h3 {
	color:#444;
	font-size:12px;
	font-weight:bold;
	padding-left:7px;
	margin:7px 0px 0px 0px;
}
.tablice-p {
	margin:0px 0px 10px 0px!important;
	padding-left:50px!important;
}
.tablice-h2 {
	color:#DF2E43!important;
}
.tablice-header {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:475px;
	height:20px;
	line-height:20px;
	background:url(images/corner2.jpg) no-repeat scroll #D9D9E3;
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;	
}
.dotted-border {
	width:485px;
	height:1px;
	display:block;
	position:relative;
	font-size:1px;
	margin:5px 0px 5px 0px;
	background:url(images/border4.gif) repeat-x scroll 0 0px;
}
#content-menu p {
	margin:10px 0px 10px 0px;
	padding-left:7px;
	padding-right:7px;
	color:#444;
	line-height:14px;
}

.content-block {
	width:485px;
	display:block;
	position:relative;
	
}
.content-block p {
	margin:10px 0px 0px 0px;
	padding:0px;
}

#content-body {
	margin-top:15px;
}

#content-body h2 {
	margin:0px;
	padding:10px 7px 9px 7px;
	font-size:14px;
	font-weight:bold;
	color:#444;
	background:url(images/border4.gif) repeat-x scroll 0 33px;
	text-transform:uppercase; /**/
}
#content-body h3 {
	margin:0px;
	padding:7px 0px 7px 7px;
	font-size:13px;
	font-weight:bold;
	color:#444;
}
#content-body h4 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#444;
}
#content-body p {
	padding:0px 7px 0px 7px;
	margin:10px 0px 10px 0px;
	line-height:16px;
}
#content-popis h2 {
	margin:0px;
	padding:9px 7px 9px 7px;
	font-size:12px;
	font-weight:bold;
	color:#444;
	background:url(images/border4.gif) repeat-x scroll 0 30px;
	text-transform:none;
}
.kompanije-logo {
	position:absolute;
	margin-top:-31px;
	right:250px;
	
}
.kompanije-link {
	position:absolute;
	margin-top:-24px;
	right:250px;
	
}
#content-body-left {
	width:230px;
	position:relative;
	float:left;
}
#content-body-right {
	width:230px;
	position:relative;
	float:right;
}
.image-row {
	margin-top:20px;
}
.image-row img {
	margin-right:33px;
	border:1px #ddd solid;
	padding:3px;
	float:left;
}
.image-row-last {
	margin:0px!important;
	float:right!important;
	position:relative;
}
.title-row {
	margin-top:15px;
	position:relative;
}
.image-title {
	width:135px;
	height:20px;
	margin-right:30px;
	position:relative;
	float:left;
	text-align:center;
}
.content-menu-tourist-info h2 {
	font-size:12px!important;
	background:url(images/border4.gif) repeat-x scroll 0 31px!important;
}
.tablica td {
	background:#EDEDED;	
}
.repozitorij h2 {
	font-size:12px!important;
	line-height:15px;
}
.repozitorij-box {
	padding:10px 7px 10px 7px;
	width:485px;
}
.repozitorij-box p {
	margin:0px 0px 0px 0px!important;
	padding:0px!important;
	line-height:20px!important;
}
.repozitorij-box img {
	margin-right:15px;
	border:1px #999 solid;
	padding:3px;
	float:left;
	margin-top:5px;
}
.marina-naglaseno {
	background:#eee;
	width:472px;
	margin-left:0px;
	margin-top:10px;
	border:#999 1px dotted;
	font-weight:bold;
	color:#DF2E43!important;
}
.marina-naglaseno p {
	color:#DF2E43!important;
}
.marina-naglaseno-h2 {
	color:#DF2E43!important;
}
.marina-naglaseno img {
	border:#DF2E43 1px solid!important;
}


/* KONTAKT */

.kontakt-input {
	padding:10px 0px 0px 0px;
	position:relative;
	display:block;
}
.kontakt-input p {
	position:absolute;
	left:300px;
	color:#444;
	display:inline;
	margin:4px 0px 0px 0px!important;
}


.kontakt-text {
	width:290px;
	height:20px;
	line-height:20px;
	background:#EDEDED;
	border:#EDEDED 1px solid;
	color:#444;
	font-size:12px;
	padding:3px 0px 0px 3px;
}
textarea {
	width:457px;
	height:150px;
	background:#EDEDED;
	color:#444;
	font-size:12px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	border:#EDEDED 1px solid;
}
.kontakt-botun {
	background:#EDEDED none repeat scroll 0 0;
	border:0 none;
	color:#444;
	cursor:pointer;
	padding:10px;
}
.error {
	border:1px #f00 solid!important;
}

/* VIDEO */

.video-line {
	width:470px;
	margin-bottom:25px;
	padding-left:7px;
}

.video1 {
	float:left;
	position:relative;
}
.video2 {
	float:right;	
	position:relative;
}
.video-title {
	display:block;
	height:40px;
	width:470px;
	margin-top:10px;
}
.video-title h5 {
	font-size:11px;
	font-weight:bold;
	margin:5px 0px 0px 0px;
	padding:0px;
	color: #174583;
}
.video-title h6 {
	font-size:11px;
	font-weight:normal;
	color:#444;
	margin:0px;
	padding:0px;
	color:#777;
}
.video-title-left {
	float:left;
	position:relative;
	height:40px;
	width:225px;
}
.video-title-right {
	float:right;
	position:relative;
	height:40px;
	width:225px;
}

/* SITEMAP */

#sitemap {
	margin:10px 0px 0px 7px;
	padding:0px;
	list-style:none;
	color:#444;
}
#sitemap li {
	font-size:16px;
	font-weight:bold;
}
#sitemap ul li {
	font-size:11px;
	font-weight:bold;
}
#sitemap ul li ul li {
	font-size:11px;
	font-weight:normal;
}
#sitemap ul {
	list-style:none;
	margin:5px 0px 5px 15px;
}

/* RED LETOVA */

.row-odd-D {
	background:#C24B00;
	/*height:20px!important;*/
}
.zaglavlje-D {
	color:#0087F4;	
}
.row-odd-A {
	background:#0059A4;
	/*height:20px!important;*/
}
.zaglavlje-A {
	color:#C24B00;	
}

#content-letovi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px!important;
	font-weight:bold!important;
}
.content {
	color:#fff;
	border-top:1px #999 dotted;
}
.content2 {
	color:#000;
	/*border-bottom:1px #999 dotted;*/
	background:url(images/border5.gif) repeat-x scroll;
}
.letovi-row {
	/*margin-top:5px;*/
	
}
.textGreen {
	background-color:#009900;
	color:#fff;
	padding:0px 4px 0px 4px;
}
.textOrange {
	background-color:#FF9900;
	color:#fff;
	padding:0px 4px 0px 4px;
}
.textBlue {
	background-color:#3795DB;
	color:#fff;
	padding:0px 4px 0px 4px;
}
.textRed {
	background-color:#FF0000;
	color:#fff;
	padding:0px 4px 0px 4px;
}

.paginator {
	margin-top:15px;
	position:relative;
	float:left;
	
}
.paginator .page-normal {
	padding:5px 8px 5px 8px;
	float:left;
	background:#666;
	color:#FFF;
	margin-right:10px;
}
.paginator .page-bold {
	padding:5px 8px 5px 8px;
	float:left;
	background:#CCC;
	color:#000;
	margin-right:10px;
}
.paginator .page-normal:hover {
	background:#CCC;
	color:#000;
	
}
.paginator .page-bold:hover {
	background:#CCC;
	color:#000;
}

/* VIJESTI */

.vijest-tekst p {
	margin:0px 0px 10px 0px!important;
}
.body1-left-slika img {
	padding:3px;
	border:1px solid #999999;
	margin:0px 10px 0px 5px;
}

#header-container4 {
	width:485px;
	height:332px;
	display:block;
	position:relative;
}
#corner4 {
	width:12px;
	height:12px;
	position:absolute;
	float:right;
	right:0px;
	top:0px;
	background:url(images/corner4.png) no-repeat scroll;
}


.clanak-bez-glave {
	margin-top:-1px!important;
}
.prognoza-mala {
	position:relative;
	float:right;
	right:5px;
	top:3px;
	font-weight:bold;
	color:#fff;
	margin:0px;
}
#banner1 {
	margin-bottom:10px;
	z-index:-1;
}
#banner2 {
	padding:0 0 12px 0;
}

/* VREMENSKA PROGNOZA */

#prognoza {
	width:230px;
	position:relative;
	display:block;
	background:url(images/prognoza-crta.jpg) repeat-y scroll;
	font-size:10px;
	
}
.prognoza-td {
	width:76px;
	position:relative;
	float:left;
	text-align:center;
	line-height:14px;
}
.prognoza-td img {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:3px;
	display:block;
}
.prognoza-td p {
	padding:0px;
	margin:10px 0px 0px 0px;
	
}
.prognoza-crveno {
	color:#C24B00;
}
.prognoza-sivo {
	color:#888;
}
.prognoza-dan {
	text-transform:uppercase;
	font-size:11px!important;
}
.prognoza-tekst {
	width:68px;
	left:5px;
	position:relative;
	/*text-transform:lowercase;*/
}

.tablica-odd {
	padding:10px 5px 5px 5px;
	background:#E8E8E8;
	margin-bottom:5px;
}
.tablica-even {
	padding:10px 5px 5px 5px;
	background:#D3D2DE;
	margin-bottom:5px;
}
.table-hover {
	border-bottom:#999 1px dotted!important;
}
.table-hover:hover {
	background:#D3D2DE;
	cursor:default;
}
.table-hover2:hover {
	background:#E8E8E8;
	cursor:default;
}
table.tablica tr.even td, table.zebra tr.even th { background-color:#D9D9E3; }
table.tablica tr.odd td { background-color:#E9E9ED; }

#header-flash {
	z-index:-1;
}

#prognoza-today {
	position:relative;
	float:right;
	right:5px;
	top:0px;
}
#prognoza-today img {
	vertical-align:bottom;
}
.width728 {
	width:718px!important;
}
.width713 {	width:713px!important; }

.tablica-statistika {
	margin-top:10px; margin-bottom:4px; margin-left:6px;
}
.index-plus {
	color:#0C3;
	font-weight:bold;
}
.index-minus {
	color:#d00;
	font-weight:bold;
}

.autobusi1 {
	color:#06C;
	margin-right:14px;
}
.autobusi2 {
	color:#900;
}

.h2-no-click h2 {
	cursor:default!important;
}

.h2-link a h2:hover {
	color:#C24B00!important;
}

#Survey H2{
	border-bottom: 1px dotted black;
}

#Survey .SurveyQuestion{
	font-weight: bold;
}

#Survey .SurveyAnswer{
	margin-top: 3px;
}

#Survey TEXTAREA{
	margin-bottom: 20px;
        margin-left: 22px;
        width: 435px;
}

#Survey .SurveyCustom{

	border: none;
	background-color:#EDEDED;
	width: 450px;
}

#Survey .SurveyPersonal{
	margin-bottom: 5px;
	border: none;
	background-color:#EDEDED;
	width: 200px;
}

#Survey SELECT{
	width: 200px;
	border: none;
	background-color:#EDEDED;
        margin-left: 20px;
}

#Survey .SurveyIdent{
	margin-top: -10px;
	padding-left: 20px;
        border-bottom: 1px dotted black;
        padding-bottom: 15px;
}

#Survey .SurveyNoIdent{
       border-bottom: 1px dotted black;
       padding-bottom: 15px;
}

#Survey .SurveyNoIdent DIV{
padding-left: 20px;
padding-top: 5px;
}

#Survey .SurveyIdent DIV{
padding-top: 5px;
}

#Survey .SurveySubmit{
	margin-top: 10px;
	width: 100px;
	border: 1px dotted black;
	background: none;
	padding: 3px;
        margin-right: 4px;
}

#Survey .SurveyNote{
	margin-top: -25px;
	margin-bottom: 20px;
    border-bottom: 1px dotted black;
}

.img-certifikat {
	position:absolute;
	left:18px;
	bottom:-26px;
	z-index:20;
}


/* Duty Free Shop */
ul#dutyfree {background:#de0000 url(../en/images/dutyfreemenu-middle.png) top left;color:#fff;width:175px;padding:0px 10px 0px 18px;margin:0px;}
ul#dutyfree li {list-style-type:none}
ul#dutyfree li a {padding-left:17px;padding-top:6px;font-weight:bold;color:#fff;text-decoration:none;width:158px;height:15px;line-height:100%;background:url(../en/images/dutyfreemenu-arrow.png) no-repeat;background-position:top left}
ul#dutyfree li a:hover, ul#dutyfree li a.dutyfree-active {color:#fdb6b6;background-position:bottom left}
ul#dutyfree-slika li {position:absolute;list-style-type:none;height:27px;background:url(../en/images/dutyfreemenu-botun.png) top left;}
ul#dutyfree-slika li a {display:block;height:21px;overflow:visible;position:relative;padding-top:6px;margin-left:12px;margin-right:-12px;color:#fff;font-weight:bold;text-align:left;background:url(../en/images/dutyfreemenu-botun.png) top right;}
ul#dutyfree-slika li a:hover {color:#fdb6b6;}
ul#dutyfree-slika li.dfs-menu-1 {width:110px;top:74px;left:100px}
ul#dutyfree-slika li.dfs-menu-2 {width:60px;top:66px;left:303px}
ul#dutyfree-slika li.dfs-menu-3 {width:100px;top:160px;left:174px}
ul#dutyfree-slika li.dfs-menu-4 {width:120px;top:106px;left:10px}
ul#dutyfree-slika li.dfs-menu-5 {width:80px;top:160px;left:10px}
ul#dutyfree-slika li.dfs-menu-6 {width:155px;top:295px;left:60px}
ul#dutyfree-slika li.dfs-menu-7 {width:120px;top:213px;left:560px}

div#dutyfree-container {padding:15px}
ul.dutyfree-paginacija {float:right;margin:0px;padding:0px}
ul.dutyfree-paginacija li {float:right;list-style-type:none;margin-left:5px;}
ul.dutyfree-paginacija li a {display:block;background:#df0505;font-size:140%;color:#fff;width:10px;padding:5px 10px 5px 10px;text-align:center;font-weight:bold;text-decoration:none;}
ul.dutyfree-paginacija li a:hover,
ul.dutyfree-paginacija li.dutyfree-paginacija-current a:hover {background:#ab0101;}
ul.dutyfree-paginacija li.dutyfree-paginacija-current a {background:#c3c3c3;}
ul.dutyfree-proizvodi, #dutyfree-container h4 {clear:both}
ul.dutyfree-proizvodi li {width:300px;height:122px;float:left;list-style-type:none;margin-left:5px;margin-right:15px;margin-bottom:25px;margin-top:5px;border-bottom:1px dotted #e5e5e5}
ul.dutyfree-proizvodi li:hover {/*background:#df0505;color:#fff;*/border-bottom:1px solid #e5e5e5}
ul.dutyfree-proizvodi li:hover em, ul.dutyfree-proizvodi li:hover strong {color:#df0505}
ul.dutyfree-proizvodi li span {float:left;display:block;width:120px;height:120px;background:#fff}
ul.dutyfree-proizvodi li em {font-size:120%;font-weight:bold;font-style:normal}
ul.dutyfree-proizvodi li strong {font-size:140%}
ul.dutyfree-proizvodi li b {text-decoration:line-through}
ul.dutyfree-proizvodi li strong a {display:block;padding-top:45px}
ul.dutyfree-proizvodi li strong a:hover {color:#df0505;text-decoration:underline}
ul.dutyfree-proizvodi li span a {display:block;border:1px solid #ffffff}
ul#fragrances li em {display:block;padding-top:50px}

h3.dutyfree-label-january,
h3.dutyfree-label-february,
h3.dutyfree-label-march,
h3.dutyfree-label-april,
h3.dutyfree-label-may,
h3.dutyfree-label-june,
h3.dutyfree-label-july,
h3.dutyfree-label-august,
h3.dutyfree-label-september,
h3.dutyfree-label-october,
h3.dutyfree-label-november,
h3.dutyfree-label-december {width:297px;height:196px;overflow:visible;position:relative;top:-48px;left:440px;text-indent:-99999px}
h3.dutyfree-label-january {background:url(../en/images/dutyfree/label_january.png) no-repeat;}
h3.dutyfree-label-february {background:url(../en/images/dutyfree/label_february.png) no-repeat;}
h3.dutyfree-label-march {background:url(../en/images/dutyfree/label_march.png) no-repeat;}
h3.dutyfree-label-april {background:url(../en/images/dutyfree/label_april.png) no-repeat;}
h3.dutyfree-label-may {background:url(../en/images/dutyfree/label_may.png) no-repeat;}
h3.dutyfree-label-june {background:url(../en/images/dutyfree/label_june.png) no-repeat;}
h3.dutyfree-label-july {background:url(../en/images/dutyfree/label_july.png) no-repeat;}
h3.dutyfree-label-august {background:url(../en/images/dutyfree/label_august.png) no-repeat;}
h3.dutyfree-label-september {background:url(../en/images/dutyfree/label_september.png) no-repeat;}
h3.dutyfree-label-october {background:url(../en/images/dutyfree/label_october.png) no-repeat;}
h3.dutyfree-label-november {background:url(../en/images/dutyfree/label_november.png) no-repeat;}
h3.dutyfree-label-december {background:url(../en/images/dutyfree/label_december.png) no-repeat;}

.tipsy { padding: 5px; font-size: 11px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }


/* footer links */
#footer-kompanije a.foot-link {display:block;float:left;background-image:url(images/zl_sprite.png);background-repeat:no-repeat;margin:0px 10px;}
#footer-kompanije a.ryanair {width:93px;height:29px;background-position:-123px -55px;}
#footer-kompanije a.ryanair:hover {background-position:-10px -55px;}
#footer-kompanije a.germanwings {width:95px;height:33px;background-position:-123px -160px;}
#footer-kompanije a.germanwings:hover {background-position:-11px -160px;}
#footer-kompanije a.lufthansa {width:96px;height:30px;background-position:-111px -378px;margin:3px 10px 0px 0px;}
#footer-kompanije a.lufthansa:hover {background-position:-10px -378px;}
#footer-kompanije a.intersky {width:90px;height:34px;background-position:-123px -104px;margin:0px 10px 0px 15px;}
#footer-kompanije a.intersky:hover {background-position:-11px -103px;}
#footer-kompanije a.croatiaairlines {width:72px;height:37px;background-position:-122px -212px;}
#footer-kompanije a.croatiaairlines:hover {background-position:-16px -212px;}
#footer-kompanije a.danube {width:111px;height:31px;background-position:-122px -422px;margin:3px 10px 0px 10px;}
#footer-kompanije a.danube:hover {background-position:-1px -422px;}
#footer-kompanije a.jobair {width:97px;height:36px;background-position:-129px -473px;margin:0px 10px 0px 2px;}
#footer-kompanije a.jobair:hover {background-position:-8px -473px;}

/* tabs */
ul#tab-nav {list-style:none;padding:0 0 15px 0;margin:0;height:21px;}
ul#tab-nav li {display:inline;}
ul#tab-nav li a {display:block;float:left;height:21px;line-height:21px;text-indent:5px;color:#000;font-weight:bold;font-size:12px;background-color:#D9D9E3;margin:0 2px 0 0;width:95px;}
ul#tab-nav li a:hover, ul#tab-nav li a.current {color:#fff;background-color:#0059A4;}
#tabs-container {position:relative;overflow:hidden;}
#tabs-container .tab-cont {visibility:hidden;z-index:1;width:485px;position:absolute;top:0;}
#tabs-container .tab-cont h3.title {color:#DF2E43;padding:7px 0 14px 7px;text-transform:uppercase;}

#tabs-container a.more {display:block;padding:8px 20px;font-size:14px;font-weight:bold;color:#fff;background-color:#0059A4;float:left;margin:10px 0 10px 7px;text-transform:uppercase;}
#tabs-container a.more:hover {color:#000;background-color:#D9D9E3;}

#tabs-container .tab-cont p.direction {margin:6px 0;font-size:12px;font-weight:bold;color:#57A23E;}
#tabs-container .tab-cont p.direction img {vertical-align:middle;margin-right:10px;}
#map_canvas_bus {height:340px;width:485px;margin:0 0 12px 0;}
#map_canvas_car {height:340px;width:485px;margin:0 0 12px 0;}