/* CSS Document */
body{
  background-color: #B5D2E2; 
  background-image: url('img/pozadi.jpg'); 
  background-repeat: repeat-x;
}


#obsah, #obsah table {
  background: white;
  font-family: Arial;
  font-size: 12px;
  color: black;
  text-align: left;
}
#obsah h1{
  font-size: 12px;
  font-weight: bold;
  color: #9F080D;
}
#obsah h2{
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
}
#obsah h3{
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
}
#obsah a{
  color: #9F080D;
}
#obsah td{
  padding: 5px;
}

#menu1 {
  background: #9D080D;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-align: left;
}
#menu1 a{
  text-decoration: none;
  color: white;
}
#menu1 a:hover{
  color: #FFC800;
}


#menu2 {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #B1B1B1;
}
#menu2 a{
  text-decoration: none;
  color: #B1B1B1;
}
#menu2 a:hover{
  text-decoration: underline;
}


#menu3 {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #9D080D;
}
#menu3 a{
  text-decoration: none;
  color: #9D080D;
}
#menu3 a:hover{
  text-decoration: underline;
}


#banner {
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: white;
}
#banner a{
  text-decoration: none;
  color: white;
}
#banner a:hover{
  color: #FFC800;
}
#banner img{
  margin-top: 4px;
}


#paticka {
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: white;
}
#paticka a{
  color: white;
  text-decoration: none;
}
#paticka a:hover{
  text-decoration: underline;
}

#vice a{
  font-weight: bold;
  text-decoration: none;
}
#vice a:hover{
  text-decoration: underline;
}

#aktuality h3{
  font-family: Arial;
  font-size: 9px;
  color: #586478;
}
#aktuality a{
  font-size: 12px;
  color: #9F080D;
}
#aktuality p{
  margin: 0px; 
  margin-top: 4px;
}
#aktuality h2{
  margin-top: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #696969;
}

#ul1 li{
  margin-bottom: 10px;
}


#poptavka table{
  margin-left: 30px;
}
#poptavka input {
  font-size: 12px;
  font-weight: normal;
  color: black;
  padding-left: 3px;
  width: 200px;
}
#poptavka th{
  font-weight: normal;
  color: black;
}
#poptavka textarea {
  font-size: 12px;
  font-weight: normal;
  color: black;
  padding-left: 3px;
  padding-right: 3px;
}

