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

body {
    font: 13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: black;
    background: #898989 url(bg.jpg) repeat-x;
}

h1 {
    width: 270px;
    font-weight: normal;
    font-size: 30px;
    color: white;
}

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

#authstripe {
    position: relative;
    font-size: 16px;
    padding: 14px;
    margin: 0 auto;
    text-align: center;
    width: 830px;
    height: 25px;
    /*background: #232323;*/
    background: black url(../images/stripebg.png);
    color: white;
}

#authstripe a {
    font-weight: bold;
    text-decoration: none;
    color: #768DFF;
}

#box {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  margin-bottom: 15px;
}

#box table td {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 15px;
}

#box .active {
  color: white;
  background-color: blue;
}

#boxcaption {
  background-color: silver;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 2px;
  margin-right: 2px;
}

#onlyboxcaption {
  margin-left: 2px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color:silver;
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

#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 {
    text-align: left;
    vertical-align: top;
    padding-top: 20px;
    width: 830px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    color: black;
    background: white;
}

#menu {
    vertical-align: top;
    position: relative;
    padding: 5px;
    width: 170px;
    color: black;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 160px;
    height: 26px;
}

#menu ul li a {
    padding: 2px;
    padding-right: 20px; 
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: black;
}
#menu ul li a:hover {
    line-height: 22px;
    text-decoration: none;
    left: 20px;
    background: url(../images/menuitemhover.png) no-repeat;
}

#activeitem {
    background: url(../images/menuitemhover.png) no-repeat; 
    height: 26px;
}

#warn {
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 50px;
  margin-right: 50px;
  background-color: orange;
  font-weight: bold;
  border: 2px solid red;
  color: black;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}

#ok {
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 50px;
  margin-right: 50px;
  background-color: lightgreen;
  font-weight: bold;
  border: 2px solid green;
  color: black;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}

#info {
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 50px;
  margin-right: 50px;
  background-color: lightblue;
  font-weight: bold;
  border: 2px solid blue;
  color: black;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}

#author {
  margin-top: 5px;
  margin-bottom: 20px;
  background: white;
  width: 200px;
  height: 20px;
  position: relative;
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#author a {
  color: black;
  text-decoration: none;
}
#author a:hover { text-decoration: underline; }

