﻿/*************** NAVIGATION ********************/
#MasterPageNavigacia ul
{
  position: absolute;
  top: 24px;
  z-index:999;
  min-width: 300px;
  list-style: none;
  background-color:#edf5ff;
  border:solid 1px #7888aa;
  visibility: hidden;
  padding:5px;
}

#MasterPageNavigacia:hover ul
{
	visibility: visible;
}

#MasterPageDatum
{
    padding-top: 5px;
}

/*************** INFOBOX ********************/

.info_box_info
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 197px;
  _height: 270px;
  min-height: 270px;
}

.info_box_border
{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 175px;
    border: 2px Solid Black;
}

.info_box_odkaz
{
    position: absolute;
    left: 15px;
    top: 3px;
    background-color: #D6D6D6;
    width: 130px;
    height: 15px;
    vertical-align: middle;
    z-index: 999;
}

.info_box_text
{
    position: absolute;
    top: 0px;
    left: 10px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    text-decoration: none; 
}

.info_box_text:visited
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    text-decoration: none; 
}

/************* KALENDÁR *******************/

div.calendar
{
   padding-right: 15px; 
}

div.calendar table
{
    width: 100%;
}

/*************** DATUM ********************/

#aktualny_datum
{
	text-align: right;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    width: 142px;
    margin-right: 10px;
}

.right
{
    margin-bottom: 0px;
}