html, body {
   margin: 0 0 0 0;
   background-color: #667eab;
   height: 100%;
   font-size:0.84em;
   font-family: Verdana, Tahoma, Arial;
}

h1 {
   font-weight: bold;
   font-size: 1.3em;
   color: #000066;
}

h2 {
   font-weight: bold;
   font-size: 1em;
   color: #000066;
}

ul {
   margin: 10 0 10 15;
   line-height: 18px;
}

ol {
   margin: 10 0 10 23;
   line-height: 18px;   
}

li {
   margin-bottom: 5px;
   margin-top: 5px;
}

table {
   font-size:1em;
} 



#cela-stranka {
   background-image: url('images/bg.gif'); 
   background-positon: center;
   background-repeat: repeat-y;      
   width: 770px;
   align: center;
}   

#header {
   width: 770px;
   height: 198px;
   position: fixed;
   top: 0;   
}

#middle {
   width: 770px;
   background-image: url('images/bg_main.gif');  
   background-color: #ffffff;    
   position: fixed;
   top: 198;
   bottom: 24;
}

#sidebar {
   height: express(document.body.clientHeight-198-20);
   width: 180px;
   text-align: left;
   position: relative; 
   float: left;
   padding-left: 20px;
   padding-top: 20px;
   padding-bottom: 50px;
   font-size: 0.93em;
   font-weight: bold;
   color: #000066;
}

#main {
   width: 555px;
   text-align: justify;   
   float: right;
   position: relative;
   padding: 15 30 15 0;
   margin: 0 0 0 0;
   vertical-align: top;
   height: 100%;
}   

#footer {
   width: 770px;
   background-color: #667eab;
   background-image: url('images/bg.gif');    
   height: 24px;
   bottom: 0;
   border-bottom: 4px solid #000000;
   text-align: right;   
   padding: 5 0 0 0;
   font-size: 0.8em;
   color: #000033;
}

.copy:link    { color: #000033; text-decoration: none; }
.copy:active  { color: #000033; text-decoration: none; }
.copy:visited { color: #000033; text-decoration: none; }
.copy:hover   { color: #000099; text-decoration: none; }

.menu:link    { color: #000033; text-decoration: none; }
.menu:active  { color: #000033; text-decoration: none; }
.menu:visited { color: #000033; text-decoration: none; }
.menu:hover   { color: #000099; text-decoration: none; }

a:link    { color: #000066; }
a:active  { color: #000066; }
a:visited { color: #000066; }
a:hover   { color: #000099; text-decoration: none; }

.akce {
   line-height: 2em;
}

