body {
		SCROLLBAR-FACE-COLOR: #f7ad34; 
		SCROLLBAR-HIGHLIGHT-COLOR: #a42a27; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #ba4220; 
		SCROLLBAR-ARROW-COLOR: #ba4220;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family: tahoma;
		font-size: 13px;
		/* barvu pisma v editoru je potreba dat color i do body - pro stranky je color v tabulce */
		color: white;
 		/* image na pozadi udelat obrazkem a dat do indexu do body, aby se pozadi mohlo udelat barvou pro vnitrek editoru */ 
		background-color: #a42a27;
		}

A  {
        color: #f7ad34;
        text-decoration: none;
        font-size: 11px;
        }

A:Active  {text-decoration : underline;}

A:Hover  {
        color: #9dbe67;
        text-decoration: underline;
        }

A.menu {
	color: #FCFCFC;
	text-decoration: underline;
	font-size: 11px;
	font-family: tahoma;
	}

A.menu:Active  {text-decoration : underline;}

A.menu:Hover  {
	color: #f7ad34;
	text-decoration: none;
	}			
		
		
		
.nadpis_kap {
        color: white;
        text-align: center;
		text-decoration : underline;
        padding-left: 2px;
        padding-top: 2px;
        font-weight: bold;
        font-size: 14px;
}
#nadpis {
        color: White;
        text-align: right;
        padding-left: 2px;
        padding-top: 2px;
        font-weight: bold;
        font-size: 10px;
}
#datum {
        color: #a42a27;
        text-align: right;
        font-weight: bold;
        font-size: 10px;
}

table {
        z-index: 10;
        text-align:justify;
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
		color: white;
}
table.tabulka_v_textu {
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        font-size: 11px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        background-color: #F8EEE5;
        }

table.tabulka_v_textu td {
        margin: 0px 0px 0px 0px;
        padding: Opx 0px 0px 0px;
        text-align:left;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        }

fieldset {
        position:relative;
        text-align:left;
        width:500px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 6px;
        padding-bottom: 6px;
        border-top:1px solid black;
        border-left:1px solid black;
        border-right:1px solid black;
        border-bottom:1px solid black;
}
legend {
        font-weight: bold;
        font-size: 13px;
        color: Black;
}
INPUT {font-size:9pt; border: 1px black solid;}
OPTION {font-size:9pt; border: 1px black solid;}
SELECT {font-size:9pt; border: 1px black solid;}

.stin_obrazku
{
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#ffcc00', Positive='true');
        border: 1px black solid;
}

.stin_obrazku2
{
        filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=7);
        border: 1px black solid;
}

kalendar th{
        font-size: 10px;
        font-weight: bold;
        background-color: #DADAFA;
        color: White;
}
.tddatum{
        font-size: 10px;
        font-weight: normal;
        background-color: #DCFCFC;
        color: black;
}
.tdhidden{
        font-size: 10px;
        font-weight: normal;
        background-color: #F2F2F2;
        color: black;
}

