body
{
	background-color: #ffffff; /*#e3fbdf ;/*e3fbdf;  /* #e0f3dc povodne */
	font-family: Verdana; /*, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.HeaderStyle
{
    background-color: #CE6500;
    background-image: url(Images/h_pozadie.gif);
}
a:link
{
	color: #325b32;
	text-decoration: none;
}
a:visited
{
    color: #0000FF;
    text-decoration: underline;
}
a:hover
{
	color: #294B29;
	text-decoration: underline;
	
}

#header
{
	/*  clear: both;*/ /* position: relative;*/
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid;
	border-color: #DEAE00;
	background-image: url(Images/top_03.new4.gif);
	height: 95px;
	z-index: 105;
}
#header h1
{
	position: absolute;
	top: 0px;
	font-size: 2px;
	margin: 0px;
	padding: 0px;
}

#header .left-header
{
	left: 0px;
	top: 0px;
	width: 515px; /*position: absolute;*/
	float: left;
	background: url(Images/px_top_02.png);
	height: 95px;
	margin: 0px;
	z-index: 105;
}

#header .right-header
{
	width: 346px; /* right: 0px;*/
	top: 0px; /* position: absolute;*/
	float: right;
	background: url(Images/top_03.new4.gif);
	height: 95px;
	margin: 0px;
	z-index: 105;
}


#bottom
{
	background-color: #398A29;
}

#leftmenu
{
	position: absolute;
	top: 115px;
	left: 0px;
	width: 200px;
	border: none;
	z-index: 105;
	height: 100%;
	background-color: #B5E7AD;
}



#upmenu
{
	left: 0px; /* top:95px;*/
	height: 23px;
	width: 100%; /* position: relative;*/
	background-image: url(Images/upmenu.gif);
}

#upmenu .buttons_bar
{
	width: 920px; /* position: relative;*/
	top: 0px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
}


.anim
{
	background-color: #B5E7AD;
	border: 1px solid #398A29;
	width: 250px;
	height: 50px;
	left: 50%;
	top: 250px;
	z-index: 500;
	display: none;
	position: absolute;
}

.animImg
{
	/*background-image:url(Images/animLoad.gif);*/
	width: 85px;
	height: 20px;
	margin-top: 4px;
	margin-left: 81px;
}


/*
 * pridane styly
 */
.modalProgressGreyBackground 
{
    background:#000000;
    filter:alpha(opacity=50);
    opacity:0.5;
} 
table tr th
{
	text-align:left;
}
  ul.menu
  {
    width: 230px;
    background-color: #FFFFA5;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
  }
  ul.menu li
  {
    background-color: #DEAE00;
    padding: 4px 2px 4px 2px;
  }
  ul.menu li a
  {
    margin: 0px 0px 0px 10px;
  }
  ul.menu li a:hover,
  ul.menu li ul li a:hover
  {
    margin: 0px 0px 0px 10px;
  }  
  ul.menu li ul
  {
    padding: 0px;
    margin: 4px 0px 0px 0px;
    list-style-type: none;
  }
  ul.menu li ul li
  {
      background-color: #FFFFA5;
      border: solid 1px #DEAE00;
      padding: 4px 10px 4px 10px;
  }
