﻿body 
{
    margin: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-left: 5px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
}
ul
{
    margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 5px;
    list-style-position: inside;
	list-style-type: square;
}

hr
{
    height: 2px;
    border-color: #6A6395;
    color: #6A6395;
}

.cisla
{
    list-style-position: inside;
    list-style-type: decimal;
}

.pismena
{
    list-style-position: inside;
    list-style-type: lower-alpha;
    margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}

.cervena
{
    color: Red;
    text-align: center;
}

h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: large;
    color: #6A6395;
    text-align: center;
}

h2
{
    font-family: Verdana;
    font-weight: bold;
    font-size: small;
    text-decoration: underline;
    color: #6A6395;
    margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 1px;
}

p
{
    margin: 0px 0px 5px 2px;
	padding: 0px 0px 5px 2px;
}

b
{
    margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 2px;
}

.HeadTable
{
    width: 750px;
    height: 100px;
    padding: 0px 0px 0px 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 0px;
    padding-top: 0px; 
}

.HeadTable .tdLogo
{
    width: 100px;
}

.HeadTable .tdTitle
{
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
}

.HeadTable .tdMenu
{
    padding-left: 5px;
    background-color: #6A6395;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url('/Images/ruzek.gif');  
}

.HeadTable .Active
{
    padding-left: 5px;
    background-color: #A5A1C3;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url('/Images/ruzek-active.gif');    
}

.MenuLink
{
    font-family: Verdana;
    font-weight: bold;
    font-size: smaller;
    color: White;
    text-decoration: none;
}

.Page
{
    border-color: #A5A1C3;
    border-width: 1px;
    border-style: solid;
    width: 750px;
    padding: 5px 5px 5px 5px;
}

.ImageLeft
{
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}

.ImageRight
{
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}

.Footer
{
    text-align: center;
    color: #A0A0A0;
}

.ImgStin
{
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA,direction=135);
}

/* ------------BOX S OBRAZKEM VE STRANCE ZACATEK---------------*/
#divDetailPictureBox {
  position: fixed;
  display: none;
  z-index: 20;
  top: 50px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA,direction=135);
}

#divDetailPictureBox .header {
  width: 100%;
  background-color: #A5A1C3;
  border: #F2F2F2 solid 1px;
  color: white;
  font-weight: bold;
}

#divDetailPictureBox .header .text {
  display: block;
  margin: 2px;
}

#divDetailPictureBox .pictBox {
  width: 100%;
  background-color: #FFFFBB;
  text-align: center;
  border-color: #A5A1C3;
  border-style: solid;
  border-width: 1px;
}

#divDetailPictureBox .pictBox img {
  margin-top: 15px;
  border: solid black 1px;
}

#divDetailPictureBox .close {
  text-align: center;
  margin: 5px;
}

#divDetailPictureBox .closeBox {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  height: 12px;
  width: 12px;
  font-size: 1px;
  line-height: 1px;
  background-color: white;
  background-image: url('/images/ico-close.gif');
  cursor: pointer;
  _cursor: hand;
}
/* ------------BOX S OBRAZKEM VE STRANCE KONEC---------------*/