@charset "windows-1250";

body 	{ SCROLLBAR-FACE-COLOR: #5e1936;
		  SCROLLBAR-HIGHLIGHT-COLOR: #5e1936;
		  SCROLLBAR-3DLIGHT-COLOR: #000000;
		  SCROLLBAR-SHADOW-COLOR: #B95C5E;
		  SCROLLBAR-ARROW-COLOR: #000000;
		  SCROLLBAR-TRACK-COLOR: #FFFFFF;
		  SCROLLBAR-DARKSHADOW-COLOR: #000000;
		  font-family: Arial;
		  font-size: 9pt;
		  background-image:url(../Images/background.png);
		  background-repeat:repeat-x;
		  background-color:#f5e142;
		  background-attachment: fixed; }

a 		{ FONT-SIZE: 9pt; FONT-FAMILY: Arial; FONT-WEIGHT: normal; COLOR: #FFE436; TEXT-DECORATION: none; }
a:hover { FONT-SIZE: 9pt; FONT-FAMILY: Arial; FONT-WEIGHT: normal; COLOR: #FFE436; TEXT-DECORATION: underline; }

P 		{ COLOR: black; FONT-SIZE: 10pt; font-family: Arial; MARGIN: 0px; TEXT-DECORATION: none; text-align: justify; }
tabla   { border:solid 1px black ;}
td 		{ FONT-SIZE: 9pt; FONT-FAMILY: Arial; FONT-WEIGHT: normal; COLOR: white; }
h1		{ FONT-SIZE: 12pt; FONT-FAMILY: Arial; FONT-WEIGHT: bold; COLOR: white; text-align: center; }
h2		{ FONT-SIZE: 10pt; FONT-FAMILY: Arial; FONT-WEIGHT: bold; COLOR: white; text-align: center; }

.MenuItem,.MenuItemOver
{
	width:100%;
	height:17pt;	
	background-repeat:no-repeat;
	border:solid 0px black;
	padding-left:15pt;
	padding-top:3pt;
	font-family:Arial;
	font-size:9pt;
}

.Popisek
{
	font-family:Arial;
	font-size:9pt;
	padding-right:5px;
	font-weight:bold;
	color:Black;
	text-align:right;
}
.PopisekAdd
{
	font-family:Arial;
	font-size:9pt;
	padding-right:5px;
	font-weight:bold;
	color:Black;
	text-align:right;
	width:120px;
	float:left;
}
.ControlAdd
{
	font-family:Arial;
	font-size:9pt;
	padding-right:5px;
	font-weight:bold;
	color:Black;
	text-align:right;
	width:280px;
	float:left;
}
.Clear
{
	clear:both;
}
.Control
{
	font-family:Arial;
	font-size:9pt;
	padding-right:5px;
	color:Black;
	width:100%;
	border:solid 2px #ff6600;
}
.Ctrl40,.Ctrl20Bt
{
	width:250px;
	border:1px solid Black;
}

.MainAdd
{
	width:420px;
}
.CenterClass
{
	text-align:center;
}
	

.MenuItem
{
	background-image:url(../Images/DuklaMenuBack1.gif);
}
.MenuItemOver
{
	background-image:url(../Images/DuklaMenuBack2.gif);
}

.DivClass
{
	width:100%;
	height:100%;
}

.FormButton
{
	width:40pt;
	border:solid 1px black;
}

.FormCombo
{
	width:50%;
	border:solid 1px black;
}

.FormComboFull
{
	width:100%;
	border:solid 1px black;
}

.FullWidth
{
	width:100%;
}

.FullWidthBLACK
{
	width:100%;
	color:Black;
}

.TB
{
	width:300px;
}
.TBML
{
	width:300px;
	height:80px;
}

.FullWidthML
{
	width:100%;
	height:50pt;
}

.Frame
{
	background-color:#F5E142;
	color:#5e1936;
	border:solid 1px #000000;
	font-weight:bold;
}

.FrameText
{
	color:#F5E142;
}

#menu 
{
width: 100%;
position:relative;
float:left;
background-color:#f5e142;
border-top:solid 1px #000000;
border-bottom:solid 1px #000000;
}

#menu ul 
{
list-style: none;
margin: 0;
padding: 0;
white-space: nowrap;
}

#menu ul li
{
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	font-size:8pt;
	color:Black;
	float:left;
	width:63pt;
	position:relative;
	margin: 0;
	padding: 0;
	text-align:center;
	border-right:solid 1px Black;
}



#menu ul li ul 
{
	display: none;
	position: absolute;
	top:1.2em;
	left:0em;
	z-index:5000;
	width:200pt;
	border:solid 1px #f5e142;
}

#menu ul li ul li
{
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	font-size:8pt;
	background-color:#5e1936;
	color:Black;
	float:none;
	position:relative;
	margin: 0;
	padding: 0;
	text-align:left;
	border-right:none;
}

#menu ul li ul li a
{
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	font-size:8pt;
	background-color:#5e1936;
	color:#F5E142;
	border:none;
	width:140pt;
	text-align:left;
	padding-left:5pt;
	
}

#menu ul li a
{
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	font-size:8pt;
	background-color:#F5E142;
	color:Black;
	border:none;
}

#menu ul li:hover ul, #menu ul li.over ul
{
	display: block;
	position: absolute;
	background-color:#5e1936;
}
#menu ul li:hover, #menu ul li.over
{
	
	background-color:#5e1936;
	color:#F5E142;
}

