/*body.introBody
{
  background-color: #004150;
  color: #ccddee;
  font-family: Helvetica, Arial, sans-serif;
}*/

body.mainBody
{
  background-color: #004150;
  xbackground-color: #3EA99F; 
  /*background-image: url(pogled.jpg);
  background-repeat: no-repeat;*/
  color: #ccddee;
  font-family: Helvetica, Arial, sans-serif;
}

body.overlayedBody
{
  pointer-events: none;
  position: absolute;
  border-radius: 10px;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  box-shadow: 0 0 0 100vw rgba(1, 1, 1, 0.5), inset 0 0 2px 2px rgba(1, 1, 1, 0.5);
  background: transparent;
  opacity: 0.8;  
}

#languages
{
	width: 90%;
	text-align: right;
}

A
{
  color: #ccddee;
  font-variant: small-caps;
  border-color: #ccddee;
}

/*A.textLink
{
  color: #ccddee;
  font-variant: small-caps;
  font-style: italic;
  font-weight: normal;
}*/

/*A.textLink:hover
{
  padding-left: 2;
}*/


.visitedLink
{
  color: #ccddee;
  font-variant: small-caps;
}

/*span.priceSpan
{
  font-size: 80%;
}*/

span.label
{
 font-variant: small-caps;
 color: #e54200;
 font-weight: bold; 
 xfont-size: 1.1em;
}

table.mainTable
{
  width: 90%;
}

/*tr.introMainRow
{
  text-align: right;
  vertical-align: bottom;
  font-size: 2em;
  font-weight: bold;
  font-variant: small-caps;
  color: #e54200;
  letter-spacing: 10pt;
  height: 80px;
}*/

tr.mainRow
{
  text-align: right;
  vertical-align: bottom;
  font-size: 2em;
  font-weight: bold;
  font-variant: small-caps;
  color: #e54200;
  height: 110px;
}

/*tr.prodaja
{
  text-align: middle;
  vertical-align: middle;
  font-size: 28;
  font-weight: bold;
  font-variant: small-caps;
  height: 130;
}*/

td.menuCol
{
  vertical-align: top;
  width:9em;
}

/*td.inner MenuCol
{
  xwidth:100px;
  vertical-align: top;
}*/

td.contentCol
{
  vertical-align: top;
}

/*td.priceCell
{
  width: 100;
  text-align: center;
}*/

/*td.thumbCol
{
  width: 110;
  vertical-align: top;
  text-align: left;
}*/


/*hr.headerSeparator
{
  width: 100%;
  height: 1px;
  color: #cde;
  background-color: #cde;
}*/

.wrapBlock
{
  float: right;
  margin-left: 20px;
}

.wrapBlock2
{
  float: left;
  margin-right: 20px;
}

#picModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#pic {
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
}

#pic div {
     padding:8px;
}

div.thumb
{
	float: left;
	width: 110px;
	height: 110px;
}


img.imgLink
{
	border-style: none
}

table.distances
{
	border: 1px solid;
	border-color: white;
	padding: 4px;
	border-color: #3BB9FF;
}

table.distances td
{
	vertical-align: bottom;
}

divHeader
{
  vertical-align: top;
}
