BODY
{
SCROLLBAR-FACE-COLOR: #F4F4F4;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #FFFFFF; 
SCROLLBAR-DARKSHADOW-COLOR: #F4F4F4;
}

table {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 15px;
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000;
	padding-top: 0px;
	vertical-align: top;
/*	filter: RevealTrans(Duration=1,Transition=5),
	RevealTrans(Duration=0.25,Transition=12);*/
}

.Top{
	background-image: url(../img/TopBgr.png); 
    background-repeat: repeat-y;
}

.NadpisStranky{
	font-size: 20px;
	font-weight: bold;
	color: #CC0033;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Top2{
	background-image: url(../img/Top2Bgr.png); 
    background-repeat: repeat-y;
}

.PageTitle{
	background-image: url(../img/PageTitleBgr1.png); 
	font-weight: bold;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	text-indent: 20px;
}

.ENG{
	background-image: url(../img/PageTitleBgr2.png); 
	font-weight: bold;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	text-indent: 20px;
}

.Menu{
	background-image: url(../img/MenuBgr.png);
    background-repeat: repeat-y;
	line-height: 12px;
}

.Side{
	background-color: #F4F4F4
}


a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}

#Menu a{
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 5px;
}

.SideLine{
	background-image: url(../img/SideLine.png);
    background-repeat: repeat-y;
	
}

.Button{
	background-image: url(../img/ButtonBgr.png);
    background-repeat: repeat-y;
}

.ButtonOver{
	background-image: url(../img/ButtonOverBgr.png);
    background-repeat: repeat-y;
}

.ButtonDown{
	background-image: url(../img/ButtonDownBgr.png);
    background-repeat: repeat-y;
}

.RedText{
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color: #CC0000;
}

.WhiteText{
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color: #F4F4F4;
}

.DotLine{
	background-image: url(../img/DotLine.png);
    background-repeat: repeat-x;
}

.ButtonBottom{
	background-image: url(../img/SideMenuBottom.png);
	height: 10px;
}

#SubMenu {
	background-image: url(../img/ButtonBgr.png);
	background-repeat: repeat-y;
	POSITION: relative;
	WIDTH: 150px;
	top: 100px;
	right: 20px;
	z-index: 3;
	display : block;
}