/* CSS Document */

#hlavicka {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #A7A7A7;
}
#hlavicka a{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #A7A7A7;
  text-decoration: none;
}
#hlavicka a:hover{
  text-decoration: underline;
}

#kontaktniform {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
}
#kontaktniform input{
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: black;
  width: 99px;
  padding-left: 2px;
}

#aktuality {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

#obsah {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: white;
}
#obsah a{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}
#obsah table{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

#paticka a{
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: #8F8F8F;
  text-decoration: none;
}


#reference h1{
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: white;
  margin: 0px;
  margin-bottom: 5px;
}


#cenik {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: black;
}
#cenik a{
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: black;
}
#cenik_obsah{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #eeeeee;
}


#aktuality{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
}
#aktuality h1{
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
  margin: 0px;
  margin-bottom: 3px;
}
#aktuality a{
  text-decoration: none;
  color: white;
}
#aktuality a:hover{
  text-decoration: underline;
  color: white;
}

