/* CSS dokument */
body
  {
    padding: 0px;
    margin: 0px;
    background: #ececec;
    color: #585858;
  }

#left_side
  {
    position: absolute;
    top: 10px;
    margin-left: 280px;
    left: 50%;
    width: 200px;
    height: 20px;
    display: inline;
    padding-right: 10px;
    font-family: arial, sans-serif;
    font-size: 10px;
  }

.nav
  {
    padding-left: 10px;
  }

#main
  {
    position: absolute;
    top: 25px;
    margin-left: -410px;
    left: 50%;
    width: 820px;
    background: url(grf/bg_line.jpg);
  }

#header
  {
    width: 820px;
    height: 270px;
    background: url(grf/bg_header.jpg);
  }

#content
  {
    width: 820px;
    background: url(grf/bg_line.jpg);
    font-family: arial, sans-serif;
    font-size: 11px;
    line-height: 17px;
  }

#footer
  {
    clear: both;
    width: 820px;
    width: 820px;
    height: 25px;
    background: url(grf/bg_footer.jpg);
  }

#menu
  {
    float: left;
    width: 150px;
    height: 300px;
    text-align: right;
    margin-left: 90px;    /*všechno */ 
    _margin-left: 45px;   /*IE 5    */ 
    _m\argin-left: 45px;  /*IE 6    */
    
    font-size: 14px;
    font-family: "trebuchet ms", sans-serif;
    color: #000000;
  }

#text
  {
    float: right;
    position: relative;
    right: 45px;
    width: 500px;
    text-align: justify;
  }

#original
  {
    width: 500px;
    text-align: right;
  }

#info_bottom
  {
    width: 820px;
    height: 20px;
    background: #ececec;
    font-family: arial, sans-serif;
    font-size: 10px;
  }

#info_bottom_left
  {
    width: 400px;
    margin-left: 20px;
    height: 20px;
    float: left;
  }

#info_bottom_right
  {
    width: 300px;
    height: 10px;
    margin-right: 18px;
    float: right;
    text-align: right;
    display: inline;
  }

.akce
  {
    background: #f7e498;
    padding: 1px 15px 1px 15px;
    border: 6px solid #f7b321;
  }
#logo
{
position: absolute;
bottom: 38px;
left: 17px;
width: 146px;
height: 143px;
background: url(grf/zelene_logo.jpg);
}

h1 {font-family: "trebuchet ms", sans-serif; font-size: 18px; font-weight: normal; color: #c17600;}
h2 {font-family: arial, sans-serif; font-size: 11px; font-weight: bold; color: #c17600; text-transform: uppercase; margin: 0; padding: 0;}

p { text-indent: 18px; margin: 2px; padding: 2px; }
#menu ul  { list-style-type: none; margin: 0px; padding: 0px; }
#menu li { padding-bottom: 9px; padding-top: 9px;}
.odrazka { position: absolute; width: 8; height: 23px; background: url(grf/bg_menu.jpg); display: inline; margin-left: 6px; margin-top: -3px;}
tr, td   { font-family: arial, sans-serif; font-size: 11px; line-height: 17px; }
img {border: 0px;}
b { font-family: arial, sans-serif; font-size: 12px; font-weight: bold;}

#menu a           { text-decoration: none; color: #ffffff; }
#menu a:link      { text-decoration: none; color: #ffffff; }
#menu a:active    { text-decoration: none; color: #ffffff; }
#menu a:visited   { text-decoration: none; color: #ffffff; }
#menu a:hover     { text-decoration: underline; color: #ffffff; }

a           { text-decoration: underline; color: #585858; }
a:link      { text-decoration: underline; color: #585858; }
a:active    { text-decoration: underline; color: #585858; }
a:visited   { text-decoration: underline; color: #585858; }
a:hover     { text-decoration: none; color: #585858; }

