#logo {
  float: relative;
  margin:20px 0 0 50px;
}
body {   background:#e4f9ff url(../i/page_bg.jpg) repeat-x top;      }
body, p, td {font-family: 'Short Stack', cursive; font-size:20px;}
.stopka{height:426px;  margin:0; padding:0;background-image:url(../i/bg_footer2.jpg);     background-repeat:repeat-x;
   background-position:center bottom;}
.stopka2 { height:426px; 
   background-image:url(../i/bg_footer.jpg);
   background-repeat:no-repeat;
   background-position:center bottom;   }
   
#navigation {font-size:0.75em; width:260px; float:left;}
#navigation ul {margin:10px 0 0 0; padding:0px; }
#navigation li {list-style: none;  border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px; border-top-right-radius:15px;border-bottom-right-radius:15px; margin-bottom:5px; }
#navigation a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:33px;
 font-size:1.2em;
 font-weight:bold;
 line-height: 28px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#navigation a:hover{
 text-decoration:underline;
}

#navigation li:hover {
 background: #f90;
 position: relative;
}  

#navigation ul li ul.submenu {  
  }
#navigation ul li ul   { position: absolute;
    left: 200px;
    margin-top: -34px;
    display:block;
    visibility: hidden;   
} 
#navigation ul li:hover  ul {visibility:visible;}
#navigation ul li ul li {width:180px;}
.page-id-19 .sidelist{display:none !important}