#envelope {
 width: 700px;
 height: 400px;
 margin: auto;
}
  #envelope #header {
   height: 144px;
   background: url('../imgs/header.gif') no-repeat;
  }
    #envelope #header a {
     display: block;
     width: 300px;
     height: 170px;
    }
  #envelope ul#menu {
   margin: 0;
   padding: 10px 0 10px 25px;
   background: #1F1A17;
   text-align: left;
  }
    #envelope ul#menu li {
     display: inline;
     font-size: 13px;
     padding: 0 0px 0 15px;
     background: url('../imgs/li_menu.gif') left no-repeat;
     margin: 0 15px 0 0;
     font-weight: bold;
    }
      #envelope ul#menu li a {
       padding: 0 15px 0 0;
       background: url('../imgs/li_menu.gif') right no-repeat;
      text-decoration: none;
      }
  #envelope #main {
   background: #1F1A17;
   padding: 25px 25px;
   margin: 10px 0 0 0;
  }
  #envelope #footer {
   color: white;
   margin: 0px 25px 0 25px;
   padding: 10px 0 10px 0;
   font-size: 11px;
  }
    #envelope #footer a {
     color: #90C5E4;
     font-weight: bold;
    }
    #envelope #footer .left {
     float: left;
    }
    #envelope #footer .right {
     float: right;
    }
/* HELP TAGS */
.clear {
 clear: both;
 font-size: 1px;
}

/* MAIN TAGS */
body {
 margin: 0;
 background: #3D3936;
}
body, th, td {
 font-family: Verdana, Arial, Sans-serif;
 font-size: 13px;
 color: white;
}
a {
 color: white;
 text-decoration: underline;
}
  a:hover {
   text-decoration: none;
   color: #90C5E5;
  }
  a.curr {
   color: #90C5E5;
  }
h1 {
 margin: 0 0 30px 0;
 padding: 0;
 font-size: 24px;
 color: #90C5E5;
}
h2 {
 margin: 0 0 20px 0;
 padding: 3px 10px;
 background: #E3BC00;
 color: #1F1A17;
 font-size: 16px;
}
p {
 margin: 0 0 25px 0;
 padding: 0;
}
table th {
 background: #E3BC00;
 color: #1F1A17;
 padding:  5px;
 text-align: left;
}
table td {
 background: #383431;
 padding:  3px 0 7px 7px;
 vertical-align: top;
}
ul {
 list-style: url('../imgs/li.gif');
 _list-style: url('../imgs/li_ie.gif');
}
  ul li ul {
   padding-top: 20px;
  }
  
/* FORMULAROVY FRAMEWORK */
ul#ff_err {
 list-style: disc;
}
