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

body {
    font: 15px Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: black;
    background: #dbdbdb url(images/bg.png) repeat-x;
    background-attachment:fixed;
}

.wrapper { 
  width: 1000px;
  margin: 0 auto;
}

#uvod {
  margin-top: 100px;
  text-align: center;
}

#uvod img {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid silver;
}

#uvod input {
  padding: 3px;
  margin: 5px 0;
  width: 250px;
  border: 1px solid silver;
}

#uvod input[type="submit"] {
  height: 40px;
  width: 250px;
}

#logo {
    height: 35px;
    margin-left: 70px;
    margin-top: 5px;
}

#left {
    width: 165px;
    float: left;
    /*height: 400px;*/
    height: 100%;
    background: #dbdbdb url(images/bg.png) repeat-x;
    position: fixed;
    z-index: 100;
}

#left .inside {
    height: 100%;
    background: url('../images/leftbg.png') no-repeat;
}

#authstripe {
  height: 100px;
  text-align: right; 
  width: 140px;
}

#logged {
    font-size: 19px;
    font-weight: bold;
}

h1 {
    padding-top: 0px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 28px;
    color: black;
    display: block;
    float:left;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: red;
}
a:hover { text-decoration: underline; }

#toolbar {
  position: fixed;
  top: 0;
  padding-left: 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px rgb(255, 255, 255);
  width: 790px;
  z-index: 100;
  border-bottom: 1px solid silver;
}

table td {
  padding-left: 2px;
  padding-right: 2px;
}

table.data td {
  border-bottom: 1px dashed #DADADA;
}

td.active {
  color: white;
  font-weight: bold;
  background-color: #aDaDaD;
}

table.data tr:first-child {
    background-color: #f0f0f0;
    color: #6D6D6D;
}

table.data tr:first-child td {
    border-bottom: 1px dotted silver;
}

#boxcaption {
  padding: 10px 0 3px 12px;
  margin-bottom: 10px;
  font-size: 21px;
  clear: left;
  background: rgba(0,0,0,0.05);
}

#box {
  padding-left: 10px;
  padding-bottom: 5px;
}

#back {
  margin-top: 7px;
  margin-right: 5px;
  float: left;
}

#onlyboxcaption {
  margin: 5px 0 5px 5px;
  padding: 3px 7px 3px 0;
  float: left;
}

#onlyboxcaption:hover {
  background-color: #F0F0F0;
   }

#onlyboxcaption img {
  vertical-align:middle;
  margin-right: 2px;
}

#onlyboxcaption a {
  font-weight: normal;
  color: black;
}

#hodiny {
  border: 0px;
  margin-top:10px;
  margin-bottom:5px;
  text-align:center;
}

#hodiny td {
  padding:0px;
  font-size: 12px;
}

#main {
    float: left;
    width: 800px;
    padding: 0px 5px 0 5px;
    border-right: 1px solid black; 
    background-color: white;
    min-height: 400px;
    margin-left: 165px;
    /*background: url('../images/mainbg.png') repeat-y;*/
}

#bottom {
  clear: both;
  padding: 15px 0 50px 0;
  /*text-align: center;*/
  margin-left: 180px;
}

#bottom, #bottom a { 
    color: #505050;
}

#bottom a:hover { text-decoration: underline; }

.menu {
    list-style: none;
    margin-bottom: 15px;
    display: block;
}

.menu li {
    display: block;
    text-align: right;
    float: left;
    width: 165px;
    height: 23px;
}

.menu li a {
    padding: 2px;
    padding-right: 25px; 
    display: block;
    text-decoration: none;
    font-weight: normal;
    color: black;
}

.menu li a:hover, #activeitem a {
    
    text-decoration: none;
    font-weight: bold;
    /*left: 20px;*/
    /*background: url(../images/menuitemhover.png) no-repeat;*/
}

#activeitem {
    background: url(../images/menuitemactive.png) no-repeat;
}

#warn, #ok, #info {
  padding: 5px;
  padding-left: 25px;
  margin: 10px 30px;
  color: black;
  text-decoration: none;
  clear:left;
}

#warn *, #ok *, #info * {
  font-weight: bold;
}

#warn {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
}

#ok {
  background-color: rgba(0, 255, 0, 0.1);
  border: 1px solid green;
}

#info {
  background-color: rgba(0, 0, 255, 0.1);
  border: 1px solid blue;
}

.icon {
  height: 22px;
  opacity: 0.5;
}

.data .icon {
  height: 19px;
}         

.icon:hover {
  opacity: 1;
}

.icon.hover {
  opacity: 1;
}
    
a:hover > img.icon {
  opacity: 1;
}     