﻿.t1
{
    font-family: Tahoma;
    font-size: xx-small;
    color: #000000;
}
.t1braun
{
    font-family: Tahoma;
    font-size: xx-small;
    color: #800000;
}
.v
{
    font-family: Verdana;
    color: #000000;
}
.v1
{
    font-family: Verdana;
    font-size: xx-small;
    color: #000000;
}
.v1m
{
    font-family: Verdana;
    font-size: x-small;
    color: #0000FF;
}
.v2
{
    font-family: Verdana;
    font-size: small;
    color: #000000;
}
.v2red
{
    font-family: Verdana;
    font-size: small;
    color: #ff0000;
}
.v2b
{
    font-family: Verdana;
    font-size: small;
    color: #000000;
    font-weight: bold;
}.v2r
{
    font-family: Verdana;
    font-size: small;
    color: #000000;
    text-align: right;
}
.v4b
{
    font-family: Verdana;
    font-size: large;
    color: #000000;
    font-weight: bold;
}
.pozadi
{
    font-family: Arial;
    font-size:smaller;
    background-image: url('tlapky1.jpg');
    background-attachment:  scroll;
}
.pozadi a:link, a:visited
{
    /*color: #ffe1a3;*/
    color: #A52A2A;
}
.pozadi a:vlink
{
    color:#A52A2A;
}
.pozadi a:alink
{
    color:#FF0000;
}
.tabulka
{
    font-family:Verdana, Tahoma, Arial;
    font-size:small;
    background:#FFFFFF;
}
.tabulka thead
{
    background-color:#FFCC99;
}
.hlavicka
{
    background-color:#FFCC99;
}
.tabulka td
{
    font-size:small;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.box {
    box-width: border-box;
    width: 6em;
    height: 2.5em;
    border-radius: 0.5em 2em 0.5em 2em
}
.float{
font-size: 12px;
font-weight: bold; 
text-align: left; 
position: absolute;
/*top: 466px;
width: 520px;*/
left: 50px;  
background-color: #CFB69C; 
color: black; 
z-index: 1000;
border-top-width: 3px;
border-left-width: 3px;
border-right-width: 5px;
border-bottom-width: 5px;
border-top-style: outset;
border-right-style: outset; 
border-bottom-style: outset; 
border-left-style: outset;
padding-top: 4px; 
padding-right: 4px; 
padding-bottom: 4px; 
padding-left: 4px;
border-top-color: #A9A9A9; 
border-right-color: #A9A9A9; 
border-bottom-color: #A9A9A9; 
cursor: help;
border-left-color: #A9A9A9;
visibility: hidden;
}
