*
{
padding: 0px;
margin: 0px;
}

body {
    padding: 5px;
    margin: 0px;
    background: white;
}
ul{
    margin-left: 10px;
}

ul li{
    margin-left: 20px;
}
#menuedit{
    width:1200px;

}
#menuleft{
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border: 1px solid black;
    width: 490px;
    float: left;
}
#menuright{
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border: 1px solid black;
    width: 690px;
    float: right;
}
.tabulka{
    background: url('../images/info.png') top left no-repeat;
    padding-top: 45px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border: 1px solid black;
    width: 1193px;
    float: left;
}
.tlacitko a {
    background: url('../images/tl1.png') top left no-repeat;
    width: 150px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 20px;
    color: white;
    text-decoration: none;
    display: block;
    overflow: hidden;
    float: left;
}
.tlacitko2 a {
    background: url('../images/tl1.png') top left no-repeat;
    width: 150px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 20px;
    color: white;
    text-decoration: underline;
    display: block;
    overflow: hidden;
    float: left;
}
.tlacitko a:hover, .tlacitko2 a:hover {
    background: url('../images/tl2.png') bottom left no-repeat; }
#menu{
    padding: 5px;
    float: left;
    /*width: 600px;    */
}
#text, #vrch, #popis{
    float: left;
    width: 800px;
}
#logout, #uvitani{
    padding-top: 150px;
    text-align: center;
    width: 1200px;
}
.chyba, .delete{
    background: url('../images/warning.png') top left no-repeat;
    padding-top: 45px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border: 1px solid black;
    width: 1193px;
    float: left;
}
.add{
    background: url('../images/add.png') top left no-repeat;
    padding-top: 45px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border: 1px solid black;
    width: 1193px;
    float: left;
}
.table_hlavicka{
    width: 1200px;
    
    border: 1px solid black;
}
.tr_hlavicka{
    height: 40px;
    font-style: italic;
    font-weight: bold;
    background: url('../images/tabulka.png') repeat-x;
    color: white;
}
#odkaz{
    width: 1000px;
    float: right;
    text-align: left;
}


#menu li > a
{
  background-color: #889BE0;
  display: block;
  height: 20px;
  color: white;
  width: 200px;
  text-decoration: none;
  float: left;
}

#menu li > a:hover
{
  background-color: #53647D;
}

#menu ul
{
  width: 250px;
  list-style: none;
        margin: 0;
  padding: 0;
}

#menu li
{
      margin: 0;
  padding: 0;
  float: left;
  background-color: #889BE0;
  width: 250px;
}

.skryj
{
  display: none;
}

.ikony a
{
  display: in-line;
  clear: both;
}

.ikony
{
  width: 48px;
  float: right;
  text-align: right;
}
