/***  Rozměry *** /

/* Šířka stránky */
table.RamecStranky
{
	width: 960px;
}

/* šířka levého pruhu */
img.sirka_levy
{
	width: 200px;
}

/* šířka pravého pruhu */
img.sirka_pravy
{
	width: 760px;
}


/* Šířka pruhu s menu */
td.LeveMenu
{
	width: 130px;
}

/* Výška a šířka hlavní části stránky */
td.HlavniCast
{
	width: 830px;
	height: 300px;
}


/* Výška patičky */
td.PatickaTD
{
	height: 29px;
}

td.LeveCtverce
{
	height: 29px;
}

td.Paticka
{
	height: 29px;
}


/***  Ostatní *** /

/* Obecné prvky */
body, div, p, a, td, th, li, dt, dl, h1, h2, h3, h4, h5, h6, img 
{ 
	border: none;
	font-family: verdana,arial,helvetica,sans-serif;	
	line-height: 140%;
	padding: 0px; 
	margin: 0px;
}

td{ text-align: left; vertical-align: top; }
body, div, p, a, td, th, li, dt, dl { font-size: 9pt; }
li, p { margin: 5pt 0pt 5pt 0pt; }
hr { height: 0px; width: 100%; border: 0px; border-top: solid 1px #808080; margin: 6px 0px 6px 0px;  }

h1 {font-size: 16pt; margin: 12px 0px 10px 0px; text-align: center; }
h2 {font-size: 12pt; margin: 9px 0px 5px 0px; text-align: center; }
h3 {font-size: 9pt; margin: 15px 0px 3px 0px; }
h4 {font-size: 9pt; font-weight:normal; margin: 6px 0px 3px 0px; }


/* Rámec stránky */
table.RamecStranky 
{
	border-collapse: separate;
	border-right: solid 1px #808080;
	border-left: solid 1px #808080;
	margin: 0px; 
	padding: 0px; 
}


/* Hlavička */
.Hlavicka 
{
	background-color: #A0A0A0;
	padding: 0px;
	vertical-align: middle;
	border-bottom: solid 1px White;
}
div.HeaderLogo
{ 
	float: left; 
	width: 100%; 
	height: 100%;
}

/* Hlavni cast */
.HlavniCast {color: #000000; font-size: 9pt;}
.HlavniCast p {text-align: left; }
.HlavniCast a { text-decoration: underline; font-size: 9pt; }
.HlavniCast a:hover { text-decoration: underline; }
.HlavniCast ul{ margin: 0px 0px 0px 40px; padding: 0px; }
.HlavniCast div.HlavniCastDiv{ padding: 12px; }


/* Horní menu */
.HorniMenu{ background-color: #606060; padding: 4px 12px 4px 12px; }

/* Pruh pod menu */
.PruhPodMenu{ border-bottom: 1 solid #808080; }
.PruhPodMenu p{ margin: 0px; }

/* Levé menu */
.LeveMenu{ padding: 8px 8px 16px 8px; }



/* Patička */
.LeveCtverce{ background-color: #606060; padding: 0px;  margin: 0px; border-top: solid 1px White; }
.LeveCtverce div{ float:left; border-right: solid 1px White; }
.LeveCtverce img{ padding: 0px; margin: 0px; }

.Ctverecek_1 { background-color: #606060; }
.Ctverecek_2 { background-color: #808080; }
.Ctverecek_3 { background-color: #A0A0A0; }

.Paticka 
{
	background-color: #606060;
	border-top: solid 1px White;
	text-align: right; 
	vertical-align: middle; 
	color: White; 
	padding: 0px 12px 0px 0px; 
	font-weight: normal; 
	font-style: italic; 
}

.Paticka a { text-decoration: none; color: White; }
.Paticka a:hover { text-decoration: underline; }


/* Horní menu */
.HorniMenu, .HorniMenu a {color: White; font-weight: bold; font-size: 9pt; }
.HorniMenu a {text-decoration: none;}
.HorniMenu a:hover {text-decoration: underline;}
.HorniMenu ul {display: inline; padding: 0px; margin: 0px;}
.HorniMenu li {display: inline; padding: 0px; margin: 0px; font-size: 9pt;}
.HorniMenu li.first {}


/* Levé menu */
.LeveMenu
{
	color: White;
	background-color: #606060;
}

.LeveMenu .MenuDescription { font-weight: bold; font-size: 12pt; }
.LeveMenu .MenuSubDescription {font-weight: bold; font-size: 12pt; }
.LeveMenu .lmnp img {vertical-align: middle; padding-bottom: 4px;}
.LeveMenu .lm1, .LeveMenu .lm2 {display: block;}
.LeveMenu .lm1 {font-weight: bold; margin: 6px 0px 3px 10px; padding: 0px 0px 0px 0px; font-size: 9pt; list-style-type: none;}
.LeveMenu .lm2 {font-weight: normal; margin: 1px 0px 0px 12px; padding: 0px 0px 0px 0px; font-size: 9pt; list-style-type: none; }
.LeveMenu a {text-decoration: none; padding-top: 6px; color: White; }
.LeveMenu a:hover {text-decoration: underline; }
.LeveMenu a.sel {color: White;}
.LeveMenu a img {display: inline; margin: 0px 18px 0px 18px;}

