/* CSS Document */
body {
  background-color: #F2F4C3;
  font-family: Arial, 'Helvetica CE', Tahoma, Sans-Serif;
  padding-bottom: 50px;
}

a:visited{
color:blue;
}

#main {
  width: 800px;
  margin: auto;
  border: 1px black solid;
  background-color: #c8c88c;
  background-color: #d7d78c;
  background-image: url(bg.PNG);
  background-repeat: repeat-y;
}

#hlavicka img{
  border-bottom: 1px black solid;
}

#hlavicka {
  margin-bottom: 10px;
}

#main_left {
  float: left;
  margin: 0px 0px 5px 10px;
  width: 124px;
}

#menu_left {
  width: 122px;
  background-color: #F2F4C3;
  border: 1px black solid;
  padding-top: 5px;
}

#odkazy {
  margin-top: 15px;
  padding-bottom: 8px;
  width: 122px;
  background-color: #F2F4C3;
  border: 1px black solid;
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
}

#aktZebricek {
  margin-top: 15px;
  padding-bottom: 8px;
  width: 122px;
  background-color: #F2F4C3;
  border: 1px black solid;
  padding-top: 5px;
  text-align: center;
  font-size: 10px;
}

#menu_left ul li ul {
  font-size: 15px;
  list-style-type: disc;
  margin-top: 0px;
}

ul a {
  text-decoration: none;
}

ul {
  margin-left: -15px;
  margin-top: 5px;
}

ul a:hover {
  text-decoration: underline;
  color: #dd0000;
}

hr {
  color: #808181;
  height: 1px;
}

#main_right {
  float: right;
  margin: 0px 10px 5px 10px;
  width: 124px;
}

#menu_right {
  width: 124px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  background-color: #F2F4C3;
  border: 1px black solid;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
}

#hlavni {
  font-family: 'Times New Roman', 'Arial', 'Helvetica CE', Tahoma, Sans-Serif;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 5px 5px 5px 5px;
  background-color: #7cd6c8;
  border: 1px black solid;
  width: 495px;
}

#obsah {
  width: 495px;
  float: left;
}

#navigace {
  color: #1f1f1f;
  width: 495px;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  background-image: url(bgNav.PNG);
  background-repeat: repeat-y;
}

#navigace a {
  color: #1f1f1f;
}

.zalomeni {
  clear: both;
}
#paticka {
  width: 800px;
  background-color: #6C6D29;
  border-top: 1px black solid;
  text-align: center;
  font-size: 11px;
}

#paticka table {
  margin-top: -2px;
  margin-bottom: -2px;
}

#login {
  width: 30px;
  font-weight: 600;
  text-align: right;
  border-left: 1px black solid;
  margin-right: 10px;
}

#login a {
  color: black;
  text-decoration: none;
}

#paticka a {
  text-align: center;
  font-size: 10px;
  color: black;
  text-decoration: none;
}

.prihlaseni input {
  border-color: black;
  background-color: silver;
}

.prihlaseni {
  text-align: left;
  margin: 30px 0px 0px 260px;
  padding: 10px 10px 10px 10px;
}

#administrace {
  float: left;
  margin: 20px 20px 40px 15px;
  font-weight: 500;
}

#administrace a:visited {
  color: #630000;
}

#clanek input, textarea, select {
  border-color: black;
  background-color: #efefef;
}

#clanek {
  margin-top: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  float: right;
  font-weight: 600;
}

#vypis {
  width: 565px;
  float: left;
}

#clanekForm {
  float: left;
  width: 565px;
}

#vypis table{
  padding: 0px 0px 0px 10px;
  border: 1px #373737 dotted;
  font-weight: 400;
  width: 560px;
  margin-bottom: 20px;
  text-align: center;
}

#vypis table td {
  font-size: 12px;
}

#strankovani table{
  text-align: center;
  border-width: 0px; 
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: auto;
}

#strankovani table td {
  padding-left: 10px;
  padding-right: 10px;
}

#vypis #strankovani table{
  border-width: 0px; 
  font-size: 15px;
  font-weight: 500;
  width: 560px;
  margin-bottom: 20px;
  text-align: center;
}

#vypis #strankovani table td {
  font-size: 12px;
}

table caption {
  color: #1d1d1d;
  font-weight: 600;
}

.vypisClanku {
  margin-top: 3px;
  margin-bottom: 40px;
}

.nadpis {
  text-align: center;
  font-size: 19px;
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
  color: black;
}

.nadpis a {
  font-size: 19px;
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
  color: black;
}

.nadpis a:hover {
  color: #454545;
}
.podpis {
  font-size: 11px;
  float: right;
  color: #5b5b5b;
  margin-top: -5px;
}

.nadpisNovinky {
  margin-bottom: 8px;
}

.novinky {
  font-size: 9px;
  margin-bottom: -5px;
  margin-top: -5px;
  margin-left: 1px;
  margin-right: 1px;
  text-decoration: none;
}

.novinky a:hover {
  color: maroon;
}

#hlavni table {
  text-align: center;
  width: 470px;
}
.pocitadlo {
display:none;}


















