body {
  border:0px;
  margin:0px;
  background-color:#FFEFFA;
}

#header {
  height: 100px;
  width: 100%;
}

#header-logo {
  height:100%;
  width: 100px;
  background-color: white;
  float:left;
  text-align: center;
}

#header-logo img {
  border: none;
}

#header-text {
  background-color: #E4BFDA;
  text-align:center;
  vertical-align: middle;
  line-height: 100px;
  color: #cc3300;
  font-size: 40px;
  font-weight: bold;
  background-image: url('./img/prechod.png');
  background-repeat: no-repeat;
  background-position: left;
  font-family: verdana, sans-serif;
  
  border: none;
  padding: 0px;
  margin: 0px;
}

#header-none {
  display: none;
}

#menu {
  background-color:#cdffcc;
  border-top: solid black 1px;
  border-bottom: solid black 1px;
  height: 30px;
  width: 100%;
}

.menu-item a,
.menu-hover a {
  color: #cc3300;
}

.menu-item {
  height: 100%;
  width: 100px;
  border-right: #009900 2px solid;
  text-align: center;
  line-height: 30px;
  float: left;
}

.menu-hover {
  height: 100%;
  width: 100px;
  background-color: #009900;
  border-right: #009900 2px solid;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  float: left;
}

#main {
  margin: 15px;
}

#main img {
  margin: 0px 7px;
}

.tabulka {
  border-collapse: collapse;
  border: 1px solid black;
}

.tabulka tr,
.tabulka td,
.tabulka th {
  border: 1px solid black;
}
