/* CSS Document */
body {
  background-color: #EEEFE9;
  background-image: url(../images/pozadi.jpg);
  font-family: Arial, Helvetica, sans-serif;
}
.submenu {
  float:                left;
  width:                150px;
  background-color:     #EFEFFF;
  border-right-style:   solid;
  border-right-width:   1px;
  border-bottom-style:  solid;
  border-bottom-width:  1px;
  text-align:           center;
  padding-top:          12px;
  padding-bottom:       12px;
  line-height:          1.3;
}
.hlavni {
  margin-left:      165px;
}
ul {
  list-style-type: disc;
}
li {
  text-align:       left;
  color:            navy;
}
p {
  color:            navy;
  text-align:       center;
  font-size:        14px;
}
.text_c {
  color:            red;
  text-align:       center;
  font-size:        14px;
}
.text_left {
  color:            navy;
  text-align:       left;
  font-size:        14px;
}
h1 {
  color:            navy;
  text-align:       center;
}
h2 {
  color:            navy;
  text-align:       center;
}
h3 {
  color:            navy;
  text-align:       center;
}
h4 {
  color:            navy;
  text-align:       center;
}
.nadpis{
  color:            red;
  text-align:       center;
  font-size:        20px;
  font-weight:      600;
}
table {
  border-width:     2px;
  border-style:     outset;
  border-collapse:  collapse;
}
td {
  border-color:     #DDDDFF;
  border-width:     1px;
  border-style:     solid;
  text-align:       center;
  background-color: white;
  color:            navy;
}
th {
  border-width:     1px;
  border-style:     solid;
  background-color: #DDDDFF;
  color:            navy;
}
.hidden {
  background-color: transparent;
  border-width:     0;
}
.hidden_center {
  background-color: transparent;
  border-width:     0;
  margin: auto;
}
img {
  border-width:     0;
}
a {
  color:            blue;
  text-decoration:  none;
}
.menu {
  color:            #660000;
  text-decoration:  none;
  font-size:        16px;
  font-weight:      900;
}
.sub {
  color:            navy;
  text-decoration:  none;
  font-size:        14px;
  font-weight:      400;
}
a:hover {
  color:            red;
}
