#side1wrap
{
    float: left;
    width: 180px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#side1cont
{
    margin-top: 15px;
    margin-left: 0px;
}
#pagehead
{
}
#pagewrap
{
    position: relative;
    width: 760px;
    margin: 0px auto 0px auto;
    padding: 0px;
    background: url('../images/bk_01.png') top left repeat-y;
    height: auto;
    min-height: 100%;
    _height: 100%; /* IE */
}
#pagefoot
{
    width: 760px;
    position: absolute;
    bottom: 0px;
    left: 00px;
    height: 17px;
    text-align: center;
    background-color: #C0C0C0;
    color: #585858;
    font-size: 11px;
}
/* Note: DON'T set pagewrap background to fixed !!! - mess in Opera/Gecko-core */
#pagewrap1
{
    position: relative;
    background: url('../images/bk_01.png') top left repeat-y;
    width: 760px;
    margin-left: 0px;
    padding: 0px;
    height: auto;
    min-height: 100%;
    _height: 100%; /* IE */
}
#pagecont
{
    position: relative;
    width: 760px;
    left: 0px;
    padding-bottom: 30px;
}
#contheadvisual
{
    position: relative;
    display: block;
    text-align: right;
    font-size: 10px;
    margin-bottom: 10px;
}
#contfoot
{
}
#contwrap
{
    padding: 5px 20px 10px 188px;
}
#contcont
{
    background-color: #FFFFFF;
}


/*************************** CONTENT LEFT MENU *******************************/

.leftMenuList {
  border-top: 1px solid #F4F4F4;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 168px;
}

.leftMenuList li {
}

.leftMenuList li a {
  background-color: none;
  background-repeat: no-repeat;
  padding-top: 3px;
  padding-bottom: 3px;
  color: black;
  font-family: Arial CE, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  width: 168px;
  display: block;
  border-bottom: 1px solid #F4F4F4;
}

.leftMenuList li a:hover {
  color: white;
  background-color: #C0C0C0;
  text-decoration: none;
}

/***** LEVEL 1 *****/

.leftMenuList li.level1 div {
  margin-left: 21px;
}

.leftMenuList li.level1 span {
  margin-left: 21px;
}

.leftMenuList li.level1 a {
  background-image: url("../images/bod.gif");
  background-position: 7px 6px;
}

.leftMenuList li.level1 a:hover{
}

.leftMenuList li.level1 a.selected {
  color: black;
  font-weight: bold;
}

/***** LEVEL 2 *****/

.leftMenuList li.level2 div {
  margin-left: 25px;
}

.leftMenuList li.level2 span {
  margin-left: 25px;
}

.leftMenuList li.level2 a {
  border-left: solid 4px #EBBEBB;
  font-weight: normal;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.leftMenuList li.level2 a:hover{
  border-left: solid 4px #EF5B3F;
}

.leftMenuList li.level2 a.selected {
  border-left: solid 4px #EF5B3F;
  background-color: #C7CADD;
  color: black;
}



/***** LEVEL 3 *****/

.leftMenuList li.level3 div {
  margin-left: 35px;
}

.leftMenuList li.level3 span {
  margin-left: 35px;
}

.leftMenuList li.level3 a {
  background-image: url(../images/sipka_seda.gif);
  background-position: 25px 7px;
}

.leftMenuList li.level3 a:hover{
  background-image: url(../images/sipka_seda_bila.gif);
}

.leftMenuList li.level3 a.selected {
  background-color: #0065D7;
  background-image: url(../images/sipka_seda_bila.gif);
  color: white;
  font-weight: bold;
}



