﻿
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #DFDFDF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align: top;
}
p {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color:#16387C;
	text-align:justify;
	}
h1 {
	background:transparent url(../img/h-bg.gif) repeat-x scroll 0px 100%;
    color:#00709D;
    font-family:Arial,Helvetica,sans-serif;
    font-size:20pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    margin:2px 0px 15px;
    overflow:auto;
    padding:15px 0px 2px;
    width:740px;
}

h2 {

	/* background:transparent url(../img/ng-bg-1.jpg) repeat-x scroll 0px 100%; */
    color:#00709D;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14pt;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:2px 0px 15px;
    overflow:auto;
    padding:15px 0px 2px;
    width:740px;
    /* height:35px; */
}
	
h3 {

	background:transparent url(../img/h-bg.gif) repeat-x scroll 0px 100%;
    color:#00709D;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14pt;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:2px 0px 15px;
    overflow:auto;
    padding:5px 0px 2px;
    width:500px;
}
h4 {

	background:transparent url(../img/h-bg.gif) repeat-x scroll 0px 100%;
    color:#00709D;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12pt;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:2px 0px 15px;
    overflow:auto;
    padding:3px 0px 2px;
    width:500px;
}

.NaslovPrograma {
	font-size:160%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF6600;
	}	
.twoColFixLtHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	text-align:center;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#heder h2 
{
    background:transparent url(../img/spacer.gif) repeat-x scroll 0px 100%;
}
.twoColFixLtHdr #HorizontalMenu 
{
    width:900px;
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	text-align:right;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 5px 15px 15px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { 
	text-align:center;
	padding: 10px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:thin solid #999999;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 170px; }

/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 2px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

a.headlink:link {

	FONT-SIZE: 12px;
	TEXT-TRANSFORM: lowercase; 
	COLOR: #666666; 
	FONT-FAMILY: Geneva, Arial, Helvetica, san-serif; 
	TEXT-DECORATION: none;

}
.pateka {
	font-size:70%;
	color:Green;
	}
a.pateka {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:Green;
	text-decoration:underline;
	}
a.pateka:hover {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:Green;
	text-decoration:none;
	}
a.pateka:visited {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:Green;
	text-decoration:underline;
	}
a.headlink:visited {

	FONT-SIZE: 12px; 
	TEXT-TRANSFORM: lowercase; 
	COLOR: #666666; 
	FONT-FAMILY: Geneva, Arial, Helvetica, san-serif; 
	TEXT-DECORATION: none;

}

a.headlink:hover {

	FONT-SIZE: 12px; 
	TEXT-TRANSFORM: lowercase; 
	COLOR: #ff6633; 
	FONT-FAMILY: Geneva, Arial, Helvetica, san-serif; 
	TEXT-DECORATION: none;

}
.sivo {

	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	FONT-SIZE: 12px; 
	COLOR: #cccccc; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: Geneva, Arial, Helvetica, san-serif;
}
.copyright {
	color:Gray;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright a {
color:Gray;
font-size:10px;
text-decoration:underline;
color:Gray;
font-weight:normal;
}
.copyright a:hover {
color:Gray;
font-size:10px;
text-decoration:none;
color:Gray;
font-weight:bold;
}
.webmaster {
	color:Gray;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.webmaster a {
color:Gray;
font-size:10px;
text-decoration:none;
color:Gray;
font-weight:normal;
}
.webmaster a:hover {
color:Gray;
font-size:10px;
text-decoration:none;
color:Gray;
font-weight:bold;
}
.tabela_ponuda {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#025988;
 }
 .tabela_ponuda_portokalova {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	color:#16387C;
	border:#E87812 1px solid;
 }
.tabela-hoteli {
	border-left:1px solid #77A4FF;
	border-right:1px solid #77A4FF;
	}

a.link-hoteli {
	color: #FFFFFF;
	font-size:90%;
	text-decoration:none;
}
a.link-hoteli:hover {
	color: #FFFFFF;
	font-size:90%;
	text-decoration:underline;
}
a.link-hoteli:visited {
	color: #FFFFFF;
	font-size:90%;
	text-decoration:none;
}
a.link-hotel-strana {
	color: #FF6600;
	font-size:100%;
	text-decoration:none;
}
a.link-hoteli-strana:hover {
	color: #FF6600;
	font-size:100%;
	text-decoration:underline;
}
a.link-hoteli-strana:visited {
	color: #FF6600;
	font-size:100%;
	text-decoration:none;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size:95%;
}
.style2 {
	color: #FFFFFF;
	font-size:95%;
}
.style3 {color: #FFFFFF; }

.table-blue {

	background-color: #FAFCFE; border: 1px #C5E1F7 solid; margin-bottom:8px;}
#senka
{
    background: #C0DFFD url(../img/senka.png) no-repeat bottom right;
    margin: 2px 4px 0px 2px;
}
#senka img
{
    display: block;
    position: relative;
    background-color: #AAD0FB;
    margin: -2px 3px 3px -2px;
    top: 2px;
    left: 0px;
}
.poveke {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #1e62ab;
	text-decoration:none;
}
a.poveke:link {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #1e62ab;
	font-weight:normal;
	text-decoration:none;
}

a.poveke:hover {
	color: #1e62ab;
	font-weight:normal;
	text-decoration:underline;
}

a.poveke:visited {
	color: #1e62ab;
	font-weight:normal;
}
.hotel {
    FONT-SIZE: 11px;
    font-weight: bold;
    COLOR: #00709D;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: top;
}
a.hotel:link 
{
    FONT-SIZE: 11px;
    font-weight: bold;
    COLOR: #00709D;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: top;
    text-decoration:none;
}
a.hotel:hover 
{
    FONT-SIZE: 11px;
    font-weight: bold;
    COLOR: #00709D;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: top;
    text-decoration:underline;
}
a.hotel:visited 
{
    FONT-SIZE: 11px;
    font-weight: bold;
    COLOR: #00709D;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: top;
    text-decoration:none;
}
.tekst_kelija {

	FONT-SIZE: 11px; COLOR: #047198; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN:justify;

}
.naslov_kelija_april {
background-image: url(../img/pozadina-april-naslov.jpg);
}

#kontenjer
{
    width: 98%;
    
    text-align:left;
   
    
}
#levo-kolona
{
    width: 95%;
    padding-top:5px;
    padding-bottom:20px;
    text-align:left;
}
#desno-kolona
{
    float: right;
    width: 25%;
    padding-top:40px;
    padding-right:35px;
}
#naslov-destinacija
{
   background-image: url(../img/pozadina_ng.gif);
   width:360px;
   height:45px;
   color: #00709D;
   font-family:Verdana Arial, sans-serif;
   font-weight:bold;
   font-size:20px;
   text-align:center;
   padding-top:25px;
   letter-spacing:4px;
   border:solid 1px #00709D;
}
#levo-naslov 
{
    float:left;
}
#desno-naslov 
{
    float:right;
}

    
#podnaslov-destinacija
{
    
    padding:5px;
    text-align:left;
    vertical-align:middle;
    font-family:Arial, Verdana,  sans-serif;
    font-size:13px;
    color: #16387C; 
    clear:both;
}
#cena-programa
{
    width:90%;
    font-size:16px;
    font-family:Verdana Arial, sans-serif;
    font-weight:bold;
    color:Red;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}
#opis-grad
{
    font-size: 12px;
    color: #16387C;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    padding: 0px 5px 5px 5px;
    width: 500px;
    margin-left:200px;
    vertical-align:top;
}

#opis-destinacija 
{
    font-size: 11px; 
    color: #16387C; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-align: left;

}

.p-opis-destinacija
{
    margin-left: 20px;
    margin-right: 10px;
    font-size: 11px;
    color: #16387C;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #000099;
    padding-left: 5px;
    margin-top:10px;
    margin-bottom:10px;
}


.opis-naslov
{
    border-style: dotted;
    border-width: 1px;
    font-size: 11px;
    background-color: #FFEEE0;
    color: #16387C;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top:1px;
    padding-bottom:1px;
}
#ostanato-programa 
{
    font-size: 11px; 
    color: #16387C; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-align:left;
    margin-top:15px;
    width:370px;
    float:left;
}
#formular
{
    float:right;
    margin-top:15px;
    margin-right:10px;
}
#izramni 
{
    clear:both;
    width:95%;
}

#globus 
{
    background-image:url(../img/globus.gif);
    background-position:right;
    vertical-align:top;
    background-repeat:no-repeat;
    background-color:#F6FFD9;
}

.viza-zemja {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #00709D;
	text-transform:uppercase;
}
a.viza-zemja {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #00709D;
	font-weight:bold;
	text-transform:uppercase;
    text-decoration:none;
}

a.viza-zemja:hover {
	color: #00709D;
	font-weight:bold;
	text-decoration:underline;
}

.boja-naslov-destinacija 
{
    color:#0056A8;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
}
a.kategorija-vo-programa
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #0056A8;
    text-decoration:none;
}
a.kategorija-vo-programa:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #0056A8;
    text-decoration:underline;
}
.isprati
{
    cursor: pointer;
}
#heder
{
    width: 100%;
    
    padding-left:10px;
    margin-bottom:20px;
    
}
#cena
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #B0BEC7;
    border-right-color: #BCBCBC;
    border-bottom-color: #B0BEC7;
    border-left-color: #BCBCBC;
    background-color: #F1F5F6;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right:10px;
    color: #FF0066;
    font-family: Arial, Tahoma, Verdana;
    font-size: 20px;
    
    
}
.tekst {

	FONT-SIZE: 80%; COLOR: #16387C; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: justify;

}
.table-red {

	background-color: #FFFCFC; border: 1px #FFD2BF solid;
}
.datum {
	font-size: 10px;
	color: #16387C;
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
 .legenda 
 {
    font-size:10px;
    font-family:Verdana, Arial;
    color:#000099;
 }
 .tekst_kelija_sino_ramka {
background-color:#EFF3FB;
padding-left:10px;
padding-top:7px;
padding-bottom:7px;
border-bottom-color:#ffffff;
border-bottom-width:2px;
border-bottom-style:solid;
}
.plava_linija 
 {
    border-bottom:solid 1px #EFF3FB;
    padding-bottom:10px;
    padding-top: 5px;
 }
  .opis 
 {
    font-size:11px;
    font-family:Verdana, Arial;
    color:#000099;
 }
  .povece_sliki {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FF6600;
    font-weight:bold;
 }
.ramka {
	border:1px solid #0395E2;
}
.ramka2 {
	border:1px solid #276A7C;
}
.ramka3 {
	border:1px solid #2C4C74;
}
.ramka4 {
	border:1px solid #B65608;
}

.style5 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
}
.style6 {color: #FFCC00}

.ProgramaHotelCenovnik_Link
{
    font-size: 110%;
    
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FF6600;
}
a.ProgramaHotelCenovnik_Link:hover
{
    font-size: 110%;
    
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #FF6600;
}
.ProgramaHotelCenovnik_Link:visited
{
    font-size: 110%;
    
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #FF6600;
}
.Cenovnik_Link
{
    font-size: 80%;
    
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FF6600;
    font-weight:bold;
}
a.Cenovnik_Link:hover
{
    font-size: 80%;
    
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #FF6600;
    font-weight:bold;
}
.Cenovnik_Link:visited
{
    font-size: 80%;
    
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #FF6600;
    font-weight:bold;
}
.tabela-let {
    font-size: 80%;
    }

.nazad 
{
    color:#FF6600;
    text-decoration:none;
}
a.nazad 
{
    color:#FF6600;
    text-decoration:none;
}
a.nazad:hover
{
    color:#FF6600;
    text-decoration:underline;
}
a.nazad:visited
{
    color:#FF6600;
}
a.tekst-link 
{
    text-decoration:none;
    color:#16387C;
}
a.tekst-link:hover
{
    text-decoration:underline;
    color:#16387C;
}
.CenaOpis
{
    font-size:12px;
    color:Black;
	font-weight:normal;
}
#kontenjer2
{
    width: 93%;
    
    text-align:left;
   
    
}

#menu {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
ul, ol, dl {
z-index:1;
}

#menu li {
display:inline;
margin:0;
padding:0;
}

a {
color:Black;
text-decoration:none;
}

#menu li img {
margin:0 0 1px;
border:0 none;
}


table .general {
border:1px solid #A9C6E2;
border-collapse:collapse;
clear:both;
empty-cells:show;
line-height:1.2;
margin:0;
table-layout:auto;
font-size:75%;
width:750px;
}


table.general tr.odd {
background-color:#F2F8FF;
}

.red-grid 
{
    border-bottom: solid 1px #B9DFFE; 
   
}
.pansion 
{
    color: #098CCD;
    font-size:80%;
}
.anketa-header 
{
    text-align:center;
}
.anketa-question 
{
    text-align:center;
}
.tabela-grcija p 
{
    padding:0;
    margin:4px 0px 4px 0px;
    text-align:center;
    font-size:11px;
}
.sliki 
{
    margin:16px 4px 16px 25px;
    padding:0;
}
.slika 
{
    height:124px;
    width:161px;
    float:left;
    background:url(../img/shadowAlpha.png) no-repeat scroll right bottom transparent !important;
    float:left;
    margin:0 10px 10px;
    padding:0;
}
.slika img
{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
display:block;
margin:-5px 5px 5px -5px;
padding:4px;
position:relative;
}

.BeliBukviPogolemi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.TabelaBukviPogolemi {
	font-size:11px; font-family:Verdana, Geneva, sans-serif; text-align:center; height:150px;
}